:root{--blue-900:#0d2a48;--blue-800:#173b61;--blue-700:#1f5e91;--blue-600:#1f6fa8;--line:#d8e0ea;--muted:#667085;--bg:#f3f6fa;--white:#fff;--danger:#b42318}*{box-sizing:border-box}body{color:#101828;background:var(--bg);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}.login-shell{background:linear-gradient(#fff 0%,#f6f8fb 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:28px 20px;display:flex;overflow:hidden}.login-logo{object-fit:contain;flex:none;width:285px;max-height:170px;margin:0 0 18px}.login-card{background:var(--white);border:1px solid #d9dee8;border-radius:8px;flex:none;width:min(520px,100vw - 40px);padding:30px 36px;box-shadow:0 12px 28px #10182812}.login-card h1{text-align:center;color:#071d39;margin:0 0 22px;font-size:28px;line-height:1.15}.login-card label{color:#071d39;margin:12px 0 6px;font-size:16px;font-weight:700;display:block}.login-card input,.filters select,.add-company input,.money-input{background:#edf3fc;border:1px solid #d4dce8;border-radius:6px;width:100%;height:44px;padding:0 14px;font-size:15px}.primary-btn,.primary-inline{color:#fff;cursor:pointer;background:#163fb2;border:0;border-radius:6px;height:48px;font-weight:700}.primary-btn{width:100%;margin-top:16px}.primary-btn:disabled,.primary-inline:disabled{opacity:.55;cursor:not-allowed}.error-box{color:var(--danger);background:#fff1f0;border:1px solid #ffccc7;border-radius:6px;margin-top:10px;padding:9px 12px;font-size:14px}.loading{min-height:100vh;color:var(--blue-900);place-items:center;font-weight:700;display:grid}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--blue-800);color:#fff;flex-direction:column;align-items:center;width:104px;height:100vh;display:flex;position:sticky;top:0}.sidebar img{filter:brightness(0)invert();width:78px;margin:16px 0 18px}.nav-btn{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:5px;width:76px;height:38px;margin-bottom:10px;font-weight:700}.nav-btn.active{background:#ffffff29}.icon-bottom{color:#fff;cursor:pointer;background:0 0;border:0;margin-top:auto;margin-bottom:24px}.content{flex:1;padding:26px 32px 46px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar h1{color:var(--blue-900);margin:0;font-size:30px}.topbar p{color:var(--muted);margin:6px 0 0}.user-pill{border:1px solid var(--line);color:var(--blue-900);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.filters{background:var(--blue-800);color:#fff;border-radius:12px;align-items:end;gap:14px;margin-bottom:22px;padding:18px;display:flex}.filters label{width:260px;font-size:14px;font-weight:700}.filters select{background:var(--blue-800);color:#fff;border-color:#acc3dc;margin-top:6px}.secondary-btn,.primary-inline,.add-company button{cursor:pointer;border-radius:6px;align-items:center;gap:8px;height:44px;padding:0 16px;font-weight:700;display:inline-flex}.secondary-btn{color:#fff;background:0 0;border:1px solid #acc3dc}.cards-grid{grid-template-columns:repeat(7,minmax(150px,1fr));gap:14px;margin-bottom:22px;display:grid}.metric-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 22px #1018280d}.metric-card span{color:var(--muted);margin-bottom:8px;font-size:13px;display:block}.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{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 14px 30px #1018280f}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.panel-head h2{color:var(--blue-900);margin:0}.add-company{gap:8px;display:flex}.add-company input{background:#fff;width:220px;height:42px}.add-company button{background:var(--blue-800);color:#fff;border:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:1080px}th{background:var(--blue-800);color:#fff;text-align:right;text-transform:uppercase;letter-spacing:.02em;padding:13px 12px;font-size:13px}th:first-child,td:first-child{text-align:left}td{text-align:right;border-bottom:1px solid #edf1f6;padding:10px 12px;font-weight:600}tbody tr:hover{background:#f8fbff}tfoot td{color:var(--blue-900);background:#edf3fc;font-weight:800}.money-input{text-align:right;background:#fff;height:36px}.danger{color:var(--danger);cursor:pointer;background:#fee4e2;border:0;border-radius:6px;place-items:center;width:34px;height:32px;display:grid}@media (width<=1180px){.cards-grid{grid-template-columns:repeat(3,1fr)}.topbar{flex-direction:column;align-items:flex-start}}@media (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{transform-origin:50%;justify-content:center;margin:16px 0 4px;display:flex;transform:scale(.96)}.warning-box{color:#7a4f01;background:#fff7e6;border:1px solid #ffd591;border-radius:6px;margin-top:12px;padding:9px 12px;font-size:14px}@media (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,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 (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 (width<=760px){.login-shell{padding:14px;overflow:auto}.login-logo{width:210px;margin-bottom:12px}.login-card{width:100%;padding:24px 20px}}.access-denied{background:linear-gradient(#fff 0%,#f6f8fb 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.access-logo{object-fit:contain;width:250px;max-height:150px;margin-bottom:18px}.access-card{text-align:center;background:#fff;border:1px solid #d9dee8;border-radius:10px;width:min(620px,100vw - 40px);padding:28px 32px;box-shadow:0 12px 28px #10182812}.access-card h1{color:#071d39;margin:0 0 12px}.access-card p{color:#596579;overflow-wrap:anywhere;margin:0 0 18px;line-height:1.45}.filter-summary{background:#ffffff1f;border:1px solid #fff3;border-radius:8px;min-width:190px;margin-left:auto;padding:8px 14px}.filter-summary span,.panel-total span{opacity:.85;margin-bottom:2px;font-size:12px;display:block}.filter-summary strong,.panel-total strong{color:#fff;font-size:18px;display:block}.panel-head p{color:var(--muted);margin:6px 0 0;font-size:14px}.panel-total{background:var(--blue-700);color:#fff;text-align:right;border-radius:10px;min-width:180px;padding:10px 14px}th.partner-head{letter-spacing:.045em;white-space:nowrap;font-size:15px}.partilha-table td:first-child{color:var(--blue-900);font-weight:800}.admin-form{border-bottom:1px solid var(--line);background:#f8fbff;grid-template-columns:minmax(220px,1.4fr) repeat(5,minmax(110px,1fr)) auto;align-items:end;gap:12px;padding:18px 20px;display:grid}.admin-form label{color:var(--blue-900);gap:6px;font-size:13px;font-weight:800;display:grid}.admin-form input,.percent-input{background:#fff;border:1px solid #d4dce8;border-radius:6px;width:100%;height:38px;padding:0 10px;font-size:14px}.percent-input{text-align:right;max-width:110px}.status-pill{border-radius:999px;justify-content:center;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.status-pill.on{color:#067647;background:#dcfae6}.status-pill.off{color:#667085;background:#f2f4f7}.inactive-row{opacity:.72;background:#fafafa}.total-warning{color:#b42318;font-weight:900}.action-cell{justify-content:flex-end;align-items:center;gap:8px;display:flex}.small-action{background:var(--blue-800);color:#fff;cursor:pointer;border:0;border-radius:6px;height:32px;padding:0 10px;font-weight:800}.small-action.muted{color:var(--blue-900);background:#eef2f7}.readonly-warning{color:#7a4f01;background:#fff7e6;border:1px solid #ffd591;border-radius:8px;margin:18px 20px;padding:12px 14px}@media (width<=1180px){.admin-form{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form .primary-inline{grid-column:1/-1;justify-content:center}}@media (width<=900px){body{background:#f4f7fb}.app-shell{min-height:100dvh;display:block}.sidebar{z-index:50;flex-direction:row;justify-content:center;gap:10px;width:100%;height:64px;padding:8px 10px;position:fixed;inset:auto 0 0}.sidebar img{display:none}.nav-btn{width:auto;min-width:96px;height:42px;margin:0;padding:0 14px}.icon-bottom{margin:0;position:absolute;bottom:18px;right:14px}.content{padding:18px 14px 86px}.topbar{gap:12px;margin-bottom:16px}.topbar h1{font-size:24px}.topbar p{font-size:14px}.user-pill{justify-content:center;width:100%}.filters{border-radius:12px;gap:10px;padding:14px}.filter-summary{text-align:center;width:100%;margin-left:0}.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{text-align:center;width:100%}.table-wrap{overflow:visible}table{width:100%;min-width:0}thead{display:none}tbody,tr,td{width:100%;display:block}tbody tr{border:1px solid var(--line);background:#fff;border-radius:12px;margin:12px;overflow:hidden;box-shadow:0 8px 18px #1018280a}td{text-align:right;border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:11px 14px;display:flex}td:before{content:attr(data-label);text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:800}td:first-child{background:var(--blue-800);font-size:16px;color:#fff!important}td:first-child:before{color:#ffffffb8}tbody tr td:last-child{border-bottom:0}tfoot{border:1px solid var(--line);border-radius:12px;margin:12px;display:block;overflow:hidden}tfoot tr,tfoot td{width:100%;display:block}tfoot td{justify-content:space-between;display:flex}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{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.nav-module-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff94;font-size:10px;font-weight:800}.nav-parent{text-align:center;color:#fff;background:#ffffff1a;border-radius:8px;width:86px;padding:8px 6px;font-size:12px;font-weight:900}.nav-child{width:86px;height:34px;margin-bottom:0;font-size:13px}.mobile-cards{display:none}@media (width>=901px){.desktop-table{display:block}}@media (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{border-top:1px solid #ffffff29;justify-content:center;gap:8px;height:70px}.nav-module{flex-direction:row;gap:8px;width:auto}.nav-module-label,.nav-parent{display:none}.nav-child{background:#ffffff14;border-radius:10px;min-width:116px;height:44px;font-size:14px}.nav-child.active{background:#fff3}.icon-bottom{background:#ffffff14;border-radius:10px;place-items:center;width:36px;height:36px;display:grid;bottom:18px;right:10px}.filters{border-radius:12px;margin-bottom:12px;padding:14px}.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{border-bottom:0;gap:12px;padding:16px}.panel-head h2{font-size:24px}.panel-total{min-width:0}.desktop-table{display:none!important}.mobile-cards{gap:12px;padding:0 12px 14px;display:grid}.mobile-card{border:1px solid var(--line);background:#fff;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 8px 18px #1018280a}.mobile-card-head{background:var(--blue-800);color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.mobile-card-head span{text-transform:uppercase;letter-spacing:.04em;color:#ffffffc7;font-size:12px;font-weight:900}.mobile-card-head strong{text-align:right;font-size:16px;line-height:1.2}.mobile-field,.mobile-row,.mobile-value{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.mobile-field span,.mobile-row span:first-child,.mobile-value span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:900}.mobile-field .money-input{background:#fff;max-width:160px;height:38px;font-size:15px}.mobile-values{display:grid}.mobile-value strong,.mobile-row strong{color:#071d39;text-align:right;font-size:16px}.mobile-card .mobile-value:last-child,.mobile-card .mobile-row:last-child{border-bottom:0}.admin-form{border-top:1px solid var(--line);background:#f8fbff;grid-template-columns:1fr;margin:0;padding:14px}.admin-form .primary-inline{justify-content:center;width:100%}.company-mobile-cards{padding-top:12px}.percent-grid{grid-template-columns:1fr}.mobile-percent{align-items:center}.mobile-percent .percent-input{text-align:right;max-width:120px;height:36px}.total-row{background:#f7faff}.mobile-actions{grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px;display:grid}.mobile-actions .small-action{width:100%;height:38px}}@media (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{border-radius:8px;width:86px;height:38px;margin-bottom:4px;font-weight:900}.mobile-module-nav{display:none}.year-field{width:120px!important}.year-field input{background:var(--blue-800);color:#fff;border:1px solid #acc3dc;border-radius:6px;width:100%;height:44px;margin-top:6px;padding:0 12px;font-size:15px}.report-options{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(240px,1fr) 1.4fr auto;align-items:center;gap:16px;margin:-8px 0 22px;padding:16px;display:grid;box-shadow:0 8px 20px #1018280a}.report-options strong{color:var(--blue-900);margin-bottom:4px;display:block}.report-options span{color:var(--muted);font-size:13px;line-height:1.35;display:block}.report-columns{flex-wrap:wrap;gap:10px 14px;display:flex}.report-columns label{color:var(--blue-900);align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.report-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.secondary-dark{height:38px;color:var(--blue-900);cursor:pointer;background:#fff;border:1px solid #c6d1df;border-radius:6px;align-items:center;gap:7px;padding:0 12px;font-weight:800;display:inline-flex}.secondary-dark:hover{background:#f5f8fc}@media (width<=900px){.sidebar{display:none!important}.content{padding:14px 12px 24px}.topbar{align-items:stretch}.mobile-module-nav{grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 12px;display:grid}.mobile-module-nav button{height:42px;color:var(--blue-900);background:#fff;border:1px solid #c8d4e2;border-radius:10px;font-weight:900}.mobile-module-nav button.active{background:var(--blue-800);color:#fff;border-color:var(--blue-800)}.filters{grid-template-columns:1fr;display:grid}.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{grid-template-columns:1fr 1fr;gap:10px;display:grid}.report-actions{grid-template-columns:1fr;display:grid}.secondary-dark{justify-content:center;width:100%}.panel-head h2{font-size:22px}}@media (width<=420px){.report-columns{grid-template-columns:1fr}}.mobile-card-title-only{justify-content:flex-start}.mobile-card-title-only strong{text-align:left;letter-spacing:.02em;width:100%;font-size:17px}@media (width<=900px){.topbar{display:none}.mobile-module-nav{margin-top:0}.report-options>div:first-child{margin-bottom:0}}.autosave-badge{color:#fff;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff42;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.autosave-badge.error{color:#b42318;background:#fff1f0;border-color:#fecdca}.percent-total-box{height:38px;color:var(--blue-900);background:#fff;border:1px solid #d4dce8;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:13px;font-weight:900;display:inline-flex}.percent-total-box.ok{color:#067647;background:#ecfdf3;border-color:#abefc6}.percent-total-box.error{color:#b42318;background:#fff1f0;border-color:#fecdca}button:disabled{cursor:not-allowed;opacity:.55}@media (width<=900px){.autosave-badge{text-align:center;white-space:normal;width:100%;min-height:40px}.percent-total-box{width:100%}}.topbar-actions{align-items:center;gap:10px;display:inline-flex}.password-btn,.mobile-account-row button{border:1px solid var(--line);height:42px;color:var(--blue-900);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.password-btn:hover,.mobile-account-row button:hover,.secondary-light:hover{background:#f5f8fc}.mobile-account-row{display:none}.modal-backdrop{z-index:100;background:#071d397a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:#fff;border-radius:16px;width:min(440px,100%);padding:26px;position:relative;box-shadow:0 24px 70px #10182838}.modal-close{width:34px;height:34px;color:var(--blue-900);cursor:pointer;background:#eef2f7;border:0;border-radius:999px;font-size:22px;line-height:1;position:absolute;top:12px;right:12px}.modal-icon{width:46px;height:46px;color:var(--blue-800);background:#edf3fc;border-radius:14px;place-items:center;margin-bottom:14px;display:grid}.modal-card h2{color:var(--blue-900);margin:0 0 6px;font-size:24px}.modal-card p{color:var(--muted);margin:0 0 18px;line-height:1.4}.password-form{gap:12px;display:grid}.password-form label{color:var(--blue-900);gap:6px;font-size:14px;font-weight:800;display:grid}.password-form input{background:#fff;border:1px solid #d4dce8;border-radius:6px;width:100%;height:44px;padding:0 12px;font-size:15px}.success-box{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:6px;padding:9px 12px;font-size:14px}.modal-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}.secondary-light{border:1px solid var(--line);height:46px;color:var(--blue-900);cursor:pointer;background:#fff;border-radius:6px;font-weight:800}.modal-primary{margin-top:0}@media (width<=900px){.mobile-account-row{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:0 0 12px;padding:10px 12px;display:flex}.mobile-account-row span{min-width:0;color:var(--blue-900);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.mobile-account-row button{flex:none;height:36px;padding:0 10px;font-size:12px}.modal-card{border-radius:14px;padding:22px}.modal-actions{grid-template-columns:1fr}}
