/* MYXX FM v30 premium bilingual corrected finish */
:root{
  --yellow:#f0b818;
  --yellow-2:#f0b818;
  --myxx-yellow:#f0b818;
  --section-gap:clamp(28px,4vw,58px);
}

body.myxx-studio{
  background:
    radial-gradient(900px 520px at 86% -8%,rgba(218,31,255,.15),transparent 62%),
    radial-gradient(780px 500px at 5% 17%,rgba(240,184,24,.09),transparent 62%),
    linear-gradient(180deg,#08080c 0,#050507 48%,#08070b 100%);
}

.myxx-studio .page{gap:var(--section-gap)!important}
.myxx-studio .section,
.myxx-studio .masthead,
.myxx-studio .home-page>section{margin-block:0!important}
.myxx-studio .app-main{padding-bottom:clamp(36px,5vw,72px)!important}
.myxx-studio .page-enter{animation:myxxIn .45s cubic-bezier(.2,.8,.2,1) both}
@keyframes myxxIn{from{opacity:.3;transform:translateY(10px)}to{opacity:1;transform:none}}

/* One logo yellow everywhere. */
.myxx-studio :is(.eyebrow,.gradient-text,.text-action,.story-label,.weather-card-head p,.chip.live){--yellow:#f0b818!important}
.myxx-studio .gradient-text{background-image:linear-gradient(105deg,#fff 0,#f0b818 46%,#ff55a6 100%)!important}
.myxx-studio :is(.primary-action,.live-button,.dock-play,.big-play,.episode-inline-toggle,.status-pill):not(.closed){background:#f0b818!important;color:#09090b!important}

/* Compact, distinctive live marker: no generic red status pill. */
.myxx-studio .live-marker{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(7,7,10,.8);box-shadow:0 10px 28px rgba(0,0,0,.28);font-size:.54rem;font-style:normal;font-weight:950;letter-spacing:.12em}
.myxx-studio .live-marker i{grid-row:1;width:6px;height:6px;margin:0 7px;border-radius:1px;background:#f0b818;box-shadow:0 0 12px #f0b818;transform:rotate(45deg)}
.myxx-studio .live-marker b,.myxx-studio .live-marker em{padding:7px 8px;font-style:normal}
.myxx-studio .live-marker b{padding-left:0;color:#fff}
.myxx-studio .live-marker em{background:#f0b818;color:#0a0906}
.myxx-studio .live-pill{border-radius:8px!important;background:#0a0a0e!important;color:#fff!important}

/* Language control sits with the global controls, not inside page content. */
.language-switcher{display:flex;align-items:center;gap:5px;height:40px;padding:4px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.045)}
.language-switcher button{width:34px;height:30px;border:0;border-radius:10px;background:transparent;color:#8f8b95;font-size:.62rem;font-weight:950;letter-spacing:.08em;cursor:pointer}
.language-switcher button.active{background:#f0b818;color:#09090b;box-shadow:0 5px 18px rgba(240,184,24,.2)}
.language-switcher span{width:1px;height:16px;background:rgba(255,255,255,.08)}

/* Request gets the same dark glass family as the rest of MYXX. */
.myxx-studio .request-hero,
.myxx-studio .editorial-surface-request,
.myxx-studio .editorial-panel-request{
  border:1px solid rgba(255,255,255,.1)!important;
  background:
    radial-gradient(620px 330px at 94% 0,rgba(240,184,24,.13),transparent 67%),
    radial-gradient(500px 340px at 0 100%,rgba(216,41,255,.10),transparent 65%),
    linear-gradient(145deg,rgba(20,20,27,.96),rgba(7,7,11,.97))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.33),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.myxx-studio .editorial-surface-request::after,
.myxx-studio .editorial-panel-request::after{display:none!important}
.myxx-studio .request-hero::before{content:"REQUEST";position:absolute;right:-.02em;bottom:-.2em;z-index:0;color:rgba(255,255,255,.025);font-size:clamp(5rem,17vw,15rem);font-weight:1000;letter-spacing:-.08em;pointer-events:none}
.myxx-studio .request-hero>*{position:relative;z-index:1}
.myxx-studio .request-status{background:rgba(255,255,255,.025)!important}
.myxx-studio .request-main{background:linear-gradient(160deg,rgba(255,255,255,.018),transparent)!important}

/* REMYXX: premium library rather than an endless utility list. */
.myxx-studio .remyxx-studio{padding:clamp(18px,3vw,34px)!important;border-radius:32px!important;background:linear-gradient(145deg,rgba(18,18,25,.96),rgba(7,7,11,.98))!important}
.myxx-studio .remyxx-tools{align-items:center!important;margin-bottom:16px!important}
.myxx-studio .remyxx-layout{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
.myxx-studio .featured-episode{display:grid!important;grid-template-columns:minmax(220px,34%) minmax(0,1fr)!important;gap:clamp(20px,4vw,46px)!important;align-items:center!important;padding:clamp(16px,2.5vw,28px)!important;border:1px solid rgba(240,184,24,.16)!important;border-radius:28px!important;background:radial-gradient(500px 260px at 10% 0,rgba(240,184,24,.13),transparent 68%),rgba(255,255,255,.025)!important}
.myxx-studio .featured-art{border-radius:22px!important;overflow:hidden;box-shadow:0 24px 55px rgba(0,0,0,.45)!important}
.myxx-studio .episode-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;max-height:none!important;overflow:visible!important}
.myxx-studio .episode-row{grid-template-columns:82px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:11px!important;border-radius:20px!important;background:rgba(255,255,255,.026)!important;border:1px solid rgba(255,255,255,.075)!important;transition:transform .25s,background .25s,border-color .25s!important}
.myxx-studio .episode-row:hover{transform:translateY(-3px);background:rgba(255,255,255,.045)!important;border-color:rgba(240,184,24,.22)!important}
.myxx-studio .episode-row>img{width:82px!important;height:82px!important;border-radius:15px!important}
.myxx-studio .episode-row-body{gap:8px!important}
.myxx-studio .episode-row h3{font-size:.86rem!important;line-height:1.15!important}
.myxx-studio .episode-inline-player{padding:6px 7px!important;border-radius:12px!important}

/* Forecast fills its panel cleanly, with seven equal columns on wide screens. */
.myxx-studio .weather-week{width:100%!important}
.myxx-studio .weather-forecast-rows{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important}
.myxx-studio .weather-forecast-row{display:flex!important;min-width:0!important;min-height:140px!important;padding:12px 8px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-align:center!important;border-radius:16px!important;background:rgba(255,255,255,.033)!important}
.myxx-studio .weather-forecast-row>span{min-height:2.5em!important;font-size:.58rem!important;line-height:1.2!important}
.myxx-studio .weather-forecast-row>em{font-size:.5rem!important}
.myxx-studio .weather-forecast-row>b{margin-top:auto!important;font-size:.78rem!important}

/* Legal popup is readable and structured. */
.myxx-studio .legal-dialog-v30{width:min(880px,calc(100vw - 24px))!important;max-height:min(760px,calc(100dvh - 24px))!important;padding:0!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:30px!important;background:rgba(9,9,13,.96)!important;color:#f8f6ee!important;box-shadow:0 40px 130px rgba(0,0,0,.72)!important;backdrop-filter:blur(30px)!important}
.myxx-studio .legal-dialog-v30::backdrop{background:rgba(2,2,4,.76);backdrop-filter:blur(10px)}
.myxx-studio .legal-dialog-v30 .dialog-inner{padding:clamp(22px,4vw,42px)!important}
.myxx-studio .legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}
.myxx-studio .legal-grid section{padding:18px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:rgba(255,255,255,.025)}
.myxx-studio .legal-grid h3{margin:0 0 7px;color:#f0b818;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.myxx-studio .legal-grid p{margin:0;color:#aaa6b0;font-size:.76rem;line-height:1.55}
.myxx-studio .legal-grid a{color:#fff;text-decoration:underline;text-decoration-color:#f0b818;text-underline-offset:3px}
.myxx-studio .story-source{display:inline-block;color:#8e8a94!important;font-size:.54rem!important;font-weight:850!important;letter-spacing:.06em!important;text-transform:uppercase!important}

@media(max-width:1100px) and (min-width:761px){
  .myxx-studio .episode-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Mobile menu: full-screen editorial navigation, balanced and thumb friendly. */
@media(max-width:760px){
  body.myxx-studio{--header-h:68px;--section-gap:20px}
  body.myxx-studio .site-header{grid-template-columns:92px 1fr auto!important;gap:7px!important;padding:0 9px 0 13px!important}
  body.myxx-studio .main-nav,body.myxx-studio #shareButton{display:none!important}
  body.myxx-studio .language-switcher{height:36px;border-radius:12px}
  body.myxx-studio .language-switcher button{width:28px;height:27px;font-size:.56rem}
  body.myxx-studio .header-actions{gap:6px!important}
  body.myxx-studio .live-button{display:none!important}
  body.myxx-studio .menu-button{width:42px!important;height:42px!important;border-radius:13px!important}
  body.myxx-studio .mobile-menu{z-index:20000!important;background:#08080c!important}
  body.myxx-studio .mobile-menu-panel{inset:0!important;width:100%!important;height:100dvh!important;padding:max(15px,env(safe-area-inset-top)) 14px max(15px,env(safe-area-inset-bottom))!important;border:0!important;border-radius:0!important;background:radial-gradient(600px 360px at 100% 0,rgba(216,41,255,.18),transparent 68%),radial-gradient(500px 300px at 0 100%,rgba(240,184,24,.10),transparent 70%),#08080c!important;grid-template-rows:64px minmax(0,1fr) 68px!important}
  body.myxx-studio .menu-head{height:64px!important;min-height:0!important;padding:0 3px 10px!important}
  body.myxx-studio .menu-head img{width:130px!important}
  body.myxx-studio .mobile-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:8px 0!important;overflow:auto!important}
  body.myxx-studio .mobile-nav a{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;grid-template-rows:auto!important;align-content:center!important;gap:9px!important;min-height:0!important;padding:10px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:18px!important;background:rgba(255,255,255,.025)!important}
  body.myxx-studio .mobile-nav a.active{border-color:rgba(240,184,24,.28)!important;background:rgba(240,184,24,.07)!important}
  body.myxx-studio .mobile-nav .nav-icon{width:38px!important;height:38px!important;border-radius:12px!important}
  body.myxx-studio .mobile-nav .arrow{display:none!important}
  body.myxx-studio .mobile-nav strong{font-size:.72rem!important;line-height:1.12!important}
  body.myxx-studio .mobile-nav small{font-size:.52rem!important;line-height:1.25!important;margin-top:3px!important}
  body.myxx-studio .menu-footer{height:68px!important;padding:7px!important;border-radius:17px!important}
  .myxx-studio .featured-episode{grid-template-columns:112px minmax(0,1fr)!important;gap:14px!important;padding:12px!important;border-radius:22px!important}
  .myxx-studio .episode-list{grid-template-columns:1fr!important;gap:8px!important}
  .myxx-studio .episode-row{grid-template-columns:68px minmax(0,1fr)!important;padding:9px!important}
  .myxx-studio .episode-row>img{width:68px!important;height:68px!important}
  .myxx-studio .weather-forecast-rows{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .myxx-studio .weather-forecast-row{min-height:108px!important}
  .myxx-studio .weather-forecast-row:first-child{grid-column:1/-1!important;min-height:90px!important}
  .myxx-studio .legal-grid{grid-template-columns:1fr}
}

@media(max-width:390px){
  body.myxx-studio .mobile-nav strong{font-size:.66rem!important}
  body.myxx-studio .mobile-nav small{display:none!important}
  .myxx-studio .featured-episode{grid-template-columns:94px minmax(0,1fr)!important}
}

@media(prefers-reduced-motion:reduce){.myxx-studio .page-enter{animation:none}}

/* v30 correction layer: one coherent premium system across every route. */
.myxx-studio .site-header :is(.main-nav a,.live-button,.menu-button,.language-switcher){height:40px!important;min-height:40px!important}
.myxx-studio .site-header .live-button{padding:0 13px!important;border-radius:13px!important;font-size:.67rem!important}
.myxx-studio .site-header .live-button .live-button-icon{width:30px!important;height:30px!important;min-width:30px!important;border-radius:9px!important}
.myxx-studio #shareButton,.myxx-studio #dockShare{display:none!important}

.myxx-studio .request-page{position:relative!important;gap:clamp(18px,3vw,34px)!important}
.myxx-studio .request-studio,.myxx-studio .editorial-surface-request{margin:0!important}
.myxx-studio .request-hero,.myxx-studio .editorial-surface-request,.myxx-studio .request-community{position:relative!important;overflow:hidden!important;background:radial-gradient(700px 380px at 92% -5%,rgba(240,184,24,.13),transparent 66%),radial-gradient(620px 380px at -5% 105%,rgba(219,45,255,.12),transparent 68%),linear-gradient(145deg,#15151c,#08080d)!important;background-image:radial-gradient(700px 380px at 92% -5%,rgba(240,184,24,.13),transparent 66%),radial-gradient(620px 380px at -5% 105%,rgba(219,45,255,.12),transparent 68%),linear-gradient(145deg,#15151c,#08080d)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:clamp(24px,3vw,34px)!important;box-shadow:0 28px 90px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.06)!important}
.myxx-studio .request-hero::before{content:"REQUEST"!important;position:absolute!important;right:-.04em!important;top:-.18em!important;bottom:auto!important;color:rgba(255,255,255,.035)!important;font-size:clamp(6rem,18vw,16rem)!important;line-height:1!important;letter-spacing:-.09em!important;font-weight:1000!important;pointer-events:none!important}
.myxx-studio .editorial-surface-request::before,.myxx-studio .editorial-surface-request::after,.myxx-studio .editorial-panel-request::after{content:none!important;display:none!important;background:none!important}
.myxx-studio .request-art-disc{display:none!important}
.myxx-studio .request-watermark{position:absolute!important;z-index:0!important;right:-.04em!important;top:-.13em!important;color:rgba(255,255,255,.028)!important;font-size:clamp(5rem,15vw,13rem)!important;font-weight:1000!important;line-height:1!important;letter-spacing:-.09em!important;pointer-events:none!important}
.myxx-studio .request-status,.myxx-studio .request-body{position:relative!important;z-index:2!important}
.myxx-studio .request-body,.app-embed .app-request-studio .request-body{display:block!important;grid-template-columns:1fr!important}
.myxx-studio .request-main{width:100%!important;padding:clamp(18px,4vw,42px)!important;background:transparent!important}
.myxx-studio .request-community{padding:clamp(20px,3.5vw,38px)!important}
.myxx-studio .request-community-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important}
.myxx-studio .request-community-head h2{margin:0!important;max-width:17ch!important;font-size:clamp(1.7rem,4vw,3.4rem)!important;line-height:.96!important;letter-spacing:-.045em!important}
.myxx-studio .request-community .recent-request-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
.myxx-studio .request-community .recent-request{min-width:0!important;padding:15px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:17px!important;background:rgba(255,255,255,.025)!important}

.myxx-studio .host-stats,.app-embed .app-host-stats{display:none!important}
.myxx-studio .host-profile-media::after{content:none!important;display:none!important}
.myxx-studio .host-profile-media{background:#0b0b10!important}

.myxx-studio .featured-art,.myxx-studio .featured-art>img,.myxx-studio .episode-row>img,.myxx-studio .episode-detail-art,.myxx-studio .episode-detail-art>img{aspect-ratio:1!important;border-radius:22px!important;object-fit:cover!important}
.myxx-studio .featured-art{width:100%!important;max-width:390px!important;justify-self:center!important;overflow:hidden!important}
.myxx-studio .featured-art>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}
.myxx-studio .episode-row>img{width:88px!important;height:88px!important;min-height:88px!important;max-height:88px!important;align-self:center!important}
.myxx-studio .episode-detail-art>img{display:block!important;width:100%!important;height:auto!important}

.myxx-studio .playlist-history{min-height:0!important;height:auto!important;padding-bottom:18px!important;margin-bottom:0!important}
.myxx-studio .playlist-history::after{content:none!important;display:none!important}
.myxx-studio .history-pagination{margin:16px 0 0!important;padding-bottom:0!important}

.myxx-studio .weather-week,.myxx-studio .pulse-page .utility-card.weather{width:100%!important;min-width:0!important;overflow:hidden!important}
.myxx-studio .weather-forecast-rows{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important;width:100%!important}
.myxx-studio .weather-forecast-row{min-width:0!important;width:auto!important;min-height:128px!important;padding:11px 7px!important}
.myxx-studio .weather-forecast-row>span{overflow-wrap:anywhere!important}
.myxx-studio .pulse-page .utility-card.weather .weather-mini{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}

.myxx-studio .about-page{gap:clamp(18px,3vw,34px)!important}
.myxx-studio .about-hero{min-height:min(720px,74vh)!important;background:radial-gradient(700px 480px at 100% 0,rgba(240,184,24,.16),transparent 65%),radial-gradient(650px 420px at 0 100%,rgba(222,43,255,.14),transparent 65%),linear-gradient(145deg,#15151c,#07070b)!important}
.myxx-studio .about-hero-title span,.myxx-studio .about-hero-title strong{display:block!important}
.myxx-studio .about-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.myxx-studio .about-card{position:relative!important;overflow:hidden!important;min-height:250px!important;padding:clamp(22px,3.5vw,40px)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:28px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important}
.myxx-studio .about-card h2{margin:8px 0 12px!important;font-size:clamp(1.8rem,3.8vw,3.7rem)!important;line-height:.94!important;letter-spacing:-.05em!important}
.myxx-studio .about-card p{max-width:58ch!important;color:#aaa6b0!important;line-height:1.65!important}
.myxx-studio .about-card a{color:#f0b818!important;font-weight:900!important}
.myxx-studio .about-story-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.myxx-studio .about-story-card{position:relative!important;overflow:hidden!important;min-height:250px!important;padding:clamp(22px,3.5vw,40px)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:28px!important;background:radial-gradient(420px 220px at 100% 0,rgba(240,184,24,.08),transparent 70%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important}
.myxx-studio .about-story-card h2{margin:8px 0 12px!important;font-size:clamp(1.8rem,3.8vw,3.7rem)!important;line-height:.94!important;letter-spacing:-.045em!important}
.myxx-studio .about-story-card p:not(.eyebrow){max-width:58ch!important;color:#aaa6b0!important;line-height:1.7!important}
.myxx-studio .about-link-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:22px!important}
.myxx-studio .about-link-row a{padding:10px 13px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;font-size:.62rem!important;font-weight:950!important;text-decoration:none!important}
.myxx-studio .about-close{padding:clamp(28px,5vw,64px)!important;border:1px solid rgba(240,184,24,.18)!important;border-radius:30px!important;background:radial-gradient(620px 300px at 100% 0,rgba(240,184,24,.13),transparent 70%),#0d0d12!important}
.myxx-studio .about-close h2{margin:8px 0!important;font-size:clamp(3.6rem,10vw,9rem)!important;line-height:.78!important;letter-spacing:-.075em!important}

@media(max-width:900px){
  .myxx-studio .request-community .recent-request-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .myxx-studio .weather-forecast-rows{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .myxx-studio .request-community-head{display:block!important}
  .myxx-studio .request-community-head h2{margin-top:7px!important}
  .myxx-studio .request-community .recent-request-list{grid-template-columns:1fr!important}
  .myxx-studio .weather-forecast-rows{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .myxx-studio .weather-forecast-row:first-child{grid-column:1/-1!important}
  .myxx-studio .about-grid,.myxx-studio .about-story-grid{grid-template-columns:1fr!important}
  .myxx-studio .featured-episode{grid-template-columns:104px minmax(0,1fr)!important}
  .myxx-studio .episode-row>img{width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important;border-radius:15px!important}
  body.myxx-studio .site-header :is(.live-button,.menu-button,.language-switcher){height:38px!important;min-height:38px!important}
}
