:root{--red:#d90000;--red2:#ff1a1a;--blue:#061b3c;--blue2:#0b3471;--gold:#d99a00;--bg:#f6f8fc;--text:#10192b;--muted:#687386;--card:#ffffff;--shadow:0 18px 45px rgba(6,27,60,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}.top-strip{background:linear-gradient(90deg,var(--red),#8c0000);color:white;font-size:14px}.ticker-wrap{height:38px;display:flex;align-items:center;gap:10px}.live-dot{width:10px;height:10px;background:white;border-radius:50%;box-shadow:0 0 0 6px rgba(255,255,255,.22);animation:pulse 1.4s infinite}@keyframes pulse{50%{transform:scale(.75)}}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);box-shadow:0 8px 25px rgba(6,27,60,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:240px;display:block}nav{display:flex;align-items:center;gap:24px;font-weight:700;color:var(--blue)}.watch-btn,.primary{background:linear-gradient(135deg,var(--red),#9e0000);color:white!important;padding:13px 20px;border-radius:999px;box-shadow:0 12px 25px rgba(217,0,0,.25)}.menu-btn{display:none;border:0;background:var(--blue);color:white;border-radius:10px;font-size:24px;padding:8px 12px}.hero{background:radial-gradient(circle at 20% 10%,rgba(217,0,0,.13),transparent 28%),linear-gradient(135deg,#fff 0%,#edf3ff 55%,#fff 100%);padding:70px 0}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:36px;align-items:center}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1;margin:18px 0;color:var(--blue)}.hero p{font-size:18px;color:var(--muted);max-width:580px}.hero-actions{display:flex;gap:14px;margin-top:28px}.secondary{border:2px solid var(--blue);padding:12px 20px;border-radius:999px;font-weight:800;color:var(--blue)}.live-card,.studio-card,.news-card,.main-news,.feature-card{background:var(--card);border-radius:28px;box-shadow:var(--shadow)}.live-card{padding:18px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:900;color:var(--blue)}.card-head i{display:inline-block;width:10px;height:10px;background:var(--red);border-radius:50%;margin-right:8px}.card-head b{background:#eef3ff;padding:8px 12px;border-radius:999px;color:var(--red)}.video-box{position:relative;aspect-ratio:16/9;border-radius:22px;overflow:hidden;background:#000}.video-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.note{font-size:13px;color:var(--muted);margin:12px 6px 0}.section{padding:70px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-title span{color:var(--red);font-weight:900;text-transform:uppercase}.section-title h2{font-size:38px;margin:5px 0 0;color:var(--blue)}.section-title a{color:var(--red);font-weight:900}.news-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px}.main-news{grid-row:span 2;min-height:390px;padding:28px;color:white;background:linear-gradient(rgba(6,27,60,.25),rgba(6,27,60,.88)),url('https://images.unsplash.com/photo-1546708770-589dab7b22c4?auto=format&fit=crop&w=1200&q=70') center/cover}.tag,.news-card span,.feature-card span{display:inline-block;background:var(--red);color:white;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}.main-news h3{font-size:34px;margin-top:170px}.news-card{padding:24px}.news-card h3{color:var(--blue);font-size:21px}.news-card p{color:var(--muted)}.dark-section{background:linear-gradient(135deg,var(--blue),#010816);color:white}.light h2{color:white}.light a{color:#ffdfdf}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.small{box-shadow:0 18px 40px rgba(0,0,0,.25)}.split{display:grid;grid-template-columns:1.4fr .8fr;gap:26px;align-items:start}.schedule{display:grid;gap:12px}.schedule div{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:15px;background:white;border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(6,27,60,.08)}.schedule b{color:var(--red)}.schedule span{font-weight:900;color:var(--blue)}.schedule em{font-style:normal;background:#eef3ff;color:var(--blue);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.studio-card{padding:32px;background:linear-gradient(135deg,var(--red),#860000);color:white;position:sticky;top:105px}.studio-card h2{font-size:34px;margin:0}.studio-card p{font-size:24px;font-weight:900}.progress{height:10px;background:rgba(255,255,255,.25);border-radius:999px;overflow:hidden}.progress span{display:block;width:64%;height:100%;background:white;border-radius:999px}.cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-top:20px}.feature-card{padding:30px;color:white;min-height:220px}.feature-card h3{font-size:28px}.feature-card p{opacity:.9}.red{background:linear-gradient(135deg,var(--red),#8c0000)}.blue{background:linear-gradient(135deg,var(--blue2),var(--blue))}.gold{background:linear-gradient(135deg,#f0aa00,#9c6400)}footer{background:#fff;padding:34px 0;border-top:1px solid #e8edf5}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:18px}footer img{width:210px}.socials{display:flex;gap:18px;color:var(--blue);font-weight:900}
@media(max-width:900px){.menu-btn{display:block}nav{position:absolute;left:4%;right:4%;top:86px;display:none;flex-direction:column;background:white;padding:20px;border-radius:22px;box-shadow:var(--shadow)}.menu-open nav{display:flex}.brand img{width:190px}.hero-grid,.split,.news-grid{grid-template-columns:1fr}.hero{padding:45px 0}.main-news h3{margin-top:110px}.video-grid,.cards-row{grid-template-columns:1fr}.schedule div{grid-template-columns:1fr}.footer-grid{flex-direction:column;text-align:center}.section-title{align-items:start;flex-direction:column}.studio-card{position:static}}
@media(max-width:520px){.nav{height:72px}.brand img{width:160px}.hero h1{font-size:36px}.hero-actions{flex-direction:column}.section{padding:48px 0}.section-title h2{font-size:30px}.main-news{min-height:330px}.main-news h3{font-size:26px}.ticker-wrap{font-size:12px}}
