*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0d;--bg2:#111116;--card:#18181f;--card2:#21212a;--line:rgba(255,255,255,.09);--accent:#e50914;--accent2:#ff222e;--soft:rgba(229,9,20,.16);--text:#f4f4f7;--muted:#9a9aa6;--green:#4ad17e;--radius:10px;--radius-lg:18px;--shadow:0 18px 55px rgba(0,0,0,.62);--maxw:1500px;--gutter:clamp(1rem,4vw,3.75rem);--ease:cubic-bezier(.2,.7,.2,1)}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;gap:clamp(.8rem,2vw,2rem);height:70px;padding:0 var(--gutter);background:linear-gradient(to bottom,rgba(8,8,11,.95),rgba(8,8,11,0));border-bottom:1px solid transparent;transition:.3s}.site-header.scrolled{background:rgba(9,9,12,.88);backdrop-filter:blur(14px);border-color:var(--line)}.brand{display:flex;align-items:center;gap:.65rem;font-size:1.55rem;font-weight:900;letter-spacing:-.05em;color:var(--accent);white-space:nowrap}.brand img{max-height:34px;max-width:120px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links a{font-size:.88rem;font-weight:650;color:var(--muted);padding:6px 0;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--accent);border-radius:99px}.nav-right{margin-left:auto;display:flex;align-items:center;gap:.8rem}.search-form{display:flex;align-items:center;gap:.35rem;background:rgba(0,0,0,.55);border:1px solid var(--line);border-radius:999px;padding:0 7px 0 13px;height:40px}.search-form input{width:clamp(160px,24vw,340px);background:transparent;border:0;outline:0;color:var(--text);font-size:.9rem}.icon-btn,.server-select{height:38px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.06);color:var(--text);cursor:pointer}.icon-btn{display:grid;place-items:center;min-width:38px;padding:0 .8rem}.server-select{padding:0 .85rem;font-size:.82rem;font-weight:700}.user-pill{display:flex;align-items:center;gap:.45rem;font-size:.84rem;color:var(--muted)}.menu-toggle{display:none}.hero{position:relative;min-height:580px;height:min(88vh,760px);isolation:isolate;margin-bottom:-70px;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s var(--ease)}.hero-slide.active{opacity:1}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 18%;transform:scale(1.04)}.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(8,8,11,.96),rgba(8,8,11,.55) 38%,rgba(8,8,11,.08) 70%),linear-gradient(to top,var(--bg) 2%,rgba(8,8,11,.36) 35%,transparent 70%)}.hero-content{position:absolute;z-index:2;left:var(--gutter);bottom:18vh;max-width:650px}.eyebrow{display:inline-flex;gap:.45rem;align-items:center;color:var(--accent2);font-size:.72rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,6vw,5rem);line-height:.98;font-weight:950;letter-spacing:-.05em;margin-bottom:1rem;text-shadow:0 4px 25px rgba(0,0,0,.7)}.hero-meta,.meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;color:rgba(255,255,255,.82);font-weight:650;font-size:.92rem}.match{color:var(--green);font-weight:850}.chip{border:1px solid rgba(255,255,255,.28);border-radius:5px;padding:2px 8px;font-size:.74rem;font-weight:850;letter-spacing:.04em}.hero-overview{max-width:540px;margin:1.05rem 0 1.55rem;color:rgba(255,255,255,.78);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:8px;padding:.82rem 1.45rem;font-weight:850;cursor:pointer;transition:.18s}.btn-primary{background:#fff;color:#0a0a0d}.btn-primary:hover{background:rgba(255,255,255,.84);transform:translateY(-2px)}.btn-dark{background:rgba(80,80,90,.75);color:#fff}.btn-dark:hover{background:rgba(110,110,120,.65);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent2);transform:translateY(-2px)}.hero-dots{position:absolute;right:var(--gutter);bottom:18vh;z-index:3;display:flex;gap:.45rem}.hero-dot{width:30px;height:3px;border:0;border-radius:99px;background:rgba(255,255,255,.32);cursor:pointer}.hero-dot.active{background:var(--accent);width:42px}main{position:relative;z-index:2;padding:105px 0 4rem}.row{margin-bottom:2.6rem;padding-left:var(--gutter)}.row-head{display:flex;align-items:center;justify-content:space-between;padding-right:var(--gutter);margin-bottom:.85rem}.row-title{font-size:clamp(1.14rem,2vw,1.55rem);font-weight:900;letter-spacing:-.03em}.scroller-wrap{position:relative;overflow-y:clip}.scroller{display:flex;gap:.75rem;overflow-x:auto;overflow-y:clip;padding:20px var(--gutter) 20px 0;scrollbar-width:none}.scroller::-webkit-scrollbar{display:none}.card{position:relative;flex:0 0 auto;width:clamp(136px,14vw,205px);border-radius:var(--radius);background:var(--card);overflow:hidden;cursor:pointer;transition:.25s var(--ease);box-shadow:0 2px 0 rgba(255,255,255,.03)}.card:hover{transform:scale(1.055) translateY(-4px);box-shadow:var(--shadow);z-index:4}.card img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;background:var(--card2)}.card-badge{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.78);border:1px solid rgba(255,255,255,.16);border-radius:5px;padding:3px 7px;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.card-info{position:absolute;left:0;right:0;bottom:0;padding:2.4rem .75rem .75rem;background:linear-gradient(to top,rgba(8,8,11,.98) 25%,transparent);opacity:0;transform:translateY(8px);transition:.22s}.card:hover .card-info{opacity:1;transform:none}.card-title{font-size:.84rem;font-weight:850;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-sub{font-size:.74rem;color:var(--muted);margin-top:3px}.rank-card{display:flex;align-items:flex-end;flex:0 0 auto}.rank-num{font-size:clamp(5.5rem,10vw,9rem);font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;line-height:.82;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.22);min-width:clamp(3.3rem,7vw,6rem);text-align:right;margin-right:-10px}.rank-card:hover .rank-num{-webkit-text-stroke-color:var(--accent)}.rank-card .card{width:clamp(122px,12vw,170px)}.page{padding:105px var(--gutter) 4rem;max-width:var(--maxw);margin:auto}.page-title{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:950;letter-spacing:-.05em;margin-bottom:1.2rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.grid .card{width:100%}.detail-hero{position:relative;min-height:620px;padding:120px var(--gutter) 4rem;display:flex;align-items:flex-end;isolation:isolate}.detail-bg{position:absolute;inset:0;background-size:cover;background-position:center 18%;z-index:-2}.detail-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(8,8,11,.96),rgba(8,8,11,.66),rgba(8,8,11,.22)),linear-gradient(to top,var(--bg) 0%,rgba(8,8,11,.5) 45%,transparent)}.detail-wrap{display:grid;grid-template-columns:minmax(170px,260px) minmax(0,760px);gap:2rem;align-items:end;max-width:1150px}.poster-large{width:100%;border-radius:14px;box-shadow:var(--shadow);background:var(--card)}.detail-title{font-size:clamp(2rem,5vw,4.2rem);font-weight:950;letter-spacing:-.06em;line-height:1;margin-bottom:1rem}.overview{line-height:1.7;color:rgba(255,255,255,.78);margin:1rem 0 1.35rem;max-width:780px}.genre-list{display:flex;gap:.45rem;flex-wrap:wrap;margin:.9rem 0}.notice{padding:1rem 1.2rem;border:1px solid var(--line);border-radius:12px;background:var(--card);margin:1rem 0;color:var(--muted)}.notice.warn{border-color:rgba(245,158,11,.35);background:rgba(245,158,11,.08);color:#fbbf24}.notice.ok{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.08);color:#86efac}.watch-layout{padding:90px var(--gutter) 3rem;max-width:1500px;margin:0 auto}.player-shell{background:#000;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/9}.player-shell iframe{width:100%;height:100%;border:0;display:block;background:#000}.watch-info{display:grid;grid-template-columns:80px minmax(0,1fr);gap:1rem;margin:1rem 0 1.2rem;align-items:center}.watch-info img{width:80px;border-radius:10px}.watch-title{font-size:clamp(1.2rem,2.5vw,2rem);font-weight:950;line-height:1.1}.server-grid,.episode-grid{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0}.server-grid a,.episode-grid a,.small-pill{border:1px solid var(--line);border-radius:999px;padding:.48rem .9rem;background:rgba(255,255,255,.05);color:var(--muted);font-weight:750;font-size:.86rem}.server-grid a.active,.episode-grid a.active,.small-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.auth-card,.admin-card{max-width:460px;margin:105px auto 3rem;background:var(--bg2);border:1px solid var(--line);border-radius:18px;padding:1.4rem;box-shadow:var(--shadow)}.form-grid{display:grid;gap:.85rem}.field label{display:block;color:var(--muted);font-size:.82rem;font-weight:800;margin-bottom:.35rem}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--text);padding:.78rem .9rem;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--soft)}.admin-layout{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.admin-sidebar{background:#0d0d12;border-right:1px solid var(--line);padding:1.2rem;position:sticky;top:0;height:100vh}.admin-sidebar a{display:block;padding:.75rem .85rem;border-radius:10px;color:var(--muted);font-weight:750;margin:.25rem 0}.admin-sidebar a:hover,.admin-sidebar a.active{background:var(--card);color:#fff}.admin-main{padding:2rem}.table{width:100%;border-collapse:collapse;background:var(--bg2);border:1px solid var(--line);border-radius:14px;overflow:hidden}.table th,.table td{text-align:left;padding:.85rem;border-bottom:1px solid var(--line);font-size:.9rem}.table th{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.footer{padding:2rem var(--gutter);color:var(--muted);border-top:1px solid var(--line);background:rgba(255,255,255,.02);font-size:.88rem}.hide-mobile{display:inline-flex}@media(max-width:860px){.nav-links{display:none}.menu-toggle{display:grid}.search-form input{width:120px}.hero{min-height:500px;height:78vh}.hero-content{bottom:13vh;max-width:90%}.hero-dots{display:none}.detail-wrap{grid-template-columns:1fr}.poster-large{width:180px}.detail-hero{min-height:600px}.admin-layout{display:block}.admin-sidebar{position:relative;height:auto}.hide-mobile{display:none}}@media(max-width:560px){.site-header{height:64px}.brand{font-size:1.3rem}.server-select{max-width:86px}.search-form{padding-left:9px}.search-form input{width:100px}.hero-title{font-size:2.4rem}.hero-overview{-webkit-line-clamp:2}.btn{padding:.72rem 1.05rem}.row{padding-left:1rem}.scroller{padding-right:1rem}.page,.watch-layout{padding-left:1rem;padding-right:1rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.detail-hero{padding-left:1rem;padding-right:1rem}.watch-info{grid-template-columns:58px minmax(0,1fr)}.watch-info img{width:58px}.auth-card,.admin-card{margin:90px 1rem 2rem}.user-pill span{display:none}}

