
:root{--bg:#07111f;--panel:#101d32;--panel2:#13253d;--text:#eef6ff;--muted:#b9c8d9;--line:rgba(255,255,255,.12);--accent:#73e2ff;--accent2:#b7ff7a;--danger:#ffd166;--shadow:0 22px 70px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at top left,#14365c 0,#07111f 38%,#050a12 100%);color:var(--text);line-height:1.65}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:.6rem 1rem;z-index:99}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,17,31,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.navbar{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem}.brand{font-size:1.45rem;font-weight:900;text-decoration:none;color:var(--text);letter-spacing:.4px}.brand span{color:var(--accent)}.menu-toggle{display:block;background:var(--panel2);color:var(--text);border:1px solid var(--line);border-radius:12px;padding:.55rem .8rem;font-size:1.25rem}.nav-links{position:absolute;left:1rem;right:1rem;top:64px;display:none;flex-direction:column;gap:.35rem;background:#0b1728;border:1px solid var(--line);padding:.8rem;border-radius:18px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a,.footer-links a{color:var(--muted);text-decoration:none;font-weight:700;font-size:.92rem;padding:.45rem .55rem;border-radius:10px}.nav-links a:hover,.nav-links a.active,.footer-links a:hover{color:#07111f;background:var(--accent)}main{max-width:1180px;margin:auto;padding:1rem}.hero{display:grid;gap:1rem;align-items:center;padding:3rem 0 1.5rem}.hero-content,.hero-panel,.notice,.content-section,.match-block,.tip-grid article,.comment-card,.cta-section,.sport-card{background:linear-gradient(145deg,rgba(16,29,50,.96),rgba(10,21,38,.92));border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}.hero-content{padding:2rem}.eyebrow{display:inline-flex;color:var(--accent2);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;margin-bottom:.8rem}h1{font-size:clamp(2rem,8vw,4.8rem);line-height:1.02;margin:.2rem 0 1rem}h2{font-size:clamp(1.55rem,4vw,2.4rem);line-height:1.15;margin:.2rem 0 1rem}h3{margin-top:0;color:var(--accent)}p{color:var(--muted);margin-top:0}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1.15rem;font-weight:900;text-decoration:none;transition:.2s transform,.2s background}.btn:hover,.sport-card:hover,.tip-grid article:hover,.comment-card:hover{transform:translateY(-3px)}.primary{background:var(--accent);color:#06101d}.ghost{border:1px solid var(--line);color:var(--text)}.hero-panel{padding:1.5rem;min-height:230px;display:flex;flex-direction:column;justify-content:center}.hero-panel span{color:var(--danger);font-weight:900}.hero-panel strong{font-size:1.8rem;line-height:1.1;margin:.5rem 0}.notice{padding:1rem;margin:1rem 0;color:var(--muted)}.notice strong{color:var(--accent2)}.content-section{padding:1.4rem;margin:1rem 0}.section-wrap{margin:1rem 0}.match-block{padding:1.4rem;display:grid;gap:1rem}.match-block ul{margin:0;padding-left:1.2rem;color:var(--text)}.match-block li{margin:.5rem 0}.sports-grid,.tip-grid,.comment-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}.sport-card{display:block;text-decoration:none;padding:1.2rem;color:var(--text);transition:.2s}.sport-card span{display:block;color:var(--accent);font-weight:900;font-size:1.25rem}.tip-grid article,.comment-card{padding:1.2rem;transition:.2s}.comments{margin:1.5rem 0}.comment-card p{font-style:italic}.comment-card strong{color:var(--accent2)}.cta-section{text-align:center;padding:1.8rem;margin:1.5rem 0}.site-footer{max-width:1180px;margin:2rem auto 0;padding:1.5rem 1rem 2rem;border-top:1px solid var(--line);display:grid;gap:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:.3rem}@media (min-width:760px){.hero{grid-template-columns:1.5fr .8fr}.sports-grid{grid-template-columns:repeat(2,1fr)}.tip-grid,.comment-grid{grid-template-columns:repeat(3,1fr)}.match-block{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 2fr}.menu-toggle{display:none}.nav-links{position:static;display:flex;flex-direction:row;flex-wrap:wrap;background:transparent;border:0;box-shadow:none;padding:0;justify-content:flex-end}.nav-links a{font-size:.78rem;padding:.4rem .5rem}}@media (min-width:1050px){.sports-grid{grid-template-columns:repeat(5,1fr)}.nav-links a{font-size:.84rem}}
