/* DOSMOS Live mobile polish v43 */
body[data-page="live"] .live-index-intro{padding:26px 0 12px}
.live-about-disclosure{overflow:hidden;border:1px solid rgba(246,199,68,.18);border-radius:18px;background:linear-gradient(145deg,rgba(246,199,68,.055),rgba(255,255,255,.018)),#090909;box-shadow:0 18px 48px rgba(0,0,0,.3)}
.live-about-disclosure summary{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px 25px;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent}
.live-about-disclosure summary::-webkit-details-marker{display:none}
.live-about-heading{min-width:0;display:grid;gap:8px}
.live-about-heading .eyebrow{margin:0;color:var(--gold);font-size:9px;letter-spacing:.18em}
.live-about-heading strong{color:#fff;font-family:"Sora",sans-serif;font-size:clamp(22px,4vw,34px);line-height:1.15}
.live-about-action{flex:0 0 auto;display:flex;align-items:center;gap:9px;color:#d9bd5b;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.live-about-chevron{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(246,199,68,.28);border-radius:50%;background:rgba(246,199,68,.07);font-size:18px;transition:transform .25s ease,background .25s ease}
.live-about-disclosure[open] .live-about-chevron{transform:rotate(180deg);background:rgba(246,199,68,.15)}
.live-about-content{padding:0 25px 25px;border-top:1px solid rgba(255,255,255,.065);animation:liveAboutReveal .28s ease both}
.live-about-content p{max-width:900px;margin:22px 0 18px;color:#bdbdbd;line-height:1.85;font-size:13px}
.live-about-links{display:flex;flex-wrap:wrap;gap:8px}
.live-about-links a{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border:1px solid rgba(246,199,68,.2);border-radius:999px;background:rgba(246,199,68,.055);color:#e3c65f!important;font-size:9px;font-weight:800;text-decoration:none!important}
.live-about-links a:hover{border-color:rgba(246,199,68,.5);background:rgba(246,199,68,.11)}
@keyframes liveAboutReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

/* Premium readable footer cards on desktop and mobile. */
body[data-page="live"] .dosmos-footer-grid{align-items:stretch;gap:18px}
body[data-page="live"] .dosmos-footer-column{
  position:relative;
  overflow:hidden;
  padding:20px;
  border:1px solid rgba(246,199,68,.14);
  border-radius:17px;
  background:radial-gradient(circle at 100% 0,rgba(246,199,68,.08),transparent 42%),linear-gradient(145deg,#111,#090909);
  box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.025);
}
body[data-page="live"] .dosmos-footer-column::before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:linear-gradient(180deg,transparent,var(--gold),transparent);opacity:.75}
body[data-page="live"] .dosmos-footer-column h3{display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0 0 13px;border-bottom:1px solid rgba(246,199,68,.13);color:#fff;font-size:10px;letter-spacing:.14em}
body[data-page="live"] .dosmos-footer-column h3::first-letter{color:var(--gold)}
body[data-page="live"] .dosmos-footer-column>a{
  min-height:38px;
  display:flex;
  align-items:center;
  margin:7px 0 0;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:10px;
  background:rgba(255,255,255,.018);
  color:#aaa;
  font-size:9px;
  line-height:1.35;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
body[data-page="live"] .dosmos-footer-column>a:hover{transform:translateX(3px);border-color:rgba(246,199,68,.34);background:rgba(246,199,68,.07);color:#f1d374}
body[data-page="live"] .dosmos-contact-column>a{display:grid;grid-template-columns:31px minmax(0,1fr);gap:10px;padding:8px 10px}
body[data-page="live"] .dosmos-contact-column>a>span{width:31px;height:31px;border-color:rgba(246,199,68,.25);background:linear-gradient(145deg,rgba(246,199,68,.12),rgba(246,199,68,.035));box-shadow:inset 0 0 12px rgba(246,199,68,.05)}
body[data-page="live"] .dosmos-contact-column small{font-size:7px}
body[data-page="live"] .dosmos-contact-column strong{display:block;min-width:0;color:#c1c1c1;font-size:8px;overflow-wrap:anywhere}

@media(min-width:981px){
  body[data-page="live"] .dosmos-footer-grid{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(175px,1fr))}
  body[data-page="live"] .dosmos-footer-brand{padding:8px 8px 8px 0}
}

@media(min-width:681px) and (max-width:980px){
  body[data-page="live"] .dosmos-footer-grid{grid-template-columns:1fr 1fr}
  body[data-page="live"] .dosmos-footer-brand{grid-column:1/-1}
  body[data-page="live"] .dosmos-contact-column{grid-column:auto;grid-template-columns:1fr}
  body[data-page="live"] .dosmos-contact-column h3{grid-column:auto}
}

@media(max-width:680px){
  body[data-page="live"] .portal-page-hero{padding-bottom:54px}
  body[data-page="live"] .live-index-intro{padding:16px 0 8px}
  .live-about-disclosure{border-radius:15px}
  .live-about-disclosure summary{min-height:88px;padding:17px 16px;gap:10px}
  .live-about-heading{gap:6px}
  .live-about-heading .eyebrow{font-size:7px;letter-spacing:.15em}
  .live-about-heading strong{font-size:20px}
  .live-about-action-text{display:none}
  .live-about-chevron{width:34px;height:34px}
  .live-about-content{padding:0 16px 18px}
  .live-about-content p{margin:17px 0 15px;font-size:12px;line-height:1.75}
  .live-about-links{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .live-about-links a{justify-content:center;min-width:0;padding:8px 7px;text-align:center}

  body[data-page="live"] .portal-list-section{padding-top:34px}
  body[data-page="live"] .live-player-frame{min-height:0;aspect-ratio:auto;overflow:visible}
  body[data-page="live"] .live-placeholder{height:auto;min-height:0;padding:25px 14px 20px;gap:12px}
  body[data-page="live"] .live-player-frame.has-live-video{position:relative;min-height:0;aspect-ratio:16/9;overflow:hidden}
  body[data-page="live"] .live-player-frame.has-live-video iframe{min-height:0}
  body[data-page="live"] .live-countdown{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:6px}
  body[data-page="live"] .live-countdown div{min-width:0;min-height:92px;display:grid;place-content:center;padding:12px 8px;border-color:rgba(246,199,68,.25);background:linear-gradient(145deg,rgba(246,199,68,.055),rgba(0,0,0,.48))}
  body[data-page="live"] .live-countdown strong{font-size:28px;line-height:1}
  body[data-page="live"] .live-countdown span{font-size:10px}
  body[data-page="live"] .live-info-card{padding:20px 16px}
  body[data-page="live"] .live-meta-row,body[data-page="live"] .live-channel-row{min-width:0;flex-wrap:wrap}
  body[data-page="live"] .live-info-card h3{font-size:25px;overflow-wrap:anywhere}
  body[data-page="live"] .live-info-actions{display:grid;grid-template-columns:1fr}
  body[data-page="live"] .live-info-actions .btn{width:100%;margin:0}
  body[data-page="live"] .live-chat-panel{min-height:0}
  body[data-page="live"] .live-chat-frame,body[data-page="live"] .live-chat-frame iframe,body[data-page="live"] .live-chat-placeholder{min-height:330px}

  body[data-page="live"] .dosmos-pro-footer{padding:36px 0 calc(145px + env(safe-area-inset-bottom,0px))}
  body[data-page="live"] .dosmos-footer-grid{display:block}
  body[data-page="live"] .dosmos-footer-brand{margin-bottom:24px;text-align:center}
  body[data-page="live"] .dosmos-footer-logo{justify-content:center}
  body[data-page="live"] .dosmos-footer-description{margin:15px auto 17px}
  body[data-page="live"] .dosmos-footer-column{display:block;margin:9px 0;padding:0 14px;border:1px solid rgba(246,199,68,.13);border-radius:13px;background:radial-gradient(circle at 100% 0,rgba(246,199,68,.07),transparent 46%),linear-gradient(145deg,#101010,#090909);box-shadow:0 12px 30px rgba(0,0,0,.2)}
  body[data-page="live"] .dosmos-footer-column h3{position:relative;min-height:54px;display:flex;align-items:center;margin:0;padding:0 42px 0 2px;color:#efefef;cursor:pointer;font-size:10px;letter-spacing:.14em;user-select:none}
  body[data-page="live"] .dosmos-footer-column h3::before{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:linear-gradient(90deg,var(--gold),transparent);transition:width .25s ease}
  body[data-page="live"] .dosmos-footer-column h3::after{content:"+";position:absolute;right:3px;width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(246,199,68,.24);border-radius:8px;background:rgba(246,199,68,.055);color:var(--gold);font-size:17px}
  body[data-page="live"] .dosmos-footer-column.is-open h3::before{width:100%}
  body[data-page="live"] .dosmos-footer-column.is-open h3::after{content:"−"}
  body[data-page="live"] .dosmos-footer-column>a{display:none;min-height:43px;align-items:center;margin:8px 0 0;padding:10px 11px;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:rgba(255,255,255,.018);color:#aaa;font-size:11px;line-height:1.45;animation:footerLinkReveal .2s ease both}
  body[data-page="live"] .dosmos-footer-column>a:last-child{margin-bottom:12px}
  body[data-page="live"] .dosmos-footer-column.is-open>a{display:flex}
  body[data-page="live"] .dosmos-contact-column.is-open>a{display:grid}
  body[data-page="live"] .dosmos-contact-column>a{grid-template-columns:30px minmax(0,1fr);gap:10px}
  body[data-page="live"] .dosmos-contact-column>a>span{width:30px;height:30px}
  body[data-page="live"] .dosmos-contact-column strong{font-size:9px;overflow-wrap:anywhere}
  body[data-page="live"] .dosmos-footer-bottom{margin-top:24px;padding:18px 8px;line-height:1.7}
  @keyframes footerLinkReveal{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
}
@media(max-width:360px){.live-about-links{grid-template-columns:1fr}body[data-page="live"] .live-countdown div{min-height:86px}}
@media(prefers-reduced-motion:reduce){.live-about-content,body[data-page="live"] .dosmos-footer-column>a{animation:none!important}}