/* Direct FilmBox player */
.player-shell.direct-video{background:#000;display:flex;align-items:center;justify-content:center;min-height:360px}
.player-shell.direct-video video{width:100%;height:100%;max-height:72vh;background:#000;display:block;object-fit:contain}
.player-error{width:100%;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:var(--text)}
.player-error h2{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,2.4rem);margin-bottom:.5rem}
.player-error p{max-width:560px;color:var(--muted);line-height:1.6;margin-bottom:1rem}
.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 1.2rem}.filter-tab{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.05);color:var(--muted);font-weight:850;padding:.48rem 1rem}.filter-tab.active,.filter-tab:hover{background:#fff;color:#0a0a0d;border-color:#fff}.server-label{display:inline-flex;align-items:center;height:38px}.corner-badge{position:absolute;top:8px;right:8px;background:var(--accent);color:#fff;border-radius:5px;padding:3px 7px;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;z-index:2}.card img[src=""],.poster-large[src=""]{background:var(--card2)}

/* Enhanced FilmBox watch page */
.watch-layout{max-width:1280px;padding-top:92px}.player-shell.enhanced-player{position:relative;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 24px 70px rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.09);aspect-ratio:16/9;min-height:0}.player-shell.enhanced-player video{width:100%;height:100%;max-height:none;display:block;object-fit:contain;background:#000}.custom-subtitle{position:absolute;left:7%;right:7%;bottom:68px;z-index:5;text-align:center;pointer-events:none;font-weight:900;font-size:clamp(16px,2.15vw,28px);line-height:1.35;color:#fff;text-shadow:0 2px 8px #000,0 0 18px #000}.custom-subtitle span{display:inline;padding:.18rem .55rem;border-radius:7px;background:rgba(0,0,0,.58);box-decoration-break:clone;-webkit-box-decoration-break:clone}.stream-control-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1rem 0 1.1rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}.stream-server-box,.subtitle-picker{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.control-label{color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.subtitle-picker select{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.065);color:var(--text);padding:.52rem 2.2rem .52rem .9rem;font-weight:800;outline:none}.subtitle-picker select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--soft)}.subtitle-picker option{background:#111116;color:#fff}.btn-small{padding:.5rem .9rem;font-size:.84rem}.small-pill.muted{color:var(--muted);background:rgba(255,255,255,.04)}@media(max-width:720px){.watch-layout{padding-top:78px}.stream-control-bar{align-items:flex-start}.stream-server-box,.subtitle-picker{width:100%}.subtitle-picker select{flex:1;min-width:155px}.custom-subtitle{left:4%;right:4%;bottom:50px;font-size:clamp(14px,4.5vw,21px)}.player-shell.enhanced-player{border-radius:10px}}

/* Watch page v3: header tidak menimpa player, frame video rapi, subtitle overlay jelas */
body.watch-page .site-header{
  position:sticky;
  top:0;
  background:rgba(9,9,12,.94);
  backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid var(--line);
}
body.watch-page .watch-layout{
  padding-top:18px;
  max-width:1320px;
}
body.watch-page .player-shell.enhanced-player{
  width:100%;
  margin:0 auto;
  aspect-ratio:16/9;
  min-height:0;
  max-height:calc(100vh - 130px);
  border-radius:16px;
  background:#000;
  display:block;
  position:relative;
  overflow:hidden;
}
body.watch-page .player-shell.enhanced-player video{
  width:100%;
  height:100%;
  max-height:calc(100vh - 130px);
  object-fit:contain;
  background:#000;
  display:block;
}
body.watch-page .stream-control-bar{
  margin-top:.85rem;
  margin-bottom:1.15rem;
  position:relative;
  z-index:2;
}
body.watch-page .custom-subtitle{
  bottom:76px;
  z-index:15;
  padding:0 .4rem;
}
body.watch-page .custom-subtitle span{
  white-space:pre-line;
  max-width:100%;
}
body.watch-page .watch-info{
  margin-top:.75rem;
}
body.watch-page .subtitle-picker select{
  min-width:145px;
}
@media(max-width:720px){
  body.watch-page .site-header{position:sticky;height:auto;min-height:64px;flex-wrap:wrap;padding-top:.55rem;padding-bottom:.55rem}
  body.watch-page .watch-layout{padding-top:12px}
  body.watch-page .player-shell.enhanced-player{border-radius:12px;max-height:56vh}
  body.watch-page .player-shell.enhanced-player video{max-height:56vh}
  body.watch-page .custom-subtitle{bottom:54px;font-size:clamp(14px,4.3vw,20px)}
  body.watch-page .stream-control-bar{padding:.75rem;gap:.7rem}
}

/* Season + Quality selector v4 */
body.watch-page .advanced-controls{align-items:stretch}
body.watch-page .quality-picker,
body.watch-page .season-episode-picker{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
body.watch-page .quality-picker select,
body.watch-page .season-episode-picker select{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.065);color:var(--text);padding:.52rem 2.2rem .52rem .9rem;font-weight:800;outline:none}
body.watch-page .quality-picker select:disabled{opacity:.75;cursor:not-allowed;background:rgba(255,255,255,.04)}
body.watch-page .quality-picker option,
body.watch-page .season-episode-picker option{background:#111116;color:#fff}
body.watch-page .season-episode-picker{margin:1rem 0 1.1rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035)}
body.watch-page .selector-field{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
body.watch-page .season-tabs{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0}
body.watch-page .season-tabs a{border:1px solid var(--line);border-radius:999px;padding:.55rem 1rem;background:rgba(255,255,255,.05);color:var(--muted);font-weight:850;font-size:.9rem}
body.watch-page .season-tabs a.active{background:var(--accent);border-color:var(--accent);color:#fff}
@media(max-width:720px){
  body.watch-page .quality-picker,
  body.watch-page .season-episode-picker,
  body.watch-page .selector-field{width:100%}
  body.watch-page .quality-picker select,
  body.watch-page .season-episode-picker select{flex:1;min-width:155px}
  body.watch-page .season-episode-picker .btn{width:100%}
}

/* Detail season browser */
.season-browser .season-panel{display:none;margin-top:.8rem}
.season-browser .season-panel.active{display:block}
.mini-heading{font-size:1rem;font-weight:950;color:var(--muted);margin:.5rem 0 .7rem;letter-spacing:.02em}

/* Watch mobile polish v5: responsive, clean controls, no overflow */
body.watch-page{background:radial-gradient(circle at top,rgba(229,9,20,.06),transparent 34%),var(--bg)}
body.watch-page .watch-layout{max-width:1240px;padding-top:18px}
body.watch-page .player-shell.enhanced-player{border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#050506;box-shadow:0 26px 70px rgba(0,0,0,.72),0 0 0 1px rgba(255,255,255,.02) inset}
body.watch-page .player-shell.enhanced-player video{display:block;width:100%;height:100%;object-fit:contain;background:#050506}
body.watch-page .stream-control-bar,
body.watch-page .season-episode-picker{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09);box-shadow:0 12px 32px rgba(0,0,0,.26)}
body.watch-page .advanced-controls{display:grid;grid-template-columns:1fr auto auto;align-items:center}
body.watch-page .stream-server-box,
body.watch-page .quality-picker,
body.watch-page .subtitle-picker,
body.watch-page .selector-field{min-width:0}
body.watch-page .quality-picker,
body.watch-page .subtitle-picker{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
body.watch-page select{appearance:none;-webkit-appearance:none;background-color:rgba(255,255,255,.075)!important;color:var(--text)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;min-height:38px;padding:.54rem 2.15rem .54rem .9rem!important;font-weight:850;outline:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.82) 50%),linear-gradient(135deg,rgba(255,255,255,.82) 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
body.watch-page select:disabled{opacity:1;color:#bfc0c7!important;background-color:rgba(255,255,255,.05)!important}
body.watch-page .btn-small{min-height:38px;border-radius:999px;padding:.55rem 1rem;white-space:nowrap}
body.watch-page .small-pill{display:inline-flex;align-items:center;min-height:34px;white-space:nowrap}
body.watch-page .small-pill.muted{max-width:170px;overflow:hidden;text-overflow:ellipsis}
body.watch-page .watch-info{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:.75rem;margin-top:1rem}
body.watch-page .watch-info img{aspect-ratio:2/3;object-fit:cover}
body.watch-page .notice{border-radius:16px;line-height:1.55}
body.watch-page .episode-grid a,
body.watch-page .season-tabs a{min-height:38px;display:inline-flex;align-items:center;justify-content:center}

@media(max-width:720px){
  body.watch-page .site-header{display:grid;grid-template-columns:1fr;gap:.72rem;position:sticky;top:0;height:auto;min-height:0;padding:.85rem 1rem;background:rgba(8,8,11,.96);border-bottom:1px solid rgba(255,255,255,.08)}
  body.watch-page .brand{font-size:1.55rem;line-height:1;width:max-content}
  body.watch-page .nav-links{display:none!important}
  body.watch-page .nav-right{grid-column:1/-1;margin-left:0;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.55rem;align-items:center}
  body.watch-page .search-form{min-width:0;width:100%;height:42px;padding-left:.9rem;background:rgba(255,255,255,.055)}
  body.watch-page .search-form input{width:100%;min-width:0;font-size:.9rem}
  body.watch-page .icon-btn,body.watch-page .server-select{height:42px;min-width:42px;padding:0 .86rem;white-space:nowrap}
  body.watch-page .server-select{font-size:.86rem;max-width:none}
  body.watch-page .user-pill{display:none}
  body.watch-page .watch-layout{padding:1rem 1rem 2rem;max-width:100%}
  body.watch-page .player-shell.enhanced-player{border-radius:18px;aspect-ratio:16/9;max-height:none;margin:0;box-shadow:0 18px 45px rgba(0,0,0,.52)}
  body.watch-page .player-shell.enhanced-player video{height:100%;max-height:none}
  body.watch-page .custom-subtitle{left:5%;right:5%;bottom:46px;font-size:clamp(13px,4vw,19px);line-height:1.28}
  body.watch-page .custom-subtitle span{padding:.16rem .42rem;border-radius:6px;background:rgba(0,0,0,.72)}
  body.watch-page .advanced-controls{display:grid;grid-template-columns:1fr;gap:.72rem;margin:.85rem 0;padding:.8rem;border-radius:18px}
  body.watch-page .stream-server-box{display:flex;gap:.45rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.08rem;scrollbar-width:none}
  body.watch-page .stream-server-box::-webkit-scrollbar{display:none}
  body.watch-page .stream-server-box .control-label{display:none}
  body.watch-page .stream-server-box .small-pill.muted{display:none}
  body.watch-page .quality-picker,
  body.watch-page .subtitle-picker{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:.55rem;width:100%;align-items:center}
  body.watch-page .quality-picker .control-label,
  body.watch-page .subtitle-picker .control-label{font-size:.72rem;letter-spacing:.08em;color:#c6c6ce;text-transform:none}
  body.watch-page .quality-picker select,
  body.watch-page .subtitle-picker select{width:100%;min-width:0;height:42px;font-size:.93rem}
  body.watch-page .quality-picker .small-pill.muted{height:42px;justify-content:center;padding:.48rem .72rem;font-size:.78rem}
  body.watch-page .subtitle-picker .btn,
  body.watch-page .quality-picker .btn{height:42px;padding:0 .9rem}
  body.watch-page .season-episode-picker{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.85rem;border-radius:18px;margin:.85rem 0 1rem}
  body.watch-page .selector-field{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.55rem;width:100%;align-items:center}
  body.watch-page .selector-field .control-label{font-size:.72rem;letter-spacing:.08em;color:#c6c6ce;text-transform:none}
  body.watch-page .season-episode-picker select{width:100%;min-width:0;height:42px;font-size:.93rem}
  body.watch-page .season-episode-picker .btn{width:100%;height:46px;border-radius:12px;font-size:1rem;margin-top:.1rem}
  body.watch-page .watch-info{grid-template-columns:74px minmax(0,1fr);gap:.85rem;padding:.75rem;border-radius:18px;margin-top:1rem}
  body.watch-page .watch-info img{width:74px;border-radius:12px}
  body.watch-page .watch-title{font-size:1.32rem;line-height:1.15;letter-spacing:-.025em}
  body.watch-page .watch-info .meta-row{gap:.45rem;font-size:.88rem}
  body.watch-page .watch-info .meta-row span:first-child{display:none}
  body.watch-page .watch-info .small-pill{padding:.42rem .72rem;font-size:.82rem}
  body.watch-page .notice{font-size:.92rem;padding:.85rem 1rem;border-radius:16px;margin:1rem 0}
  body.watch-page .actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin:1rem 0!important}
  body.watch-page .actions .btn{width:100%;border-radius:12px;min-height:46px}
  body.watch-page .row-title{font-size:1.1rem;margin-top:1.15rem!important}
  body.watch-page .episode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.8rem 0 1.1rem}
  body.watch-page .episode-grid a{padding:.55rem .2rem;font-size:.82rem;border-radius:12px}
  body.watch-page .season-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
  body.watch-page .season-tabs a{border-radius:12px;padding:.65rem .4rem;text-align:center;font-size:.86rem}
  body.watch-page + main .row{padding-left:1rem;margin-bottom:2rem}
  body.watch-page + main .row-head{padding-right:1rem}
  body.watch-page + main .card{width:128px}
}

@media(max-width:420px){
  body.watch-page .nav-right{grid-template-columns:minmax(0,1fr) auto}
  body.watch-page .nav-right .icon-btn[href*="login"],body.watch-page .nav-right .icon-btn[href*="admin"]{display:none}
  body.watch-page .server-select{padding:0 .75rem}
  body.watch-page .quality-picker,
  body.watch-page .subtitle-picker{grid-template-columns:64px minmax(0,1fr)}
  body.watch-page .quality-picker .btn,
  body.watch-page .subtitle-picker .btn,
  body.watch-page .subtitle-picker a.btn{grid-column:2/3;width:100%}
  body.watch-page .selector-field{grid-template-columns:64px minmax(0,1fr)}
  body.watch-page .episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Detail + global mobile responsive fix v7 */
.detail-title,.watch-title,.hero-title,.page-title{overflow-wrap:anywhere;word-break:normal;hyphens:auto}.overview,.notice{overflow-wrap:anywhere}.detail-wrap{width:100%;min-width:0}.detail-wrap>div{min-width:0}.detail-hero{overflow:hidden}.detail-bg{transform:scale(1.02)}

@media(max-width:900px){
  .site-header{height:auto;min-height:66px;padding:.78rem 1rem;background:rgba(8,8,11,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);gap:.75rem;flex-wrap:wrap;align-items:center}
  .brand{font-size:clamp(1.35rem,5vw,1.85rem);max-width:45vw;overflow:hidden;text-overflow:ellipsis}.brand img{max-width:135px;max-height:32px}
  .nav-links{order:3;width:100%;display:flex;gap:.45rem;overflow-x:auto;white-space:nowrap;padding:.15rem 0 .05rem;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}
  .nav-links a{font-size:.78rem;padding:.42rem .72rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035)}.nav-links a.active{background:rgba(229,9,20,.16);border-color:rgba(229,9,20,.45)}.nav-links a.active::after{display:none}
  .nav-right{margin-left:auto;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.5rem;align-items:center;min-width:0;flex:1 1 100%;order:2;width:100%}
  .search-form{min-width:0;width:100%;height:42px;padding-left:.9rem;background:rgba(255,255,255,.055)}.search-form input{width:100%;min-width:0;font-size:.9rem}.icon-btn,.server-select{height:42px;min-width:42px;white-space:nowrap}.server-select{padding:0 .85rem}.user-pill{display:none}
  main{padding-top:1.2rem}.page{padding:1.2rem 1rem 3rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.row{padding-left:1rem}.row-head{padding-right:1rem}.scroller{padding-right:1rem}.card{width:132px}
}

@media(max-width:720px){
  body.detail-page .site-header{position:sticky;top:0;z-index:500}
  body.detail-page .detail-hero{min-height:auto;height:auto;display:block;padding:1rem 1rem 2rem;margin:0;isolation:isolate}
  body.detail-page .detail-bg{position:absolute;inset:0;background-position:center top;filter:saturate(.95);opacity:.95}
  body.detail-page .detail-bg::after{background:linear-gradient(to bottom,rgba(8,8,11,.36),rgba(8,8,11,.76) 28%,var(--bg) 94%),linear-gradient(to right,rgba(8,8,11,.42),rgba(8,8,11,.68))}
  body.detail-page .detail-wrap{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start;max-width:100%;padding-top:.75rem}
  body.detail-page .poster-large{width:min(48vw,190px);border-radius:16px;justify-self:start;box-shadow:0 18px 48px rgba(0,0,0,.65)}
  body.detail-page .eyebrow{font-size:.72rem;margin:.4rem 0 .7rem;letter-spacing:.16em}
  body.detail-page .detail-title{font-size:clamp(2rem,10vw,3rem);line-height:1.03;letter-spacing:-.055em;margin-bottom:.85rem;max-width:100%}
  body.detail-page .meta-row{gap:.55rem;font-size:.9rem;line-height:1.25}.meta-row span{max-width:100%}
  body.detail-page .genre-list{display:flex;gap:.5rem;overflow-x:auto;flex-wrap:nowrap;padding:.2rem 0 .35rem;scrollbar-width:none}.genre-list::-webkit-scrollbar{display:none}
  body.detail-page .genre-list .small-pill{white-space:nowrap;background:rgba(255,255,255,.07);padding:.54rem .95rem}
  body.detail-page .overview{font-size:.98rem;line-height:1.65;color:rgba(255,255,255,.78);max-height:9.8em;overflow:auto;padding-right:.15rem;margin:1rem 0}
  body.detail-page .notice{font-size:.92rem;line-height:1.55;border-radius:16px;padding:.85rem 1rem;max-height:7.5em;overflow:auto}
  body.detail-page .actions{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:1rem}.actions .btn{width:100%;min-height:48px;border-radius:13px}
  body.detail-page main{padding-top:0}.season-browser .row-head{padding-right:1rem}.season-browser .episode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;padding-right:1rem!important}.season-browser .episode-grid a{padding:.58rem .25rem;border-radius:12px;text-align:center}.season-browser .season-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding-right:1rem!important}.season-browser .season-tabs a{text-align:center;border-radius:12px}
}

@media(max-width:420px){
  .brand{max-width:42vw}.server-select{max-width:104px;overflow:hidden;text-overflow:ellipsis}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.grid .card{min-width:0}.card{width:126px}.page-title{font-size:1.65rem}.filter-tabs{display:flex;overflow-x:auto;gap:.5rem;scrollbar-width:none}.filter-tab{white-space:nowrap}
  body.detail-page .poster-large{width:min(52vw,180px)}body.detail-page .detail-title{font-size:clamp(1.85rem,11vw,2.65rem)}body.detail-page .meta-row{font-size:.86rem}
}

/* Mobile header final override v7 */
@media(max-width:900px){.site-header{position:sticky;top:0;z-index:500}.hero{margin-top:0}.page,.watch-layout{padding-top:1rem}}


/* Fullscreen subtitle fix v10 */
.player-overlay-actions{position:absolute;right:12px;top:12px;z-index:8;display:flex;gap:.5rem;pointer-events:none}.player-fullscreen-btn{pointer-events:auto;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,0,0,.62);backdrop-filter:blur(10px);color:#fff;padding:.55rem .85rem;font-size:.82rem;font-weight:900;letter-spacing:.01em;box-shadow:0 10px 30px rgba(0,0,0,.4);cursor:pointer}.player-fullscreen-btn:active{transform:scale(.98)}.custom-subtitle.native-fullscreen-hidden{display:none!important}.player-shell.enhanced-player:fullscreen{width:100vw!important;height:100vh!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important;border:0!important;background:#000!important;display:flex!important;align-items:center!important;justify-content:center!important}.player-shell.enhanced-player:-webkit-full-screen{width:100vw!important;height:100vh!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important;border:0!important;background:#000!important;display:flex!important;align-items:center!important;justify-content:center!important}.player-shell.enhanced-player:fullscreen video,.player-shell.enhanced-player:-webkit-full-screen video{width:100%!important;height:100%!important;max-height:100vh!important;object-fit:contain!important}.player-shell.enhanced-player:fullscreen .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen .custom-subtitle{left:5%!important;right:5%!important;bottom:max(8vh,72px)!important;font-size:clamp(18px,3.6vw,42px)!important;z-index:20!important}.player-shell.enhanced-player:fullscreen .custom-subtitle span,.player-shell.enhanced-player:-webkit-full-screen .custom-subtitle span{background:rgba(0,0,0,.76)!important;text-shadow:0 3px 12px #000,0 0 22px #000!important}.player-shell.enhanced-player:fullscreen .player-overlay-actions,.player-shell.enhanced-player:-webkit-full-screen .player-overlay-actions{top:18px;right:18px;z-index:25}.player-shell.enhanced-player:fullscreen .player-fullscreen-btn,.player-shell.enhanced-player:-webkit-full-screen .player-fullscreen-btn{background:rgba(20,20,24,.68)}
@media(max-width:720px){.player-overlay-actions{top:8px;right:8px}.player-fullscreen-btn{font-size:.74rem;padding:.44rem .64rem}.player-shell.enhanced-player:fullscreen .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen .custom-subtitle{bottom:max(9vh,58px)!important;font-size:clamp(17px,5vw,28px)!important}.player-shell.enhanced-player:fullscreen .player-overlay-actions,.player-shell.enhanced-player:-webkit-full-screen .player-overlay-actions{top:10px;right:10px}}


/* Premium UI Pack v15 */
:root{--gold:#f5c542;--vip-glow:0 0 36px rgba(245,197,66,.22);--glass:rgba(255,255,255,.055);--glass-border:rgba(255,255,255,.12)}
body.ui-premium,body.ui-vip{background:radial-gradient(circle at 20% -10%,rgba(229,9,20,.18),transparent 34%),radial-gradient(circle at 85% 8%,rgba(245,197,66,.10),transparent 30%),var(--bg)}
body.ui-vip::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.025),transparent);opacity:.45}body.ui-vip>*{position:relative;z-index:1}
.logo-small .brand{font-size:1.25rem}.logo-large .brand{font-size:2rem}.logo-large .brand img{max-height:46px}.logo-small .brand img{max-height:28px}
.site-header{box-shadow:0 14px 60px rgba(0,0,0,.22)}body.ui-vip .site-header{background:rgba(8,8,12,.72);backdrop-filter:blur(22px) saturate(150%);border-bottom:1px solid var(--glass-border)}
body.ui-vip .server-label,body.ui-vip .user-pill,body.ui-vip .icon-btn,body.ui-vip .search-form{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border-color:var(--glass-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.hero::after{content:'';position:absolute;inset:auto 0 0 0;height:36%;background:linear-gradient(to top,var(--bg),transparent);pointer-events:none}.hero-title{text-shadow:0 10px 60px rgba(0,0,0,.9)}body.ui-vip .hero-title{background:linear-gradient(180deg,#fff,#dad8d4 70%,#f5c542);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{color:var(--accent);letter-spacing:.22em}
.row-head{align-items:center}.row-link{margin-left:auto;margin-right:var(--gutter);font-size:.84rem;color:var(--muted);font-weight:800}.row-link:hover{color:#fff}.row-title{letter-spacing:-.035em}.continue-row .row-title::before{content:'▶ ';color:var(--accent)}
.card{isolation:isolate}.card-style-premium .card,.card-style-glass .card{box-shadow:0 18px 48px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.055)}.card-style-premium .card:hover,.card-style-glass .card:hover{transform:scale(1.075) translateY(-7px);box-shadow:0 26px 70px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.08)}.card-style-glass .card{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));backdrop-filter:blur(10px)}
.vip-mini-badge{position:absolute;right:8px;top:8px;z-index:4;border-radius:999px;padding:3px 7px;background:linear-gradient(135deg,#fff2aa,#f5c542 45%,#b77800);color:#16120b;font-size:.58rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--vip-glow)}body:not(.show-vip-badges) .vip-mini-badge{display:none}.card-badge{backdrop-filter:blur(8px)}.corner-badge{max-width:72%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-mini{position:absolute;left:8px;right:8px;bottom:7px;height:4px;border-radius:999px;background:rgba(255,255,255,.16);z-index:5;overflow:hidden}.progress-mini span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--gold))}.continue-card .card-info{padding-bottom:1.1rem}
.detail-wrap{max-width:var(--maxw);margin:0 auto}.detail-hero{position:relative}.detail-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.06),transparent 28%);pointer-events:none}.detail-title{max-width:980px}.overview{max-width:880px}.profile-hero-card,.vip-preview-panel{display:flex;align-items:center;gap:1.2rem;background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border:1px solid var(--glass-border);border-radius:24px;padding:1.3rem;box-shadow:0 20px 60px rgba(0,0,0,.28)}.profile-avatar{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#7d050b);font-size:2rem;font-weight:950}.profile-main-info{flex:1;min-width:0}.profile-main-info .page-title{margin:0}.plan-badge{border-radius:999px;padding:.55rem .9rem;background:rgba(255,255,255,.08);font-weight:900}.plan-badge.admin{background:linear-gradient(135deg,#fff2aa,#f5c542);color:#130d06}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0}.stat-card{padding:1rem;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.stat-card b{display:block;font-size:1.7rem}.stat-card span{color:var(--muted);font-size:.86rem}.profile-actions{margin-top:1rem}
.enhanced-player{position:relative}.player-overlay-actions{display:flex;gap:.55rem;flex-wrap:wrap}.vip-player-meta{background:linear-gradient(135deg,rgba(245,197,66,.2),rgba(229,9,20,.18))!important;border-color:rgba(245,197,66,.32)!important;color:#ffe9a0!important}.cinema-active{overflow:hidden}.cinema-active::after{content:'';position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:700;pointer-events:none}.cinema-active .site-header{transform:translateY(-100%)}.cinema-active .watch-layout{position:relative;z-index:760}.cinema-active .enhanced-player{box-shadow:0 0 0 9999px rgba(0,0,0,.82),0 28px 90px rgba(0,0,0,.9)}.auto-next-toast{position:fixed;right:1rem;bottom:1rem;z-index:900;width:min(360px,calc(100vw - 2rem));display:grid;gap:.6rem;background:rgba(17,17,22,.96);border:1px solid var(--glass-border);border-radius:18px;padding:1rem;box-shadow:0 24px 70px rgba(0,0,0,.6)}.auto-next-toast b{font-size:1.1rem}.auto-next-toast span{color:var(--muted)}
.admin-form select,.field select{width:100%;min-height:44px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:12px;color:var(--text);padding:.72rem}.vip-preview-card{position:relative;width:150px;flex:0 0 auto;background:rgba(255,255,255,.06);border:1px solid var(--glass-border);border-radius:18px;padding:.75rem}.vip-preview-poster{height:190px;border-radius:14px;background:linear-gradient(135deg,#271018,#111116 55%,#40300b)}.vip-ribbon{position:absolute;top:.55rem;right:.55rem;background:linear-gradient(135deg,#fff2aa,#f5c542);color:#130d06;border-radius:999px;padding:.24rem .5rem;font-size:.66rem;font-weight:950}
@media(max-width:720px){.profile-hero-card{display:grid;grid-template-columns:60px 1fr;gap:.9rem;border-radius:20px}.profile-avatar{width:60px;height:60px;border-radius:18px}.plan-badge{grid-column:1/-1;width:max-content}.stats-grid{grid-template-columns:1fr 1fr 1fr}.stat-card{padding:.8rem}.stat-card b{font-size:1.25rem}.row-link{display:none}.player-overlay-actions{left:.5rem;right:.5rem;top:.5rem}.player-fullscreen-btn{font-size:.72rem;padding:.42rem .6rem}.auto-next-toast{left:1rem;right:1rem;bottom:1rem;width:auto}.detail-title{font-size:clamp(1.9rem,8vw,2.6rem)!important}.detail-wrap{padding-left:0!important;padding-right:0!important}}


/* All VIP Experience v16 */
.user-pill{gap:.35rem}.user-pill em{font-style:normal;font-size:.64rem;border-radius:999px;background:linear-gradient(135deg,#fff2aa,#f5c542);color:#130d06;padding:.18rem .42rem;font-weight:950;letter-spacing:.06em}.notify-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.notify-pill b{position:absolute;right:-2px;top:-4px;min-width:18px;height:18px;border-radius:999px;background:var(--accent);font-size:.68rem;display:grid;place-items:center}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035));border:1px solid var(--glass-border);box-shadow:0 22px 70px rgba(0,0,0,.28)}.notification-line,.notification-card{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);margin:.55rem 0}.notification-line span,.notification-card p,.notification-card small{color:var(--muted)}.notification-list{display:grid;gap:.75rem}.vip-notification-toast{position:fixed;right:1rem;top:88px;z-index:950;transform:translateX(calc(100% + 2rem));width:min(380px,calc(100vw - 2rem));display:grid;gap:.35rem;background:rgba(17,17,22,.96);border:1px solid var(--glass-border);border-radius:18px;padding:1rem;box-shadow:0 26px 80px rgba(0,0,0,.62);transition:transform .35s var(--ease)}.vip-notification-toast.show{transform:none}.vip-notification-toast span{color:var(--muted);font-size:.9rem}.landing-vip{min-height:calc(100vh - 90px);display:grid;place-items:center;padding:7rem var(--gutter) 4rem;position:relative;overflow:hidden}.landing-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(229,9,20,.25),transparent 32%),radial-gradient(circle at 88% 12%,rgba(245,197,66,.16),transparent 35%);opacity:.9}.landing-card{position:relative;z-index:2;width:min(980px,100%);border-radius:32px;padding:clamp(1.4rem,4vw,3rem);background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid var(--glass-border);box-shadow:0 36px 120px rgba(0,0,0,.55);backdrop-filter:blur(18px)}.landing-card h1{font-family:var(--font-title,inherit);font-size:clamp(2.2rem,7vw,5rem);line-height:.96;letter-spacing:-.05em;margin:.4rem 0 1rem}.landing-card p{color:rgba(255,255,255,.78);font-size:1.08rem;line-height:1.7;max-width:720px}.vip-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1.4rem 0}.vip-feature-grid div{display:grid;gap:.35rem;padding:1rem;border-radius:20px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.vip-feature-grid b{display:block}.vip-feature-grid span{color:var(--muted);font-size:.86rem}.vip-lock{border-color:rgba(245,197,66,.35)!important;background:rgba(245,197,66,.1)!important;color:#ffe9a0!important}.install-pwa-btn{display:none}.pwa-install-ready .install-pwa-btn{display:inline-flex}.admin-sidebar small{margin-top:.8rem}.field textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:12px;color:var(--text);padding:.8rem;font-family:inherit}.panel h2{margin-bottom:.8rem}
@media(max-width:760px){.dashboard-hero{display:grid;border-radius:22px}.vip-feature-grid{grid-template-columns:1fr 1fr}.landing-vip{padding:5.5rem 1rem 2rem}.landing-card{border-radius:24px}.vip-notification-toast{top:auto;bottom:1rem;left:1rem;right:1rem;width:auto}.user-pill em{display:none}.notify-pill{height:40px;min-width:40px}.dashboard-page .stats-grid{grid-template-columns:repeat(3,1fr)}}


/* v17: fix selector subtitle user settings */
body.watch-page .subtitle-style-panel{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;width:100%;padding-top:.25rem}
body.watch-page .subtitle-style-panel label{display:flex;align-items:center;gap:.45rem;color:var(--muted);font-weight:850;font-size:.82rem}
body.watch-page .subtitle-style-panel select{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.065);color:var(--text);padding:.52rem 2rem .52rem .9rem;font-weight:850;outline:none}
body.watch-page .subtitle-style-panel select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--soft)}
body.watch-page .subtitle-style-panel option{background:#111116;color:#fff}
.player-shell.enhanced-player[data-sub-size=small] .custom-subtitle{font-size:clamp(13px,1.75vw,22px)}
.player-shell.enhanced-player[data-sub-size=normal] .custom-subtitle{font-size:clamp(16px,2.15vw,28px)}
.player-shell.enhanced-player[data-sub-size=large] .custom-subtitle{font-size:clamp(19px,2.65vw,34px)}
.player-shell.enhanced-player[data-sub-size=xlarge] .custom-subtitle{font-size:clamp(22px,3.15vw,42px)}
.player-shell.enhanced-player[data-sub-bg=soft] .custom-subtitle span{background:rgba(0,0,0,.52)}
.player-shell.enhanced-player[data-sub-bg=dark] .custom-subtitle span{background:rgba(0,0,0,.76)}
.player-shell.enhanced-player[data-sub-bg=black] .custom-subtitle span{background:rgba(0,0,0,.94);box-shadow:0 8px 24px rgba(0,0,0,.35)}
.player-shell.enhanced-player[data-sub-bg=none] .custom-subtitle span{background:transparent;padding:.05rem .12rem;text-shadow:0 3px 9px #000,0 0 22px #000,0 0 4px #000}
.player-shell.enhanced-player:fullscreen[data-sub-size=small] .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen[data-sub-size=small] .custom-subtitle{font-size:clamp(18px,3vw,32px)!important}
.player-shell.enhanced-player:fullscreen[data-sub-size=normal] .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen[data-sub-size=normal] .custom-subtitle{font-size:clamp(20px,3.6vw,42px)!important}
.player-shell.enhanced-player:fullscreen[data-sub-size=large] .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen[data-sub-size=large] .custom-subtitle{font-size:clamp(24px,4.3vw,52px)!important}
.player-shell.enhanced-player:fullscreen[data-sub-size=xlarge] .custom-subtitle,.player-shell.enhanced-player:-webkit-full-screen[data-sub-size=xlarge] .custom-subtitle{font-size:clamp(28px,5vw,64px)!important}
@media(max-width:720px){
  body.watch-page .subtitle-style-panel{display:grid;grid-template-columns:1fr;gap:.55rem}
  body.watch-page .subtitle-style-panel label{display:grid;grid-template-columns:92px minmax(0,1fr);width:100%;align-items:center}
  body.watch-page .subtitle-style-panel select{width:100%}
  .player-shell.enhanced-player[data-sub-size=small] .custom-subtitle{font-size:clamp(12px,3.6vw,17px)}
  .player-shell.enhanced-player[data-sub-size=normal] .custom-subtitle{font-size:clamp(14px,4.3vw,20px)}
  .player-shell.enhanced-player[data-sub-size=large] .custom-subtitle{font-size:clamp(16px,5vw,24px)}
  .player-shell.enhanced-player[data-sub-size=xlarge] .custom-subtitle{font-size:clamp(18px,5.8vw,28px)}
}

/* v18: premium mobile header + Font Awesome player polish */
.site-header.premium-header{
  position:sticky;
  top:0;
  height:auto;
  min-height:0;
  display:block;
  padding:.8rem var(--gutter) .7rem;
  background:linear-gradient(180deg,rgba(8,8,12,.96),rgba(13,11,15,.92));
  backdrop-filter:blur(20px) saturate(150%);
  border-bottom:1px solid rgba(255,255,255,.075);
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}
.site-header.premium-header .header-mainline{
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(220px,520px) auto;
  align-items:center;
  gap:.9rem;
}
.site-header.premium-header .brand{min-width:0}
.site-header.premium-header .brand span{font-size:1.6rem;line-height:1;letter-spacing:-.06em}
.site-header.premium-header .header-search{
  justify-self:center;
  width:min(520px,100%);
  height:46px;
  padding:0 .36rem 0 1.05rem;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.105);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 22px rgba(0,0,0,.22);
}
.site-header.premium-header .header-search input{width:100%;min-width:0;font-size:.94rem;color:#fff}
.site-header.premium-header .header-search .search-submit{
  width:38px;min-width:38px;height:38px;padding:0;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.09);color:#fff
}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;min-width:0}
.circle-action{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;height:42px;min-width:42px;padding:0 .82rem;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.11);color:#fff;font-weight:850;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)
}
.circle-action i{font-size:.95rem;color:var(--accent)}
.circle-action span{font-size:.86rem;max-width:110px;overflow:hidden;text-overflow:ellipsis}
.circle-action em{font-style:normal;font-size:.62rem;border-radius:999px;background:linear-gradient(135deg,#fff2aa,#f5c542);color:#171108;padding:.15rem .4rem;font-weight:950}
.site-header.premium-header .notify-pill{height:42px;min-width:42px;padding:0;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));}
.site-header.premium-header .notify-pill i{color:#ffd147}.site-header.premium-header .notify-pill b{right:-3px;top:-5px}
.site-header.premium-header .server-label,.site-header.premium-header .server-select,.site-header.premium-header .nav-links{display:none!important}
.quick-nav{
  max-width:var(--maxw);
  margin:.72rem auto 0;
  display:flex;align-items:center;gap:.55rem;overflow-x:auto;padding-bottom:.05rem;scrollbar-width:none
}
.quick-nav::-webkit-scrollbar{display:none}
.quick-nav a{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:.52rem 1rem;border-radius:999px;
  background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.72);font-weight:850;white-space:nowrap;font-size:.9rem
}
.quick-nav a i{font-size:.86rem;color:rgba(255,255,255,.64)}
.quick-nav a.active,.quick-nav a:hover{background:rgba(229,9,20,.18);border-color:rgba(229,9,20,.45);color:#fff}.quick-nav a.active i,.quick-nav a:hover i{color:var(--accent)}
body.watch-page .watch-layout{padding-top:1.25rem}
body:not(.watch-page) .page{padding-top:2.2rem}
body:not(.watch-page) main{padding-top:2.2rem}.hero{margin-top:0}

/* v18 player: clean professional controls */
body.watch-page .player-shell.enhanced-player{border-radius:22px;border:1px solid rgba(255,255,255,.12);overflow:hidden;background:#030304;box-shadow:0 28px 80px rgba(0,0,0,.65)}
body.watch-page .player-overlay-actions{position:absolute;left:1rem;top:1rem;z-index:18;display:flex;gap:.6rem;flex-wrap:wrap}
body.watch-page .player-fullscreen-btn{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:38px;padding:.52rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.62);backdrop-filter:blur(10px);color:#fff;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.35)}
body.watch-page .stream-control-bar.advanced-controls{
  display:grid!important;grid-template-columns:1fr;gap:.85rem;margin:1rem 0 1rem;padding:1rem;
  border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.095);box-shadow:0 18px 50px rgba(0,0,0,.28)
}
body.watch-page .vip-status-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;min-width:0;overflow:hidden}
body.watch-page .vip-status-row .small-pill{height:34px;min-height:34px;padding:.42rem .78rem;border-radius:999px;max-width:max-content}
body.watch-page .vip-status-row .tech-source{display:none!important}
body.watch-page .quality-picker,
body.watch-page .subtitle-picker,
body.watch-page .season-episode-picker,
body.watch-page .subtitle-style-panel{display:grid!important;grid-template-columns:132px minmax(0,1fr) auto;gap:.7rem;align-items:center;width:100%;min-width:0}
body.watch-page .season-episode-picker{grid-template-columns:1fr 1fr auto;padding:1rem;margin:1rem 0;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.095)}
body.watch-page .selector-field{display:grid!important;grid-template-columns:100px minmax(0,1fr);gap:.55rem;align-items:center;min-width:0}
body.watch-page .control-label{display:inline-flex;align-items:center;gap:.45rem;min-width:0;color:#d6d6df;font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:950;white-space:nowrap}
body.watch-page .control-label i{color:var(--accent);font-size:.86rem}
body.watch-page select{width:100%;max-width:100%;min-width:0!important;height:44px;border-radius:14px!important;background-color:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);font-size:.94rem}
body.watch-page .btn-small{height:44px;min-height:44px;border-radius:14px;padding:0 1.05rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;white-space:nowrap}
body.watch-page .small-pill{display:inline-flex;align-items:center;gap:.42rem}.vip-player-meta{background:linear-gradient(135deg,rgba(245,197,66,.22),rgba(229,9,20,.13))!important;border-color:rgba(245,197,66,.32)!important;color:#ffe9a0!important}
body.watch-page .watch-info{border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 12px 34px rgba(0,0,0,.25)}
body.watch-page .watch-info .meta-row span:first-child{display:none!important}
body.watch-page .subtitle-style-panel{grid-template-columns:132px minmax(0,1fr) minmax(0,1fr);padding:.35rem 0 0}
body.watch-page .subtitle-style-panel label{display:grid!important;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:.5rem;color:var(--muted);font-weight:900}

/* Cinema mode: only player stays bright, everything below becomes dark */
.cinema-active{background:#000!important;overflow:auto!important}.cinema-active::after{background:rgba(0,0,0,.88)!important;z-index:700!important}.cinema-active .watch-layout{position:relative!important;z-index:auto!important}.cinema-active .enhanced-player{position:relative!important;z-index:760!important;box-shadow:0 0 0 9999px rgba(0,0,0,.88),0 30px 95px rgba(0,0,0,.9)!important}.cinema-active .watch-layout > :not(.enhanced-player){position:relative;z-index:650;filter:brightness(.48);opacity:.74}.cinema-active main,.cinema-active .footer{filter:brightness(.18);opacity:.38}

@media(max-width:860px){
  .site-header.premium-header{padding:.78rem 1rem .72rem}.site-header.premium-header .header-mainline{grid-template-columns:auto minmax(0,1fr) auto;gap:.65rem}.site-header.premium-header .brand span{font-size:1.42rem}.site-header.premium-header .brand img{max-width:112px}.site-header.premium-header .header-search{height:44px;justify-self:stretch;padding-left:.9rem}.site-header.premium-header .header-search input{font-size:.9rem}.header-actions{gap:.45rem}.circle-action{height:44px;min-width:44px;padding:0}.circle-action span,.circle-action em,.admin-action{display:none!important}.quick-nav{margin-top:.65rem;gap:.45rem}.quick-nav a{min-height:38px;padding:.48rem .9rem;font-size:.86rem}
}
@media(max-width:720px){
  body:not(.watch-page) main{padding-top:1.05rem}.hero{min-height:520px;height:72vh;margin-bottom:-20px}.hero-content{left:1rem;right:1rem;bottom:9vh}.hero-title{font-size:clamp(2rem,9vw,3.3rem)}.hero-actions .btn,.actions .btn{width:100%;border-radius:14px;min-height:50px}.page{padding-left:1rem!important;padding-right:1rem!important}
  body.watch-page .watch-layout{padding:1rem 1rem 2rem!important}.site-header.premium-header .header-mainline{grid-template-columns:auto minmax(0,1fr) auto}.site-header.premium-header .header-search .search-submit{width:42px;min-width:42px;height:42px}.site-header.premium-header .header-search{border-radius:999px}.site-header.premium-header .notify-pill{display:inline-flex!important}.site-header.premium-header .user-action{display:none!important}
  body.watch-page .player-shell.enhanced-player{border-radius:18px;aspect-ratio:16/9;max-height:none!important}.player-overlay-actions{left:.55rem!important;right:.55rem!important;top:.55rem!important}.player-fullscreen-btn{min-height:34px!important;padding:.42rem .62rem!important;font-size:.78rem!important}
  body.watch-page .stream-control-bar.advanced-controls{border-radius:20px;padding:.85rem;gap:.78rem}.watch-page .vip-status-row{display:flex!important;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:.08rem;scrollbar-width:none}.watch-page .vip-status-row::-webkit-scrollbar{display:none}.watch-page .vip-status-row .small-pill{flex:0 0 auto}
  body.watch-page .quality-picker,body.watch-page .subtitle-picker{grid-template-columns:1fr;gap:.48rem}.watch-page .quality-picker .control-label,.watch-page .subtitle-picker .control-label{font-size:.72rem}.watch-page .quality-picker .btn,.watch-page .subtitle-picker .btn,.watch-page .subtitle-picker a.btn{width:100%}.watch-page .subtitle-picker{grid-template-columns:1fr 1fr}.watch-page .subtitle-picker .control-label,.watch-page .subtitle-picker select{grid-column:1/-1}.watch-page .subtitle-picker a.btn,.watch-page .subtitle-picker button.btn{min-width:0}
  body.watch-page .season-episode-picker{grid-template-columns:1fr!important;padding:.85rem;border-radius:20px}.watch-page .selector-field{grid-template-columns:1fr!important;gap:.38rem}.watch-page .season-episode-picker .btn{width:100%}
  body.watch-page .subtitle-style-panel{grid-template-columns:1fr!important}.watch-page .subtitle-style-panel .control-label{margin-top:.15rem}.watch-page .subtitle-style-panel label{grid-template-columns:1fr!important;gap:.35rem}.watch-page .watch-info{grid-template-columns:68px minmax(0,1fr);border-radius:18px}.watch-page .watch-info img{width:68px}.watch-page .watch-title{font-size:1.2rem}.watch-page .notice{font-size:.9rem}.cinema-active .watch-layout > :not(.enhanced-player){opacity:.45;filter:brightness(.35)}
}
@media(max-width:420px){.site-header.premium-header{padding-left:.82rem;padding-right:.82rem}.site-header.premium-header .brand span{font-size:1.25rem}.quick-nav a span{font-size:.8rem}.quick-nav a{padding:.45rem .75rem}.circle-action,.site-header.premium-header .notify-pill{height:40px;min-width:40px}.site-header.premium-header .header-search{height:40px}.site-header.premium-header .header-search .search-submit{height:38px;width:38px;min-width:38px}}

/* v19: fix quick navigation stacking so it never covers logo/search */
.site-header.premium-header{
  isolation:isolate;
  overflow:visible;
}
.site-header.premium-header .header-mainline{
  position:relative;
  z-index:4;
}
.site-header.premium-header .quick-nav{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:3;
  width:100%;
  clear:both;
  transform:none!important;
}

@media(max-width:860px){
  .site-header.premium-header{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:.68rem!important;
    padding:.82rem 1rem .78rem!important;
  }
  .site-header.premium-header .header-mainline{
    order:1!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:.58rem!important;
    align-items:center!important;
    width:100%!important;
    min-height:44px!important;
  }
  .site-header.premium-header .quick-nav{
    order:2!important;
    margin:0!important;
    padding:.02rem .02rem .08rem!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    max-width:100%!important;
    min-height:40px!important;
  }
  .site-header.premium-header .quick-nav a{
    flex:0 0 auto!important;
    min-height:38px!important;
  }
}

@media(max-width:560px){
  .site-header.premium-header{
    padding:.78rem .86rem .72rem!important;
  }
  .site-header.premium-header .header-mainline{
    grid-template-columns:minmax(102px,auto) minmax(0,1fr) auto!important;
    gap:.48rem!important;
  }
  .site-header.premium-header .brand{
    min-width:0!important;
    max-width:132px!important;
    overflow:hidden!important;
  }
  .site-header.premium-header .brand span{
    display:block!important;
    max-width:132px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .site-header.premium-header .header-search{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    margin:0!important;
  }
  .site-header.premium-header .header-search input{
    min-width:0!important;
    width:100%!important;
  }
  .site-header.premium-header .header-actions{
    flex:0 0 auto!important;
  }
  .site-header.premium-header .quick-nav{
    gap:.42rem!important;
    scroll-padding-left:0!important;
  }
  .site-header.premium-header .quick-nav a{
    min-height:36px!important;
    padding:.45rem .78rem!important;
    font-size:.82rem!important;
  }
  .site-header.premium-header .quick-nav a i{
    font-size:.78rem!important;
  }
}

@media(max-width:380px){
  .site-header.premium-header .header-mainline{
    grid-template-columns:minmax(86px,auto) minmax(0,1fr) auto!important;
  }
  .site-header.premium-header .brand{max-width:104px!important}
  .site-header.premium-header .brand span{max-width:104px!important;font-size:1.1rem!important}
  .site-header.premium-header .quick-nav a span{font-size:.76rem!important}
  .site-header.premium-header .quick-nav a{padding:.42rem .65rem!important}
}


/* v20: hamburger dropdown navigation - no more second-row nav covering logo/search */
.site-header.premium-header{
  overflow:visible!important;
}
.site-header.premium-header .header-mainline{
  position:relative;
  grid-template-columns:auto minmax(180px,520px) auto!important;
}
.nav-drawer-toggle{
  display:inline-flex!important;
}
.site-header.premium-header .quick-nav.nav-dropdown{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  right:var(--gutter)!important;
  left:auto!important;
  width:min(360px,calc(100vw - 2rem))!important;
  max-height:min(72vh,520px)!important;
  overflow:auto!important;
  display:none!important;
  flex-direction:column!important;
  gap:.45rem!important;
  margin:0!important;
  padding:.75rem!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(20,20,27,.98),rgba(10,10,14,.96))!important;
  backdrop-filter:blur(22px) saturate(150%)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.68),inset 0 1px 0 rgba(255,255,255,.08)!important;
  z-index:999!important;
}
.site-header.premium-header .quick-nav.nav-dropdown.open{
  display:flex!important;
  animation:menuDropV20 .18s var(--ease) both;
}
@keyframes menuDropV20{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}
.site-header.premium-header .quick-nav.nav-dropdown a{
  width:100%!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:.78rem!important;
  padding:.72rem .9rem!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.075)!important;
  color:#f5f5f7!important;
  font-weight:850!important;
}
.site-header.premium-header .quick-nav.nav-dropdown a i{
  width:20px!important;
  min-width:20px!important;
  text-align:center!important;
  color:var(--accent)!important;
}
.site-header.premium-header .quick-nav.nav-dropdown a:hover,
.site-header.premium-header .quick-nav.nav-dropdown a.active{
  background:rgba(229,9,20,.16)!important;
  border-color:rgba(229,9,20,.38)!important;
}
.site-header.premium-header .quick-nav.nav-dropdown a::after{display:none!important}
body.menu-dropdown-open::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.28);
  z-index:190;
}
body.menu-dropdown-open .site-header.premium-header{z-index:250!important}
@media(max-width:860px){
  .site-header.premium-header{
    padding:.75rem 1rem!important;
    display:block!important;
  }
  .site-header.premium-header .header-mainline{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:.55rem!important;
  }
  .site-header.premium-header .brand span{font-size:1.34rem!important}
  .site-header.premium-header .brand img{max-width:112px!important;max-height:34px!important}
  .site-header.premium-header .header-search{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    margin:0!important;
  }
  .site-header.premium-header .header-search input{
    min-width:0!important;
    width:100%!important;
    font-size:.88rem!important;
  }
  .site-header.premium-header .header-search .search-submit{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
  }
  .header-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:.38rem!important;
    min-width:auto!important;
  }
  .circle-action,
  .site-header.premium-header .notify-pill,
  .nav-drawer-toggle{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  .circle-action span,
  .circle-action em,
  .admin-action,
  .user-action span,
  .nav-drawer-toggle span{display:none!important}
  .site-header.premium-header .quick-nav.nav-dropdown{
    position:fixed!important;
    top:calc(env(safe-area-inset-top,0px) + 76px)!important;
    right:1rem!important;
    left:1rem!important;
    width:auto!important;
    max-height:calc(100vh - 96px)!important;
  }
  main{padding-top:86px!important}
  .page{padding-top:92px!important}
  .watch-layout{padding-top:92px!important}
  .detail-hero{padding-top:96px!important}
}
@media(max-width:480px){
  .site-header.premium-header{padding:.68rem .78rem!important}
  .site-header.premium-header .header-mainline{gap:.42rem!important}
  .site-header.premium-header .brand span{font-size:1.18rem!important;letter-spacing:-.055em!important}
  .site-header.premium-header .header-search{height:40px!important;padding-left:.74rem!important}
  .site-header.premium-header .header-search input{font-size:.84rem!important}
  .circle-action,
  .site-header.premium-header .notify-pill,
  .nav-drawer-toggle{width:40px!important;min-width:40px!important;height:40px!important}
  .site-header.premium-header .quick-nav.nav-dropdown{top:calc(env(safe-area-inset-top,0px) + 68px)!important;left:.78rem!important;right:.78rem!important;border-radius:20px!important}
}

/* v21 desktop IDLIX-like header + mobile-only hamburger */
.mobile-only{display:none!important}.desktop-only{display:inline-flex!important}
.site-header.premium-header.idlix-header{
  position:fixed;top:0;left:0;right:0;z-index:320;
  display:block;height:auto;min-height:0;
  padding:.9rem var(--gutter);
  background:linear-gradient(to bottom,rgba(10,10,15,.72),rgba(10,10,15,.32) 65%,rgba(10,10,15,0));
  border-bottom:0;box-shadow:none;backdrop-filter:none;
}
.site-header.premium-header.idlix-header.scrolled{
  background:rgba(10,10,15,.82);
  backdrop-filter:blur(16px) saturate(145%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header.premium-header.idlix-header .header-mainline{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.2rem;
  max-width:1500px;margin:0 auto;
}
.site-header.premium-header.idlix-header .brand{display:flex;align-items:center;min-width:0;max-width:160px}
.site-header.premium-header.idlix-header .brand img{max-width:124px;max-height:40px;object-fit:contain}
.site-header.premium-header.idlix-header .brand span{font-size:1.7rem;font-weight:950;letter-spacing:-.06em;color:var(--accent)}
.site-header.premium-header.idlix-header .desktop-nav{display:flex;align-items:center;gap:1.15rem;min-width:0;overflow:hidden}
.site-header.premium-header.idlix-header .desktop-nav a{display:inline-flex;align-items:center;gap:.42rem;color:rgba(255,255,255,.86);font-size:.98rem;font-weight:700;white-space:nowrap;opacity:.92;transition:.18s}
.site-header.premium-header.idlix-header .desktop-nav a i{font-size:.78rem;color:rgba(255,255,255,.55)}
.site-header.premium-header.idlix-header .desktop-nav a:hover,.site-header.premium-header.idlix-header .desktop-nav a.active{color:#fff;opacity:1}
.site-header.premium-header.idlix-header .desktop-nav a:hover i,.site-header.premium-header.idlix-header .desktop-nav a.active i{color:var(--accent)}
.site-header.premium-header.idlix-header .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}
.site-header.premium-header.idlix-header .circle-action{
  height:42px;min-width:42px;border-radius:999px;border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 1rem;
}
.site-header.premium-header.idlix-header .circle-action i{font-size:.95rem}
.site-header.premium-header.idlix-header .desktop-account span{display:inline!important;font-size:.96rem;font-weight:700;color:#fff}
.site-header.premium-header.idlix-header .admin-action span{display:inline!important}
.site-header.premium-header.idlix-header .notify-pill{padding:0;position:relative}
.site-header.premium-header.idlix-header .notify-pill b{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:.68rem;display:grid;place-items:center}
.site-header.premium-header.idlix-header .mobile-search,
.site-header.premium-header.idlix-header .quick-nav.nav-dropdown{display:none!important}
.site-header.premium-header.idlix-header .desktop-search-pop{
  position:absolute;top:calc(100% + .55rem);right:var(--gutter);width:min(420px,calc(100vw - 2rem));
  margin:0 auto;display:none;align-items:center;gap:.45rem;padding:8px;border-radius:999px;
  background:rgba(14,14,20,.96);border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 60px rgba(0,0,0,.45);
}
.site-header.premium-header.idlix-header .desktop-search-pop.open{display:flex}
.site-header.premium-header.idlix-header .desktop-search-pop input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:#fff;padding:0 .75rem}
.site-header.premium-header.idlix-header .desktop-search-pop .search-submit{height:40px;min-width:40px;padding:0;border-radius:999px;background:rgba(255,255,255,.08)}

@media (max-width: 991px){
  .mobile-only{display:inline-flex!important}.desktop-only{display:none!important}
  .site-header.premium-header.idlix-header{padding:.72rem .92rem .78rem;background:rgba(10,10,15,.94);backdrop-filter:blur(16px) saturate(145%);border-bottom:1px solid rgba(255,255,255,.07)}
  .site-header.premium-header.idlix-header .header-mainline{grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem}
  .site-header.premium-header.idlix-header .brand{max-width:110px}
  .site-header.premium-header.idlix-header .brand img{max-width:110px;max-height:34px}
  .site-header.premium-header.idlix-header .brand span{font-size:1.34rem}
  .site-header.premium-header.idlix-header .desktop-nav,
  .site-header.premium-header.idlix-header .desktop-search-pop,
  .site-header.premium-header.idlix-header .desktop-search-toggle,
  .site-header.premium-header.idlix-header .desktop-account,
  .site-header.premium-header.idlix-header .admin-action{display:none!important}
  .site-header.premium-header.idlix-header .header-actions{gap:.48rem}
  .site-header.premium-header.idlix-header .circle-action,
  .site-header.premium-header.idlix-header .notify-pill,
  .site-header.premium-header.idlix-header .nav-drawer-toggle{width:42px;min-width:42px;height:42px;padding:0;border-radius:999px}
  .site-header.premium-header.idlix-header .mobile-search{display:flex!important;grid-column:1/-1;height:46px;padding-left:.88rem;padding-right:6px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}
  .site-header.premium-header.idlix-header .mobile-search input{width:100%;min-width:0;background:transparent;border:0;outline:0;color:#fff;font-size:.92rem}
  .site-header.premium-header.idlix-header .mobile-search .search-submit{width:40px;min-width:40px;height:40px;padding:0;border-radius:999px;background:rgba(255,255,255,.08)}
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;position:absolute;
    top:calc(100% + .55rem);left:.92rem;right:.92rem;padding:.85rem;border-radius:20px;
    background:rgba(14,14,20,.98);border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 70px rgba(0,0,0,.52);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:.2s ease;
  }
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown a{display:flex!important;align-items:center;gap:.62rem;min-height:44px;padding:.72rem .9rem;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);color:#fff;font-size:.9rem;font-weight:700}
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown a i{width:18px;text-align:center;color:rgba(255,255,255,.72);font-size:.9rem}
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown a.active,
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown a:hover{background:rgba(229,9,20,.15);border-color:rgba(229,9,20,.35)}
}

@media (max-width: 460px){
  .site-header.premium-header.idlix-header{padding:.68rem .78rem .74rem}
  .site-header.premium-header.idlix-header .header-mainline{gap:.48rem}
  .site-header.premium-header.idlix-header .brand{max-width:102px}
  .site-header.premium-header.idlix-header .brand span{font-size:1.18rem}
  .site-header.premium-header.idlix-header .mobile-search{height:42px;padding-left:.76rem}
  .site-header.premium-header.idlix-header .mobile-search input{font-size:.85rem}
  .site-header.premium-header.idlix-header .mobile-search .search-submit,
  .site-header.premium-header.idlix-header .circle-action,
  .site-header.premium-header.idlix-header .notify-pill,
  .site-header.premium-header.idlix-header .nav-drawer-toggle{width:40px;min-width:40px;height:40px}
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown{left:.78rem;right:.78rem;top:calc(100% + .5rem)}
}

/* v22: desktop hero polish + consistent IDLIX-like header on home/detail/watch */
:root{--header-h-desktop:72px;--header-h-mobile:112px}
.site-header.premium-header.idlix-header{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
@media (min-width: 992px){
  .site-header.premium-header.idlix-header{height:var(--header-h-desktop);padding:0 1.75rem;background:linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.18) 78%,transparent)!important;border:0!important}
  .site-header.premium-header.idlix-header.scrolled{background:rgba(9,9,13,.82)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(18px) saturate(150%)}
  .site-header.premium-header.idlix-header .header-mainline{height:100%;max-width:none;grid-template-columns:auto 1fr auto;gap:1.55rem}
  .site-header.premium-header.idlix-header .brand span{font-size:1.58rem!important;color:var(--accent);text-shadow:0 0 24px rgba(229,9,20,.28)}
  .site-header.premium-header.idlix-header .brand img{max-height:38px;max-width:132px}
  .site-header.premium-header.idlix-header .desktop-nav{gap:1.45rem;align-self:stretch;height:100%}
  .site-header.premium-header.idlix-header .desktop-nav a{height:100%;position:relative;font-size:.92rem;font-weight:650;color:rgba(255,255,255,.88);letter-spacing:.01em}
  .site-header.premium-header.idlix-header .desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;border-radius:999px;background:var(--accent);opacity:0;transform:scaleX(.4);transition:.18s}
  .site-header.premium-header.idlix-header .desktop-nav a.active::after,.site-header.premium-header.idlix-header .desktop-nav a:hover::after{opacity:1;transform:scaleX(1)}
  .site-header.premium-header.idlix-header .desktop-nav a i{font-size:.73rem;opacity:.75}
  .site-header.premium-header.idlix-header .header-actions{height:100%;gap:.85rem}
  .site-header.premium-header.idlix-header .circle-action{height:38px;min-width:38px;padding:0 .75rem;background:transparent;border-color:transparent;color:rgba(255,255,255,.92);box-shadow:none}
  .site-header.premium-header.idlix-header .circle-action:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.08)}
  .site-header.premium-header.idlix-header .desktop-account{padding:0 .9rem}.site-header.premium-header.idlix-header .desktop-account span{font-size:.9rem}
  .site-header.premium-header.idlix-header .notify-pill{padding:0;width:38px;min-width:38px}
  .site-header.premium-header.idlix-header .desktop-search-pop{top:calc(100% + .4rem);right:1.75rem}

  body:not(.watch-page) main{padding-top:72px}
  .hero{height:min(78vh,650px);min-height:520px;margin-bottom:-58px;overflow:hidden;background:#050506}
  .hero-slide{overflow:hidden}.hero-bg{background-position:center center;transform:scale(1.02);filter:saturate(1.05) contrast(1.03)}
  .hero-bg::after{background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.42) 34%,rgba(0,0,0,.12) 66%,rgba(0,0,0,.38) 100%),linear-gradient(0deg,var(--bg) 0%,rgba(0,0,0,.55) 20%,rgba(0,0,0,.1) 58%)}
  .hero-content{left:3.5rem;bottom:8rem;max-width:720px}.hero .eyebrow{background:var(--accent);color:#fff;padding:.55rem .92rem;border-radius:4px;letter-spacing:.08em;font-size:.74rem;margin-bottom:1rem}.hero-title{max-width:680px;font-size:clamp(3.2rem,5.6vw,6.4rem);line-height:.9;letter-spacing:-.07em;text-shadow:0 7px 35px rgba(0,0,0,.68)}
  .hero-meta{font-size:1rem;gap:.85rem;color:rgba(255,255,255,.84)}.hero-overview{max-width:760px;font-size:1.05rem;color:rgba(255,255,255,.78);-webkit-line-clamp:2}.hero .actions{margin-top:1.25rem}.hero .btn{border-radius:7px;padding:.9rem 1.75rem}.hero .btn-primary{background:var(--accent);color:#fff}.hero .btn-primary:hover{background:var(--accent2)}.hero .btn-dark{background:rgba(255,255,255,.12);backdrop-filter:blur(10px)}
  .hero-dots{left:3.5rem;right:auto;bottom:5.05rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.45)}.hero-dot.active{width:28px;border-radius:999px;background:var(--accent)}

  .detail-hero{padding-top:calc(var(--header-h-desktop) + 3rem);min-height:650px}.watch-layout{padding-top:calc(var(--header-h-desktop) + 2rem)!important}.watch-page .site-header.premium-header.idlix-header{position:fixed!important;top:0!important}
  body.watch-page .site-header{transform:none!important}
}

@media (max-width: 991px){
  body{padding-top:0}.hero{margin-top:0;min-height:72vh;height:72vh}.hero-content{bottom:6.3rem}.hero-title{font-size:clamp(2.15rem,11vw,3.5rem);max-width:95%;word-break:normal;overflow-wrap:anywhere}.hero .actions{display:grid;grid-template-columns:1fr;gap:.72rem;max-width:100%}.hero .btn{width:100%;border-radius:12px}.hero-dots{display:flex;left:1rem;right:auto;bottom:4.6rem}.hero-dot{width:7px;height:7px;border-radius:50%}.hero-dot.active{width:24px;border-radius:999px}
  body.detail-page .site-header.premium-header.idlix-header,body.watch-page .site-header.premium-header.idlix-header{position:sticky!important;top:0!important;z-index:520!important}.detail-hero{padding-top:1.2rem}.watch-layout{padding-top:1rem!important}
}

@media (min-width: 1200px){.hero-content{left:4.2rem}.hero-dots{left:4.2rem}.site-header.premium-header.idlix-header{padding-left:2rem;padding-right:2rem}}

/* v23 dynamic media badge and watch comments */
.hero .eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(229,9,20,.95);color:#fff;border-radius:8px;padding:.48rem .9rem;letter-spacing:.12em;font-weight:950;box-shadow:0 10px 30px rgba(229,9,20,.22)}
.comments-panel{margin:2.2rem 0 1rem;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:1.15rem;box-shadow:0 20px 55px rgba(0,0,0,.26)}
.comments-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.comments-head h2{font-size:1.35rem;line-height:1;font-weight:950;letter-spacing:-.03em;display:flex;gap:.55rem;align-items:center}.comments-head h2 i{color:var(--accent)}.comments-head p{color:var(--muted);font-weight:650;margin-top:.4rem}.comments-tabs{display:flex;gap:.45rem;flex-wrap:wrap}.comments-tabs span{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.055);border-radius:999px;padding:.42rem .8rem;color:var(--muted);font-size:.82rem;font-weight:850}.comments-tabs span.active{background:rgba(229,9,20,.18);border-color:rgba(229,9,20,.42);color:#fff}.comment-box{display:flex;gap:.8rem;margin-bottom:1.15rem}.comment-avatar{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,var(--accent),#6d1020);color:#fff;font-weight:950;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 26px rgba(0,0,0,.28)}.comment-avatar.img{object-fit:cover;background:var(--card);padding:0}.comment-form{flex:1;min-width:0;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:.9rem}.comment-form-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.7rem}.comment-form-top strong{font-size:.95rem}.comment-form-top label{display:flex;align-items:center;gap:.45rem;color:#facc15;font-weight:850}.comment-form-top select{height:34px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;padding:0 .75rem;outline:0}.comment-form textarea{width:100%;resize:vertical;min-height:92px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.05);color:#fff;outline:0;padding:.85rem;line-height:1.5}.comment-form textarea:focus{border-color:rgba(229,9,20,.45);box-shadow:0 0 0 3px rgba(229,9,20,.12)}.comment-actions{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.72rem}.comment-actions span{font-size:.82rem;color:var(--muted)}.comment-login-card{width:100%;display:flex;align-items:center;gap:.85rem;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(0,0,0,.22);padding:1rem}.comment-login-card>i{width:42px;height:42px;border-radius:999px;background:rgba(229,9,20,.15);color:var(--accent);display:grid;place-items:center}.comment-login-card div{display:grid;gap:.15rem;min-width:0;flex:1}.comment-login-card span{color:var(--muted);font-size:.88rem}.comment-list{display:grid;gap:.85rem}.comment-item{display:flex;gap:.82rem;border-top:1px solid rgba(255,255,255,.065);padding-top:.9rem}.comment-body{min-width:0;flex:1}.comment-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-bottom:.35rem}.comment-meta b{font-size:.95rem}.comment-meta em{font-style:normal;background:linear-gradient(135deg,#f5c542,#fff2a8);color:#281a00;border-radius:999px;padding:.1rem .45rem;font-size:.66rem;font-weight:950}.comment-meta span{color:var(--muted);font-size:.78rem;font-weight:700}.comment-rating{color:#facc15!important}.comment-body p{color:rgba(255,255,255,.86);line-height:1.58;word-break:break-word}.comment-tools{display:flex;gap:.85rem;margin-top:.55rem}.comment-tools button{background:transparent;border:0;color:var(--muted);cursor:pointer;font-size:.82rem;font-weight:750}.comment-tools button:hover{color:#fff}
@media(max-width:720px){.comments-panel{padding:.9rem;border-radius:18px}.comments-head{display:grid;gap:.8rem}.comments-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.comment-box,.comment-item{gap:.65rem}.comment-avatar{width:36px;height:36px}.comment-form{padding:.75rem;border-radius:16px}.comment-form-top{align-items:flex-start;flex-direction:column;gap:.5rem}.comment-actions{align-items:stretch;flex-direction:column}.comment-actions .btn{width:100%}.comment-login-card{align-items:flex-start;flex-wrap:wrap}.comment-login-card .btn{width:100%}}

/* v24 growth pack styles */
.ad-slot{max-width:var(--maxw);margin:1rem auto;padding:0 var(--gutter);overflow:hidden}.ad-slot img{max-width:100%;border-radius:14px;display:block}.ad-home-middle,.ad-home-bottom{margin-top:.4rem;margin-bottom:1.3rem}.ad-watch-top,.ad-watch-below{padding:0;margin:0 0 1rem}.panel-like,.report-panel{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:18px;padding:1.1rem;margin:1.4rem 0;box-shadow:0 12px 40px rgba(0,0,0,.22)}.report-grid{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr) auto;gap:.8rem;align-items:end}.report-grid label{display:grid;gap:.45rem;color:var(--muted);font-weight:800;font-size:.82rem}.report-grid input,.report-grid select{height:44px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.06);color:var(--text);padding:0 .85rem}.term-cloud{display:flex;flex-wrap:wrap;gap:.65rem}.term-cloud a{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.05);font-weight:850}.term-cloud a:hover{border-color:rgba(229,9,20,.55);background:rgba(229,9,20,.13)}.term-cloud small{color:var(--muted);font-size:.78rem}.inline-admin-form{display:grid;gap:.45rem;min-width:180px}.inline-admin-form textarea{width:100%;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.05);color:var(--text);padding:.55rem}.admin-table-wrap{overflow-x:auto}.admin-table input,.admin-table textarea,.admin-table select{width:100%;min-width:120px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.06);color:var(--text);padding:.55rem}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line);font-weight:850}.switch-row input{width:20px;height:20px}.browse-page .grid{margin-top:1rem}@media(max-width:760px){.report-grid{grid-template-columns:1fr}.ad-slot{padding-left:1rem;padding-right:1rem}.panel-like,.report-panel{border-radius:16px;padding:.9rem}.admin-table{min-width:760px}}

