:root{--blue-900: #0d2a48;--blue-800: #173b61;--blue-700: #1f5e91;--blue-600: #1f6fa8;--line: #d8e0ea;--muted: #667085;--bg: #f3f6fa;--white: #ffffff;--danger: #b42318}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#101828;background:var(--bg)}.login-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f6f8fb);padding:28px 20px;overflow:hidden}.login-logo{width:285px;max-height:170px;object-fit:contain;margin:0 0 18px;flex:0 0 auto}.login-card{width:min(520px,calc(100vw - 40px));background:var(--white);border:1px solid #d9dee8;border-radius:8px;box-shadow:0 12px 28px #10182812;padding:30px 36px;flex:0 0 auto}.login-card h1{margin:0 0 22px;text-align:center;font-size:28px;line-height:1.15;color:#071d39}.login-card label{display:block;margin:12px 0 6px;font-size:16px;font-weight:700;color:#071d39}.login-card input,.filters select,.add-company input,.money-input{width:100%;height:44px;border:1px solid #d4dce8;border-radius:6px;padding:0 14px;background:#edf3fc;font-size:15px}.primary-btn,.primary-inline{border:0;background:#163fb2;color:#fff;height:48px;border-radius:6px;font-weight:700;cursor:pointer}.primary-btn{width:100%;margin-top:16px}.primary-btn:disabled,.primary-inline:disabled{opacity:.55;cursor:not-allowed}.error-box{background:#fff1f0;color:var(--danger);border:1px solid #ffccc7;border-radius:6px;padding:9px 12px;margin-top:10px;font-size:14px}.loading{min-height:100vh;display:grid;place-items:center;font-weight:700;color:var(--blue-900)}.app-shell{display:flex;min-height:100vh}.sidebar{width:104px;background:var(--blue-800);color:#fff;display:flex;flex-direction:column;align-items:center;position:sticky;top:0;height:100vh}.sidebar img{width:78px;margin:16px 0 18px;filter:brightness(0) invert(1)}.nav-btn{width:76px;height:38px;margin-bottom:10px;border:0;border-radius:5px;background:transparent;color:#fff;font-weight:700;cursor:pointer}.nav-btn.active{background:#ffffff29}.icon-bottom{margin-top:auto;margin-bottom:24px;background:transparent;color:#fff;border:0;cursor:pointer}.content{flex:1;padding:26px 32px 46px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.topbar h1{margin:0;font-size:30px;color:var(--blue-900)}.topbar p{margin:6px 0 0;color:var(--muted)}.user-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--blue-900);font-weight:700}.filters{background:var(--blue-800);color:#fff;border-radius:12px;padding:18px;display:flex;align-items:end;gap:14px;margin-bottom:22px}.filters label{width:260px;font-weight:700;font-size:14px}.filters select{margin-top:6px;background:var(--blue-800);color:#fff;border-color:#acc3dc}.secondary-btn,.primary-inline,.add-company button{height:44px;border-radius:6px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;font-weight:700;cursor:pointer}.secondary-btn{border:1px solid #acc3dc;background:transparent;color:#fff}.cards-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:14px;margin-bottom:22px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:0 8px 22px #1018280d}.metric-card span{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}.metric-card strong{color:var(--blue-900);font-size:20px}.metric-card.accent{background:var(--blue-700);border-color:var(--blue-700)}.metric-card.accent span,.metric-card.accent strong{color:#fff}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 14px 30px #1018280f;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.panel-head h2{margin:0;color:var(--blue-900)}.add-company{display:flex;gap:8px}.add-company input{height:42px;width:220px;background:#fff}.add-company button{border:0;background:var(--blue-800);color:#fff}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:1080px}th{background:var(--blue-800);color:#fff;padding:13px 12px;text-align:right;font-size:13px;text-transform:uppercase;letter-spacing:.02em}th:first-child,td:first-child{text-align:left}td{padding:10px 12px;border-bottom:1px solid #edf1f6;text-align:right;font-weight:600}tbody tr:hover{background:#f8fbff}tfoot td{background:#edf3fc;color:var(--blue-900);font-weight:800}.money-input{height:36px;background:#fff;text-align:right}.danger{border:0;background:#fee4e2;color:var(--danger);border-radius:6px;height:32px;width:34px;display:grid;place-items:center;cursor:pointer}@media (max-width: 1180px){.cards-grid{grid-template-columns:repeat(3,1fr)}.topbar{align-items:flex-start;flex-direction:column}}@media (max-width: 760px){.sidebar{display:none}.content{padding:18px}.filters{flex-direction:column;align-items:stretch}.filters label{width:100%}.cards-grid{grid-template-columns:1fr}.login-card{padding:28px 22px}}.captcha-box{display:flex;justify-content:center;margin:16px 0 4px;transform:scale(.96);transform-origin:center}.warning-box{background:#fff7e6;color:#7a4f01;border:1px solid #ffd591;border-radius:6px;padding:9px 12px;margin-top:12px;font-size:14px}@media (max-height: 760px){.login-shell{padding-top:14px;padding-bottom:14px}.login-logo{width:240px;max-height:140px;margin-bottom:12px}.login-card{width:min(500px,calc(100vw - 40px));padding:24px 32px}.login-card h1{font-size:26px}.captcha-box{margin-top:12px;transform:scale(.92)}.primary-btn{height:46px;margin-top:14px}}@media (max-height: 660px){.login-logo{width:210px;max-height:118px;margin-bottom:8px}.login-card{padding:20px 30px}.login-card h1{font-size:24px}.login-card label{margin-top:9px}.login-card input{height:40px}.captcha-box{margin-top:8px;transform:scale(.88)}.primary-btn{height:44px;margin-top:10px}}@media (max-width: 760px){.login-shell{padding:14px;overflow:auto}.login-logo{width:210px;margin-bottom:12px}.login-card{width:100%;padding:24px 20px}}.access-denied{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#fff,#f6f8fb)}.access-logo{width:250px;max-height:150px;object-fit:contain;margin-bottom:18px}.access-card{width:min(620px,calc(100vw - 40px));background:#fff;border:1px solid #d9dee8;border-radius:10px;box-shadow:0 12px 28px #10182812;padding:28px 32px;text-align:center}.access-card h1{margin:0 0 12px;color:#071d39}.access-card p{margin:0 0 18px;color:#596579;line-height:1.45;overflow-wrap:anywhere}.filter-summary{margin-left:auto;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 14px;min-width:190px}.filter-summary span,.panel-total span{display:block;font-size:12px;opacity:.85;margin-bottom:2px}.filter-summary strong,.panel-total strong{display:block;font-size:18px;color:#fff}.panel-head p{margin:6px 0 0;color:var(--muted);font-size:14px}.panel-total{background:var(--blue-700);color:#fff;border-radius:10px;padding:10px 14px;min-width:180px;text-align:right}th.partner-head{font-size:15px;letter-spacing:.045em;white-space:nowrap}.dividendos-table td:first-child{font-weight:800;color:var(--blue-900)}.admin-form{padding:18px 20px;display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(5,minmax(110px,1fr)) auto;gap:12px;align-items:end;border-bottom:1px solid var(--line);background:#f8fbff}.admin-form label{display:grid;gap:6px;font-size:13px;font-weight:800;color:var(--blue-900)}.admin-form input,.percent-input{width:100%;height:38px;border:1px solid #d4dce8;border-radius:6px;padding:0 10px;background:#fff;font-size:14px}.percent-input{max-width:110px;text-align:right}.status-pill{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.status-pill.on{background:#dcfae6;color:#067647}.status-pill.off{background:#f2f4f7;color:#667085}.inactive-row{opacity:.72;background:#fafafa}.total-warning{color:#b42318;font-weight:900}.action-cell{display:flex;gap:8px;justify-content:flex-end;align-items:center}.small-action{height:32px;border:0;border-radius:6px;padding:0 10px;background:var(--blue-800);color:#fff;font-weight:800;cursor:pointer}.small-action.muted{background:#eef2f7;color:var(--blue-900)}.readonly-warning{margin:18px 20px;padding:12px 14px;border:1px solid #ffd591;background:#fff7e6;color:#7a4f01;border-radius:8px}@media (max-width: 1180px){.admin-form{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form .primary-inline{grid-column:1 / -1;justify-content:center}}@media (max-width: 900px){body{background:#f4f7fb}.app-shell{display:block;min-height:100dvh}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:50;width:100%;height:64px;flex-direction:row;justify-content:center;gap:10px;padding:8px 10px}.sidebar img{display:none}.nav-btn{width:auto;min-width:96px;height:42px;margin:0;padding:0 14px}.icon-bottom{position:absolute;right:14px;bottom:18px;margin:0}.content{padding:18px 14px 86px}.topbar{gap:12px;margin-bottom:16px}.topbar h1{font-size:24px}.topbar p{font-size:14px}.user-pill{width:100%;justify-content:center}.filters{border-radius:12px;padding:14px;gap:10px}.filter-summary{margin-left:0;width:100%;text-align:center}.panel{border-radius:12px;box-shadow:0 8px 18px #1018280d}.panel-head{flex-direction:column;align-items:stretch;padding:16px}.panel-head h2{font-size:22px}.panel-total{width:100%;text-align:center}.table-wrap{overflow:visible}table{min-width:0;width:100%}thead{display:none}tbody,tr,td{display:block;width:100%}tbody tr{margin:12px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 8px 18px #1018280a}td{min-height:44px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 14px;text-align:right;border-bottom:1px solid #edf1f6}td:before{content:attr(data-label);text-align:left;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}td:first-child{background:var(--blue-800);color:#fff!important;font-size:16px}td:first-child:before{color:#ffffffb8}tbody tr td:last-child{border-bottom:0}tfoot{display:block;margin:12px;border:1px solid var(--line);border-radius:12px;overflow:hidden}tfoot tr,tfoot td{display:block;width:100%}tfoot td{display:flex;justify-content:space-between}tfoot td:not(:first-child):before{content:"Total";color:var(--muted)}.money-input{max-width:170px}.percent-input{max-width:120px}.admin-form{grid-template-columns:1fr;padding:16px}.action-cell{justify-content:space-between}.action-cell:before{content:attr(data-label)}}.nav-module{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}.nav-module-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff94;font-weight:800}.nav-parent{width:86px;padding:8px 6px;border-radius:8px;background:#ffffff1a;text-align:center;font-size:12px;font-weight:900;color:#fff}.nav-child{width:86px;height:34px;margin-bottom:0;font-size:13px}.mobile-cards{display:none}@media (min-width: 901px){.desktop-table{display:block}}@media (max-width: 900px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.app-shell{width:100%;overflow-x:hidden}.content{width:100%;max-width:100%;padding:14px 12px 88px}.topbar{margin-bottom:12px}.topbar h1{font-size:24px;line-height:1.1}.user-pill{display:none}.sidebar{height:70px;border-top:1px solid rgba(255,255,255,.16);justify-content:center;gap:8px}.nav-module{width:auto;flex-direction:row;gap:8px}.nav-module-label,.nav-parent{display:none}.nav-child{min-width:116px;height:44px;border-radius:10px;background:#ffffff14;font-size:14px}.nav-child.active{background:#fff3}.icon-bottom{right:10px;bottom:18px;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ffffff14}.filters{margin-bottom:12px;padding:14px;border-radius:12px}.filters label,.filters select,.filters button,.filters .primary-inline,.filters .secondary-btn{width:100%}.filters .primary-inline,.filters .secondary-btn{justify-content:center}.panel{border-radius:14px;overflow:visible}.panel-head{padding:16px;border-bottom:0;gap:12px}.panel-head h2{font-size:24px}.panel-total{min-width:0}.desktop-table{display:none!important}.mobile-cards{display:grid;gap:12px;padding:0 12px 14px}.mobile-card{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 18px #1018280a}.mobile-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:var(--blue-800);color:#fff}.mobile-card-head span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#ffffffc7}.mobile-card-head strong{text-align:right;font-size:16px;line-height:1.2}.mobile-field,.mobile-row,.mobile-value{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #edf1f6}.mobile-field span,.mobile-row span:first-child,.mobile-value span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.mobile-field .money-input{max-width:160px;height:38px;font-size:15px;background:#fff}.mobile-values{display:grid}.mobile-value strong,.mobile-row strong{color:#071d39;font-size:16px;text-align:right}.mobile-card .mobile-value:last-child,.mobile-card .mobile-row:last-child{border-bottom:0}.admin-form{margin:0;padding:14px;grid-template-columns:1fr;background:#f8fbff;border-top:1px solid var(--line)}.admin-panel{overflow-x:auto!important}.admin-form .primary-inline{width:100%;justify-content:center}.company-mobile-cards{padding-top:12px}.percent-grid{grid-template-columns:1fr}.mobile-percent{align-items:center}.mobile-percent .percent-input{max-width:120px;height:36px;text-align:right}.total-row{background:#f7faff}.mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px}.mobile-actions .small-action{width:100%;height:38px}}@media (max-width: 420px){.content{padding-left:10px;padding-right:10px}.topbar h1{font-size:22px}.nav-child{min-width:102px;padding:0 10px}.mobile-card-head strong{font-size:15px}.mobile-field .money-input{max-width:150px}}.nav-parent-btn{width:86px;height:38px;margin-bottom:4px;border-radius:8px;font-weight:900}.mobile-module-nav{display:none}.year-field{width:120px!important}.year-field input{margin-top:6px;width:100%;height:44px;border:1px solid #acc3dc;border-radius:6px;padding:0 12px;background:var(--blue-800);color:#fff;font-size:15px}.report-options{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;margin:-8px 0 22px;display:grid;grid-template-columns:minmax(240px,1fr) 1.4fr auto;gap:16px;align-items:center;box-shadow:0 8px 20px #1018280a}.report-options strong{display:block;color:var(--blue-900);margin-bottom:4px}.report-options span{display:block;color:var(--muted);font-size:13px;line-height:1.35}.report-columns{display:flex;flex-wrap:wrap;gap:10px 14px}.report-columns label{display:inline-flex;align-items:center;gap:7px;color:var(--blue-900);font-weight:800;font-size:13px}.report-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.secondary-dark{height:38px;border:1px solid #c6d1df;border-radius:6px;background:#fff;color:var(--blue-900);display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-weight:800;cursor:pointer}.secondary-dark:hover{background:#f5f8fc}@media (max-width: 900px){.sidebar{display:none!important}.content{padding:14px 12px 24px}.topbar{align-items:stretch}.mobile-module-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 12px}.mobile-module-nav button{height:42px;border:1px solid #c8d4e2;border-radius:10px;background:#fff;color:var(--blue-900);font-weight:900}.mobile-module-nav button.active{background:var(--blue-800);color:#fff;border-color:var(--blue-800)}.filters{display:grid;grid-template-columns:1fr}.year-field{width:100%!important}.year-field input{background:var(--blue-800)}.report-options{grid-template-columns:1fr;margin:-2px 0 14px;padding:14px}.report-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.report-actions{display:grid;grid-template-columns:1fr}.secondary-dark{width:100%;justify-content:center}.panel-head h2{font-size:22px}}@media (max-width: 420px){.report-columns{grid-template-columns:1fr}}.mobile-card-title-only{justify-content:flex-start}.mobile-card-title-only strong{width:100%;text-align:left;font-size:17px;letter-spacing:.02em}@media (max-width: 900px){.topbar{display:none}.mobile-module-nav{margin-top:0}.report-options>div:first-child{margin-bottom:0}}.autosave-badge{min-height:44px;border:1px solid rgba(255,255,255,.26);border-radius:6px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ffffff1a;font-weight:800;font-size:13px;white-space:nowrap}.autosave-badge.error{background:#fff1f0;color:#b42318;border-color:#fecdca}.percent-total-box{height:38px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-weight:900;font-size:13px;border:1px solid #d4dce8;background:#fff;color:var(--blue-900)}.percent-total-box.ok{border-color:#abefc6;background:#ecfdf3;color:#067647}.percent-total-box.error{border-color:#fecdca;background:#fff1f0;color:#b42318}button:disabled{cursor:not-allowed;opacity:.55}@media (max-width: 900px){.autosave-badge{width:100%;min-height:40px;text-align:center;white-space:normal}.percent-total-box{width:100%}}.topbar-actions{display:inline-flex;align-items:center;gap:10px}.password-btn,.mobile-account-row button{height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--blue-900);display:inline-flex;align-items:center;gap:8px;padding:0 14px;font-weight:800;cursor:pointer}.password-btn:hover,.mobile-account-row button:hover,.secondary-light:hover{background:#f5f8fc}.mobile-account-row{display:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#071d397a;display:grid;place-items:center;padding:18px}.modal-card{position:relative;width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px #10182838;padding:26px}.modal-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:999px;background:#eef2f7;color:var(--blue-900);font-size:22px;line-height:1;cursor:pointer}.modal-icon{width:46px;height:46px;border-radius:14px;background:#edf3fc;color:var(--blue-800);display:grid;place-items:center;margin-bottom:14px}.modal-card h2{margin:0 0 6px;color:var(--blue-900);font-size:24px}.modal-card p{margin:0 0 18px;color:var(--muted);line-height:1.4}.password-form{display:grid;gap:12px}.password-form label{display:grid;gap:6px;color:var(--blue-900);font-size:14px;font-weight:800}.password-form input{width:100%;height:44px;border:1px solid #d4dce8;border-radius:6px;padding:0 12px;background:#fff;font-size:15px}.success-box{background:#ecfdf3;color:#067647;border:1px solid #abefc6;border-radius:6px;padding:9px 12px;font-size:14px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.secondary-light{height:46px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--blue-900);font-weight:800;cursor:pointer}.modal-primary{margin-top:0}@media (max-width: 900px){.mobile-account-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.mobile-account-row span{min-width:0;color:var(--blue-900);font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-row button{flex:0 0 auto;height:36px;padding:0 10px;font-size:12px}.modal-card{padding:22px;border-radius:14px}.modal-actions{grid-template-columns:1fr}}.dividendos-table table{min-width:960px;table-layout:fixed}.dividendos-table th,.dividendos-table td{padding:7px 10px;line-height:1.15}.dividendos-table th:first-child,.dividendos-table td:first-child{width:17%}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:17%}.dividendos-table th:nth-child(n+3),.dividendos-table td:nth-child(n+3){width:13.2%}.dividendos-table .money-input{width:132px;max-width:132px;height:30px;padding:0 10px;margin-left:auto;font-size:14px}.dividendos-table td,.dividendos-table td:first-child{font-size:15px}.dividendos-table .partner-head{font-size:14px}.panel-head{padding-top:14px;padding-bottom:14px}@media (max-width: 900px){.mobile-field .money-input{width:132px;max-width:132px;height:34px;font-size:14px}.mobile-field,.mobile-value{padding-top:9px;padding-bottom:9px}}.dividendos-table table{min-width:900px;table-layout:fixed}.dividendos-table th,.dividendos-table td{padding:5px 7px;line-height:1.05}.dividendos-table th:first-child,.dividendos-table td:first-child{width:16%}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:14%}.dividendos-table th:nth-child(n+3),.dividendos-table td:nth-child(n+3){width:14%}.dividendos-table .money-input{width:108px;max-width:108px;height:28px;padding:0 8px;font-size:13.5px}.dividendos-table td,.dividendos-table td:first-child{font-size:14px}.dividendos-table .partner-head{font-size:13px}.panel-head{padding:10px 16px}.panel-total{padding:8px 12px}.filters{padding:14px 16px;gap:10px;margin-bottom:14px}.filters label{width:230px}.filters select,.year-field input,.secondary-btn,.primary-inline,.add-company button{height:40px}@media (max-width: 900px){html,body,#root{overflow-x:hidden}.content{padding:8px 7px 16px;overflow-x:hidden}.mobile-module-nav{gap:6px;margin:0 0 8px}.mobile-module-nav button{height:36px;min-width:0;font-size:13px;border-radius:8px}.mobile-account-row{display:grid;grid-template-columns:1fr;gap:6px;padding:8px;margin-bottom:8px;border-radius:10px}.mobile-account-row span{font-size:12px}.mobile-account-row button{width:100%;height:32px;border-radius:8px;justify-content:center;font-size:11.5px}.filters{padding:9px;gap:7px;margin-bottom:10px;border-radius:9px}.filters label{font-size:12px}.filters select,.year-field input{height:36px;font-size:13px;padding:0 10px}.filters .secondary-btn{height:36px;font-size:12.5px}.report-options{padding:10px;gap:9px;margin-bottom:10px;border-radius:10px}.report-columns{gap:6px}.report-columns label{font-size:12px}.secondary-dark{height:34px;font-size:12px}.panel{border-radius:10px}.panel-head{padding:10px;gap:8px}.panel-head h2{font-size:19px}.panel-total{padding:7px 10px;border-radius:8px}.panel-total strong{font-size:16px}.mobile-cards{gap:8px;padding:0 8px 10px}.mobile-card{border-radius:10px;box-shadow:none}.mobile-card-head{padding:8px 10px}.mobile-card-title-only strong{font-size:14.5px}.mobile-field,.mobile-value,.mobile-row{min-height:0;padding:6px 10px;gap:8px}.mobile-field span,.mobile-value span,.mobile-row span:first-child{font-size:10.5px;line-height:1.15}.mobile-value strong,.mobile-row strong{font-size:13.5px;line-height:1.15}.mobile-field .money-input{width:102px;max-width:102px;height:30px;font-size:12.5px;padding:0 7px}.admin-form{padding:10px;gap:8px}.admin-form input,.percent-input{height:32px;font-size:12.5px}.company-mobile-cards{padding:0 8px 10px}.mobile-actions{padding:8px 10px;gap:8px}}@media (max-width: 360px){.content,.mobile-cards,.company-mobile-cards{padding-left:5px;padding-right:5px}.mobile-field .money-input{width:88px;max-width:88px}.mobile-value strong,.mobile-row strong{font-size:12.7px}}.admin-table table{min-width:1120px;table-layout:fixed}.admin-table th,.admin-table td{padding:5px 7px;line-height:1.05;font-size:13px}.admin-table th:nth-child(1),.admin-table td:nth-child(1){width:15%}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:7%}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:11.2%}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.5%}.admin-table th:nth-child(9),.admin-table td:nth-child(9){width:14.5%}.admin-table .percent-input{max-width:86px;height:28px;padding:0 7px;font-size:12.8px}.admin-table .status-pill{height:22px;padding:0 8px;font-size:11px}.admin-table .small-action{height:28px;padding:0 8px;font-size:12px;border-radius:5px}.admin-table .action-cell{gap:6px;justify-content:flex-end;white-space:nowrap}.admin-form{grid-template-columns:minmax(180px,1.15fr) repeat(5,minmax(88px,.7fr)) 86px 156px;gap:7px;padding:10px 14px;align-items:end}.admin-form label{gap:4px;font-size:12px}.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{height:32px;font-size:12.5px}.admin-form .primary-inline{padding:0 10px;white-space:nowrap}@media (max-width: 900px){html,body,#root,.app-shell,.content{width:100%;max-width:100%;overflow-x:hidden}.content{padding:6px 6px 14px}.mobile-module-nav{gap:5px;margin-bottom:6px}.mobile-module-nav button{height:32px;border-radius:7px;font-size:12px}.mobile-account-row{grid-template-columns:1fr;padding:6px;gap:5px;margin-bottom:6px}.mobile-account-row span{font-size:11px}.mobile-account-row button{height:28px;font-size:11px}.filters{padding:7px;gap:5px;border-radius:8px;margin-bottom:8px}.filters label{font-size:11px}.filters select,.year-field input,.filters .secondary-btn{height:32px;font-size:12px}.panel-head{padding:8px}.panel-head h2{font-size:18px}.panel-total{padding:6px}.panel-total span{font-size:10px}.panel-total strong{font-size:14px}.mobile-cards,.company-mobile-cards{padding:0 6px 8px;gap:6px}.mobile-card{border-radius:8px;max-width:100%}.mobile-card-head{padding:7px 9px}.mobile-card-title-only strong{font-size:13px}.mobile-field,.mobile-value,.mobile-row{padding:5px 8px;gap:6px}.mobile-field span,.mobile-value span,.mobile-row span:first-child{font-size:9.8px}.mobile-value strong,.mobile-row strong{font-size:12.5px}.mobile-field .money-input{width:94px;max-width:94px;height:28px;font-size:12px}.admin-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px;padding:8px;overflow:hidden}.admin-form .company-name-field,.admin-form .percent-total-box,.admin-form .primary-inline{grid-column:1 / -1}.admin-form label{min-width:0;font-size:10.5px}.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{width:100%;height:30px;min-width:0;font-size:11.5px}.admin-form .primary-inline{justify-content:center}.company-mobile-cards .mobile-percent .percent-input{width:84px;max-width:84px;height:28px;font-size:11.5px}.mobile-actions{padding:7px 8px;gap:6px}.mobile-actions .small-action{height:30px;font-size:11px}}@media (max-width: 360px){.content{padding-left:4px;padding-right:4px}.admin-form{grid-template-columns:1fr!important}.company-mobile-cards .mobile-percent .percent-input,.mobile-field .money-input{width:78px;max-width:78px}.mobile-value strong,.mobile-row strong{font-size:11.8px}}.topbar-actions,.mobile-module-nav,.mobile-account-row{display:none!important}.mobile-topbar{display:none}.sidebar-bottom-actions{margin-top:auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:16px}.sidebar-settings-wrap{position:relative}.settings-trigger,.sidebar-bottom-actions>.icon-bottom{position:static;margin:0}.settings-popover{position:absolute;left:calc(100% + 14px);bottom:0;width:250px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 40px #10182824;padding:12px;z-index:30}.settings-user{display:flex;align-items:center;gap:8px;color:var(--blue-900);font-weight:800;font-size:13px;padding:6px 4px 12px;margin-bottom:8px;border-bottom:1px solid #edf1f6}.settings-user span{min-width:0;overflow-wrap:anywhere}.settings-popover-btn{width:100%;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--blue-900);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer;margin-bottom:8px}.settings-popover-btn:last-child{margin-bottom:0}.danger-ghost{background:#fff7f7;border-color:#f3c7c7;color:#b42318}.admin-table table{min-width:1260px}.admin-table th:last-child,.admin-table td:last-child{min-width:170px}.action-cell{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-end;align-items:center;gap:8px;white-space:nowrap}.action-cell .small-action{flex:0 0 auto;min-width:70px}@media (min-width: 901px){.topbar{display:flex!important;align-items:center;justify-content:space-between;margin-bottom:18px}.mobile-topbar,.mobile-menu-overlay{display:none!important}}@media (max-width: 900px){.content{padding:10px 8px 16px}.topbar{display:none!important}.mobile-topbar{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mobile-topbar h1{margin:0;font-size:22px;color:var(--blue-900);line-height:1.1}.mobile-menu-trigger{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--blue-900);display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#071d396b;z-index:80;display:block}.mobile-drawer{width:min(300px,calc(100vw - 24px));height:100%;background:#fff;padding:14px 12px;box-shadow:12px 0 30px #1018282e}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mobile-drawer-head strong{font-size:18px;color:var(--blue-900)}.mobile-drawer-close{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--blue-900);display:grid;place-items:center}.mobile-drawer-user{display:flex;align-items:center;gap:8px;background:#f8fbff;border:1px solid #e5edf6;border-radius:12px;padding:10px 12px;color:var(--blue-900);font-weight:800;font-size:13px;margin-bottom:12px}.mobile-drawer-user span{overflow-wrap:anywhere}.mobile-drawer-nav,.mobile-drawer-config{display:grid;gap:8px}.mobile-drawer-nav button,.mobile-drawer-config button{min-height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--blue-900);font-weight:800;font-size:13px;padding:0 12px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px}.mobile-drawer-nav button.active{background:var(--blue-800);border-color:var(--blue-800);color:#fff}.mobile-drawer-config{margin-top:10px;padding-top:10px;border-top:1px solid #edf1f6}.admin-form{grid-template-columns:1fr 1fr!important;gap:8px;padding:10px}.admin-form .company-name-field,.admin-form .percent-total-box,.admin-form .primary-inline{grid-column:1 / -1}.admin-form label{min-width:0}.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{width:100%;min-width:0}.company-mobile-cards,.dividendos-mobile-cards{padding:0 8px 10px;gap:8px}.mobile-card{border-radius:10px}.mobile-card-head,.mobile-field,.mobile-value,.mobile-row{padding-left:10px;padding-right:10px}.mobile-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;padding:10px}.mobile-actions .small-action{width:100%;min-width:0;height:34px;font-size:12px;justify-content:center}}@media (max-width: 420px){.admin-form{grid-template-columns:1fr!important}.mobile-actions{grid-template-columns:1fr 1fr}.mobile-topbar h1{font-size:20px}}@media (min-width: 901px){.admin-form{grid-template-columns:minmax(280px,1.9fr) repeat(5,minmax(120px,1fr)) minmax(108px,.7fr) minmax(190px,1.15fr)!important;gap:10px!important;padding:12px 16px!important;align-items:end}.admin-form label,.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{width:100%}.admin-form .percent-total-box{display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.admin-table table{width:100%;min-width:1380px;table-layout:fixed}.admin-table th,.admin-table td{vertical-align:middle}.admin-table th{text-align:center;white-space:nowrap}.admin-table th:first-child,.admin-table td:first-child{width:18%;text-align:left}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:9.5%;text-align:center}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:11%;text-align:center}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8.5%;text-align:center}.admin-table th:last-child,.admin-table td:last-child{width:12.5%;text-align:center}.admin-table td:nth-child(3) .percent-input,.admin-table td:nth-child(4) .percent-input,.admin-table td:nth-child(5) .percent-input,.admin-table td:nth-child(6) .percent-input,.admin-table td:nth-child(7) .percent-input{margin:0 auto}.admin-table .action-cell{display:flex!important;justify-content:center!important;align-items:center;gap:8px;flex-wrap:nowrap;white-space:nowrap}.admin-table .small-action{min-width:76px}}@media (min-width: 901px){.dividendos-table{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.dividendos-table table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{padding:5px 4px!important;height:42px!important;font-size:16px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important}.dividendos-table th{height:28px!important;padding-top:4px!important;padding-bottom:4px!important;font-size:13.5px!important}.dividendos-table .partner-head{font-size:13.5px!important;letter-spacing:0!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:16%!important;white-space:normal!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:12%!important;text-align:center!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.4%!important;text-align:right!important}.dividendos-table .money-input{width:min(128px,94%)!important;max-width:128px!important;height:32px!important;margin:0 auto!important;padding:0 7px!important;font-size:17px!important;font-weight:900!important}.dividendos-table tfoot td{font-size:16px!important}.panel:has(.dividendos-table){overflow:hidden!important}.panel:has(.dividendos-table) .panel-head{padding:10px 14px!important}.panel:has(.dividendos-table) .panel-head h2{font-size:27px!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table th,.dividendos-table td{padding-left:3px!important;padding-right:3px!important;font-size:14.5px!important}.dividendos-table th,.dividendos-table .partner-head{font-size:12px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:15%!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:11%!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.8%!important}.dividendos-table .money-input{width:min(112px,94%)!important;font-size:15.5px!important}}body{font-size:16px}.content{padding:16px 18px 24px!important}.topbar{margin-bottom:10px!important}.topbar h1{font-size:31px!important;line-height:1!important}.filters{padding:10px 12px!important;margin-bottom:10px!important;gap:8px!important;border-radius:10px!important}.filters label{width:170px!important;font-size:15px!important}.filters select,.filters input{height:36px!important;margin-top:4px!important;font-size:16px!important;font-weight:800!important}.secondary-btn,.secondary-dark,.primary-inline{height:36px!important;padding:0 10px!important;font-size:14px!important;border-radius:7px!important;white-space:nowrap}.report-options{padding:9px 10px!important;margin-bottom:10px!important;gap:8px!important}.report-options strong{font-size:16px!important}.report-columns{gap:6px!important}.report-columns label{min-height:32px!important;padding:0 9px!important;font-size:14px!important}.panel{border-radius:10px!important}.panel-head{padding:10px 12px!important;gap:10px!important}.panel-head h2{font-size:25px!important;line-height:1!important}.panel-total{min-width:190px!important;padding:7px 10px!important}.panel-total span{font-size:13px!important;margin-bottom:1px!important}.panel-total strong{font-size:21px!important}.dividendos-table table{width:100%!important;min-width:0!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{padding:5px!important;font-size:15.5px!important;line-height:1.08!important;white-space:nowrap!important}.dividendos-table th{font-size:13.5px!important}.dividendos-table .partner-head{font-size:13.5px!important;letter-spacing:.015em!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:18%!important;white-space:normal!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:12%!important}.dividendos-table .money-input{width:100%!important;max-width:104px!important;height:30px!important;padding:0 6px!important;font-size:16px!important;font-weight:900!important}.admin-form{padding:8px 10px!important;gap:7px!important;grid-template-columns:minmax(210px,1.55fr) repeat(5,minmax(82px,.8fr)) minmax(92px,.65fr) minmax(142px,.95fr)!important}.admin-form label{gap:4px!important;font-size:14px!important}.admin-form input,.percent-input{height:31px!important;padding:0 7px!important;font-size:15.5px!important;font-weight:800!important}.percent-total-box{min-height:31px!important;padding:0 6px!important;font-size:14px!important}.admin-table table{width:100%!important;min-width:0!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:5px!important;font-size:15px!important;line-height:1.05!important}.admin-table th{font-size:13px!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:8%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.5%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.5%!important}.admin-table th:last-child,.admin-table td:last-child{width:14%!important;min-width:0!important}.admin-table .action-cell{gap:5px!important}.admin-table .small-action{min-width:62px!important;height:30px!important;padding:0 7px!important;font-size:12.5px!important}@media (max-width: 900px){body{font-size:15.5px}.content{padding:8px 6px 12px!important}.mobile-topbar{margin-bottom:7px!important}.mobile-topbar h1{font-size:20px!important}.mobile-menu-trigger{width:36px!important;height:36px!important;border-radius:8px!important}.filters{display:grid!important;grid-template-columns:1fr 82px;align-items:end!important;padding:8px!important;gap:7px!important}.filters label{width:100%!important;font-size:13px!important}.filters .secondary-btn{grid-column:1 / -1;width:100%;justify-content:center}.panel-head{display:grid!important;grid-template-columns:1fr;padding:8px!important}.panel-head h2{font-size:22px!important}.panel-total{width:100%!important;min-width:0!important;padding:6px 8px!important}.dividendos-mobile-cards,.company-mobile-cards{padding:0 5px 7px!important;gap:6px!important}.mobile-card{border-radius:9px!important}.mobile-card-head,.mobile-field,.mobile-value,.mobile-row{min-height:0!important;padding:7px 8px!important}.mobile-card-head strong{font-size:17px!important;line-height:1.05!important}.mobile-field span,.mobile-value span,.mobile-row span{font-size:12px!important}.mobile-value strong,.mobile-row strong{font-size:15.5px!important}.mobile-field .money-input{max-width:118px!important;height:32px!important;font-size:17px!important}.mobile-values{gap:0!important}.percent-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;padding:7px 8px!important}.mobile-percent{padding:0!important}.mobile-percent .percent-input{max-width:92px!important;height:31px!important}.admin-form{grid-template-columns:1fr 1fr!important;padding:8px!important;gap:7px!important}.admin-form label{font-size:12.5px!important}.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{height:32px!important}.mobile-actions{padding:7px 8px!important;gap:6px!important}.mobile-actions .small-action{height:32px!important;font-size:13px!important}.report-options{padding:8px!important}.report-columns{display:grid!important;grid-template-columns:1fr 1fr}}@media (max-width: 420px){.admin-form,.percent-grid,.report-columns{grid-template-columns:1fr 1fr!important}.mobile-card-head strong{font-size:16px!important}}.topbar-empty{display:none!important;margin:0!important;padding:0!important;height:0!important}.content{padding-top:10px!important}.filters{margin-top:0!important}.dividendos-table table{min-width:0!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{padding-left:3px!important;padding-right:3px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:20%!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:10%!important;text-align:left!important}.dividendos-table th:nth-child(2){text-align:center!important}.dividendos-table th:nth-child(n+3),.dividendos-table td:nth-child(n+3){width:14%!important}.dividendos-table .money-input{display:inline-block!important;width:100%!important;max-width:112px!important;height:32px!important;margin:0!important;padding:0 6px!important;text-align:right!important;font-size:17px!important;font-weight:900!important}.admin-panel .panel-head{padding:8px 12px!important}.admin-panel .panel-head h2{font-size:27px!important}.admin-form{grid-template-columns:minmax(210px,1.35fr) repeat(5,minmax(88px,.72fr)) minmax(112px,.68fr) minmax(190px,.95fr)!important;align-items:end!important;gap:8px!important;padding:8px 12px!important}.admin-form label{min-width:0!important;font-size:14px!important}.admin-form input{min-width:0!important;height:34px!important;font-size:15.5px!important}.admin-form .percent-total-box{min-width:0!important;height:34px!important;padding:0 8px!important;font-size:14px!important;white-space:nowrap!important}.admin-form .primary-inline{min-width:0!important;height:34px!important;padding:0 10px!important;justify-content:center!important}.admin-table table{min-width:1180px!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:5px 4px!important;overflow:visible!important}.admin-table th:first-child,.admin-table td:first-child{width:18%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:7.5%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.4%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8.5%!important;white-space:nowrap!important;text-align:center!important}.admin-table th:last-child,.admin-table td:last-child{width:14%!important}.admin-table .percent-input{width:100%!important;max-width:86px!important;height:32px!important;margin:0 auto!important;font-size:16px!important}.admin-table .action-cell{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:5px!important}.admin-table .small-action{flex:0 0 auto!important;min-width:66px!important;height:32px!important;padding:0 7px!important;font-size:13px!important}@media (max-width: 900px){.mobile-topbar{margin-bottom:6px!important}.mobile-topbar h1{display:none!important}.content{padding-top:6px!important}.admin-form{grid-template-columns:1fr 1fr!important;gap:6px!important;padding:8px!important}.admin-form .company-name-field,.admin-form .percent-total-box,.admin-form .primary-inline{grid-column:1 / -1!important}.company-mobile-cards .mobile-actions{grid-template-columns:1fr 1fr!important}}@media (min-width: 901px){.dividendos-table{overflow-x:auto!important}.dividendos-table table{width:auto!important;min-width:1115px!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{padding:5px 4px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:220px!important;max-width:220px!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:145px!important;max-width:145px!important;text-align:left!important}.dividendos-table th:nth-child(2){text-align:center!important}.dividendos-table th:nth-child(n+3),.dividendos-table td:nth-child(n+3){width:150px!important;max-width:150px!important}.dividendos-table .money-input{max-width:118px!important}.admin-form{display:grid!important;grid-template-columns:300px repeat(5,160px) 170px 220px!important;width:max-content!important;min-width:1490px!important;max-width:none!important;align-items:end!important;gap:8px!important;padding:8px 12px!important}.admin-form label,.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{width:100%!important;max-width:none!important;min-width:0!important}.admin-panel .table-wrap{overflow-x:auto!important}.admin-table table{width:auto!important;min-width:1470px!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:5px 4px!important;white-space:nowrap!important}.admin-table th:first-child,.admin-table td:first-child{width:260px!important;max-width:260px!important;white-space:normal!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:90px!important;max-width:90px!important;text-align:center!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:160px!important;max-width:160px!important;text-align:center!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:120px!important;max-width:120px!important;text-align:center!important;overflow:visible!important}.admin-table th:last-child,.admin-table td:last-child{width:200px!important;max-width:200px!important;text-align:center!important}.admin-table .percent-input{width:112px!important;max-width:112px!important;margin:0 auto!important}.admin-table .action-cell{display:flex!important;width:100%!important;justify-content:center!important;gap:6px!important}.admin-table .small-action{min-width:78px!important;height:32px!important}}@media (min-width: 901px){.admin-panel{overflow-x:hidden!important}.admin-panel>.panel-head{display:none!important}.admin-form{width:100%!important;min-width:0!important;max-width:100%!important;grid-template-columns:20% repeat(5,10.5%) 11.5% 15%!important;gap:6px!important;padding:8px 10px!important;overflow:hidden!important}.admin-form label{font-size:13.5px!important}.admin-form input{height:32px!important;font-size:15px!important;padding:0 8px!important}.admin-form .percent-total-box,.admin-form .primary-inline{height:32px!important;font-size:13.5px!important;padding:0 8px!important}.admin-form .primary-inline svg{width:14px!important;height:14px!important}.admin-panel .table-wrap{overflow-x:hidden!important}.admin-table table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:4px 3px!important;font-size:14.5px!important;line-height:1.05!important}.admin-table th{font-size:12.5px!important}.admin-table th:first-child,.admin-table td:first-child{width:20%!important;max-width:none!important;white-space:normal!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6.5%!important;max-width:none!important;text-align:center!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.5%!important;max-width:none!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8.5%!important;max-width:none!important}.admin-table th:last-child,.admin-table td:last-child{width:12.5%!important;max-width:none!important}.admin-table .percent-input{width:92px!important;max-width:92px!important;height:31px!important;font-size:15px!important;padding:0 6px!important}.status-pill{height:24px!important;padding:0 8px!important;font-size:11.5px!important}.admin-table .action-cell{gap:4px!important}.admin-table .small-action{min-width:66px!important;height:31px!important;padding:0 6px!important;font-size:12.5px!important}}@media (min-width: 901px){.content:has(.admin-panel){overflow-x:hidden!important}.admin-panel{width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-panel .table-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.admin-form{grid-template-columns:19.5% 10.4% 10.4% 10.4% 10.4% 10.4% 11.2% 16.1%!important;width:100%!important;min-width:0!important;gap:5px!important;padding:7px 8px!important}.admin-form input{height:30px!important;padding:0 7px!important;font-size:14.5px!important}.admin-form label{font-size:13px!important;gap:3px!important}.admin-form .percent-total-box,.admin-form .primary-inline{height:30px!important;font-size:13px!important}.admin-form .primary-inline{gap:6px!important}.admin-table table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:3px!important;height:42px!important;min-height:0!important;font-size:14px!important;line-height:1!important;overflow:hidden!important}.admin-table th{height:26px!important;font-size:12px!important;padding-top:3px!important;padding-bottom:3px!important}.admin-table th:first-child,.admin-table td:first-child{width:19.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6.2%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.2%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8.6%!important;overflow:visible!important}.admin-table th:last-child,.admin-table td:last-child{width:14.7%!important;overflow:visible!important}.admin-table .percent-input{width:min(92px,88%)!important;max-width:92px!important;height:30px!important;padding:0 5px!important;font-size:14.5px!important}.admin-table .action-cell{display:grid!important;grid-template-columns:minmax(58px,1fr) minmax(64px,1fr)!important;align-items:center!important;justify-content:stretch!important;gap:4px!important;width:100%!important;min-width:0!important}.admin-table .action-cell:before{content:none!important}.admin-table .small-action{width:100%!important;min-width:0!important;height:30px!important;padding:0 4px!important;font-size:12.2px!important;justify-content:center!important}.status-pill{height:22px!important;padding:0 7px!important;font-size:11px!important}}@media (min-width: 901px) and (max-width: 1360px){.content{padding-left:8px!important;padding-right:8px!important}.admin-form{grid-template-columns:18.5% repeat(5,9.8%) 11.5% 20%!important}.admin-table th,.admin-table td{font-size:12.5px!important;padding-left:2px!important;padding-right:2px!important}.admin-table th{font-size:10.8px!important}.admin-table th:first-child,.admin-table td:first-child{width:18.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:9.8%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8.5%!important}.admin-table th:last-child,.admin-table td:last-child{width:18%!important}.admin-table .percent-input{width:min(76px,92%)!important;font-size:13px!important}.admin-table .small-action{font-size:11px!important}}@media (min-width: 901px){.admin-form{grid-template-columns:14% 12% 12% 13% 12% 12% 10% 15%!important;gap:4px!important;padding:6px 8px!important}.admin-form input{height:30px!important;font-size:14px!important;padding:0 7px!important}.admin-form .primary-inline,.admin-form .percent-total-box{height:30px!important;font-size:12.5px!important}.admin-table table{width:100%!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding-left:2px!important;padding-right:2px!important}.admin-table th:first-child,.admin-table td:first-child{width:14%!important;max-width:none!important;white-space:normal!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:5.2%!important;max-width:none!important;text-align:center!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:11.7%!important;max-width:none!important}.admin-table th:nth-child(5),.admin-table td:nth-child(5){width:13.2%!important;max-width:none!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8%!important;max-width:none!important;text-align:center!important}.admin-table th:last-child,.admin-table td:last-child{width:12.8%!important;max-width:none!important}.admin-table .percent-input{width:min(94px,94%)!important;max-width:94px!important;height:30px!important;font-size:14px!important;padding:0 5px!important}.admin-table td.action-cell{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:stretch!important;gap:4px!important;width:auto!important}.admin-table td.action-cell .small-action{flex:1 1 0!important;width:auto!important;min-width:0!important;height:30px!important;padding:0 3px!important;font-size:12px!important;text-align:center!important}.status-pill{min-width:0!important;height:22px!important;padding:0 6px!important;font-size:11px!important}}@media (min-width: 901px) and (max-width: 1500px){.admin-table th,.admin-table td{font-size:12.5px!important}.admin-table th{font-size:10.8px!important}.admin-table th:first-child,.admin-table td:first-child{width:13.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:5%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8%!important}.admin-table th:last-child,.admin-table td:last-child{width:13%!important}.admin-table .percent-input{width:min(78px,94%)!important;font-size:12.8px!important}.admin-table td.action-cell .small-action{font-size:10.8px!important}}@media (min-width: 901px){.admin-form{grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.9fr) minmax(112px,.95fr) minmax(178px,1.15fr)!important;column-gap:5px!important;row-gap:4px!important;padding:6px 8px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-form>*{min-width:0!important}.admin-form .primary-inline{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media (min-width: 901px){.panel:has(.dividendos-table),.dividendos-table{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.dividendos-table table,.desktop-table.dividendos-table table,.table-wrap.dividendos-table table{width:100%!important;min-width:100%!important;max-width:100%!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{height:42px!important;padding:5px 4px!important;font-size:16.5px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important}.dividendos-table th{height:28px!important;padding-top:4px!important;padding-bottom:4px!important;font-size:13.5px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:15%!important;max-width:none!important;white-space:normal!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:12%!important;max-width:none!important;text-align:center!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.6%!important;max-width:none!important;text-align:right!important}.dividendos-table .partner-head{font-size:13.5px!important;letter-spacing:0!important}.dividendos-table .money-input{width:min(128px,94%)!important;max-width:128px!important;height:32px!important;margin:0 auto!important;padding:0 7px!important;font-size:17px!important;font-weight:900!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table th,.dividendos-table td{font-size:15px!important;padding-left:3px!important;padding-right:3px!important}.dividendos-table th,.dividendos-table .partner-head{font-size:12px!important}.dividendos-table .money-input{width:min(112px,94%)!important;font-size:15.5px!important}}@media (min-width: 901px){.panel:has(.dividendos-table) .panel-head{padding:12px 14px!important}.panel:has(.dividendos-table) .panel-head h2{font-size:31px!important;line-height:1!important}.panel:has(.dividendos-table) .panel-total strong{font-size:28px!important;line-height:1!important}.panel:has(.dividendos-table) .panel-total span{font-size:14px!important}.dividendos-table th,.dividendos-table td{height:44px!important;padding-left:2px!important;padding-right:2px!important;font-size:18px!important;font-weight:800!important}.dividendos-table th{height:29px!important;font-size:14.5px!important;font-weight:900!important}.dividendos-table .partner-head{font-size:14.5px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:14%!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:13%!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.6%!important}.dividendos-table .money-input{width:min(150px,96%)!important;max-width:150px!important;height:35px!important;font-size:18.5px!important;padding:0 8px!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table th,.dividendos-table td{font-size:16.2px!important}.dividendos-table th,.dividendos-table .partner-head{font-size:12.8px!important}.dividendos-table .money-input{width:min(128px,96%)!important;max-width:128px!important;font-size:16.5px!important}}@media (min-width: 901px){.panel:has(.dividendos-table){width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important}.panel:has(.dividendos-table) .panel-head{padding:10px 12px!important}.panel:has(.dividendos-table) .panel-head h2{font-size:28px!important}.panel:has(.dividendos-table) .panel-total{min-width:210px!important;padding:8px 12px!important}.panel:has(.dividendos-table) .panel-total strong{font-size:25px!important}.dividendos-table table,.desktop-table.dividendos-table table,.table-wrap.dividendos-table table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.dividendos-table th,.dividendos-table td{height:39px!important;padding:4px 2px!important;font-size:16px!important;line-height:1!important}.dividendos-table th,.dividendos-table .partner-head{height:27px!important;font-size:13px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:13.5%!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:11.5%!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:15%!important}.dividendos-table .money-input{width:min(118px,92%)!important;max-width:118px!important;height:31px!important;font-size:16px!important;padding:0 6px!important}}@media (min-width: 901px) and (max-width: 1500px){.panel:has(.dividendos-table){width:calc(100% - 16px)!important;margin-left:8px!important;margin-right:8px!important}.dividendos-table th,.dividendos-table td{font-size:14.6px!important;padding-left:1px!important;padding-right:1px!important}.dividendos-table th,.dividendos-table .partner-head{font-size:11.8px!important}.dividendos-table .money-input{width:min(104px,92%)!important;max-width:104px!important;font-size:14.8px!important}}@media (min-width: 901px){.filters,.report-options{width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important}.dividendos-table{padding-left:8px!important;padding-right:8px!important}.dividendos-table table,.desktop-table.dividendos-table table,.table-wrap.dividendos-table table{width:100%!important;min-width:0!important}.dividendos-table th:first-child,.dividendos-table td:first-child{padding-left:8px!important}.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){padding-right:8px!important}.dividendos-table th,.dividendos-table td{font-size:15.5px!important}.dividendos-table th,.dividendos-table .partner-head{font-size:12.8px!important}}@media (min-width: 901px) and (max-width: 1500px){.filters,.report-options{width:calc(100% - 16px)!important;margin-left:8px!important;margin-right:8px!important}.dividendos-table{padding-left:6px!important;padding-right:6px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{padding-left:6px!important}.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){padding-right:6px!important}}@media (min-width: 901px){.panel:has(.dividendos-table){margin-bottom:18px!important}.dividendos-table{padding-left:10px!important;padding-right:10px!important;padding-bottom:10px!important}.dividendos-table table,.desktop-table.dividendos-table table,.table-wrap.dividendos-table table{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}.dividendos-table th,.dividendos-table td{padding-left:3px!important;padding-right:3px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:14.5%!important;padding-left:10px!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:14.5%!important;text-align:center!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.2%!important}.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){padding-right:10px!important}.dividendos-table .money-input{width:min(126px,92%)!important;max-width:126px!important}.dividendos-table tfoot td{padding-top:8px!important;padding-bottom:8px!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table{padding-left:8px!important;padding-right:8px!important;padding-bottom:10px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:14.2%!important;padding-left:8px!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:14.2%!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:14.32%!important}.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){padding-right:8px!important}.dividendos-table .money-input{width:min(112px,92%)!important;max-width:112px!important}}@media (min-width: 901px){.content{padding-left:22px!important;padding-right:22px!important}.filters,.report-options,.panel:has(.dividendos-table){width:calc(100% - 28px)!important;margin-left:14px!important;margin-right:14px!important}.filters{padding:14px 16px!important}.filters label{width:218px!important;font-size:17px!important}.filters select,.filters input{height:48px!important;font-size:22px!important}.filters .secondary-btn{height:48px!important;font-size:17px!important;padding:0 16px!important}.panel:has(.dividendos-table) .panel-head{padding:24px 18px 18px!important}.panel:has(.dividendos-table) .panel-head h2{font-size:38px!important;line-height:1!important}.panel:has(.dividendos-table) .panel-total{min-width:260px!important;padding:12px 18px!important}.panel:has(.dividendos-table) .panel-total span{font-size:17px!important}.panel:has(.dividendos-table) .panel-total strong{font-size:34px!important}.dividendos-table{padding-left:12px!important;padding-right:12px!important;padding-bottom:12px!important}.dividendos-table th,.dividendos-table td{height:50px!important;padding-left:4px!important;padding-right:4px!important;font-size:20px!important;line-height:1.05!important}.dividendos-table th,.dividendos-table .partner-head{height:34px!important;font-size:18px!important}.dividendos-table th:first-child,.dividendos-table td:first-child{width:16%!important;padding-left:12px!important}.dividendos-table th:nth-child(2),.dividendos-table td:nth-child(2){width:16%!important}.dividendos-table th:nth-child(3),.dividendos-table td:nth-child(3),.dividendos-table th:nth-child(4),.dividendos-table td:nth-child(4),.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5),.dividendos-table th:nth-child(6),.dividendos-table td:nth-child(6),.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){width:13.6%!important}.dividendos-table th:nth-child(7),.dividendos-table td:nth-child(7){padding-right:12px!important}.dividendos-table .money-input{width:min(176px,92%)!important;max-width:176px!important;height:40px!important;font-size:21px!important;padding:0 10px!important}.dividendos-table tfoot td{height:50px!important;padding-top:9px!important;padding-bottom:9px!important}}@media (min-width: 901px) and (max-width: 1500px){.content{padding-left:14px!important;padding-right:14px!important}.filters,.report-options,.panel:has(.dividendos-table){width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important}.panel:has(.dividendos-table) .panel-head h2{font-size:34px!important}.panel:has(.dividendos-table) .panel-total strong{font-size:30px!important}.dividendos-table th,.dividendos-table td{height:47px!important;font-size:18px!important}.dividendos-table th,.dividendos-table .partner-head{height:32px!important;font-size:15.8px!important}.dividendos-table .money-input{width:min(148px,92%)!important;max-width:148px!important;height:38px!important;font-size:19px!important}}@media (min-width: 901px){.sidebar{width:116px!important}.sidebar img{width:84px!important}.nav-btn{width:98px!important;padding:0 8px!important;font-size:15px!important}.content{padding-left:22px!important}.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5){text-align:center!important}.dividendos-table th:nth-child(5){padding-left:0!important;padding-right:0!important}.dividendos-table td:nth-child(5){text-align:right!important}.dividendos-table tfoot td{height:50px!important;padding:8px 4px!important;background:#edf3fc!important;color:var(--blue-900)!important;font-size:20px!important;font-weight:900!important;line-height:1.05!important;text-align:right!important;white-space:nowrap!important}.dividendos-table tfoot td:first-child{text-align:left!important;padding-left:12px!important}.dividendos-table tfoot td:nth-child(2){text-align:center!important}}@media (min-width: 901px) and (max-width: 1500px){.sidebar{width:112px!important}.nav-btn{width:94px!important;font-size:14px!important}.dividendos-table tfoot td{font-size:18px!important}}@media (min-width: 901px){.sidebar{width:136px!important;min-width:136px!important}.sidebar img{width:92px!important}.nav-module{width:100%!important;padding:0 8px!important}.nav-btn,.nav-parent-btn,.nav-child{width:120px!important;min-width:120px!important;height:44px!important;padding:0 8px!important;font-size:16px!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-align:center!important}.content{padding-left:22px!important}.dividendos-table th:nth-child(5),.dividendos-table td:nth-child(5){text-align:right!important;padding-left:3px!important;padding-right:4px!important}.dividendos-table th:nth-child(5){white-space:nowrap!important}}@media (min-width: 901px) and (max-width: 1500px){.sidebar{width:132px!important;min-width:132px!important}.nav-btn,.nav-parent-btn,.nav-child{width:116px!important;min-width:116px!important;font-size:15px!important}}@media (min-width: 901px){.sidebar{width:126px!important;min-width:126px!important}.sidebar img{width:88px!important}.nav-module{padding:0 6px!important}.nav-btn,.nav-parent-btn,.nav-child{width:112px!important;min-width:112px!important;font-size:15px!important}.dividendos-table th:nth-child(5){text-align:right!important;padding-right:18px!important}.report-options{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:nowrap!important;min-height:64px!important;padding:10px 12px!important}.report-options>div:first-child{flex:0 0 auto!important;white-space:nowrap!important}.report-columns{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:18px!important;min-width:0!important}.report-columns label{flex:0 0 auto!important;white-space:nowrap!important}.report-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important}}@media (min-width: 901px) and (max-width: 1500px){.sidebar{width:122px!important;min-width:122px!important}.nav-btn,.nav-parent-btn,.nav-child{width:108px!important;min-width:108px!important;font-size:14.5px!important}.report-columns{gap:12px!important}.report-columns label,.report-options strong,.report-actions button{font-size:14px!important}}@media (min-width: 901px){.sidebar{width:120px!important;min-width:120px!important}.sidebar img{width:84px!important}.nav-module{padding:0 5px!important}.nav-btn,.nav-parent-btn,.nav-child{width:108px!important;min-width:108px!important;height:44px!important;font-size:14.5px!important;padding:0 6px!important}.dividendos-table th:nth-child(5){text-align:center!important;position:relative!important;left:20px!important;padding-left:0!important;padding-right:0!important}.dividendos-table td:nth-child(5){text-align:right!important}.admin-panel{width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important;margin-bottom:18px!important;overflow:hidden!important}.admin-form{padding-left:10px!important;padding-right:10px!important}.admin-table{padding-left:8px!important;padding-right:8px!important;padding-bottom:10px!important}}@media (min-width: 901px) and (max-width: 1500px){.sidebar{width:118px!important;min-width:118px!important}.nav-btn,.nav-parent-btn,.nav-child{width:106px!important;min-width:106px!important;font-size:14px!important}.dividendos-table th:nth-child(5){left:16px!important}.admin-panel{width:calc(100% - 18px)!important;margin-left:9px!important;margin-right:9px!important}}@media (min-width: 901px){.dividendos-table,.admin-table{padding-left:0!important;padding-right:0!important}.dividendos-table table,.admin-table table{width:100%!important;max-width:100%!important}.dividendos-table th:first-child,.dividendos-table td:first-child,.admin-table th:first-child,.admin-table td:first-child{padding-left:14px!important}.dividendos-table th:last-child,.dividendos-table td:last-child,.admin-table th:last-child,.admin-table td:last-child{padding-right:14px!important}.dividendos-table th:nth-child(5){position:static!important;left:auto!important;transform:none!important;background:var(--blue-800)!important;text-align:right!important;padding-left:0!important;padding-right:34px!important;white-space:nowrap!important}.dividendos-table td:nth-child(5){text-align:right!important;padding-right:4px!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table th:first-child,.dividendos-table td:first-child,.admin-table th:first-child,.admin-table td:first-child{padding-left:12px!important}.dividendos-table th:last-child,.dividendos-table td:last-child,.admin-table th:last-child,.admin-table td:last-child{padding-right:12px!important}.dividendos-table th:nth-child(5){padding-right:28px!important}}@media (min-width: 901px){.dividendos-table th.partner-head-toya_e_filhos{position:static!important;left:auto!important;transform:none!important;text-align:center!important;padding-left:0!important;padding-right:0!important;background:var(--blue-800)!important;overflow:visible!important}.dividendos-table th.partner-head-toya_e_filhos>span{display:inline-block!important;transform:translate(42px)!important;white-space:nowrap!important}}@media (min-width: 901px) and (max-width: 1500px){.dividendos-table th.partner-head-toya_e_filhos>span{transform:translate(34px)!important}}.admin-form .company-name-field{text-transform:uppercase!important;padding-left:0!important;margin-left:0!important;align-self:end!important}.admin-form .company-name-field input{margin-left:0!important}@media (min-width: 901px){.admin-form .company-name-field{justify-items:stretch!important}}.admin-order-actions{display:flex;justify-content:flex-end;gap:8px}.signature-toggle{border-left:1px solid var(--line);padding-left:14px}.order-btn{background:#eef2f7!important;color:var(--blue-900)!important;min-width:30px;padding:0 7px!important}.mobile-actions-4{grid-template-columns:repeat(2,1fr)!important}@media (max-width: 900px){.admin-order-actions,.admin-order-actions .secondary-dark{width:100%}.signature-toggle{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:8px;grid-column:1 / -1}}.dividendos-table tfoot td{background:#12365c!important;color:#fff!important}.dividendos-table tfoot td:before{color:#dbeafe!important}.secondary-dark.icon-only{width:46px;min-width:46px;height:44px;padding:0!important;justify-content:center;gap:0}.sortable-company-head button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:900;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:0}.sortable-company-head button span{font-size:11px;opacity:.85;letter-spacing:.04em}.company-name-cell,.mobile-card-title-only{display:flex;align-items:center;gap:8px}.drag-handle{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;color:#123a60;background:#eef4fb;border:1px solid #cbd9e8;cursor:grab;flex:0 0 auto}.drag-handle:active{cursor:grabbing}.drag-over-row{outline:2px dashed #1f669b;outline-offset:-2px;background:#eef6ff!important}.mobile-actions-2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-table .company-name-cell{display:table-cell!important}.admin-table .company-name-content{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%}.admin-table .company-name-text{display:inline-block;white-space:normal;overflow-wrap:anywhere;line-height:1.1}@media (min-width: 901px){.admin-panel{max-width:calc(100vw - 154px)!important;overflow:hidden!important}.admin-form{display:grid!important;grid-template-columns:minmax(190px,1.25fr) repeat(5,minmax(82px,.82fr)) minmax(112px,.72fr) minmax(150px,.9fr)!important;gap:7px!important;align-items:end!important;overflow:hidden!important}.admin-form label,.admin-form input,.admin-form .percent-total-box,.admin-form .primary-inline{min-width:0!important}.admin-form .primary-inline{width:100%!important;justify-content:center!important;white-space:nowrap!important;padding-left:10px!important;padding-right:10px!important}.admin-form .percent-total-box{width:100%!important;white-space:nowrap!important;text-align:center!important}.admin-table{width:100%!important;overflow-x:hidden!important}.admin-table table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}.admin-table th,.admin-table td{box-sizing:border-box!important;overflow:hidden!important;vertical-align:middle!important}.admin-table th:first-child,.admin-table td:first-child{width:17.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:7.2%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.6%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.8%!important}.admin-table th:last-child,.admin-table td:last-child{width:14.5%!important;min-width:0!important}.admin-table .percent-input{width:min(98px,92%)!important;max-width:98px!important;min-width:0!important;text-align:center!important}.admin-table .action-cell{display:table-cell!important;text-align:center!important;white-space:nowrap!important;padding-left:4px!important;padding-right:4px!important}.admin-table .action-cell .small-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:64px!important;width:auto!important;height:31px!important;padding:0 7px!important;margin:0 2px!important;font-size:12.4px!important;line-height:1!important;white-space:nowrap!important}}@media (min-width: 901px) and (max-width: 1450px){.admin-panel{max-width:calc(100vw - 144px)!important}.admin-form{grid-template-columns:minmax(170px,1.15fr) repeat(5,minmax(72px,.72fr)) minmax(104px,.65fr) minmax(136px,.78fr)!important;gap:6px!important;padding-left:8px!important;padding-right:8px!important}.admin-form label{font-size:11.4px!important}.admin-form input{font-size:13.8px!important;padding-left:7px!important;padding-right:7px!important}.admin-form .primary-inline,.admin-form .percent-total-box{font-size:12.5px!important}.admin-table th,.admin-table td{padding-left:4px!important;padding-right:4px!important;font-size:13px!important}.admin-table th{font-size:11.8px!important}.admin-table th:first-child,.admin-table td:first-child{width:18%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:7%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.2%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.5%!important}.admin-table th:last-child,.admin-table td:last-child{width:16.5%!important}.admin-table .percent-input{width:min(82px,92%)!important;max-width:82px!important;font-size:13px!important}.admin-table .action-cell .small-action{min-width:58px!important;padding-left:6px!important;padding-right:6px!important;font-size:11.7px!important;margin:0 1px!important}}@media (max-width: 900px){.report-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:nowrap!important}.report-actions .secondary-dark.icon-only{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}.company-mobile-cards .mobile-actions,.mobile-actions-2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.company-mobile-cards .mobile-actions .small-action,.mobile-actions-2 .small-action{width:100%!important;min-width:0!important}}@media (max-width: 430px){.report-actions{justify-content:flex-start!important}}@media (min-width: 901px){.content:has(.admin-panel){overflow-x:hidden!important}.admin-panel{width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-panel .table-wrap.admin-table{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}.admin-table table{width:100%!important;min-width:1320px!important;table-layout:fixed!important;border-collapse:collapse!important}.admin-table th,.admin-table td{box-sizing:border-box!important;vertical-align:middle!important;overflow:hidden!important}.admin-table th:first-child,.admin-table td:first-child{width:235px!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:82px!important;text-align:center!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:140px!important;text-align:center!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:105px!important;text-align:center!important}.admin-table th:nth-child(9),.admin-table td:nth-child(9),.admin-table th:last-child,.admin-table td:last-child{width:195px!important;text-align:center!important}.admin-table .company-name-cell{overflow:hidden!important}.company-name-content{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important}.company-name-text{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.drag-handle{flex:0 0 30px!important;width:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.admin-table .percent-input{width:104px!important;max-width:104px!important;min-width:0!important;margin:0 auto!important}.admin-table td.action-cell{display:table-cell!important;width:195px!important;min-width:195px!important;max-width:195px!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;overflow:visible!important}.admin-table td.action-cell:before{content:none!important;display:none!important}.admin-table td.action-cell .small-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:31px!important;margin:0 3px!important;padding:0 6px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;writing-mode:horizontal-tb!important;transform:none!important}}@media (min-width: 901px) and (max-width: 1450px){.admin-table table{min-width:1260px!important}.admin-table th:first-child,.admin-table td:first-child{width:215px!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:130px!important}.admin-table .percent-input{width:96px!important;max-width:96px!important}.admin-table th:nth-child(9),.admin-table td:nth-child(9),.admin-table th:last-child,.admin-table td:last-child,.admin-table td.action-cell{width:185px!important;min-width:185px!important;max-width:185px!important}.admin-table td.action-cell .small-action{width:78px!important;min-width:78px!important;max-width:78px!important;font-size:11.5px!important}}@media (max-width: 900px){.report-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:nowrap!important}.report-actions .secondary-dark.icon-only{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}}.edit-company-btn{flex:0 0 30px;width:30px;height:30px;border:0;border-radius:8px;background:#eef4fb;color:#123a60;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.edit-company-btn:hover{background:#dbeafe}.company-name-content{cursor:grab}.company-name-content:active{cursor:grabbing}@media (min-width: 901px){.content:has(.admin-panel){overflow-x:hidden!important}.admin-panel{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important;overflow:hidden!important}.admin-panel .table-wrap.admin-table{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding-bottom:8px!important;scrollbar-gutter:stable both-edges}.admin-table table{width:max(100%,1370px)!important;min-width:1370px!important;table-layout:fixed!important;border-collapse:collapse!important}.admin-table th,.admin-table td{box-sizing:border-box!important;vertical-align:middle!important;overflow:hidden!important}.admin-table th:first-child,.admin-table td:first-child{width:285px!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:85px!important;text-align:center!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:128px!important;text-align:center!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:105px!important;text-align:center!important}.admin-table th:last-child,.admin-table td:last-child{width:255px!important;text-align:center!important}.admin-table .company-name-cell{display:table-cell!important;overflow:hidden!important}.admin-table .company-name-content{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}.admin-table .company-name-text{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-table .drag-handle{flex:0 0 30px!important;width:30px!important;height:30px!important}.admin-table .edit-company-btn{flex:0 0 30px!important}.admin-table .percent-input{width:100px!important;max-width:100px!important;min-width:0!important;margin:0 auto!important}.admin-table td.action-cell{display:table-cell!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;overflow:visible!important}.admin-table td.action-cell:before{content:none!important;display:none!important}.admin-table td.action-cell .small-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:88px!important;min-width:88px!important;height:31px!important;margin:0 3px!important;padding:0 8px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}}@media (min-width: 901px) and (max-width: 1450px){.admin-panel{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;margin-left:6px!important;margin-right:6px!important}.admin-table table{width:max(100%,1320px)!important;min-width:1320px!important}.admin-table th:first-child,.admin-table td:first-child{width:260px!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:120px!important}.admin-table th:last-child,.admin-table td:last-child{width:245px!important}.admin-table .percent-input{width:92px!important;max-width:92px!important}}@media (max-width: 900px){.mobile-card-head .edit-company-btn,.mobile-edit-company-btn{background:#ffffff21!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}.mobile-card-title-only{display:flex!important;align-items:center!important;gap:8px!important}.mobile-card-title-only strong{flex:1 1 auto!important;min-width:0!important}}@media (min-width: 901px){.content,.panel,.admin-panel{overflow-x:hidden!important}.admin-panel{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;margin-left:6px!important;margin-right:6px!important}.admin-panel .table-wrap.admin-table{overflow-x:hidden!important;overflow-y:visible!important;padding-bottom:0!important}.admin-table table{width:100%!important;min-width:0!important;table-layout:fixed!important}.admin-table th,.admin-table td{padding:6px 8px!important;font-size:13px!important}.admin-table th:first-child,.admin-table td:first-child{width:19%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6.5%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.5%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:8%!important}.admin-table th:last-child,.admin-table td:last-child{width:14%!important}.admin-table .company-name-content{gap:6px!important}.admin-table .company-name-text{font-size:13px!important;line-height:1.15!important}.admin-table .drag-handle,.admin-table .edit-company-btn{width:28px!important;height:28px!important;flex:0 0 28px!important}.admin-table .percent-input{width:84px!important;max-width:84px!important;height:34px!important;padding:0 8px!important;font-size:13px!important;border-radius:8px!important}.admin-table .status-pill{padding:4px 10px!important;font-size:12px!important}.admin-table td.action-cell{white-space:normal!important}.admin-table td.action-cell .small-action{display:block!important;width:84px!important;min-width:84px!important;max-width:84px!important;height:29px!important;margin:3px auto!important;padding:0 6px!important;font-size:11.5px!important}.admin-form{grid-template-columns:minmax(170px,1.25fr) repeat(5,minmax(92px,1fr)) 120px 150px!important;gap:8px!important;align-items:end!important}.admin-form label,.admin-form input,.admin-form .company-name-field input{font-size:13px!important}.admin-form input{height:36px!important;padding:0 10px!important}.admin-form .percent-total-box{min-width:110px!important;height:36px!important;padding:0 10px!important;font-size:12.5px!important}.admin-form .primary-inline{height:36px!important;padding:0 12px!important;font-size:13px!important}}@media (min-width: 901px) and (max-width: 1280px){.admin-table th,.admin-table td{padding:5px 6px!important;font-size:12.5px!important}.admin-table th:first-child,.admin-table td:first-child{width:18.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.3%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.7%!important}.admin-table th:last-child,.admin-table td:last-child{width:15.3%!important}.admin-table .percent-input{width:76px!important;max-width:76px!important;height:32px!important;font-size:12.5px!important}.admin-table td.action-cell .small-action{width:78px!important;min-width:78px!important;max-width:78px!important;font-size:11px!important}.admin-form{grid-template-columns:minmax(160px,1.1fr) repeat(5,minmax(84px,1fr)) 108px 140px!important}}@media (min-width: 901px){.admin-panel .table-wrap.admin-table{overflow-x:hidden!important;overflow-y:visible!important}.admin-table table{width:100%!important;min-width:0!important;table-layout:fixed!important;border-spacing:0!important}.admin-table thead th{height:34px!important;padding:6px 8px!important;line-height:1.05!important;vertical-align:middle!important}.admin-table tbody tr{height:44px!important}.admin-table tbody td{height:44px!important;padding:4px 7px!important;line-height:1.05!important;vertical-align:middle!important}.admin-table th:first-child,.admin-table td:first-child{width:20.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6.2%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.8%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.2%!important}.admin-table th:last-child,.admin-table td:last-child{width:12.1%!important}.admin-table .company-name-content{gap:5px!important}.admin-table .drag-handle,.admin-table .edit-company-btn{width:26px!important;height:26px!important;flex:0 0 26px!important;border-radius:7px!important}.admin-table .company-name-text{font-size:13px!important;font-weight:700!important}.admin-table .percent-input{width:96px!important;max-width:96px!important;min-width:96px!important;height:32px!important;padding:0 7px!important;font-size:12.5px!important;text-align:center!important;margin:0 auto!important}.admin-table .status-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:24px!important;min-width:48px!important;padding:0 8px!important;font-size:11.5px!important}.admin-table td.action-cell{white-space:nowrap!important;padding-left:4px!important;padding-right:4px!important}.admin-table td.action-cell .small-action{display:inline-flex!important;width:70px!important;min-width:70px!important;max-width:70px!important;height:28px!important;margin:0 2px!important;padding:0 4px!important;font-size:11px!important;border-radius:6px!important}.admin-form{padding:8px 10px!important;gap:7px!important;grid-template-columns:minmax(170px,1.2fr) repeat(5,minmax(94px,1fr)) 120px 150px!important}.admin-form input{height:34px!important}}@media (min-width: 901px) and (max-width: 1280px){.admin-table th:first-child,.admin-table td:first-child{width:19.5%!important}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:6%!important}.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:10.9%!important}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:7.1%!important}.admin-table th:last-child,.admin-table td:last-child{width:12.9%!important}.admin-table .percent-input{width:90px!important;max-width:90px!important;min-width:90px!important;font-size:12px!important}.admin-table td.action-cell .small-action{width:64px!important;min-width:64px!important;max-width:64px!important;font-size:10.5px!important}}.create-user-modal{max-width:520px}.create-user-form select{width:100%;height:44px;border:1px solid #d4dce8;border-radius:8px;padding:0 12px;background:#fff;color:var(--blue-900);font-weight:700}.settings-popover-btn svg,.mobile-drawer-config button svg{flex:0 0 auto}.manage-users-modal{width:min(860px,calc(100vw - 28px));max-height:min(86vh,760px);overflow:auto}.users-admin-list{display:grid;gap:10px;margin-top:14px}.user-admin-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.2fr) 100px;gap:12px;align-items:center;padding:12px;border:1px solid #d7e1ee;border-radius:12px;background:#f8fbff}.user-admin-info{display:grid;gap:2px;min-width:0}.user-admin-info strong,.user-admin-info span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-admin-info strong{color:#082949}.user-admin-info span{color:#526277;font-size:13px}.user-admin-info em{width:fit-content;margin-top:4px;padding:3px 9px;border-radius:999px;background:#dcfce7;color:#057a35;font-style:normal;font-weight:800;font-size:12px}.user-role-field{display:grid;gap:5px;font-weight:800;color:#082949;font-size:13px}.user-role-field select{width:100%;height:40px;border:1px solid #d4dce8;border-radius:8px;padding:0 10px;background:#fff;color:#082949;font-weight:700}.loading-box{padding:18px;border:1px solid #d7e1ee;border-radius:12px;color:#526277;background:#f8fbff;font-weight:700}@media (max-width: 700px){.user-admin-row{grid-template-columns:1fr}.user-admin-row .small-action{width:100%}}.small-action.danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important}.small-action.danger:hover{background:#fecaca!important}.user-delete-cell{display:flex;align-items:center;justify-content:center;min-width:112px}.user-delete-btn{width:96px;min-width:96px;height:38px;border:1px solid #fecaca;border-radius:8px;background:#fee2e2;color:#991b1b;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;line-height:1;white-space:nowrap}.user-delete-btn:hover{background:#fecaca}.user-delete-btn:disabled{opacity:.55;cursor:not-allowed}.superuser-badge{min-width:108px;height:34px;padding:0 12px;border-radius:8px;background:#e8f1fb;color:#123a60;display:inline-flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:900;white-space:nowrap}@media (min-width: 701px){.user-admin-row{grid-template-columns:minmax(230px,1fr) minmax(280px,1.15fr) 120px!important}}@media (max-width: 700px){.user-delete-cell,.user-delete-btn,.superuser-badge{width:100%}}.password-field{position:relative;width:100%}.login-card .password-field input,.password-form .password-field input{padding-right:46px}.password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:#173b61;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-toggle:hover{background:#eef4fb}.password-toggle:focus-visible{outline:2px solid #1f6fa8;outline-offset:2px}.report-email-modal{max-width:620px}.report-email-field{display:grid;gap:8px;margin-top:18px;font-weight:800;color:#0b2b4c}.report-email-field select{width:100%;min-height:52px;border:1px solid #cfdbea;border-radius:12px;padding:0 14px;font-weight:700;color:#0b2b4c;background:#fff}.modal-status{white-space:pre-line;line-height:1.25;border-radius:10px}.modal-status.success{background:#dcfce7;color:#166534;border-color:#86efac}.report-email-modal .modal-actions{grid-template-columns:1fr 1fr 1fr}@media (max-width: 720px){.report-email-modal .modal-actions{grid-template-columns:1fr}}.email-contacts-modal{width:min(820px,calc(100vw - 28px));max-height:min(86vh,760px);overflow:auto}.email-contact-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.1fr) auto;gap:10px;align-items:end;margin:16px 0 14px;padding:12px;border:1px solid #d7e1ee;border-radius:14px;background:#f8fbff}.email-contact-form label{display:grid;gap:6px;color:#082949;font-size:13px;font-weight:800}.email-contact-form input{width:100%;height:42px;border:1px solid #d4dce8;border-radius:8px;padding:0 10px;background:#fff;color:#082949;font-weight:700}.email-contact-form .primary-btn{min-width:150px;height:42px;padding:0 14px;white-space:nowrap}.email-contact-list{display:grid;gap:10px;margin-top:12px}.email-contact-row{display:grid;grid-template-columns:minmax(220px,1fr) 110px;gap:12px;align-items:center;padding:12px;border:1px solid #d7e1ee;border-radius:12px;background:#fff}.email-contact-actions{margin-top:14px}.report-email-summary{display:grid;gap:3px;margin:12px 0 16px;padding:12px 14px;border:1px solid #d7e1ee;border-radius:14px;background:#f8fbff}.report-email-summary span{color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.report-email-summary strong{color:#082949;font-size:18px}@media (max-width: 760px){.email-contact-form,.email-contact-row{grid-template-columns:1fr}.email-contact-form .primary-btn,.email-contact-row .user-delete-btn{width:100%}}
