/* Color and contrast corrections only. No layout, spacing or sizing overrides. */
html:not(.dark) .platform-badge{background:rgba(255,255,255,.92);border-color:rgba(24,18,31,.12)}
html:not(.dark) .platform-badge>span:last-child{color:#39323e}
html.dark .platform-badge{background:rgba(27,24,33,.92);border-color:rgba(255,255,255,.18)}
html.dark .platform-badge>span:last-child{color:#f5eff8}
html:not(.dark) [class~="text-black/20"],html:not(.dark) [class~="text-black/30"],html:not(.dark) [class~="text-black/40"],html:not(.dark) [class~="text-black/45"],html:not(.dark) [class~="text-black/50"]{color:#716977}
html.dark [class~="dark:text-white/20"],html.dark [class~="dark:text-white/30"],html.dark [class~="dark:text-white/40"],html.dark [class~="dark:text-white/50"]{color:#bcb3c6}
html.dark [class~="text-brand-600"]:not([class*="dark:text-"]){color:#ff8585}
html.dark [class~="text-brand-700"]:not([class*="dark:text-"]){color:#ffa3a3}
html.dark #siteHeader img,html.dark footer img{filter:invert(1) hue-rotate(180deg)}
#studio [class~="text-white/50"],#studio [class~="text-white/55"],section[class~="bg-[#1a1522]"] [class~="text-white/55"]{color:#c9bece}
.gradient-primary-light{background:linear-gradient(135deg,#e00000 0%,#c20000 100%)}
.gradient-primary,.gradient-accent{background:linear-gradient(135deg,#e00000 0%,#c20000 100%)}
.gradient-primary>[class~="text-white/70"],.gradient-primary>[class~="text-white/50"]{color:#fff}
[data-theme-toggle]:focus-visible,#menuButton:focus-visible{outline:3px solid #e00000;outline-offset:3px}
@media(prefers-reduced-motion:reduce){.floating-a,.floating-b,.pulse-ring::before{animation:none!important}html.scroll-smooth{scroll-behavior:auto}}