/* v25 header/page spacing fix: prevent Country/Genre/Year titles and nav labels being cut */
:root{--header-h-desktop:72px;}
@media (min-width: 992px){
  .site-header.premium-header.idlix-header .desktop-nav{
    overflow:visible!important;
    gap:clamp(.62rem,1.05vw,1rem)!important;
    min-width:0!important;
  }
  .site-header.premium-header.idlix-header .desktop-nav a{
    flex:0 0 auto!important;
    font-size:clamp(.78rem,.92vw,.94rem)!important;
    max-width:none!important;
    white-space:nowrap!important;
  }
  .site-header.premium-header.idlix-header .desktop-nav a span{
    display:inline!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .site-header.premium-header.idlix-header .header-actions{gap:.42rem!important;}
  .site-header.premium-header.idlix-header .desktop-account{padding:0 .7rem!important;}
  .site-header.premium-header.idlix-header .admin-action{padding:0 .75rem!important;}
  body:not(.watch-page) .page,
  body:not(.watch-page) .page.browse-page{
    padding-top:calc(var(--header-h-desktop) + 2.4rem)!important;
  }
  body:not(.watch-page) .page > .page-title:first-child,
  body:not(.watch-page) .browse-page > .page-title:first-child{
    margin-top:0!important;
    line-height:1.05!important;
    position:relative;
    z-index:2;
  }
}
@media (min-width: 992px) and (max-width: 1180px){
  .site-header.premium-header.idlix-header .desktop-nav{gap:.55rem!important;}
  .site-header.premium-header.idlix-header .desktop-nav a{font-size:.78rem!important;gap:.28rem!important;}
  .site-header.premium-header.idlix-header .desktop-account span,
  .site-header.premium-header.idlix-header .admin-action span{display:none!important;}
  .site-header.premium-header.idlix-header .desktop-account,
  .site-header.premium-header.idlix-header .admin-action{padding:0!important;width:38px!important;min-width:38px!important;}
}
@media (max-width: 991px){
  body:not(.watch-page) .page,
  body:not(.watch-page) .page.browse-page{padding-top:1.15rem!important;}
  .page-title{line-height:1.08!important;}
}

/* v27 user account experience */
.account-menu-wrap{position:relative}.account-chip{height:46px;padding:0 14px 0 8px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05);display:inline-flex;align-items:center;gap:.72rem;color:#fff;font-weight:800}.account-chip i{font-size:.8rem;color:rgba(255,255,255,.7)}.account-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#7a0011);color:#fff;font-weight:900;border:2px solid rgba(255,255,255,.12)}.account-avatar.large{width:48px;height:48px}.account-chip-name{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:330px;padding:14px;border-radius:22px;background:rgba(12,12,18,.98);border:1px solid rgba(255,255,255,.10);box-shadow:0 30px 80px rgba(0,0,0,.46);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:.2s ease}.account-menu-wrap.open .account-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.account-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.account-meta b{display:block;font-size:1.06rem}.account-meta span{display:block;color:rgba(255,255,255,.64);font-size:.9rem}.account-role{display:inline-block;margin-top:6px;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.72rem;font-weight:800}.account-progress{height:6px;margin-top:10px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden}.account-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#666,#ddd)}.account-grid-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.account-grid-links a,.account-link-group a{display:flex;align-items:center;gap:10px;color:#fff;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.05)}.account-link-group{display:grid;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.account-grid-links a:hover,.account-link-group a:hover,.account-signout:hover{background:rgba(229,9,20,.12);border-color:rgba(229,9,20,.28)}.account-language-row{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.account-language-row b{display:flex;align-items:center;gap:8px;font-size:.78rem;color:rgba(255,255,255,.7);margin-bottom:10px}.lang-duo{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lang-pill{display:flex;align-items:center;justify-content:center;height:40px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);font-weight:700}.lang-pill.active{color:#fff;background:rgba(255,255,255,.09)}.account-signout{display:flex;align-items:center;gap:10px;color:#fff;padding:12px;border-radius:14px;margin-top:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.05)}

.auth-shell-page .page{padding-top:110px}.auth-split-wrap{min-height:calc(100vh - 120px)}.auth-split{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:stretch}.auth-promo,.auth-panel{border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);padding:34px 34px 30px}.auth-promo{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-promo:before{content:'';position:absolute;inset:auto -10% -25% auto;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(229,9,20,.12),transparent 60%);filter:blur(8px)}.auth-brand-badge{display:inline-flex;align-items:center;gap:12px;color:var(--accent);font-weight:900;font-size:2rem;margin-bottom:22px}.auth-brand-badge i{width:54px;height:54px;border-radius:18px;background:rgba(229,9,20,.12);display:grid;place-items:center;font-size:1.3rem}.auth-promo h1{font-size:clamp(2.6rem,4vw,4.4rem);line-height:1.02;margin:0 0 18px}.auth-promo p{max-width:520px;color:rgba(255,255,255,.72);font-size:1.14rem;line-height:1.7}.auth-promo ul{display:grid;gap:14px;margin:28px 0 0;padding:0;list-style:none}.auth-promo li{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.85)}.auth-promo li i{color:#46d369}.auth-panel h2{font-size:2rem;margin:0 0 6px}.auth-panel>p{color:rgba(255,255,255,.64);margin-bottom:18px}.auth-panel .form-grid{gap:16px}.auth-panel .field label{font-size:.86rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.68)}.auth-panel .field input,.auth-panel .field textarea{height:52px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;padding:0 16px}.field-prefix,.field-password{position:relative;display:flex;align-items:center}.field-prefix span{position:absolute;left:14px;color:rgba(255,255,255,.55)}.field-prefix input{padding-left:34px!important}.field-password input{padding-right:48px!important;width:100%}.pass-toggle{position:absolute;right:12px;border:0;background:none;color:rgba(255,255,255,.58);font-size:1rem}.auth-submit{height:54px;border-radius:16px;font-size:1.05rem;font-weight:800}.auth-foot-note{padding-top:18px;margin-top:18px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:rgba(255,255,255,.6)}.auth-foot-note a{color:#ff4453;font-weight:700}

.user-dashboard-page,.user-settings-page{padding-top:124px}.user-top-hero,.settings-profile-banner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 0 10px}.user-top-main{display:flex;align-items:center;gap:16px}.user-large-avatar{width:98px;height:98px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff1732,#950013);font-size:3rem;font-weight:900;border:4px solid rgba(255,255,255,.08);box-shadow:0 0 0 2px rgba(255,255,255,.04) inset}.user-large-avatar.small{width:86px;height:86px;font-size:2.4rem}.user-top-name{font-size:2.05rem;font-weight:900;display:flex;align-items:center;gap:10px}.user-top-name.small{font-size:1.6rem}.mini-badge{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.78rem;color:#fff;font-weight:800}.user-top-meta{color:rgba(255,255,255,.6);font-size:1rem}.user-top-actions{display:flex;gap:12px;flex-wrap:wrap}.user-tabs,.settings-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:18px 0 26px}.settings-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.user-tabs a,.settings-tabs a{height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700}.user-tabs a.active,.settings-tabs a.active{background:rgba(255,255,255,.09);color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.03) inset}.user-showcase-grid,.settings-grid{display:grid;gap:22px}.user-showcase-grid{grid-template-columns:1fr 1fr}.user-showcase-grid .full,.settings-grid .full{grid-column:1/-1}.settings-grid.two{grid-template-columns:1fr .95fr}.settings-grid.two-right{grid-template-columns:1.3fr .7fr}.settings-side-col{display:grid;gap:22px}.user-panel,.settings-card{border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.08);padding:24px}.user-panel h3,.settings-card h3{margin:0 0 6px;font-size:1.8rem}.settings-card h3{font-size:1.72rem}.user-panel>p,.settings-card>p,.settings-heading p{color:rgba(255,255,255,.58)}.settings-heading h1{font-size:3.2rem;margin:0 0 4px}.mini-card-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.mini-poster{display:block;color:#fff}.mini-poster img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.mini-poster span{display:block;margin-top:9px;font-size:.92rem;color:rgba(255,255,255,.84)}.stack-list,.comment-stack{display:grid;gap:12px;margin-top:14px}.stack-item,.comment-card-lite{display:grid;gap:4px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);color:#fff}.stack-item span,.comment-card-lite small,.comment-card-lite p,.empty-soft{color:rgba(255,255,255,.58)}.empty-soft{min-height:128px;display:grid;place-items:center;text-align:center;border-radius:20px;background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.08);margin-top:16px;padding:18px}.settings-card .form-grid{gap:16px;margin-top:18px}.settings-card .field label{font-size:.92rem;color:rgba(255,255,255,.78)}.settings-card .field input,.settings-card .field textarea{width:100%;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;padding:14px 16px;min-height:54px}.settings-card .field textarea{min-height:130px;resize:vertical}.settings-card .field small{color:rgba(255,255,255,.45)}.toggle-line{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.toggle-line span{display:grid;gap:4px}.toggle-line small{color:rgba(255,255,255,.56)}.info-list{display:grid;gap:10px;margin-top:12px}.info-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}.info-list>div:last-child{border-bottom:0}.ok-tag,.soft-tag{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;background:#0d4c24;color:#5be483}.soft-tag{background:rgba(255,255,255,.08);color:#ddd}.plan-stage{min-height:350px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;color:rgba(255,255,255,.66)}.plan-circle{width:62px;height:62px;border-radius:20px;background:rgba(255,255,255,.06);display:grid;place-items:center;font-size:1.5rem}.plan-list{display:grid;gap:14px;margin-top:14px}.plan-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}.plan-option span{display:block;color:rgba(255,255,255,.55);margin-top:3px}.redeem-bar{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:16px}.redeem-bar input{height:54px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;padding:0 16px}.danger-row{display:grid;gap:18px}.danger-copy b{display:block;font-size:1.05rem;margin-bottom:6px}.danger-copy span{color:rgba(255,255,255,.58);line-height:1.7}.btn.btn-danger{background:transparent;border:1px solid rgba(229,9,20,.46);color:#ff5968}.btn.small{height:40px;padding:0 14px;border-radius:14px}.btn.full{width:100%;justify-content:center}.settings-card.compact{height:fit-content}.tall{min-height:100%}.switch{position:relative;display:inline-block;width:54px;height:30px}.switch input{opacity:0;width:0;height:0}.slider,.switch:before{display:none}.switch input + .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#333;border-radius:999px;transition:.2s}.switch input + .slider:before{content:'';position:absolute;height:22px;width:22px;left:4px;top:4px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked + .slider{background:#55d878}.switch input:checked + .slider:before{transform:translateX(24px)}

@media (max-width:1100px){.auth-split{grid-template-columns:1fr}.user-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.user-showcase-grid,.settings-grid.two,.settings-grid.two-right{grid-template-columns:1fr}.mini-card-row{grid-template-columns:repeat(3,minmax(0,1fr))}.account-dropdown{width:300px}}
@media (max-width:767px){.auth-shell-page .page,.user-dashboard-page,.user-settings-page{padding-top:108px}.auth-promo,.auth-panel,.user-panel,.settings-card{padding:20px}.auth-promo h1{font-size:2.35rem}.user-top-hero,.settings-profile-banner{flex-direction:column;align-items:flex-start}.user-large-avatar{width:76px;height:76px;font-size:2.2rem}.user-top-name{font-size:1.6rem}.user-tabs,.settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mini-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}.redeem-bar{grid-template-columns:1fr}.site-header.premium-header.idlix-header .mobile-search{grid-column:1/-1}}
@media (max-width:460px){.mini-card-row{grid-template-columns:1fr 1fr}.user-tabs a,.settings-tabs a{font-size:.88rem;padding:0 8px;text-align:center}.auth-brand-badge{font-size:1.6rem}.auth-brand-badge i{width:46px;height:46px}.auth-promo p{font-size:1rem}}

