*{box-sizing:border-box}nextjs-portal{display:none!important}body,html{margin:0;padding:0;width:100%;min-height:100%}html{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;color-scheme:light dark}html::-webkit-scrollbar{display:none}@tailwind base;@tailwind components;@tailwind utilities;:root{--primary:#775a19;--primary-hover:#5c4412;--primary-soft:rgba(119,90,25,0.12);--primary-glow:rgba(119,90,25,0.28);--brand-accent:#775a19;--brand-accent-light:#a07d2a;--brand-accent-dark:#5c4412;--bg:#fcf9f4;--surface:#ffffff;--card-bg:#ffffff;--nav-bg:#f5f0e8;--nav-inactive:#6b5f54;--input-bg:#ffffff;--bg-primary:#fcf9f4;--bg-secondary:#ffffff;--bg-tertiary:#f5f0e8;--bg-card:#ffffff;--text-main:#1c1c19;--text-sec:#4a4540;--text-muted:#8a7f74;--text-primary:#1c1c19;--text-secondary:#4a4540;--text-tertiary:#8a7f74;--border:#e8ddd0;--border-hover:#d4c8b8;--border-focus:#775a19;--border-subtle:#e8ddd0;--border-medium:#d4c8b8;--border-strong:#b8a898;--success:#10B981;--warning:#F59E0B;--error:#EF4444;--info:#775a19;--accent:var(--primary);--accent-hover:var(--primary-hover);--on-accent:#FFFFFF;--transition-fast:150ms ease;--transition-normal:200ms ease;--transition-slow:300ms ease;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--font-app:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-inter:var(--font-app);--font-jakarta:var(--font-app)}@media (prefers-color-scheme:dark){:root:not(.tema-claro):not(.light):not(.tema-escuro):not(.dark){--primary:#a07d2a;--primary-hover:#c49a35;--primary-soft:rgba(160,125,42,0.18);--primary-glow:rgba(160,125,42,0.35);--bg:#1c1c19;--surface:#2a2a26;--card-bg:#2a2a26;--nav-bg:#1c1c19;--nav-inactive:#c8bfb0;--input-bg:#2a2a26;--bg-primary:#1c1c19;--bg-secondary:#2a2a26;--bg-tertiary:#333330;--bg-card:#2a2a26;--text-main:#fcf9f4;--text-sec:#c8bfb0;--text-muted:#8a7f74;--text-primary:#fcf9f4;--text-secondary:#c8bfb0;--text-tertiary:#8a7f74;--border:rgba(255,255,255,0.1);--border-hover:rgba(255,255,255,0.18);--border-focus:#a07d2a;--border-subtle:rgba(255,255,255,0.1);--border-medium:rgba(255,255,255,0.18);--border-strong:rgba(255,255,255,0.28);--on-accent:#1c1c19}}:root.light,:root.tema-claro{--primary:#775a19;--primary-hover:#5c4412;--primary-soft:rgba(119,90,25,0.12);--primary-glow:rgba(119,90,25,0.28);--bg:#fcf9f4;--surface:#ffffff;--card-bg:#ffffff;--nav-bg:#f5f0e8;--nav-inactive:#6b5f54;--input-bg:#ffffff;--text-main:#1c1c19;--text-sec:#4a4540;--text-muted:#8a7f74;--border:#e8ddd0;--border-hover:#d4c8b8;--border-focus:#775a19;--on-accent:#FFFFFF}:root.dark,:root.tema-escuro{--primary:#a07d2a;--primary-hover:#c49a35;--primary-soft:rgba(160,125,42,0.18);--primary-glow:rgba(160,125,42,0.35);--bg:#1c1c19;--surface:#2a2a26;--card-bg:#2a2a26;--nav-bg:#1c1c19;--nav-inactive:#c8bfb0;--input-bg:#2a2a26;--text-main:#fcf9f4;--text-sec:#c8bfb0;--text-muted:#8a7f74;--border:rgba(255,255,255,0.1);--border-hover:rgba(255,255,255,0.18);--border-focus:#a07d2a;--on-accent:#1c1c19}.app-shell-content{transition:margin-left .22s ease;position:relative;z-index:auto;padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px));overscroll-behavior:none}@media (min-width:1024px){:root[data-menu-desktop=expandido] .app-shell-content{margin-left:280px;padding-bottom:0}:root[data-menu-desktop=compacto] .app-shell-content{margin-left:84px;padding-bottom:0}}.font-system,body,html{font-family:var(--font-app);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{background:var(--bg);color:var(--text-main);min-height:100vh;min-height:100dvh}body{overflow-x:hidden}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.btn-primary{background:var(--primary);color:#fff;font-weight:600;padding:12px 24px;border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 12px 0 rgba(59,130,246,.3);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text-sec);font-weight:500;padding:10px 20px;border-radius:var(--radius-md);border:1.5px solid var(--border);cursor:pointer;transition:all var(--transition-fast)}.btn-secondary:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.tab-btn{padding:10px 16px;border-radius:var(--radius-md);border:1px solid transparent;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.tab-btn.active{background:var(--primary);color:#000}.tab-btn:not(.active){background:transparent;color:var(--text-sec);border-color:var(--border)}.tab-btn:not(.active):hover{border-color:var(--primary);color:var(--primary)}.input-field{width:100%;padding:12px 14px;border-radius:var(--radius-md);background:var(--input-bg);border:1px solid var(--border);color:var(--text-main);font-size:14px;transition:all var(--transition-fast);outline:none}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}@keyframes app-route-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-route-loading{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);color:var(--text-main)}html:not([data-theme-ready=true]) .app-route-loading{opacity:0}html[data-theme-ready=true] .app-route-loading{opacity:1;transition:opacity .12s ease}.app-route-loading-logo-spin{display:inline-flex;align-items:center;justify-content:center;animation:app-route-logo-spin 1.1s linear infinite}@media (max-width:768px){.financial-table-header,.financial-table-row{grid-template-columns:.8fr 1.5fr .7fr!important}.financial-table-header>span:nth-child(3),.financial-table-header>span:nth-child(5),.financial-table-row>div:nth-child(3),.financial-table-row>div:nth-child(5){display:none!important}.financial-table-header>span:nth-child(4),.financial-table-row>div:nth-child(4){text-align:right}.financial-table-row:after{content:"â†’";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:14px;font-weight:700}.financial-table-row{position:relative;padding-right:32px!important}}@media (max-width:640px){.financial-summary-grid{grid-template-columns:1fr!important;gap:12px!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter-loaded:"Inter","Inter Fallback"}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader Fallback;src:local("Times New Roman");ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.00%;size-adjust:105.48%}.__className_328ff9{font-family:Newsreader,Newsreader Fallback}.__variable_328ff9{--font-newsreader-loaded:"Newsreader","Newsreader Fallback"}