:root{--color-primary:#8b1538;--color-primary-light:#b8336a;--color-primary-dark:#5d0e26;--color-secondary:#1565c0;--color-secondary-light:#42a5f5;--color-secondary-dark:#0d47a1;--color-accent:gold;--color-success:#2e7d32;--color-warning:#ed6c02;--color-error:#d32f2f;--color-info:#0288d1;--color-background-default:#fafafa;--color-background-paper:#fff;--color-background-alt:#f5f5f5;--color-text-primary:#212121;--color-text-secondary:#757575;--color-text-disabled:#bdbdbd;--color-divider:#e0e0e0;--color-border:#eee;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--font-size-multiplier:1;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem}[data-theme=dark]{--color-primary:#b8336a;--color-primary-light:#e085a5;--color-primary-dark:#8b1538;--color-secondary:#42a5f5;--color-secondary-light:#90caf9;--color-secondary-dark:#1565c0;--color-success:#4caf50;--color-warning:#ff9800;--color-error:#f44336;--color-info:#2196f3;--color-background-default:#121212;--color-background-paper:#1e1e1e;--color-background-alt:#2a2a2a;--color-text-primary:#fff;--color-text-secondary:#b3b3b3;--color-text-disabled:#666;--color-divider:#333;--color-border:#404040}[data-theme=accessible]{--color-primary:#000;--color-secondary:#fff;--color-background-default:#fff;--color-background-paper:#fff;--color-text-primary:#000;--color-text-secondary:#000;--color-divider:#000;--font-size-multiplier:1.2}[data-font-size=small]{--font-size-multiplier:0.875}[data-font-size=large]{--font-size-multiplier:1.125}[data-font-size=xl]{--font-size-multiplier:1.25}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;background-color:var(--color-background-default);color:#212121;color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);margin:0;padding:0;transition:background-color .3s ease,color .3s ease}#root{width:100%}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:#fff;background:var(--color-background-paper);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9333ea,#7c3aed);border:2px solid #fff;border:2px solid var(--color-background-paper);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7c3aed,#6d28d9)}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#6d28d9,#5b21b6)}*{scrollbar-color:#9333ea #fff;scrollbar-color:#9333ea var(--color-background-paper);scrollbar-width:thin}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e1e1e}[data-theme=dark] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7c3aed,#6d28d9);border-color:#1e1e1e}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9333ea,#7c3aed)}[data-theme=dark] *{scrollbar-color:#7c3aed #1e1e1e}[data-theme=accessible] ::-webkit-scrollbar-thumb{background:#000;border-color:#fff}[data-theme=accessible] *{scrollbar-color:#000 #fff}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sr-only:focus{clip:auto!important;background-color:#8b1538!important;background-color:var(--color-primary)!important;border-radius:.25rem!important;color:#fff!important;height:auto!important;margin:0!important;overflow:visible!important;padding:.5rem 1rem!important;position:static!important;text-decoration:none!important;white-space:normal!important;width:auto!important;z-index:9999!important}:focus-visible{outline:2px solid #8b1538;outline:2px solid var(--color-primary);outline-offset:2px}.skip-link{background:#8b1538;background:var(--color-primary);border-radius:0 0 4px 4px;color:#fff;left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;transform:translateY(-100%);transition:transform .3s ease;z-index:9999}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){:root{--color-divider:#000;--color-border:#000}[data-theme=dark]{--color-divider:#fff;--color-border:#fff}}@media print{*{background:#fff!important;box-shadow:none!important;color:#000!important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important;margin-bottom:var(--spacing-xs)!important}.mb-2{margin-bottom:.5rem!important;margin-bottom:var(--spacing-sm)!important}.mb-3{margin-bottom:1rem!important;margin-bottom:var(--spacing-md)!important}.mb-4{margin-bottom:1.5rem!important;margin-bottom:var(--spacing-lg)!important}.mb-5{margin-bottom:2rem!important;margin-bottom:var(--spacing-xl)!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important;margin-top:var(--spacing-xs)!important}.mt-2{margin-top:.5rem!important;margin-top:var(--spacing-sm)!important}.mt-3{margin-top:1rem!important;margin-top:var(--spacing-md)!important}.mt-4{margin-top:1.5rem!important;margin-top:var(--spacing-lg)!important}.mt-5{margin-top:2rem!important;margin-top:var(--spacing-xl)!important}.hidden{display:none!important}.block{display:block!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}
/*# sourceMappingURL=main.868e6baf.css.map*/