/* v28: mobile header one-line fix */
@media (max-width: 991px){
  .site-header.premium-header.idlix-header{
    padding:.62rem .74rem!important;
    min-height:64px!important;
    overflow:visible!important;
  }
  .site-header.premium-header.idlix-header .header-mainline{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:.42rem!important;
    width:100%!important;
    max-width:none!important;
  }
  .site-header.premium-header.idlix-header .brand{
    order:1!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:104px!important;
    min-width:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    z-index:2!important;
  }
  .site-header.premium-header.idlix-header .brand span{
    display:block!important;
    max-width:104px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:1.18rem!important;
    line-height:1!important;
  }
  .site-header.premium-header.idlix-header .brand img{
    max-width:104px!important;
    max-height:30px!important;
  }
  .site-header.premium-header.idlix-header .mobile-search{
    order:2!important;
    display:flex!important;
    grid-column:auto!important;
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
    height:42px!important;
    margin:0!important;
    padding-left:.72rem!important;
    padding-right:4px!important;
    position:relative!important;
    z-index:1!important;
  }
  .site-header.premium-header.idlix-header .mobile-search input{
    min-width:0!important;
    width:100%!important;
    font-size:.86rem!important;
  }
  .site-header.premium-header.idlix-header .mobile-search .search-submit{
    flex:0 0 38px!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
  }
  .site-header.premium-header.idlix-header .header-actions{
    order:3!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:.32rem!important;
    min-width:auto!important;
    width:auto!important;
    position:static!important;
    z-index:2!important;
  }
  .site-header.premium-header.idlix-header .mobile-notify,
  .site-header.premium-header.idlix-header .nav-drawer-toggle{
    display:inline-flex!important;
    flex:0 0 40px!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    padding:0!important;
    border-radius:999px!important;
    position:relative!important;
  }
  .site-header.premium-header.idlix-header .mobile-notify span,
  .site-header.premium-header.idlix-header .nav-drawer-toggle span,
  .site-header.premium-header.idlix-header .mobile-notify em,
  .site-header.premium-header.idlix-header .nav-drawer-toggle em{
    display:none!important;
  }
  .site-header.premium-header.idlix-header .desktop-nav,
  .site-header.premium-header.idlix-header .desktop-only,
  .site-header.premium-header.idlix-header .desktop-search-pop,
  .site-header.premium-header.idlix-header .desktop-search-toggle,
  .site-header.premium-header.idlix-header .desktop-account,
  .site-header.premium-header.idlix-header .admin-action,
  .site-header.premium-header.idlix-header .account-menu-wrap{
    display:none!important;
  }
  .site-header.premium-header.idlix-header .quick-nav.nav-dropdown{
    top:calc(100% + .5rem)!important;
    left:.74rem!important;
    right:.74rem!important;
    z-index:999!important;
  }
}

