
/* Mouse spotlight — dark mode only */
.mouse-spotlight{position:fixed;top:0;left:0;width:640px;height:640px;margin-left:-320px;margin-top:-320px;pointer-events:none;z-index:9998;opacity:0;border-radius:50%;background:radial-gradient(circle at center,rgba(99,102,241,.10) 0%,rgba(99,102,241,.04) 30%,transparent 65%);will-change:transform;transition:opacity .4s ease}
html[data-theme="dark"] .mouse-spotlight{opacity:1}
@media(max-width:768px){.mouse-spotlight{display:none}}
@media(prefers-reduced-motion:reduce){.mouse-spotlight{transition:none}}
/* Stats heading contrast fix */
html[data-theme="dark"] .stats-section h2{color:#fff}
html[data-theme="dark"] .stats-section .section-label{color:rgba(255,255,255,.6)}
html[data-theme="dark"] .stats-section p{color:rgba(255,255,255,.7)}
html[data-theme="light"] .stats-section{background:#f8fafc!important;color:#111827!important}
html[data-theme="light"] .stats-section h2{color:#111827!important}
html[data-theme="light"] .stats-section .section-label{color:#6b21a8!important}
html[data-theme="light"] .stats-section p{color:#374151!important}
/* Awards showcase styles live in assets/css/home-compact.css */
 