@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--brand-primary: #9ce1be;--brand-primary-light: #b5e9d2;--brand-primary-dark: #7bc9a3;--brand-accent: #263732;--brand-accent-light: #3f6355;--brand-accent-dark: #141b1b;--brand-dark: #00190b;--brand-gradient: linear-gradient(135deg, #9ce1be 0%, #263732 100%);--brand-bg: #f8fafc;--brand-surface: #ffffff;--brand-text: #0f172a;--brand-text-secondary: #64748b;--brand-border: #e2e8f0;--brand-link: #059669;--brand-link-hover: #047857}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--brand-bg);color:var(--brand-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.splash-fade-in{animation:fadeIn .6s ease-out forwards}.splash-pulse{animation:pulse 1.8s ease-in-out infinite}.splash-fade-out{animation:fadeOut .4s ease-in forwards}[data-theme=dark]{--brand-bg: #0f172a;--brand-surface: #1e293b;--brand-text: #f1f5f9;--brand-text-secondary: #94a3b8;--brand-border: #334155;--brand-link: #6ee7b7;--brand-link-hover: #34d399}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--brand-bg);color:var(--brand-text);line-height:1.5}ul,ol{list-style:none}a{text-decoration:none;color:var(--brand-link)}a:hover{text-decoration:underline;color:var(--brand-link-hover)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}html{font-size:16px}@media(max-width:768px){html{font-size:14px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--brand-bg)}::-webkit-scrollbar-thumb{background:var(--brand-text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-text)}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media print{nav,header,footer,.MuiAppBar-root,.MuiDrawer-root,.MuiToolbar-root,.MuiSnackbar-root,.MuiFab-root,[data-print-hide=true]{display:none!important}body{margin:0;padding:0;background:#fff!important;color:#000!important;font-family:Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12pt;line-height:1.6;-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{size:A4;margin:20mm 16mm}.report-section,.report-export-header{page-break-inside:avoid}.report-section{break-inside:avoid;page-break-inside:avoid}.report-section:last-child{page-break-inside:avoid}main,[role=main]{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;overflow:visible!important}.MuiPaper-root{box-shadow:none!important;border:none!important}h1,h2,h3,h4,h5,h6{page-break-after:avoid;color:#000}a{color:#000;text-decoration:underline}*{overflow:visible!important}}