@media (max-width: 430px){
  .site-header.premium-header.idlix-header{padding-left:.62rem!important;padding-right:.62rem!important}
  .site-header.premium-header.idlix-header .header-mainline{gap:.34rem!important}
  .site-header.premium-header.idlix-header .brand{max-width:92px!important}
  .site-header.premium-header.idlix-header .brand span{max-width:92px!important;font-size:1.08rem!important;letter-spacing:-.055em!important}
  .site-header.premium-header.idlix-header .brand img{max-width:92px!important}
  .site-header.premium-header.idlix-header .mobile-search{height:40px!important;padding-left:.62rem!important}
  .site-header.premium-header.idlix-header .mobile-search input{font-size:.82rem!important}
  .site-header.premium-header.idlix-header .mobile-search .search-submit{width:36px!important;min-width:36px!important;height:36px!important;flex-basis:36px!important}
  .site-header.premium-header.idlix-header .mobile-notify,
  .site-header.premium-header.idlix-header .nav-drawer-toggle{width:38px!important;min-width:38px!important;height:38px!important;flex-basis:38px!important}
}

@media (max-width: 370px){
  .site-header.premium-header.idlix-header .brand{max-width:74px!important}
  .site-header.premium-header.idlix-header .brand span{max-width:74px!important;font-size:1rem!important}
  .site-header.premium-header.idlix-header .brand img{max-width:74px!important}
  .site-header.premium-header.idlix-header .mobile-search input::placeholder{font-size:.78rem!important}
}

