/* Macinyo Arena 2.4 — poster-first live shell, no external UI/font dependencies. */
:root{
  color-scheme:dark;
  --bg:#050b18;
  --surface:#0d192d;
  --surface-2:#142642;
  --surface-3:#1b3152;
  --text:#f4f7ff;
  --muted:#8195b5;
  --accent:#5b8cff;
  --cyan:#77ddcf;
  --danger:#ff7d8d;
  --font:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:18px}
body{
  margin:0;min-width:280px;color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;
  -webkit-font-smoothing:antialiased;
  background:
    radial-gradient(circle at 12% -8%,#31578b45 0,transparent 31%),
    radial-gradient(circle at 88% 5%,#173f7640 0,transparent 29%),
    radial-gradient(ellipse at 50% 111%,#17396735 0,transparent 48%),
    linear-gradient(180deg,#071020 0,#050a15 58%,#060c19 100%);
}
body::before{
  content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.2;
  background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff035 1px,transparent 1px);
  background-size:56px 56px;mask-image:linear-gradient(to bottom,#000 0,transparent 76%);
}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
button:disabled{opacity:.5;cursor:default}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.035em;line-height:1.18}
[hidden]{display:none!important}
button,a,input,select,textarea,summary{outline-offset:4px}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--cyan)}
.screen-reader-text,.skip-link:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link:focus{position:fixed;top:12px;left:12px;z-index:10000;background:var(--accent);padding:13px 16px;border-radius:12px;box-shadow:0 5px 0 #1c3b83}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}
.muted{color:var(--muted)}

/* Header: CSS-only 3D wordmark; no SVG mark. */
.site-wrap{max-width:none;margin:0}
.site-header{
  width:calc(100% - 56px);max-width:1540px;height:80px;margin:14px auto 0;padding:0 25px;
  display:flex;align-items:center;justify-content:flex-start;position:relative;isolation:isolate;overflow:hidden;
  border:1px solid #b9d5ff26;border-radius:25px;
  background:
    radial-gradient(circle at 8% 10%,#3c7ce036 0,transparent 25%),
    linear-gradient(145deg,#182c4bec,#0a162aec 65%,#0d1d34ed);
  box-shadow:0 1px 0 #ffffff16 inset,0 -2px 0 #0009 inset,0 7px 0 #030814,0 24px 58px #0006;
  backdrop-filter:blur(18px);
}
.site-header::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(112deg,#ffffff12 0,transparent 17%,transparent 72%,#4f8cff0b 100%)}
.site-header::after{content:"";position:absolute;left:24px;right:24px;bottom:3px;height:1px;background:linear-gradient(90deg,transparent,#72a7ff70 17%,#72a7ff18 57%,transparent 86%);pointer-events:none}
.brand-3d{position:relative;z-index:1;display:inline-flex;align-items:center;min-width:0;transform:translateZ(0)}
.brand-lockup{display:flex;flex-direction:column;justify-content:center;min-width:0;transform:skewX(-5deg);transform-origin:left center}
.brand-word{
  display:block;font-size:34px;line-height:.9;font-weight:950;letter-spacing:-2.2px;color:#f7fbff;
  text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #bcd9ff,
    0 4px 0 #5d8ee9,
    0 6px 0 #284d9c,
    0 9px 13px #020611,
    0 0 22px #4b83e74a;
  transition:transform .18s ease,text-shadow .18s ease;
}
.brand-dot{color:#7fb2ff;text-shadow:0 1px 0 #dfeeff,0 4px 0 #315ea9,0 0 15px #6aa4ffbf}
.brand-credit{margin:10px 0 0 3px;font-size:7px;line-height:1;letter-spacing:2.8px;font-weight:700;color:#728aac;text-transform:none;text-shadow:0 2px 5px #000b}
.brand-credit b{font-weight:900;letter-spacing:3.4px;color:#9ab7e2}
.brand-3d:hover .brand-word{transform:translateY(-1px);text-shadow:0 1px 0 #fff,0 2px 0 #cce2ff,0 4px 0 #6798f3,0 7px 0 #274f9e,0 11px 16px #020611,0 0 27px #4b83e766}

/* Main: only player + channels. */
.arena-main{max-width:1600px;margin:0 auto;padding:24px 28px 34px;width:100%}
.watch-section{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;gap:22px;min-width:0}
.watch-main{min-width:0;min-height:0}

/* Player material shell. */
.player-card{
  position:relative;isolation:isolate;overflow:hidden;min-width:0;
  border:1px solid #b9d4ff2c;border-radius:29px;padding:8px;
  background:linear-gradient(150deg,#203755 0,#101e34 45%,#0b1629 73%,#172943 100%);
  box-shadow:0 2px 0 #ffffff16 inset,0 -2px 0 #0009 inset,0 9px 0 #030814,0 28px 70px #00000060;
}
.player-card::before,.panel::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff10 0,transparent 22%,transparent 76%,#2f6cc10b 100%);mix-blend-mode:screen}
.player-card::after{content:"";position:absolute;z-index:-1;inset:8% 6% auto;height:58%;border-radius:40%;background:#3b77d522;filter:blur(46px)}
.player-stage{
  position:relative;width:100%;min-width:0;aspect-ratio:16/9;overflow:hidden;isolation:isolate;
  border:1px solid #9bc7ff3a;border-radius:22px;background:#050913;
  box-shadow:0 1px 0 #ffffff16 inset,0 0 0 1px #0006 inset,0 8px 20px #0008 inset;
}
.player-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:1;z-index:0;background:#02050b}
.media-mount{position:absolute;inset:0;z-index:2;background:#03070f}
.media-mount:empty{display:none}
.media-mount iframe,.media-mount video{display:block;width:100%;height:100%;border:0;background:#000;object-fit:contain}
.player-overlay{position:absolute;inset:0;z-index:4;background:none;pointer-events:none}
.player-overlay>*{pointer-events:auto}
.preview-channel-card{
  position:absolute;left:20px;bottom:19px;z-index:2;display:flex;align-items:center;gap:11px;max-width:min(62%,440px);min-height:51px;padding:9px 13px 9px 10px;
  border:1px solid #b7d4ff42;border-radius:16px;background:linear-gradient(145deg,#10213dea,#081526ee);
  box-shadow:0 1px 0 #ffffff18 inset,0 3px 0 #030916,0 11px 26px #0009;backdrop-filter:blur(12px);
}
.preview-live{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:6px 7px;border:1px solid #70dcc736;border-radius:9px;background:#0b2a26aa;color:#8cf0d9;font-size:7px;font-weight:900;letter-spacing:1px;box-shadow:0 1px 0 #ffffff0b inset}
.preview-live i{width:6px;height:6px;border-radius:50%;background:#69e1c5;box-shadow:0 0 9px #69e1c5}
.preview-channel-copy{display:flex;flex-direction:column;min-width:0;line-height:1.15}
.preview-channel-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:760;color:#f2f7ff;text-shadow:0 2px 5px #000}
.preview-channel-copy small{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8ea5c8;font-size:8px;letter-spacing:.15px}
.big-play{
  position:absolute;right:20px;bottom:19px;z-index:3;display:grid;place-items:center;width:58px;height:58px;padding:0;
  border:1px solid #dbeaff7d;border-radius:20px;color:white;
  background:linear-gradient(145deg,#a5ccff 0,#6b9eff 36%,#4673e8 72%,#3553b8 100%);
  box-shadow:0 2px 0 #eff7ff8a inset,0 -3px 0 #29499f inset,0 6px 0 #1d3982,0 16px 32px #071944a6;
  transform:rotate(-3deg);transition:transform .16s ease,box-shadow .16s ease;
}
.big-play .icon{width:23px;height:23px;fill:currentColor;stroke:none;margin-left:3px}
.big-play:hover{transform:translateY(-2px) rotate(-1deg);box-shadow:0 2px 0 #eff7ff8a inset,0 -3px 0 #29499f inset,0 8px 0 #1d3982,0 20px 38px #071944bd}
.player-overlay.is-loading .big-play{border:2px solid #9fc4ff3d;border-top-color:#dceaff;background:#0e1d36c9;box-shadow:0 3px 0 #061124,0 14px 28px #0008;animation:spin 1s linear infinite}
.player-overlay.is-loading .big-play .icon{display:none}
.player-overlay.is-error .big-play{display:none}
.player-overlay.is-loading .preview-channel-copy small{color:#a8c5f6}
.overlay-recovery{
  position:absolute;right:18px;bottom:18px;z-index:4;display:flex;align-items:center;gap:8px;max-width:min(72%,560px);padding:9px;
  border:1px solid #ef8e9b45;border-radius:16px;background:linear-gradient(145deg,#321923ef,#160d15f4);box-shadow:0 1px 0 #ffffff0e inset,0 4px 0 #090309,0 15px 34px #0009;backdrop-filter:blur(12px)
}
.overlay-error-copy{display:flex;flex-direction:column;min-width:0;margin-right:3px}.overlay-error-copy strong{font-size:10px;color:#ffd5db}.overlay-error-copy small{font-size:8px;color:#bd8790;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px;margin-top:2px}
.button-primary,.button-soft{min-height:35px;padding:7px 11px;border-radius:11px;border:1px solid #7ea8e54a;background:linear-gradient(145deg,#3762a1,#1f4277);box-shadow:0 1px 0 #ffffff18 inset,0 3px 0 #0a2248,0 9px 18px #0003;color:#e5efff;font-size:8px;white-space:nowrap}
.button-soft{background:linear-gradient(145deg,#221820,#120f17);border-color:#d4859140;box-shadow:0 1px 0 #ffffff0c inset,0 3px 0 #090409,0 8px 15px #0004}
@keyframes spin{to{transform:rotate(357deg)}}

.player-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 7px 4px;min-height:58px}
.source-area{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
.toolbar-label{display:flex;align-items:center;gap:5px;color:#7086a8;font-size:7px;letter-spacing:1.3px;font-weight:750;white-space:nowrap}.toolbar-label .icon{width:13px;height:13px}
.source-buttons{display:flex;gap:7px;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding:1px 2px 5px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;user-select:none;scroll-snap-type:x proximity}.source-buttons::-webkit-scrollbar{display:none}
.source-button{scroll-snap-align:start;flex:0 0 auto;display:flex;align-items:center;gap:6px;min-height:38px;padding:8px 11px;border:1px solid #88afe32b;border-radius:13px;background:linear-gradient(145deg,#172841,#0e1b30);box-shadow:0 1px 0 #ffffff10 inset,0 3px 0 #060c19,0 7px 14px #0002;color:#8da2c3;font-size:9px;white-space:nowrap;transition:.16s ease}
.source-dot{width:5px;height:5px;border-radius:50%;background:#526f98;box-shadow:0 0 0 2px #31496a55}
.source-button:hover{transform:translateY(-1px);border-color:#9bc1f65c;background:linear-gradient(145deg,#1d3150,#12223b);color:#cfddf6}
.source-button.is-active{color:#e5efff;background:linear-gradient(145deg,#4d78b6,#284d83);border-color:#b9d3ff66;box-shadow:0 1px 0 #dceaff39 inset,0 4px 0 #122d59,0 10px 21px #10264e70}.source-button.is-active .source-dot{background:#91f1da;box-shadow:0 0 9px #67dcc1}
.player-tools{display:flex;border-left:1px solid #adc7ff14;padding-left:7px;flex-shrink:0;gap:2px}
.icon-button{display:grid;place-items:center;min-width:38px;min-height:38px;padding:8px;border:1px solid #7598c326;border-radius:13px;background:linear-gradient(145deg,#162740,#0d192d);box-shadow:0 1px 0 #ffffff10 inset,0 3px 0 #060c19,0 7px 14px #0002;color:#91a4c2;transition:.16s ease}
.icon-button:hover,.icon-button[aria-pressed=true]{transform:translateY(-1px);color:#d3e4ff;background:linear-gradient(145deg,#243f66,#152947);box-shadow:0 1px 0 #ffffff12 inset,0 4px 0 #07101e,0 10px 20px #0003}.icon-button .icon{width:17px;height:17px}

/* Channels material shell. */
.panel{position:relative;isolation:isolate;overflow:hidden;border:1px solid #a9c8f720;border-radius:29px;background:linear-gradient(155deg,#172a45 0,#0d192d 55%,#101f36 100%);box-shadow:0 2px 0 #ffffff0d inset,0 -2px 0 #0007 inset,0 9px 0 #030814,0 26px 58px #0000004d}
.channel-panel{min-width:0;min-height:0;display:flex;flex-direction:column;padding:19px 16px 14px;align-self:stretch}
.panel-heading{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:0 3px}.panel-heading h2{display:flex;align-items:center;gap:9px;margin:0;font-size:19px;font-weight:720}.panel-heading h2 .icon{width:20px;color:#8bb2f4}
.count-pill,.quality-label{display:grid;place-items:center;border:1px solid #7ea6dc2b;background:linear-gradient(145deg,#1b3151,#10213a);box-shadow:0 1px 0 #ffffff10 inset,0 2px 0 #060c18;color:#8ea9d0}
.count-pill{min-width:30px;height:28px;padding:0 8px;border-radius:9px;font-size:10px;font-weight:700}
.channel-search{position:relative;z-index:1;display:flex;align-items:center;gap:8px;min-height:41px;padding:0 11px;border:1px solid #8fb5eb25;border-radius:14px;background:linear-gradient(145deg,#0d192c,#111f36);box-shadow:0 1px 0 #ffffff0b inset,0 3px 0 #050b16,0 9px 18px #0002}.channel-search>.icon{width:16px;height:16px;color:#6882a8}.channel-search input{background:none;border:0;outline:0;color:#d8e6fb;padding:9px 0;width:100%;min-width:0;font-size:11px}.channel-search input::placeholder{color:#657b9e}.channel-search kbd{display:grid;place-items:center;width:18px;height:19px;flex:0 0 18px;border:1px solid #6482aa2e;border-radius:5px;color:#60779a;font-size:9px;background:#0b1526}
.category-filters{position:relative;z-index:1;display:flex;gap:6px;overflow-x:auto;padding:11px 1px 12px;border-bottom:1px solid #ffffff0a;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}
.filter-chip{min-height:31px;padding:5px 9px;border:1px solid #6f94c524;border-radius:11px;background:linear-gradient(145deg,#13223a,#0d192c);box-shadow:0 1px 0 #ffffff0b inset,0 3px 0 #060c19,0 7px 14px #0002;color:#89a1c5;font-size:8px;white-space:nowrap;transition:.16s ease}.filter-chip:hover{color:#d4e3ff;background:linear-gradient(145deg,#213a60,#142640)}.filter-chip.is-active{color:#e2edff;border-color:#8fbaff55;background:linear-gradient(145deg,#365d96,#1e3d6c);box-shadow:0 1px 0 #ffffff16 inset,0 3px 0 #0b2348,0 8px 16px #07152e66}
.channel-list-label{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 5px 7px;color:#667fa5;font-size:7px;letter-spacing:1.7px;font-weight:700}.text-button{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:3px 6px;border:0;background:none;color:#7791b7;font-size:8px}.text-button:hover,.text-button[aria-pressed=true]{color:#c6d9fb}.text-button .icon{width:13px;height:13px}.favorites-filter[aria-pressed=true] .icon{fill:currentColor}
.channel-list{position:relative;z-index:1;list-style:none;margin:0;padding:2px 2px 4px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#304970 transparent;min-height:0;flex:1}
.channel-row{display:flex;align-items:center;position:relative;min-width:0;margin-bottom:7px;overflow:hidden;border:1px solid #ffffff08;border-radius:15px;background:linear-gradient(145deg,#15264080,#0c192c7a);box-shadow:0 1px 0 #ffffff07 inset,0 2px 0 #070d1a66;transition:.16s ease}.channel-row:hover{transform:translateY(-1px);border-color:#83ace13a;background:linear-gradient(145deg,#1c3150,#10213a)}.channel-row.is-active{border-color:#7fb0ff3f;background:linear-gradient(145deg,#213b60,#132847);box-shadow:0 1px 0 #ffffff0c inset,0 4px 0 #071329,0 11px 22px #0003}.channel-row.is-active::before{content:"";position:absolute;left:-1px;top:14px;bottom:14px;width:3px;border-radius:0 4px 4px 0;background:var(--accent);box-shadow:0 0 12px var(--accent)}
.channel-button{display:flex;align-items:center;gap:9px;min-width:0;width:100%;min-height:60px;padding:8px 40px 8px 8px;border:0;border-radius:14px;background:none;color:var(--text);text-align:left;flex:1}
.channel-logo{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;overflow:hidden;border:1px solid #ffffff16;border-radius:13px;background:linear-gradient(145deg,#2a2d33 0%,#121418 48%,#020303 100%);box-shadow:0 1px 0 #ffffff18 inset,0 3px 0 #000,0 8px 16px #0007;color:#eff5ff;font-size:10px;font-weight:850;letter-spacing:-.4px}.channel-logo img{width:100%;height:100%;object-fit:contain;padding:4px;filter:drop-shadow(0 2px 3px #0008)}.logo-tone-0,.logo-tone-1,.logo-tone-2,.logo-tone-3,.logo-tone-4{background:linear-gradient(145deg,#2a2d33 0%,#121418 48%,#020303 100%)}
.channel-copy{display:flex;flex-direction:column;min-width:0;flex:1}.channel-copy strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:660}.channel-copy small{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8095b6;font-size:9px}.quality-label{height:21px;padding:0 6px;border-radius:7px;font-size:7px;font-weight:800;letter-spacing:.4px}
.equalizer{display:none;align-items:flex-end;gap:2px;width:15px;height:16px;margin-right:2px}.equalizer i{display:block;width:2px;border-radius:2px;background:#73a8ff;box-shadow:0 0 5px #5d91ff}.equalizer i:nth-child(1){height:8px}.equalizer i:nth-child(2){height:15px}.equalizer i:nth-child(3){height:11px}.channel-row.is-active .equalizer{display:flex}.channel-row.is-active .quality-label{display:none}
.favorite-button{position:absolute;right:5px;top:50%;z-index:2;display:grid;place-items:center;width:32px;height:32px;padding:0;transform:translateY(-50%);border:0;border-radius:10px;background:transparent;color:#58729b}.favorite-button:hover,.favorite-button[aria-pressed=true]{color:#a9c7fa;background:#1a315363}.favorite-button[aria-pressed=true] .icon{fill:currentColor}.favorite-button .icon{width:14px;height:14px}
.small-empty{position:relative;z-index:1;display:grid;place-items:center;text-align:center;padding:28px 15px;color:#748bad}.small-empty>.icon{width:24px;height:24px;margin-bottom:10px}.small-empty strong{color:#c5d6ee;font-size:12px}.small-empty p{font-size:9px;margin:5px 0 0;max-width:220px}

/* Desktop viewport lock: player and channels share one row and the page itself does not scroll. */
@media (min-width:1100px) and (min-height:680px){
  body.home{overflow:hidden}
  body.home .site-wrap{height:100svh;display:flex;flex-direction:column;min-height:0}
  body.admin-bar.home .site-wrap{height:calc(100svh - 32px)}
  body.home .site-header{flex:0 0 80px}
  body.home .arena-main{flex:1;min-height:0;display:flex;padding-top:22px;padding-bottom:25px}
  body.home .watch-section{width:100%;height:100%;min-height:0}
  body.home .watch-main,body.home .player-card,body.home .channel-panel{height:100%;min-height:0}
  body.home .player-card{display:flex;flex-direction:column}
  body.home .player-stage{flex:0 1 auto;min-height:0;aspect-ratio:16/9;max-height:100%;width:100%}
  body.home .player-toolbar{flex:0 0 auto}
  body.home .channel-panel{max-height:none}
}

/* Theater mode keeps the same minimal shell and only removes channels. */
body.is-theater .channel-panel{display:none}
body.is-theater .watch-section{grid-template-columns:1fr}
body.is-theater .arena-main{max-width:1600px}
body.is-theater #theater-toggle{color:#d9e9ff;background:linear-gradient(145deg,#31568a,#1a3968)}

.toast{position:fixed;left:50%;bottom:28px;z-index:1000;transform:translateX(-50%);width:max-content;max-width:90%;padding:13px 19px;border:1px solid #7da2d550;border-radius:16px;background:linear-gradient(145deg,#2a466c,#152942);box-shadow:0 1px 0 #ffffff12 inset,0 5px 0 #081222,0 20px 40px #0007;color:#e4efff;font-size:11px;text-align:center}

/* Generic fallback pages. */
.content-main{max-width:1100px;margin:0 auto;padding:48px 38px 70px}.content-main.narrow{max-width:850px}.content-heading{margin-bottom:26px}.content-heading h1{font-size:clamp(30px,5vw,52px);margin:8px 0}.section-kicker{font-size:8px;color:#7188ac;letter-spacing:2.2px;font-weight:750}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.post-card,.empty-page,.comments-area{padding:24px}.post-card h2{font-size:22px}.post-card time{font-size:9px;color:var(--muted)}.post-card img,.article-content>img{border-radius:18px}.empty-page{text-align:center;max-width:700px;margin:auto}.error-code{display:block;font-size:72px;font-weight:900;color:#6f9fff;text-shadow:0 5px 0 #244783}.entry-content{color:#b5c4db;font-size:15px;line-height:1.8}.entry-content a{text-decoration:underline;color:#b9d4ff}.search-form{display:flex;gap:10px;justify-content:center;margin-top:20px}.search-form label{display:flex;flex-direction:column;gap:5px}.search-form input{min-height:42px;border:1px solid #7194c23d;border-radius:12px;background:#0d192d;color:#fff;padding:9px 12px}

@media(max-width:1180px){
  .site-header{width:calc(100% - 42px);height:76px;margin-top:13px;padding:0 20px}.arena-main{padding:22px 21px 40px}.watch-section{grid-template-columns:minmax(0,1fr) 288px;gap:17px}
  .brand-word{font-size:31px}.brand-credit{margin-top:8px}.preview-channel-card{max-width:64%}.channel-panel{padding-left:13px;padding-right:13px}.channel-button{min-height:57px}.channel-logo{width:36px;height:36px;flex-basis:36px}.channel-copy strong{font-size:11px}
}
@media(max-width:1099px) and (min-width:761px){
  .watch-section{grid-template-columns:minmax(0,1fr) 270px;gap:16px}.channel-panel{max-height:590px}.player-stage{min-height:310px}.player-toolbar{flex-wrap:wrap}.source-area{width:100%}.preview-channel-card{left:16px;bottom:16px}.big-play{right:16px;bottom:16px}
}
@media(max-width:760px){
  body{font-size:14px}.site-header{width:calc(100% - 28px);height:72px;margin:12px auto 0;padding:0 15px;border-radius:22px;box-shadow:0 1px 0 #ffffff12 inset,0 -1px 0 #0008 inset,0 6px 0 #030814,0 20px 44px #0005}.brand-word{font-size:27px;letter-spacing:-1.7px}.brand-credit{font-size:6px;letter-spacing:2.3px;margin:7px 0 0 2px}.brand-credit b{letter-spacing:2.7px}
  .arena-main{padding:28px 14px 42px}.watch-section{grid-template-columns:1fr;gap:27px}.player-card{padding:6px;border-radius:24px;box-shadow:0 1px 0 #ffffff12 inset,0 -2px 0 #0008 inset,0 7px 0 #030814,0 24px 52px #0006}.player-stage{border-radius:18px;aspect-ratio:16/9;min-height:0}.preview-channel-card{left:11px;bottom:10px;max-width:68%;min-height:43px;padding:7px 9px 7px 7px;gap:7px;border-radius:13px}.preview-live{padding:5px 6px;font-size:6px}.preview-channel-copy strong{font-size:10px}.preview-channel-copy small{font-size:7px;margin-top:3px}.big-play{right:11px;bottom:10px;width:46px;height:46px;border-radius:16px;box-shadow:0 2px 0 #eff7ff75 inset,0 -3px 0 #29499f inset,0 5px 0 #1d3982,0 13px 25px #071944a6}.big-play .icon{width:18px;height:18px}.overlay-recovery{left:10px;right:10px;bottom:9px;max-width:none;flex-wrap:wrap}.overlay-error-copy{width:100%;margin:0 0 2px}.overlay-error-copy small{max-width:none}
  .player-toolbar{padding:9px 4px 3px;min-height:52px;gap:5px;flex-wrap:nowrap}.toolbar-label{display:none}.source-area{gap:4px;overflow:hidden}.source-buttons{gap:6px}.source-button{min-height:36px;padding:7px 9px;border-radius:11px;font-size:8px}.player-tools{padding-left:4px}.icon-button{min-width:42px;min-height:42px;padding:8px}
  .channel-panel{max-height:none;padding:18px 13px 14px;border-radius:24px;box-shadow:0 1px 0 #ffffff0d inset,0 -2px 0 #0007 inset,0 7px 0 #030814,0 24px 52px #0005}.panel-heading h2{font-size:18px}.channel-search{min-height:45px}.channel-search input{font-size:12px;padding:12px 0}.category-filters{padding-top:12px}.filter-chip{min-height:36px;padding:7px 11px}.channel-list-label{font-size:8px;padding:12px 5px 9px}.channel-list{max-height:370px;min-height:0;flex:auto}.channel-row{margin-bottom:7px;border-radius:15px}.channel-button{padding:10px 44px 10px 10px;gap:12px;min-height:68px}.channel-logo{width:41px;height:41px;flex-basis:41px;border-radius:13px}.channel-copy strong{font-size:13px}.channel-copy small{font-size:10px;margin-top:3px}.favorite-button{right:6px;width:36px;height:36px}.toast{bottom:22px}
  body.is-theater .channel-panel{display:none}.content-main{padding:36px 14px 48px}.post-grid{grid-template-columns:1fr}.search-form{flex-direction:column}
}
@media(max-width:380px){.site-header{width:calc(100% - 22px);padding:0 12px}.brand-word{font-size:25px}.brand-credit{letter-spacing:2px}.arena-main{padding-top:25px;padding-left:11px;padding-right:11px;padding-bottom:36px}.preview-channel-card{max-width:72%}.player-tools .icon-button{min-width:39px;min-height:42px}.source-button{padding-left:8px;padding-right:8px}.channel-panel{padding-left:11px;padding-right:11px}}
@media(max-width:782px){body.admin-bar.home .site-wrap{height:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.big-play,.source-button,.icon-button,.filter-chip,.channel-row,.brand-word{transition:none!important}.player-overlay.is-loading .big-play{animation:none!important}}

/* v2.4.1 icon material backs */
.panel-heading h2>.icon,.channel-search>.icon,.toolbar-label>.icon{box-sizing:content-box;padding:7px;border:1px solid #ffffff12;border-radius:10px;background:linear-gradient(145deg,#11151d 0,#05070b 55%,#000 100%);box-shadow:0 1px 0 #ffffff10 inset,0 3px 0 #000,0 7px 14px #0006}.icon-button,.favorite-button{background:linear-gradient(145deg,#171b23 0,#080a0f 54%,#000 100%);border-color:#ffffff14;box-shadow:0 1px 0 #ffffff10 inset,0 3px 0 #000,0 8px 16px #0006}.icon-button:hover,.icon-button[aria-pressed=true],.favorite-button:hover,.favorite-button[aria-pressed=true]{background:linear-gradient(145deg,#202a38 0,#0b1018 55%,#010204 100%)}@media(max-width:760px){.source-buttons{padding-right:18px}.source-buttons.is-dragging{cursor:grabbing;scroll-snap-type:none}}


/* v2.5 — right rail: today's matches / channels */
.panel-tabs{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 12px;padding:5px;border:1px solid #ffffff0d;border-radius:16px;background:linear-gradient(145deg,#080d15,#020407);box-shadow:0 1px 0 #ffffff0b inset,0 4px 0 #0008,0 12px 24px #0003}
.panel-tab{min-width:0;min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px;border:1px solid transparent;border-radius:12px;background:transparent;color:#7186a6;font-size:9px;font-weight:800;letter-spacing:.2px;transition:.16s ease}.panel-tab .icon{width:15px;height:15px}.panel-tab b{display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:7px;background:#ffffff08;color:#7f96b8;font-size:8px}.panel-tab:hover{color:#bfd3f3}.panel-tab.is-active{color:#edf6ff;border-color:#81adff30;background:linear-gradient(145deg,#1d3659,#0c1d34);box-shadow:0 1px 0 #ffffff16 inset,0 3px 0 #061126,0 8px 18px #0005}.panel-tab.is-active .icon{color:#7db0ff}.panel-tab.is-active b{background:#2a64ba;color:#eaf4ff}
.panel-pane{position:relative;z-index:1;min-height:0;display:flex;flex-direction:column;flex:1}.panel-pane[hidden]{display:none!important}
.match-list-label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 5px 10px;color:#7189ac;font-size:7px;font-weight:800;letter-spacing:1.4px}.match-list-label small{font-size:7px;letter-spacing:0;color:#536b8e;font-weight:600}
.match-list{display:flex;flex-direction:column;gap:7px;min-height:0;overflow:auto;padding:1px 2px 5px;scrollbar-width:thin;scrollbar-color:#304970 transparent;flex:1}
.match-row{width:100%;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"sport teams" "meta meta";gap:8px 10px;padding:10px;border:1px solid #ffffff0a;border-radius:15px;text-align:left;background:linear-gradient(145deg,#1526408c,#091321e6);color:#dce9fb;box-shadow:0 1px 0 #ffffff08 inset,0 3px 0 #050a13,0 9px 16px #0002;transition:.16s ease}.match-row:not(:disabled):hover{transform:translateY(-1px);border-color:#73a6f842;background:linear-gradient(145deg,#1c3455,#0e2038)}.match-row:disabled{cursor:default;opacity:.82}

.match-teams{grid-area:teams;display:grid;grid-template-columns:minmax(0,1fr) 15px minmax(0,1fr);align-items:center;gap:4px;min-width:0}.match-team{display:flex;align-items:center;gap:6px;min-width:0}.match-team:last-child{flex-direction:row-reverse;text-align:right}.match-team strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.2}.match-vs{text-align:center;color:#4f6689;font-size:7px;font-weight:800;text-transform:uppercase}.team-logo{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border:1px solid #ffffff12;border-radius:9px;overflow:hidden;background:linear-gradient(145deg,#171b23,#030405);box-shadow:0 1px 0 #ffffff0d inset,0 2px 0 #000}.team-logo img{display:block;width:22px;height:22px;object-fit:contain}.team-logo i{font-style:normal;color:#7e9cc8;font-size:7px;font-weight:900;text-transform:uppercase}
.match-meta{grid-area:meta;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:2px;color:#60799e;min-width:0}.match-meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}.match-meta em{flex:0 0 auto;max-width:46%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 6px;border:1px solid #4d77ad2b;border-radius:7px;background:#0a1728;color:#82a5d5;font-style:normal;font-size:7px}.match-empty{margin:auto 0}.channels-pane .channel-list{flex:1}
@media(max-width:760px){.panel-tab{min-height:46px;font-size:10px}.match-list{max-height:430px}.match-row{padding:11px}.match-team strong{font-size:10px}.team-logo{width:31px;height:31px;flex-basis:31px}.team-logo img{width:25px;height:25px}}

/* v2.6 match-only sport filters */
.match-sport-filters{display:flex;gap:7px;padding:0 3px 10px;overflow-x:auto;scrollbar-width:none}.match-sport-filters::-webkit-scrollbar{display:none}
.sport-filter{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid #ffffff10;border-radius:11px;background:linear-gradient(145deg,#141923,#04070c 68%,#000);color:#758dad;box-shadow:0 1px 0 #ffffff12 inset,0 3px 0 #000,0 7px 15px #0006;cursor:pointer}.sport-filter .icon{width:18px;height:18px}.sport-filter.is-active{color:#fff;border-color:#5b8cff88;box-shadow:0 0 0 1px #5b8cff35 inset,0 3px 0 #020817,0 0 18px #4f7dff30}
.match-time small,.match-meta small b{display:block;font-size:6px;letter-spacing:.8px;text-transform:uppercase;color:#526b8e;font-weight:800}.match-meta small b{margin-bottom:2px}

.match-sport-icon{grid-area:sport;align-self:center;display:grid;place-items:center;width:34px;height:34px;border:1px solid #ffffff12;border-radius:10px;background:linear-gradient(145deg,#15191f,#030406);box-shadow:0 1px 0 #ffffff0b inset,0 2px 0 #000;color:#8fb8fb}.match-sport-icon .icon{width:18px;height:18px}.match-meta small{display:flex!important;align-items:center;gap:6px;min-width:0}.match-meta small b{display:inline-flex!important;flex:0 0 auto;margin:0!important;padding:3px 6px;border:1px solid #ffffff0e;border-radius:6px;background:#05080d;color:#9bc0ff!important;font-size:8px!important;letter-spacing:.2px!important}.match-meta small span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f86a8;font-size:8px}

/* v2.6.9 compact match rows */
.match-teams{display:flex!important;grid-template-columns:none!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important}
.match-team{flex:0 1 auto!important;max-width:44%!important}
.match-team:last-child{flex:1 1 auto!important;max-width:none!important;flex-direction:row!important;text-align:left!important;justify-content:flex-start!important}
.match-vs{flex:0 0 auto!important;margin:0 1px!important}
.match-row.is-linked{cursor:pointer!important}
.match-row.is-linked:hover{border-color:#73a6f842!important}
.match-row[aria-disabled="true"]{cursor:default;opacity:.82}
@media(max-width:760px){.match-teams{gap:4px!important}.match-team{max-width:42%!important}.match-vs{margin:0!important}}

/* 2.8 technical-only layout safeguards; original materials/typography preserved. */
.source-buttons{flex:1 1 auto;max-width:100%;touch-action:pan-x pan-y;overflow-anchor:none}
.source-buttons.is-dragging{cursor:grabbing;scroll-snap-type:none}
.source-button{flex:0 0 auto}
.player-tools{flex:0 0 auto}
.watch-main,.player-card,.panel-pane,.channel-panel{min-width:0}
@media(min-width:761px) and (max-width:1100px){.player-stage{min-height:0;aspect-ratio:16/9}}
@media(max-width:760px){.source-button{min-height:42px}.preview-channel-card{max-width:calc(100% - 86px)}.match-list,.channel-list{overscroll-behavior-y:contain}}
