/* ═══ HOME PAGE — Additional overrides ═══ */
/* Most styles are in arena.css — this file is for home-only additions */

/* Ambient glow on homepage */
body.home::before{content:'';position:fixed;top:-15%;right:-5%;width:40vw;height:40vh;background:radial-gradient(circle,rgba(3,109,54,.03) 0%,transparent 60%);z-index:-1;pointer-events:none}
html.dark body.home::before{background:radial-gradient(circle,rgba(128,217,150,.04) 0%,transparent 60%)}

/* Home sidebar always visible on desktop */
@media(min-width:1024px){
    .grid-main > .sidebar{display:flex !important}
}