/* v29: mobile profile fix, avatar/banner upload, rank system, Font Awesome solid icons */
.fa,.fa-solid,.fas{font-family:"Font Awesome 6 Free"!important;font-weight:900!important}.fab{font-family:"Font Awesome 6 Brands"!important}.fa::before,.fa-solid::before,.fas::before{display:inline-block}
.user-dashboard-page,.user-settings-page{padding-top:132px!important;padding-bottom:6rem!important}.user-settings-page{overflow:visible}.settings-heading{position:relative;z-index:2;margin-bottom:18px}.settings-heading h1{line-height:1.08}.settings-heading p{font-size:1.05rem;line-height:1.5}.profile-banner-card{position:relative;background-size:cover!important;background-position:center!important;overflow:hidden}.profile-banner-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.38));pointer-events:none}.profile-banner-card>*{position:relative;z-index:1}.user-large-avatar.has-photo,.account-avatar.has-photo{overflow:hidden;padding:0;background:#111!important}.user-large-avatar.has-photo img,.account-avatar.has-photo img{width:100%;height:100%;object-fit:cover;display:block}.settings-profile-copy{min-width:0}.rank-line{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:min(440px,100%);max-width:520px;margin-top:10px;padding-bottom:12px;color:rgba(255,255,255,.82);font-size:.88rem;font-weight:800}.rank-line span{display:inline-flex;align-items:center;gap:8px}.rank-line b{color:#f7d86d}.rank-line::after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;border-radius:999px;background:rgba(255,255,255,.14)}.rank-line em{position:absolute;left:0;bottom:0;height:7px;border-radius:999px;background:linear-gradient(90deg,var(--accent),#f7d86d);font-style:normal}.dashboard-rank{max-width:460px}.media-upload-card h3 i{color:var(--accent)}.media-upload-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;margin-top:18px}.upload-box{display:grid;gap:10px;border:1px dashed rgba(255,255,255,.18);background:rgba(255,255,255,.035);border-radius:18px;padding:16px;color:rgba(255,255,255,.82);font-weight:800}.upload-box span{display:flex;align-items:center;gap:10px}.upload-box i{color:#f7d86d}.upload-box input{font-size:.9rem;color:rgba(255,255,255,.72)}.media-remove-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.settings-card.full{grid-column:1/-1}.settings-profile-banner{min-height:180px;padding:26px!important;border-radius:24px;background-color:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);align-items:flex-end}.user-top-hero.profile-banner-card{min-height:210px;padding:34px;border-radius:28px;background-color:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);align-items:flex-end}.settings-tabs a i,.user-tabs a i{font-size:1rem;color:rgba(255,255,255,.72)}.settings-tabs a.active i,.user-tabs a.active i{color:var(--accent)}
@media(max-width:767px){
  .user-dashboard-page,.user-settings-page{padding-top:128px!important;padding-left:1rem!important;padding-right:1rem!important}.settings-heading{padding-top:.35rem;margin-bottom:16px}.settings-heading h1{font-size:2.35rem!important}.settings-heading p{font-size:1rem}.settings-profile-banner{min-height:240px!important;padding:22px!important;align-items:flex-start!important;justify-content:flex-end!important}.settings-profile-banner .user-large-avatar.small{width:96px;height:96px;font-size:2.6rem}.user-top-hero.profile-banner-card{min-height:260px!important;align-items:flex-end!important;padding:22px!important}.profile-banner-card{background-position:center top!important}.rank-line{min-width:0;width:100%;font-size:.82rem}.media-upload-grid{grid-template-columns:1fr}.upload-box{padding:15px}.user-top-main{align-items:flex-start}.user-top-name{font-size:1.55rem!important;line-height:1.15;flex-wrap:wrap}.user-top-meta{font-size:.95rem}.settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.settings-tabs a{min-height:64px}.settings-grid.two,.settings-grid.two-right{grid-template-columns:1fr!important}.settings-card{border-radius:22px}.settings-card h3{font-size:1.7rem!important;line-height:1.15}.settings-card .field textarea{min-height:160px}.settings-card .field:last-child{margin-bottom:1rem}
}
@media(max-width:430px){
  .user-dashboard-page,.user-settings-page{padding-top:122px!important}.settings-heading h1{font-size:2.05rem!important}.settings-profile-banner{min-height:235px!important}.settings-tabs a{font-size:.92rem}.media-upload-grid .btn{width:100%}.rank-line{display:block}.rank-line b{float:right}.rank-line em,.rank-line::after{clear:both}
}
