html.modal-open{overflow:hidden!important;padding-right:12px}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background:var(--background)}html::-webkit-scrollbar-thumb{background-color:var(--soft-border);border-radius:6px;border:3px solid var(--background)}:root{--white:#FFFFFF;--black:#000000;--text:#e4e4e7;--almostwhite:#F5F5F5;--gray:#a1a1aa;--background:#09090b;--foreground:#e4e4e7;--secondary-foreground:#a1a1aa;--accent:#dc0023;--accent-glow:rgba(220,0,35,0.35);--secondary-accent:#2f5a8c;--secondary-ui:#4338b280;--card-bg:rgba(18,18,21,0.95);--card-bg-transparent:rgba(18,18,21,0.72);--card-bg-sec:rgba(24,24,28,0.95);--border-color:#dc0023;--soft-border:#27272a;--soft-border-sec:#3f3f46;--ultra-soft-border:#3a4a6e20;--input-border:#1a1e2b;--input-border-focus:#3549ac;--shadow-color:rgba(0,0,0,0.4);--header-bg:rgba(9,9,11,0.82);--brand-tile-bg:#0a0a0a;--brand-tile-bg-red:#dc0023;--brand-tile-radius:22.265625%;--ph-bg:#09090b;--ph-card:#121215;--ph-border:#27272a;--ph-text:#e4e4e7;--ph-muted:#a1a1aa;--ph-accent:#dc0023;--ph-radius:12px;--ph-radius-sm:6px;--radius1:15px;--padding1:2.5rem 2rem 2rem 2rem;--radius2:5px;--padding2:1.5rem 1rem 1rem 1rem;--dash-card-bg:rgba(22,30,45,0.98);--dash-card-bg-softer:rgba(28,36,52,0.98);--dash-padding:25px}body,html{max-width:100dvw;overflow-x:hidden;scroll-behavior:smooth;background:var(--background)}body{color:var(--foreground);font-family:Montserrat,Arial,Helvetica,sans-serif;min-height:100dvh;--site-header-h:3.6rem}.locale-shell{display:flex;flex-direction:column;min-height:100dvh}.locale-shell>main{flex:1 1 auto;min-width:0;position:relative;z-index:0;display:flex;flex-direction:column;background:var(--background,#09090b)}*{box-sizing:border-box;padding:0;margin:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:#FFFFFF}.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--background);z-index:1000;padding:20px;overflow-y:auto}.fullscreen h2{font-size:1.2rem!important}.expanded{height:100%;max-height:calc(100dvh - 140px)!important}.floating-tooltip{position:fixed;z-index:9999;pointer-events:none;white-space:nowrap}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}