.stadium-night{width:600px;height:400px;position:relative;overflow:hidden;font-family:'DM Sans',sans-serif;color:#fff;background:var(--stadium-bg)}.stadium-pitch{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,transparent,rgba(34,139,34,0.08));z-index:1}.stadium-light{position:absolute;top:-40px;width:300px;height:500px;z-index:2;pointer-events:none}.stadium-light-left{left:-60px;background:conic-gradient(from 160deg at 50% 0%,transparent 0deg,rgba(255,255,255,0.04) 5deg,rgba(255,255,255,0.02) 20deg,transparent 35deg)}.stadium-light-right{right:-60px;background:conic-gradient(from 345deg at 50% 0%,transparent 0deg,rgba(255,255,255,0.04) 5deg,rgba(255,255,255,0.02) 20deg,transparent 35deg)}.stadium-fog{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(255,255,255,0.03) 0%,transparent 60%);z-index:3;pointer-events:none}.stadium-header{position:absolute;top:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:6}.stadium-sport-icon{width:18px;height:18px}.stadium-sport-icon svg{width:100%;height:100%;color:rgba(255,255,255,0.5)}.stadium-sport-label{font-family:'Bebas Neue',sans-serif;font-size:1.1rem;letter-spacing:0.2em;color:rgba(255,255,255,0.35);text-transform:uppercase}.stadium-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:5;padding:50px 30px}.stadium-team{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px}.stadium-team-name{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;opacity:0.85}.stadium-flag-wrap{margin-bottom:8px}.stadium-flag-wrap .stadium-flag{width:72px;height:auto;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,0.6)}.stadium-team-a .stadium-team-name{color:var(--stadium-primary);text-shadow:0 0 calc(20px * var(--stadium-light)) var(--stadium-primary)}.stadium-team-b .stadium-team-name{color:var(--stadium-secondary);text-shadow:0 0 calc(20px * var(--stadium-light)) var(--stadium-secondary)}.stadium-score{font-family:'Bebas Neue',sans-serif;font-size:5.5rem;line-height:1}.stadium-team-a .stadium-score{color:#fff;0 0 calc(60px * var(--stadium-light)) rgba(26,109,255,0.15)}.stadium-team-b .stadium-score{color:#fff;0 0 calc(60px * var(--stadium-light)) rgba(255,107,0,0.15)}.stadium-scorers{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:4px}.stadium-scorer{font-size:0.45rem;font-weight:500;letter-spacing:0.06em}.stadium-scorer-a{color:var(--stadium-primary);text-shadow:0 0 calc(10px * var(--stadium-light)) var(--stadium-primary)}.stadium-scorer-b{color:var(--stadium-secondary);text-shadow:0 0 calc(10px * var(--stadium-light)) var(--stadium-secondary)}.stadium-vs{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0}.stadium-vs-ring{position:absolute;inset:0;border:1px solid rgba(255,255,255,0.15);border-radius:50%}.stadium-vs span{font-family:'Bebas Neue',sans-serif;font-size:0.8rem;letter-spacing:0.15em;color:rgba(255,255,255,0.5);position:relative;z-index:2}.stadium-pitch-line{position:absolute;bottom:20px;left:30px;right:30px;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,0.06),transparent);z-index:5}.stadium-message{position:absolute;left:50%;transform:translateX(-50%);font-size:1.5rem;letter-spacing:0.08em;text-transform:uppercase;color:#fff;white-space:nowrap;z-index:7;0 0 calc(40px * var(--stadium-light)) rgba(255,255,255,0.1)}.stadium-message.msg-pos-bottom{bottom:32px}.stadium-message.msg-pos-top{top:52px}.stadium-message.msg-pos-center{top:50%;transform:translate(-50%,-50%)}.stadium-footer{position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:0.7rem;letter-spacing:0.12em;color:rgba(255,255,255,0.3);z-index:10;display:flex;align-items:center;justify-content:center;gap:6px}.stadium-footer svg{width:10px;height:10px;color:rgba(255,255,255,0.4)}.stadium-footer-sep{opacity:0.3}