:root{--bg:#06101d;--card:#0d2035;--blue:#09a9ff;--yellow:#ffe000;--text:#f3f8ff;--muted:#9bb2c7;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% 10%,#0d3056 0,#06101d 38%);color:var(--text);font-family:Arial,Helvetica,sans-serif;padding-bottom:calc(88px + var(--safe-bottom))}.top{min-height:72px;display:flex;align-items:center;gap:12px;padding:10px 5vw;background:#06101dea;position:sticky;top:0;z-index:40;backdrop-filter:blur(10px);border-bottom:1px solid #ffffff17}.top img{width:50px;height:50px;border-radius:12px;object-fit:cover}.top div{flex:1;min-width:0}.top b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top small{display:block;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top a,.cta,form button,.install-top{background:var(--yellow);color:#081522;text-decoration:none;font-weight:900;padding:12px 16px;border-radius:999px;border:0;cursor:pointer}.install-top{background:#1b3854;color:#fff;padding:10px 13px}.hero{height:min(680px,76vh);min-height:520px;position:relative;overflow:hidden;background-image:var(--hero);background-size:cover;background-position:center}.hero video{position:absolute;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#020711dc 10%,#02071175 55%,#02071130)}.hero-content{position:relative;z-index:2;width:min(1150px,90vw);height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-logo{width:140px;height:140px;border-radius:28px;object-fit:cover;box-shadow:0 20px 60px #000}.hero h1{font-size:clamp(44px,8vw,100px);line-height:.9;margin:16px 0 8px;max-width:850px}.hero p{font-size:clamp(18px,2vw,28px)}.eyebrow{font-size:13px!important;letter-spacing:.2em;color:#7fd4ff;font-weight:900}.cta{margin-top:10px;font-size:18px}.ticker{overflow:hidden;background:var(--yellow);color:#07111f;font-weight:900;padding:9px;white-space:nowrap}.ticker span{display:inline-block;animation:marquee 18s linear infinite}@keyframes marquee{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}main{width:min(1120px,92vw);margin:auto}main>section{padding:70px 0}.player-card{margin-top:28px;position:relative;z-index:3;background:linear-gradient(135deg,#12385f,#0b1a2b);border:1px solid #2f5a80;border-radius:28px;padding:28px 34px;display:flex;align-items:center;gap:20px;box-shadow:0 25px 80px #0008;scroll-margin-top:95px}.player-info{flex:1}.player-card h2{font-size:clamp(25px,4vw,42px);margin:8px 0}.player-card p{color:var(--muted)}.live{color:#ff5363;font-weight:900}.play-main{width:76px;height:76px;min-width:76px;border-radius:50%;border:0;background:var(--yellow);font-size:28px;cursor:pointer;color:#07111f}.about{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about img{width:100%;max-height:520px;object-fit:cover;border-radius:30px}.about h2,main section>h2{font-size:clamp(32px,5vw,58px);margin:8px 0 20px}.about p{color:var(--muted);font-size:18px;line-height:1.7}.schedule{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.schedule article{background:var(--card);border:1px solid #1e3e5c;border-radius:18px;padding:20px;display:flex;gap:16px}.schedule article>b{color:var(--yellow);font-size:22px}.schedule h3{margin:0 0 6px}.schedule p{margin:0;color:var(--muted)}.forms{display:grid;grid-template-columns:1fr 1fr;gap:20px}.forms form{background:var(--card);padding:24px;border-radius:22px;border:1px solid #1e3e5c}.forms input,.forms textarea{width:100%;margin:7px 0;padding:13px;border-radius:12px;border:1px solid #31516f;background:#071421;color:#fff;font:inherit}.forms textarea{min-height:130px;resize:vertical}.forms button{border:0;cursor:pointer;margin-top:8px}.sent{background:#174f36;padding:12px;border-radius:12px;margin-bottom:15px}footer{text-align:center;padding:45px 20px 36px;background:#040b13;border-top:1px solid #18304a}footer img{width:90px;height:90px;object-fit:cover;border-radius:20px}.social{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.social a{color:#78ceff}.mini-player{position:fixed;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:calc(10px + var(--safe-bottom));z-index:60;background:#0a1c2fF2;border:1px solid #2e587c;border-radius:20px;box-shadow:0 12px 40px #000b;display:flex;align-items:center;gap:12px;padding:9px 10px;backdrop-filter:blur(14px);max-width:720px;margin:auto}.mini-player img{width:48px;height:48px;border-radius:12px;object-fit:cover}.mini-player div{flex:1;min-width:0}.mini-player b,.mini-player small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-player small{color:#9ec4df;margin-top:3px}.mini-player button{width:48px;height:48px;border:0;border-radius:50%;background:var(--yellow);color:#07111f;font-size:19px;font-weight:900}.is-playing .live{animation:pulse 1.35s ease-in-out infinite}@keyframes pulse{50%{opacity:.45}}@media(min-width:900px){.mini-player{left:auto;right:22px;width:390px}}
@media(max-width:760px){body{padding-bottom:calc(86px + var(--safe-bottom))}.top{padding:9px 16px}.top small{display:none}.top a{padding:10px 12px;font-size:14px}.install-top{font-size:12px;padding:9px 10px}.hero{height:calc(100svh - 72px);min-height:590px;max-height:780px}.hero-content{width:90vw;justify-content:flex-end;padding-bottom:70px}.hero-logo{width:105px;height:105px}.hero h1{font-size:clamp(48px,14vw,72px);max-width:92%;margin-top:14px}.hero p{margin:10px 0}.cta{font-size:18px;padding:14px 20px}.player-card{margin-top:18px;padding:20px 18px;border-radius:24px}.player-card h2{font-size:27px}.player-card p{font-size:14px}.play-main{width:64px;height:64px;min-width:64px}.about,.forms{grid-template-columns:1fr}.schedule{grid-template-columns:1fr}.about{gap:20px}.about img{max-height:420px}main>section{padding:48px 0}.ticker{font-size:14px}}
@media(max-width:390px){.top b{font-size:15px}.top img{width:44px;height:44px}.top a{font-size:12px;padding:9px 10px}.install-top{display:none!important}.hero-content{padding-bottom:54px}.mini-player{left:8px;right:8px}}
