:root{
      --bg:#080a0e;
      --bg2:#0c1016;
      --panel:#11161e;
      --panel2:#151b24;
      --line:rgba(255,255,255,.075);
      --text:#f7f8fa;
      --muted:#9ba5b2;
      --orange:#ff7a1a;
      --orange2:#ff9a52;
      --orangeSoft:rgba(255,122,26,.12);
      --shadow:0 25px 70px rgba(0,0,0,.38);
      --container:min(1180px,calc(100% - 38px));
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at 85% -10%,rgba(255,122,26,.12),transparent 30%),
        linear-gradient(180deg,#090b10 0%,#080a0e 100%);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
      overflow-x:hidden;
    }

    body.menu-open{overflow:hidden}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    button{color:inherit}
    img{display:block;max-width:100%}
    .container{width:var(--container);margin-inline:auto}

    .header{
      position:fixed;
      inset:0 0 auto 0;
      z-index:50;
      height:82px;
      border-bottom:1px solid rgba(255,255,255,.06);
      background:rgba(8,10,14,.78);
      backdrop-filter:blur(18px);
    }
    .nav{
      height:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:26px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:230px;
    }
    .brand img{
      width:48px;height:48px;object-fit:contain;
      filter:drop-shadow(0 8px 24px rgba(255,122,26,.14));
    }
    .brand-copy{display:grid;gap:3px}
    .brand-copy strong{font-size:.88rem;letter-spacing:-.02em}
    .brand-copy span{color:var(--muted);font-size:.62rem;font-weight:600}

    .menu{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      flex:1;
    }
    .menu a{
      padding:10px 12px;
      border-radius:10px;
      color:#c5ccd5;
      font-size:.75rem;
      font-weight:700;
      transition:.18s ease;
    }
    .menu a:hover,.menu a.active{color:#fff;background:rgba(255,255,255,.055)}
    .menu a.active{box-shadow:inset 0 -2px 0 var(--orange)}

    .nav-actions{display:flex;align-items:center;gap:9px}
    .btn,.nav-live,.account-btn{
      min-height:44px;
      border-radius:12px;
      border:1px solid var(--line);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      padding:0 16px;
      font-size:.72rem;
      font-weight:850;
      cursor:pointer;
      transition:.2s ease;
    }
    .nav-live,.btn-primary{
      border-color:rgba(255,122,26,.35);
      background:linear-gradient(135deg,var(--orange2),var(--orange));
      color:#18100a;
      box-shadow:0 11px 26px rgba(255,122,26,.16);
    }
    .nav-live:hover,.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}
    .account-btn,.btn-secondary{background:rgba(255,255,255,.035);color:#e6eaf0}
    .account-btn:hover,.btn-secondary:hover{background:rgba(255,255,255,.07)}

    .live-dot,.dot{
      width:7px;height:7px;border-radius:50%;
      background:#f44343;
      box-shadow:0 0 0 5px rgba(244,67,67,.09);
      flex:none;
      animation:pulse 1.6s infinite;
    }
    @keyframes pulse{50%{box-shadow:0 0 0 8px rgba(244,67,67,0)}}

    .burger{
      width:44px;height:44px;
      display:none;
      border:1px solid var(--line);
      border-radius:12px;
      background:rgba(255,255,255,.035);
      place-items:center;
      cursor:pointer;
      padding:0;
      gap:4px;
    }
    .burger span,.burger::before,.burger::after{
      content:"";
      display:block;
      width:18px;height:2px;
      background:#fff;border-radius:99px;
    }

    main{padding-top:82px}

    .page-hero{
      position:relative;
      min-height:430px;
      display:flex;
      align-items:flex-end;
      isolation:isolate;
      overflow:hidden;
      border-bottom:1px solid rgba(255,255,255,.05);
    }
    .page-hero::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:-3;
      background:url("../img/cover.png") center/cover no-repeat;
    }
    .page-hero::after{
      content:"";
      position:absolute;
      inset:0;
      z-index:-2;
      background:
        linear-gradient(90deg,rgba(6,8,12,.97) 0%,rgba(6,8,12,.86) 42%,rgba(6,8,12,.52) 72%,rgba(6,8,12,.80) 100%),
        linear-gradient(180deg,rgba(8,10,14,.12) 0%,#080a0e 100%);
    }

    .hero-inner{
      padding:82px 0 58px;
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:34px;
      align-items:end;
    }
    .eyebrow{
      display:flex;align-items:center;gap:8px;flex-wrap:wrap;
      color:#c7ced7;
      font-size:.64rem;font-weight:900;
      text-transform:uppercase;letter-spacing:.15em;
    }
    .eyebrow i{width:4px;height:4px;border-radius:50%;background:var(--orange)}
    .page-hero h1{
      margin:16px 0 14px;
      font-size:clamp(3.2rem,7vw,6.2rem);
      line-height:.92;
      letter-spacing:-.065em;
    }
    .page-hero h1 span{color:var(--orange2)}
    .page-hero p{
      max-width:760px;
      margin:0;
      color:#b9c1ca;
      line-height:1.75;
      font-size:.95rem;
    }
    .hero-logo{
      width:150px;height:150px;object-fit:contain;
      filter:drop-shadow(0 20px 45px rgba(0,0,0,.45));
    }

    .section{padding:70px 0}
    .section.alt{background:#0a0d12;border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045)}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-label{
      margin-bottom:8px;
      color:var(--orange2);
      font-size:.64rem;font-weight:900;
      text-transform:uppercase;letter-spacing:.14em;
    }
    .section h2{
      margin:0;
      font-size:clamp(1.8rem,3vw,2.6rem);
      letter-spacing:-.04em;
    }
    .section-head p{
      max-width:520px;
      margin:0;
      color:var(--muted);
      font-size:.76rem;
      line-height:1.65;
    }

    .today-card{
      display:grid;
      grid-template-columns:190px minmax(0,1fr) auto;
      gap:24px;
      align-items:center;
      padding:22px;
      border:1px solid rgba(255,122,26,.18);
      border-radius:23px;
      background:
        linear-gradient(145deg,rgba(255,122,26,.09),rgba(255,255,255,.022)),
        #10151c;
      box-shadow:var(--shadow);
    }
    .today-cover{
      aspect-ratio:1.45/1;
      border-radius:16px;
      background:
        linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42)),
        url("../img/cover.png") center/cover no-repeat;
      border:1px solid rgba(255,255,255,.08);
    }
    .today-copy small{
      display:block;color:var(--orange2);
      font-size:.6rem;font-weight:900;
      text-transform:uppercase;letter-spacing:.12em;
      margin-bottom:7px;
    }
    .today-copy h3{margin:0 0 9px;font-size:1.25rem}
    .today-copy p{margin:0;color:var(--muted);font-size:.74rem;line-height:1.65}
    .today-time{
      min-width:150px;
      text-align:right;
    }
    .today-time strong{
      display:block;
      font-size:1.45rem;
      letter-spacing:-.04em;
    }
    .today-time span{display:block;margin-top:5px;color:#9da7b3;font-size:.67rem}

    .day-tabs{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:24px;
    }
    .day-tab{
      min-width:96px;
      padding:11px 14px;
      border-radius:12px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.025);
      color:#b7c0ca;
      font-size:.7rem;
      font-weight:850;
      cursor:pointer;
      transition:.18s ease;
    }
    .day-tab:hover,.day-tab.active{
      color:#fff;
      border-color:rgba(255,122,26,.28);
      background:rgba(255,122,26,.10);
    }

    .schedule{display:grid;gap:12px}
    .show-row{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:20px;
      align-items:center;
      padding:16px 18px;
      border:1px solid rgba(255,255,255,.065);
      border-radius:17px;
      background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
      transition:.18s ease;
    }
    .show-row:hover{
      transform:translateY(-1px);
      border-color:rgba(255,122,26,.20);
      background:linear-gradient(145deg,rgba(255,122,26,.06),rgba(255,255,255,.018));
    }
    .show-time{
      font-size:.8rem;
      font-weight:900;
      color:#fff;
    }
    .show-main{display:flex;align-items:center;gap:14px;min-width:0}
    .show-icon{
      width:46px;height:46px;flex:none;
      display:grid;place-items:center;
      border-radius:13px;
      border:1px solid rgba(255,122,26,.16);
      background:var(--orangeSoft);
      font-size:1rem;
    }
    .show-info{min-width:0}
    .show-info h3{
      margin:0;
      font-size:.86rem;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .show-info p{
      margin:4px 0 0;
      color:var(--muted);
      font-size:.68rem;
      line-height:1.45;
    }
    .badge{
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.075);
      background:rgba(255,255,255,.03);
      color:#aeb7c1;
      font-size:.6rem;
      font-weight:850;
      white-space:nowrap;
    }
    .badge.live{
      color:#ffb59b;
      border-color:rgba(255,122,26,.25);
      background:rgba(255,122,26,.10);
    }

    .program-cards{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .program-card{
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:20px;
      background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
    }
    .program-art{
      height:175px;
      position:relative;
      background:
        linear-gradient(180deg,transparent,rgba(8,10,14,.86)),
        url("../img/cover.png") center/cover no-repeat;
    }
    .program-art img{
      position:absolute;
      width:64px;height:64px;
      object-fit:contain;
      left:16px;top:16px;
      filter:drop-shadow(0 10px 18px rgba(0,0,0,.30));
    }
    .program-body{padding:17px}
    .program-body h3{margin:0 0 8px;font-size:.93rem}
    .program-body p{margin:0;color:var(--muted);font-size:.7rem;line-height:1.62}
    .program-meta{
      display:flex;align-items:center;justify-content:space-between;
      gap:10px;
      margin-top:15px;
      padding-top:13px;
      border-top:1px solid rgba(255,255,255,.055);
      color:#9da7b2;
      font-size:.61rem;font-weight:800;
    }

    .info-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .info-box{
      padding:19px;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.025);
    }
    .info-box strong{display:block;font-size:.83rem}
    .info-box p{margin:7px 0 0;color:var(--muted);font-size:.68rem;line-height:1.55}

    .footer{
      padding:44px 0 88px;
      border-top:1px solid rgba(255,255,255,.055);
      background:#07090c;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .7fr .7fr;
      gap:40px;
    }
    .footer p{max-width:410px;margin:15px 0 0;color:#7f8995;font-size:.69rem;line-height:1.65}
    .footer h4{margin:0 0 13px;color:#d9dee5;font-size:.69rem;text-transform:uppercase;letter-spacing:.1em}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:#8d97a3;font-size:.69rem}
    .footer-links a:hover{color:#fff}

    .radio-dock{
      position:fixed;
      z-index:80;
      left:50%;
      bottom:16px;
      transform:translate(-50%,120px);
      width:min(770px,calc(100% - 24px));
      display:grid;
      grid-template-columns:46px minmax(0,1fr) auto;
      align-items:center;
      gap:12px;
      padding:9px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:17px;
      background:rgba(13,17,23,.94);
      backdrop-filter:blur(20px);
      box-shadow:0 18px 50px rgba(0,0,0,.4);
      opacity:0;
      pointer-events:none;
      transition:.25s ease;
    }
    body.radio-playing .radio-dock{
      transform:translate(-50%,0);
      opacity:1;
      pointer-events:auto;
    }
    .dock-play{
      width:46px;height:46px;border:0;border-radius:13px;
      background:linear-gradient(135deg,var(--orange2),var(--orange));
      color:#1b110b;font-weight:950;cursor:pointer;
    }
    .dock-track{min-width:0;display:flex;align-items:center;gap:10px}
    .dock-cover{
      width:38px;height:38px;border-radius:9px;
      background:url("../img/logo.png") center/cover no-repeat #10151d;
      flex:none;
    }
    .dock-track div:last-child{min-width:0}
    .dock-track strong,.dock-track span{
      display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }
    .dock-track strong{font-size:.69rem}
    .dock-track span{margin-top:3px;color:var(--muted);font-size:.59rem}
    .dock-right{display:flex;align-items:center;gap:10px;padding-right:5px}
    .dock-right input{width:95px;accent-color:var(--orange)}
    .dock-right span{color:#9da7b3;font-size:.62rem;font-weight:800}

    .reveal{opacity:0;transform:translateY(16px);transition:.55s ease}
    .reveal.visible{opacity:1;transform:none}

    @media(max-width:1050px){
      .menu{display:none}
      .burger{display:grid}
      .account-btn{display:none}
      .menu.mobile-open{
        display:grid;
        position:fixed;
        z-index:49;
        top:82px;left:0;right:0;
        padding:16px 19px 24px;
        background:rgba(8,10,14,.98);
        border-bottom:1px solid var(--line);
        gap:5px;
      }
      .menu.mobile-open a{padding:14px;border:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.025)}
      .program-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
      .program-cards .program-card:last-child{grid-column:1/-1}
      .info-strip{grid-template-columns:1fr}
    }

    @media(max-width:720px){
      :root{--container:min(100% - 28px,1180px)}
      .header{height:68px}
      main{padding-top:68px}
      .brand{min-width:0}
      .brand img{width:42px;height:42px}
      .brand-copy span{display:none}
      .nav-live{padding:0 12px;min-height:40px}
      .nav-live .dot{display:none}
      .burger{width:40px;height:40px}
      .menu.mobile-open{top:68px}

      .hero-inner{grid-template-columns:1fr;padding:66px 0 42px}
      .hero-logo{width:105px;height:105px;order:-1}
      .page-hero h1{font-size:clamp(2.8rem,14vw,4.2rem)}

      .section{padding:52px 0}
      .section-head{align-items:flex-start;flex-direction:column}

      .today-card{grid-template-columns:1fr}
      .today-cover{aspect-ratio:16/9}
      .today-time{text-align:left;min-width:0}

      .day-tabs{display:grid;grid-template-columns:repeat(2,1fr)}
      .day-tab{min-width:0}

      .show-row{grid-template-columns:76px 1fr}
      .show-row .badge{grid-column:2/3;justify-self:start}
      .show-main{gap:10px}
      .show-icon{width:40px;height:40px}
      .show-info p{display:none}

      .program-cards{grid-template-columns:1fr}
      .program-cards .program-card:last-child{grid-column:auto}

      .footer-grid{grid-template-columns:1fr;gap:28px}

      .radio-dock{grid-template-columns:42px minmax(0,1fr);bottom:10px}
      .dock-play{width:42px;height:42px}
      .dock-right{display:none}
    }

    @media(prefers-reduced-motion:reduce){
      *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
      .reveal{opacity:1;transform:none}
    }
