body { margin:0; background:#111; color:#fff; font-family:Arial; }
.espn-header { display:flex; justify-content:space-between; padding:12px; background:#c00; }
.brand { font-weight:bold; font-size:20px; }
.gear { cursor:pointer; }
.panel { position:fixed; right:0; top:50px; width:260px; background:#222; padding:15px; border-left:2px solid #444; z-index:9999; }
.hidden { display:none; }
.content-area { padding:20px; }
.age-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.75); display:flex; justify-content:center; align-items:center; z-index:99999; }
.age-box { background:#222; padding:25px; border-radius:12px; text-align:center; }
input, textarea { width:100%; margin-bottom:10px; }
button { padding:8px 14px; cursor:pointer; }
