@font-face {
  font-family: OnlyFunsSans;
  src: local("Inter"), local("SF Pro Display"), local("Arial");
  font-display: swap;
}

:root {
  --bg: #09090b;
  --panel: #121215;
  --panel-soft: #18181c;
  --text: #f6f5f2;
  --muted: #92929a;
  --line: rgba(255,255,255,.11);
  --accent: #f04fa7;
  --accent-2: #8b5cf6;
  --gold: #d8b96b;
  --content-width: 1400px;
  font-family: OnlyFunsSans, Inter, Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background:radial-gradient(circle at 12% 5%,rgba(240,79,167,.09),transparent 28%),radial-gradient(circle at 92% 35%,rgba(139,92,246,.07),transparent 30%),var(--bg); color: var(--text); font-weight:700; font-synthesis:weight; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; font-weight:800; }
button { color: inherit; cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
button, input { -webkit-tap-highlight-color: transparent; }
#app { min-height: 100vh; }
.brand-logo { display:block; flex:0 0 auto; background:#000 url('/logo.jpg') center 48%/320px 156px no-repeat; }
.brand-logo-desktop { width:210px; height:42px; background-size:225px 110px; }
.brand-logo-mobile { width:142px; height:30px; background-size:156px 76px; }
.brand-logo-player { width:176px; height:34px; background-size:188px 92px; }
.brand-logo-poster { width:280px; height:58px; background-size:300px 147px; }
.brand-logo-auth { width:210px; height:44px; background-size:225px 110px; }
.brand-logo-footer { width:160px; height:34px; background-size:175px 86px; }
.brand-logo-boot { width:310px; height:68px; background-size:330px 161px; }
.diamond-gem { --gem-size:20px; position:relative; width:var(--gem-size); height:calc(var(--gem-size) * .82); flex:0 0 auto; display:inline-block; overflow:hidden; clip-path:polygon(20% 0,80% 0,100% 35%,50% 100%,0 35%); background:linear-gradient(135deg,#fff 0 12%,#7ff4ff 13% 35%,#d86dff 36% 60%,#ff4fac 61% 78%,#7f5cff 79%); filter:drop-shadow(0 3px 7px rgba(240,79,167,.42)); vertical-align:middle; }
.diamond-gem::before { content:""; position:absolute; inset:1px; clip-path:polygon(50% 0,80% 36%,50% 100%,20% 36%); background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.05) 44%,rgba(67,26,119,.38)); }
.diamond-gem::after { content:""; position:absolute; width:55%; height:180%; left:-45%; top:-40%; transform:rotate(28deg); background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent); animation:gemShine 2.8s ease-in-out infinite; }
.diamond-gem-small { --gem-size:16px; }
.diamond-gem-tiny { --gem-size:12px; }
.diamond-gem-large { --gem-size:28px; }
@keyframes gemShine { 0%,45% { transform:translateX(-120%) rotate(28deg); } 70%,100% { transform:translateX(440%) rotate(28deg); } }

.boot-screen {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 20px;
  background: radial-gradient(circle at 50% 36%, #28242a, #09090b 55%);
}
.brand-mark, .invalid-brand > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #fff;
  color: #09090b;
  font: 800 40px/1 Georgia, serif;
}
.boot-screen p { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .34em; }
.boot-line { width: 140px; height: 2px; overflow: hidden; background: #2b2b31; }
.boot-line::after { content: ""; display: block; width: 44%; height: 100%; background: #fff; animation: loading 1.1s ease-in-out infinite; }
@keyframes loading { from { transform: translateX(-120%); } to { transform: translateX(300%); } }

.site-shell { min-height: 100vh; background:linear-gradient(180deg,rgba(240,79,167,.025),transparent 24%),transparent; }
.desktop-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 76px;
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 0 max(30px, calc((100vw - var(--content-width)) / 2));
  border-bottom: 1px solid rgba(255,255,255,.075);
  background: rgba(9,9,11,.9);
  backdrop-filter: blur(24px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 0;
  background: none;
  padding: 0;
}
.brand span { width: 34px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: #fff; color: #09090b; font: 900 11px/1 Arial,sans-serif; }
.brand b { font: 800 21px/1 Georgia, serif; letter-spacing: .16em; }
.brand-private { border:1px solid rgba(232,80,161,.34); border-radius:999px; background:rgba(232,80,161,.1); padding:5px 7px; color:#ed68ad; font-size:7px; font-style:normal; font-weight:900; letter-spacing:.1em; }
.primary-nav { height: 100%; display: flex; align-items: stretch; gap: 5px; }
.primary-nav button {
  position: relative;
  border: 0;
  background: none;
  padding: 0 15px;
  color: #aaaab1;
  font-size: 13px;
  font-weight: 700;
}
.primary-nav button::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: -1px; height: 2px; background: #fff; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav button:hover, .primary-nav button.active { color: #fff; }
.primary-nav button.active::after { transform: scaleX(1); }
.header-search {
  width: min(100%, 380px);
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111114;
  padding: 0 13px;
}
.header-search span { color: #77777f; font-size: 21px; transform: rotate(-20deg); }
.header-search input { width: 100%; height: 40px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 12px; }
.header-search input::placeholder { color: #73737b; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-search-open { width:40px; height:40px; display:none; place-items:center; border:1px solid var(--line); border-radius:10px; background:#121216; color:#d4d3d7; font-size:20px; transform:none; }
.language-button, .text-button { height: 40px; border: 0; background: transparent; padding: 0 11px; color: #b0b0b7; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.text-button { color: #fff; letter-spacing: 0; font-size: 12px; }
.account-button { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: #151518; padding: 4px 12px 4px 4px; }
.account-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #f2f1ee; color: #0a0a0c; font-weight: 900; }
.account-name { max-width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; font-weight: 700; }

.desktop-main { min-height: calc(100vh - 76px); }
.home-view { min-height: 100vh; }
.hero {
  position: relative;
  width: 100%;
  height: min(690px, calc(100vh - 76px));
  min-height: 570px;
  overflow: hidden;
  background: #121216;
}
.hero-backdrop, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-backdrop, .hero-video { object-fit: cover; object-position: center 30%; }
.hero-video { opacity: 0; transition: opacity .45s ease; }
.hero-video.playing { opacity: .72; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5,5,7,.98) 0%, rgba(5,5,7,.82) 25%, rgba(5,5,7,.22) 65%, rgba(5,5,7,.25) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 35%, rgba(0,0,0,.15) 100%);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: max(30px, calc((100vw - var(--content-width)) / 2));
  top: 50%;
  width: min(630px, 48vw);
  transform: translateY(-47%);
}
.hero-eyebrow, .section-kicker {
  margin: 0 0 15px;
  color: #f27a84;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 { max-width: 760px; margin: 0 0 18px; font-size: clamp(46px, 5.3vw, 82px); line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.hero-copy > p:not(.hero-eyebrow) { max-width: 590px; margin: 20px 0 27px; color: #d1d0d0; font-size: 15px; line-height: 1.65; }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 17px; color: #c0bfc2; font-size: 11px; font-weight: 700; }
.hero-meta strong { color: #f0ca73; }
.hero-meta span + span { position: relative; }
.hero-meta span + span::before { content: ""; position: absolute; left: -9px; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #777; }
.hero-buttons { display: flex; align-items: center; gap: 10px; }
.solid-button, .light-button, .glass-button, .outline-button, .gold-button, .danger-button {
  min-height: 43px;
  border-radius: 9px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 850;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.solid-button { border: 1px solid #fff; background: #fff; color: #09090b; }
.solid-button.large { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.solid-button.compact { min-height: 39px; padding: 0 16px; }
.glass-button { min-height: 50px; border: 1px solid rgba(255,255,255,.19); background: rgba(22,22,26,.68); backdrop-filter: blur(14px); padding: 0 22px; }
.outline-button { border: 1px solid var(--line); background: #151518; }
.outline-button.active { border-color: #fff; background: #fff; color: #111; }
.light-button { border: 1px solid #fff; background: #fff; color: #0a0a0c; }
.gold-button { border: 1px solid #e1c170; background: #e1c170; color: #1a150a; }
.danger-button { border: 1px solid rgba(235,88,98,.38); background: rgba(235,88,98,.08); color: #ff939b; }
.solid-button:hover, .light-button:hover, .glass-button:hover, .outline-button:hover, .gold-button:hover, .danger-button:hover { transform: translateY(-2px); }
.circle-button { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(22,22,26,.68); backdrop-filter: blur(14px); font-size: 22px; }
.heart-button { color:#fff; transition:color .18s,transform .18s,background .18s; }
.heart-button:hover,.heart-button.active { border-color:rgba(255,85,164,.58); background:rgba(240,79,167,.18); color:#ff65ad; transform:scale(1.06); }
.hero-tools { position: absolute; z-index: 3; right: max(30px, calc((100vw - var(--content-width)) / 2)); bottom: 36px; display: flex; gap: 8px; }
.hero-tools button { height: 38px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(8,8,10,.65); backdrop-filter: blur(14px); padding: 0 14px; font-size: 10px; font-weight: 800; }
.hero-tools button.loading { opacity: .5; pointer-events: none; }

.invitation-banner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px max(30px, calc((100vw - var(--content-width)) / 2));
  border-bottom: 1px solid rgba(223,193,116,.2);
  background: linear-gradient(100deg, #251f15, #121114 58%, #211b13);
}
.invitation-banner > div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 20px; }
.invitation-banner span { grid-row: 1 / 3; color: #d9ba71; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.invitation-banner strong { font-size: 15px; }
.invitation-banner p { margin: 0; color: #a9a39a; font-size: 11px; }

.content-stack, .page-view {
  width: min(calc(100% - 60px), var(--content-width));
  margin: 0 auto;
}
.content-stack { display: grid; gap: 68px; padding: 54px 0 90px; }
.shelf-section { min-width: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.section-heading h2 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.section-heading > button { border: 0; background: none; color: #bcbcc2; padding: 9px 0; font-size: 11px; font-weight: 800; }
.section-heading > button span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.section-heading > button:hover span { transform: translateX(4px); }
.poster-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; }
.poster-card { position: relative; min-width: 0; }
.poster-rank { position: absolute; z-index: 0; left: -10px; bottom: 39px; color: #1e1e23; font: 900 104px/.8 Georgia, serif; -webkit-text-stroke: 1px #3b3b42; }
.poster-card:has(.poster-rank) { padding-left: 34px; }
.poster-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background-color: #1b1b1f;
  background-size: cover;
  background-position: center;
  padding: 0;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.poster-card:hover .poster-visual { transform: translateY(-5px); border-color: rgba(255,255,255,.3); box-shadow: 0 18px 45px rgba(0,0,0,.4); }
.poster-score { position: absolute; left: 10px; top: 10px; padding: 5px 7px; border-radius: 6px; background: rgba(7,7,9,.7); color: #f0cf7e; backdrop-filter: blur(9px); font-size: 9px; font-weight: 900; }
.poster-play { position: absolute; inset: 0; width: 52px; height: 52px; display: grid; place-items: center; margin: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(7,7,9,.62); opacity: 0; transform: scale(.86); transition: .2s ease; }
.poster-card:hover .poster-play { opacity: 1; transform: scale(1); }
.poster-heart { position:absolute; z-index:4; top:10px; right:10px; width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(7,7,10,.58); backdrop-filter:blur(10px); color:#fff; font-size:17px; box-shadow:0 6px 20px rgba(0,0,0,.28); transition:.18s ease; }
.poster-heart:hover,.poster-heart.active { border-color:rgba(255,91,174,.62); background:#e7469d; color:#fff; transform:scale(1.08); }
.poster-episode { position: absolute; left: 11px; bottom: 12px; color: #eee; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.poster-progress { position: absolute; left: 11px; right: 11px; bottom: 5px; height: 2px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.22); }
.poster-progress i { display: block; height: 100%; background: #fff; }
.poster-info { padding: 11px 2px 0; }
.poster-info button { max-width: 100%; border: 0; background: none; padding: 0; text-align: left; }
.poster-info h3 { margin: 0; overflow: hidden; color: #f1f0ee; font-size: 14px; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; }
.poster-info p { margin: 5px 0 0; color: #777780; font-size: 10px; }

.vip-strip {
  min-height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 46px;
  border: 1px solid rgba(222,188,105,.28);
  border-radius: 16px;
  background: linear-gradient(110deg, #2c2517, #17140f 48%, #0f0f11);
}
.vip-strip::after { content: "VIP"; position: absolute; right: 150px; top: -35px; color: rgba(222,188,105,.07); font: 900 220px/.9 Georgia, serif; }
.vip-strip > div, .vip-strip button { position: relative; z-index: 1; }
.vip-strip span { color: #d9b969; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.vip-strip h2 { margin: 8px 0 8px; font-size: 28px; }
.vip-strip p { margin: 0; color: #a79b7e; font-size: 12px; }

.page-view { padding: 78px 0 110px; }
.page-title { max-width: 760px; margin-bottom: 45px; }
.page-title h1 { margin: 0 0 13px; font-size: 48px; line-height: 1; letter-spacing: -.055em; }
.page-title > p:not(.section-kicker) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.split-title { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }

.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 65px; }
.podium-card { position: relative; padding-top: 29px; }
.podium-number { position: absolute; z-index: 0; right: 6px; top: -12px; color: #24242a; font: 900 82px/1 Georgia, serif; }
.podium-cover { position: relative; z-index: 1; height: 430px; display: flex; align-items: end; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background-size: cover; background-position: center 25%; padding: 25px; }
.podium-cover > button { position: absolute; inset: 0; width: 62px; height: 62px; margin: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(5,5,7,.62); font-size: 18px; opacity: 0; transition: opacity .2s; }
.podium-card:hover .podium-cover > button { opacity: 1; }
.podium-cover span { color: #d9c17c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.podium-cover h2 { margin: 7px 0 0; font-size: 25px; }
.ranking-table { border-top: 1px solid var(--line); }
.ranking-head, .ranking-row { display: grid; grid-template-columns: 55px minmax(320px, 1fr) 150px 130px 130px; align-items: center; gap: 18px; }
.ranking-head { min-height: 45px; color: #6d6d75; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.ranking-row { min-height: 92px; border-top: 1px solid rgba(255,255,255,.07); }
.ranking-row > strong { color: #72727b; font: 800 18px Georgia, serif; }
.ranking-title { display: flex; align-items: center; gap: 14px; min-width: 0; }
.ranking-title img { width: 48px; height: 65px; border-radius: 7px; object-fit: cover; }
.ranking-title h3 { margin: 0 0 5px; font-size: 14px; }
.ranking-title p, .ranking-row > span { margin: 0; color: #7f7f87; font-size: 10px; }
.ranking-row .outline-button { justify-self: end; min-height: 36px; padding: 0 13px; }

.catalog-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 48px; align-items: start; }
.catalog-search { width:min(100%,760px); height:54px; display:grid; grid-template-columns:42px minmax(0,1fr) auto auto; align-items:center; margin:-16px 0 34px; border:1px solid rgba(255,255,255,.12); border-radius:12px; background:#111114; padding:5px; }
.catalog-search>span { color:#77777f; font-size:22px; text-align:center; transform:rotate(-18deg); }
.catalog-search input { min-width:0; height:42px; border:0; outline:0; background:transparent; color:#fff; padding:0 8px 0 0; font-size:12px; }
.catalog-search input::placeholder { color:#64646c; }
.catalog-search button { height:38px; border:0; border-radius:8px; padding:0 15px; background:#f1f0ed; color:#0c0c0f; font-size:9px; font-weight:900; }
.catalog-search [data-clear-search] { width:36px; padding:0; background:transparent; color:#84848c; font-size:17px; }
.genre-filter { position: sticky; top: 100px; display: grid; gap: 5px; }
.genre-filter > p { margin: 0 0 12px; color: #66666e; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.genre-filter button { display: flex; align-items: center; justify-content: space-between; min-height: 46px; border: 0; border-radius: 8px; background: transparent; padding: 0 13px; color: #96969e; text-align: left; font-size: 12px; }
.genre-filter button b { min-width: 25px; border-radius: 999px; background: #1d1d22; padding: 4px 7px; font-size: 9px; text-align: center; }
.genre-filter button:hover, .genre-filter button.active { background: #f1f0ed; color: #0b0b0d; font-weight: 800; }
.genre-filter button.active b { background: #d6d4d0; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 22px; }
.search-result { margin: 0 0 22px; color: #7e7e86; font-size: 11px; }

.account-prompt { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(420px, .9fr) 1fr; align-items: center; gap: 80px; }
.prompt-art { position: relative; height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at 45% 45%, #493d42, #19171b 45%, #0f0f11); }
.prompt-art::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.prompt-art span { position: relative; z-index: 1; font: 800 190px/1 Georgia, serif; }
.account-prompt > div:last-child { max-width: 540px; }
.account-prompt h1 { margin: 0 0 18px; font-size: 52px; line-height: 1; letter-spacing: -.055em; }
.account-prompt > div:last-child > p:not(.section-kicker) { margin: 0 0 26px; color: var(--muted); line-height: 1.7; }
.account-prompt .solid-button { margin-right: 8px; }
.library-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: -5px 0 58px; }
.library-summary > div { border: 1px solid var(--line); border-radius: 12px; background: #111114; padding: 20px; }
.library-summary span { font-size: 29px; font-weight: 850; }
.library-summary p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.page-view > .shelf-section { margin-bottom: 65px; }
.empty-state { min-height: 330px; display: grid; place-content: center; justify-items: center; border: 1px dashed rgba(255,255,255,.12); border-radius: 14px; color: var(--muted); text-align: center; }
.empty-state > span { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 50%; color: #fff; font-size: 22px; }
.empty-state h2 { margin: 0 0 8px; color: #fff; font-size: 20px; }
.empty-state p { max-width: 430px; margin: 0 0 18px; font-size: 12px; line-height: 1.55; }

.profile-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.profile-panel { border: 1px solid var(--line); border-radius: 15px; background: #111114; }
.profile-panel { min-height: 410px; display: flex; flex-direction: column; padding: 34px; }
.identity { display: flex; align-items: center; gap: 18px; }
.identity > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: #f2f1ee; color: #0a0a0c; font-size: 26px; font-weight: 900; }
.identity h2 { margin: 0 0 5px; font-size: 24px; }
.identity p { margin: 0; color: var(--muted); font-size: 12px; }
.profile-edit-trigger { margin-left:auto; border:1px solid var(--line); border-radius:9px; background:#1a1a1f; padding:9px 12px; color:#d7d4d9; font-size:10px; font-weight:900; }
.profile-edit-form>div { min-width:0; flex:1; }
.profile-edit-form label { display:grid; gap:6px; }
.profile-edit-form label small { color:#9a979f; font-size:9px; }
.profile-edit-form input { width:min(100%,380px); border:1px solid rgba(255,255,255,.14); border-radius:10px; background:#19191e; padding:11px 12px; color:#fff; font-size:16px; font-weight:900; }
.profile-edit-form p { margin-top:7px; }
.profile-edit-actions { display:flex; gap:8px; margin-top:14px; }
.member-note { margin-top: 31px; border-left: 2px solid #d4b466; background: #1a1711; padding: 17px 19px; }
.member-note strong { font-size: 12px; }
.member-note p { margin: 6px 0 0; color: #9b927e; font-size: 10px; line-height: 1.5; }
.profile-actions { display: flex; gap: 8px; margin-top: auto; }
.member-benefits-card { position:relative; min-height:300px; overflow:hidden; display:flex; flex-direction:column; border:1px solid rgba(240,79,167,.32); border-radius:20px; background:radial-gradient(circle at 85% 7%,rgba(255,199,86,.28),transparent 25%),radial-gradient(circle at 15% 30%,rgba(240,79,167,.3),transparent 42%),linear-gradient(145deg,#2b1630,#18121f 58%,#111115); padding:25px; color:#fff; text-align:left; box-shadow:0 24px 70px rgba(0,0,0,.3),0 0 60px rgba(240,79,167,.08) inset; }
.member-benefits-card::before { content:"ONLYFUNS"; position:absolute; right:-28px; top:82px; transform:rotate(90deg); color:rgba(255,255,255,.055); font:900 55px/1 Georgia,serif; letter-spacing:.08em; }
.member-benefits-spark { position:absolute; right:28px; top:25px; color:#ffd478; font-size:23px; text-shadow:0 0 22px rgba(255,201,102,.75); }
.member-benefits-card header { display:flex; align-items:center; gap:13px; }
.member-benefits-card header>div { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:14px; background:rgba(255,255,255,.08); }
.member-benefits-card header p { margin:0 0 8px; color:#ff8fc5; font-size:9px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.member-benefits-card header h2 { max-width:300px; margin:0; font-size:25px; line-height:1.08; }
.member-benefits-card>section { display:grid; grid-template-columns:1fr; gap:9px; margin-top:auto; }
.member-benefits-card>section>div { min-height:68px; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:12px; border:1px solid rgba(255,255,255,.1); border-radius:13px; background:rgba(8,7,12,.35); padding:14px; }
.member-benefits-card small { display:block; color:#ff9dce; font-size:10px; font-weight:950; letter-spacing:.06em; }
.member-benefits-card section strong { display:block; margin:0; align-self:center; justify-self:end; font-size:20px; line-height:1; text-align:right; }
.member-benefits-card footer { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:10px; border-radius:13px; background:linear-gradient(90deg,#f04fa7,#8b5cf6); padding:14px 16px; font-size:9px; font-weight:900; }
.member-benefits-card footer span { flex:1; overflow:hidden; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.member-benefits-card footer b { color:#fff5b8; font-size:8px; white-space:nowrap; }

.modal-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 16%, rgba(86,48,56,.24), transparent 40%), rgba(2,2,4,.84); backdrop-filter: blur(18px) saturate(.8); animation: modalBackdropIn .22s ease both; }
@keyframes modalBackdropIn { from { opacity: 0; } }
.dialog { position: relative; width: min(92vw, 900px); max-height: calc(100dvh - 48px); overflow: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #141418; box-shadow: 0 44px 140px rgba(0,0,0,.76), 0 0 0 1px rgba(255,255,255,.025) inset; animation: dialogIn .3s cubic-bezier(.2,.8,.2,1) both; }
@keyframes dialogIn { from { opacity: 0; transform: translateY(14px) scale(.985); } }
.dialog:not(.player-modal)::before { content:""; position:absolute; z-index:2; left:24px; right:24px; top:0; height:1px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent); pointer-events:none; }
.dialog-close, .player-close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(15,15,18,.72); backdrop-filter: blur(14px); color:#d7d7db; font-size: 20px; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.dialog-close:hover, .player-close:hover { border-color:rgba(255,255,255,.26); background:rgba(40,40,45,.92); transform:rotate(4deg); }
.dialog-close { position: absolute; z-index: 8; right: 19px; top: 19px; }

.player-modal { width: min(96vw, 1280px); height: min(84vh, 820px); overflow: hidden; }
.player-dialog { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 350px; }
.player-stage { position: relative; min-width: 0; display: flex; flex-direction: column; background: #020203; }
.player-stage video { width: 100%; min-height: 0; flex: 1; object-fit: contain; background: #000; }
.player-title { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 16px 20px; background: #0b0b0d; }
.player-title span { color: #b89d5c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.player-title h2 { margin: 5px 0 0; font-size: 18px; }
.episode-panel { min-height: 0; display: flex; flex-direction: column; border-left: 1px solid var(--line); background: #131316; }
.episode-heading { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding: 18px; }
.episode-heading p { margin: 0 0 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.episode-heading h3 { margin: 0; max-width: 235px; overflow: hidden; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.episode-heading > span { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #202025; color: #aaa; font-size: 10px; }
.episode-list { min-height: 0; flex: 1; overflow-y: auto; padding: 8px; scrollbar-color: #333 transparent; }
.episode-row { width: 100%; min-height: 68px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; border: 0; border-radius: 8px; background: transparent; padding: 8px 10px; text-align: left; }
.episode-row:hover { background: #1e1e23; }
.episode-row.active { background: #f1f0ed; color: #0a0a0c; }
.episode-row > span { color: #696971; font: 800 16px Georgia, serif; }
.episode-row.active > span { color: #222; }
.episode-row strong { display: block; font-size: 11px; }
.episode-row small { display: block; margin-top: 5px; color: #6e6e77; font-size: 8px; }
.episode-row > b { color: #c4a65e; font-size: 8px; }
.episode-actions { border-top: 1px solid var(--line); padding: 13px; }
.episode-actions button { width: 100%; }

.auth-modal { width: min(94vw, 1080px); overflow: auto; overscroll-behavior:contain; }
.auth-layout { position:relative; min-height: 650px; display: grid; grid-template-columns: .84fr 1.16fr; }
.auth-art { position:relative; isolation:isolate; display: flex; flex-direction: column; overflow:hidden; padding: 34px 36px 28px; background: var(--auth-cover) center/cover, #211d20; }
.auth-art::before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(180deg,rgba(8,7,10,.2) 0%,rgba(8,7,10,.42) 42%,rgba(8,7,10,.98) 100%),linear-gradient(90deg,transparent 50%,rgba(15,14,18,.82)); }
.auth-art::after { content:""; position:absolute; z-index:-1; left:-20%; right:-20%; bottom:-28%; height:58%; background:radial-gradient(ellipse,rgba(236,79,93,.22),transparent 66%); filter:blur(26px); }
.auth-brand-lockup { display:flex; align-items:center; gap:12px; }
.auth-brand-lockup>span { width:39px; height:39px; display:grid; place-items:center; border-radius:11px; background:#f4f3ef; color:#0a0a0d; font:800 22px/1 Georgia,serif; box-shadow:0 10px 30px rgba(0,0,0,.32); }
.auth-brand-lockup div { display:grid; gap:3px; }
.auth-brand-lockup b { font:800 18px/1 Georgia,serif; letter-spacing:.18em; }
.auth-brand-lockup small { color:rgba(255,255,255,.57); font-size:7px; font-weight:800; letter-spacing:.14em; }
.auth-art-content { margin-top:auto; }
.auth-art-chip { display:inline-flex; max-width:100%; align-items:center; overflow:hidden; margin-bottom:16px; border:1px solid rgba(255,255,255,.17); border-radius:999px; background:rgba(12,12,15,.52); backdrop-filter:blur(12px); padding:7px 10px; color:#f4ced1; font-size:8px; font-weight:900; letter-spacing:.07em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.auth-art h2 { max-width:390px; margin:0 0 13px; font:700 42px/1.01 Georgia,serif; letter-spacing:-.035em; text-wrap:balance; }
.auth-art-content>p { display:-webkit-box; max-width:390px; overflow:hidden; margin:0 0 22px; color:rgba(244,242,239,.72); font-size:11px; line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.auth-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:13px; background:rgba(12,12,15,.55); backdrop-filter:blur(16px); }
.auth-benefit-grid>div { min-width:0; padding:14px 13px; }
.auth-benefit-grid>div+div { border-left:1px solid rgba(255,255,255,.1); }
.auth-benefit-grid strong { display:block; overflow:hidden; margin-bottom:4px; font-size:18px; text-overflow:ellipsis; }
.auth-benefit-grid span { display:block; overflow:hidden; color:rgba(255,255,255,.55); font-size:7px; font-weight:800; letter-spacing:.04em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.auth-art-footer { display:flex; align-items:center; gap:9px; margin-top:23px; color:rgba(255,255,255,.58); font-size:8px; font-weight:800; }
.auth-art-footer i { width:6px; height:6px; border-radius:50%; background:#65c895; box-shadow:0 0 0 4px rgba(101,200,149,.12); }
.auth-form-panel { position: relative; display: flex; padding: 42px 58px; background:radial-gradient(circle at 100% 0%,rgba(236,79,93,.08),transparent 32%),#141418; }
.auth-form-wrap { width:min(100%,450px); margin:auto; }
.auth-mode-tabs { height:48px; display:grid; grid-template-columns:1fr 1fr; margin-bottom:30px; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:#0d0d10; padding:4px; }
.auth-mode-tabs button { border:0; border-radius:9px; background:transparent; color:#77777f; font-size:10px; font-weight:850; transition:background .18s,color .18s,box-shadow .18s; }
.auth-mode-tabs button.active { background:#25252a; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,.25); }
.auth-return-note { display:flex; align-items:flex-start; gap:11px; margin-bottom:23px; border:1px solid rgba(236,79,93,.18); border-radius:12px; background:rgba(236,79,93,.07); padding:12px 14px; }
.auth-return-note>span { width:26px; height:26px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:rgba(236,79,93,.14); color:#f18a93; font-size:13px; }
.auth-return-note strong { display:block; margin:1px 0 3px; font-size:9px; }
.auth-return-note p { margin:0; color:#a6a4aa; font-size:9px; line-height:1.45; }
.auth-heading { margin-bottom:24px; }
.auth-heading .section-kicker { margin-bottom:9px; color:#ee7681; }
.auth-heading h2 { margin:0 0 9px; font-size:32px; line-height:1.08; letter-spacing:-.035em; text-wrap:balance; }
.auth-heading>span { display:block; max-width:410px; color:#8f8e96; font-size:10px; line-height:1.55; }
.auth-form { display: grid; gap: 15px; }
.auth-field { display:grid; gap:7px; }
.auth-field>span { display:flex; justify-content:space-between; gap:12px; color:#b6b5ba; font-size:9px; font-weight:800; }
.auth-field>span small { color:#696970; font-size:8px; font-weight:700; }
.auth-input-shell { height:51px; display:grid; grid-template-columns:38px 1fr auto; align-items:center; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:10px; background:#0d0d10; transition:border-color .18s,box-shadow .18s,background .18s; }
.auth-input-shell:focus-within { border-color:rgba(255,255,255,.34); background:#101014; box-shadow:0 0 0 3px rgba(255,255,255,.045); }
.auth-input-shell.invalid { border-color:rgba(238,92,104,.7); box-shadow:0 0 0 3px rgba(238,92,104,.08); }
.auth-input-shell>i { color:#686870; font-size:10px; font-style:normal; text-align:center; }
.auth-input-shell input { width:100%; height:100%; min-width:0; border:0; outline:0; background:transparent; color:#f6f5f2; padding:0 10px 0 0; font-size:11px; }
.auth-input-shell input::placeholder { color:#4f4f56; }
.auth-input-shell button { width:44px; height:100%; border:0; background:transparent; color:#7c7c84; font-size:15px; }
.auth-input-shell button:hover { color:#fff; }
.auth-inline-error { border:1px solid rgba(238,92,104,.28); border-radius:9px; background:rgba(238,92,104,.08); color:#f28a93; padding:10px 12px; font-size:9px; line-height:1.45; }
.auth-submit { height:54px; display:flex; align-items:center; justify-content:space-between; margin-top:3px; border:0; border-radius:10px; background:#f4f2ed; color:#101014; padding:0 18px; font-size:10px; font-weight:900; box-shadow:0 12px 28px rgba(0,0,0,.28); transition:transform .18s,background .18s,opacity .18s; }
.auth-submit:hover { background:#fff; transform:translateY(-1px); }
.auth-submit i { font-size:17px; font-style:normal; }
.auth-submit:disabled { cursor:wait; opacity:.66; transform:none; }
.auth-submit.loading i { width:15px; height:15px; border:2px solid rgba(16,16,20,.22); border-top-color:#101014; border-radius:50%; font-size:0; animation:authSpin .75s linear infinite; }
@keyframes authSpin { to { transform:rotate(360deg); } }
.auth-assurance { display:flex; flex-wrap:wrap; justify-content:center; gap:8px 18px; margin-top:17px; color:#6f6e75; font-size:8px; font-weight:750; }
.auth-gift { display:inline-flex; align-items:center; gap:5px; }
.invite-confirmed { display:flex; align-items:flex-start; gap:10px; margin:-5px 0 19px; border:1px solid rgba(216,185,107,.22); border-radius:10px; background:#211d14; color:#c9b47e; padding:11px 12px; }
.invite-confirmed>span { width:23px; height:23px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:rgba(216,185,107,.12); font-size:10px; }
.invite-confirmed strong { display:block; margin:1px 0 3px; font-size:8px; letter-spacing:.08em; }
.invite-confirmed p { margin:0; color:#9e8e69; font-size:8px; line-height:1.45; }

.vip-modal { width: min(94vw, 900px); overflow: auto; overscroll-behavior:contain; }
.vip-dialog { padding: 48px 54px 34px; background:radial-gradient(circle at 50% -5%,rgba(216,185,107,.28),transparent 42%),linear-gradient(180deg,#1b1917,#131317 55%); }
.vip-dialog-head { max-width: 590px; margin: 0 auto 25px; text-align: center; }
.vip-dialog-head p { margin: 0 0 12px; color: #d7b868; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.vip-dialog-head h2 { margin: 0 0 9px; font:700 37px/1.05 Georgia,serif; letter-spacing:-.025em; }
.vip-dialog-head span { color: #a69d8a; font-size: 11px; line-height:1.55; }
.vip-benefit-bar { display:grid; grid-template-columns:repeat(3,1fr); margin:0 auto 15px; border:1px solid rgba(216,185,107,.13); border-radius:11px; background:rgba(216,185,107,.055); }
.vip-benefit-bar span { padding:12px 10px; color:#b7a87f; font-size:8px; font-weight:800; text-align:center; }
.vip-benefit-bar span+span { border-left:1px solid rgba(216,185,107,.11); }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.plan-card { position:relative; min-height:280px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:16px; background:linear-gradient(155deg,#1d1d22,#17171b); padding:23px; text-align:left; transition:border-color .18s,transform .18s,background .18s; }
.plan-card:hover { border-color:rgba(255,255,255,.24); transform:translateY(-2px); }
.plan-card:disabled { cursor:wait; opacity:.62; transform:none; }
.plan-card.loading { border-color:rgba(216,185,107,.72); }
.plan-card.loading::after { content:""; position:absolute; right:20px; top:20px; width:16px; height:16px; border:2px solid rgba(216,185,107,.22); border-top-color:#e0c579; border-radius:50%; animation:authSpin .75s linear infinite; }
.plan-card.featured { border-color:rgba(216,185,107,.72); background:linear-gradient(145deg,#312817,#1c1914 72%); box-shadow:0 14px 45px rgba(0,0,0,.22); }
.plan-tag { width:max-content; max-width:100%; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:999px; padding:6px 8px; color:#9d9ca3; font-size:7px; font-weight:900; letter-spacing:.11em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.featured .plan-tag { border-color:rgba(216,185,107,.26); background:rgba(216,185,107,.08); color:#ddc783; }
.plan-card h3 { margin:16px 0 9px; font-size:18px; }
.plan-price { display:flex; align-items:baseline; gap:7px; }
.plan-price strong { color:#f3d488; font-size:29px; line-height:1; }
.plan-price span { color:#898890; font-size:9px; font-weight:850; }
.plan-card>p { margin:8px 0 0; color:#77777f; font-size:8px; }
.plan-card ul { display:grid; gap:8px; margin:19px 0 21px; padding:0; color:#a5a4aa; font-size:8px; list-style:none; }
.plan-card-cta { display:flex; align-items:center; justify-content:space-between; margin-top:auto; border-top:1px solid rgba(255,255,255,.09); padding-top:14px; color:#e8e6e1; font-size:9px; font-weight:900; }
.plan-card-cta i { font-size:14px; font-style:normal; }
.vip-dialog-footer { display:flex; justify-content:center; gap:24px; margin-top:18px; color:#77767d; font-size:8px; font-weight:750; }

.access-modal { width:min(94vw,980px); overflow:hidden; }
.access-dialog { position:relative; min-height:610px; display:grid; grid-template-columns:.88fr 1.12fr; background:#131317; }
.access-story { position:relative; display:flex; align-items:flex-end; overflow:hidden; background:linear-gradient(180deg,rgba(7,7,9,.05),rgba(7,7,9,.94)),var(--access-cover) center/cover; padding:42px; }
.access-story::after { content:""; position:absolute; inset:0; box-shadow:inset -45px 0 70px rgba(19,19,23,.72); pointer-events:none; }
.access-story>div { position:relative; z-index:1; }
.access-story p { margin:0 0 9px; color:rgba(255,255,255,.58); font-size:7px; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
.access-story h2 { margin:0 0 12px; font:700 38px/1.02 Georgia,serif; }
.access-story span { display:block; max-width:360px; color:#c0bdba; font-size:11px; line-height:1.65; }
.access-options { display:flex; flex-direction:column; justify-content:center; padding:38px 44px; }
.access-options>h2 { margin:6px 0 24px; font-size:35px; letter-spacing:-.04em; }
.access-copy { margin:0 0 23px; color:#919098; font-size:11px; line-height:1.55; }
.access-checkout-summary { display:flex; align-items:center; justify-content:space-between; gap:18px; border:1px solid rgba(246,82,169,.28); border-radius:15px; background:linear-gradient(135deg,rgba(240,79,167,.14),rgba(139,92,246,.09)); padding:15px 16px; }
.access-checkout-summary>div { display:flex; align-items:center; gap:12px; }
.access-checkout-summary small { color:#ff91c7; font-size:9px; font-weight:950; letter-spacing:.06em; }
.access-checkout-summary strong { display:flex; align-items:center; gap:7px; color:#fff; font-size:24px; line-height:1; }
.access-checkout-summary>span { color:#8d8992; font-size:9px; }
.access-checkout-summary>span b { margin-left:5px; color:#fff; font-size:13px; }
.access-balance-only { display:flex; align-items:center; justify-content:space-between; gap:18px; border:1px solid rgba(255,255,255,.11); border-radius:15px; background:#1b1a20; padding:14px 16px; }
.access-balance-only>span { color:#96929b; font-size:10px; font-weight:900; }
.access-balance-only>strong { min-width:max-content; display:flex; align-items:center; gap:8px; color:#fff; font-size:22px; line-height:1; text-align:right; }
.access-shortage { margin-top:8px; color:#d498ac; font-size:9px; text-align:right; }
.access-shortage b { color:#ff7dbb; }
.access-balance-line { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:3px; }
.wallet-balance { width:max-content; display:inline-flex; align-items:center; gap:7px; border:1px solid rgba(255,255,255,.11); border-radius:999px; background:#1b1a20; padding:7px 11px 7px 9px; }
.wallet-balance span:not(.diamond-gem) { color:#94949d; font-size:8px; font-weight:800; }
.wallet-balance strong { font-size:13px; font-variant-numeric:tabular-nums; }
.access-balance-line>small { color:#9a7c89; font-size:8px; font-weight:800; }
.access-balance-line>small b { color:#ff76b8; }
.access-signup-gift { display:flex; align-items:center; gap:10px; margin-top:10px; border:1px solid rgba(101,200,149,.2); border-radius:10px; background:rgba(101,200,149,.07); padding:11px 13px; }
.access-signup-gift>span:not(.diamond-gem) { width:24px; height:24px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:rgba(101,200,149,.12); color:#79d7a5; font-size:9px; }
.access-signup-gift p { margin:0; color:#8ba897; font-size:8px; }
.access-signup-gift strong { color:#a7e0c0; }
.episode-unlock-button { width:100%; min-height:88px; display:flex; align-items:center; justify-content:space-between; margin-top:14px; border:1px solid rgba(255,102,181,.62); border-radius:17px; background:linear-gradient(105deg,#f03b9f,#8e47ef); color:#fff; padding:0 20px; text-align:left; box-shadow:0 18px 44px rgba(224,54,150,.34),0 1px 0 rgba(255,255,255,.28) inset; transition:transform .18s,box-shadow .18s; }
.episode-unlock-button:hover { transform:translateY(-2px); box-shadow:0 17px 42px rgba(224,54,150,.38),0 1px 0 rgba(255,255,255,.3) inset; }
.episode-unlock-button span b,.episode-unlock-button span small { display:block; }
.episode-unlock-button span b { margin-top:5px; font-size:17px; font-weight:950; }
.episode-unlock-button span small { color:rgba(255,255,255,.64); font-size:8px; }
.episode-unlock-button strong { min-width:max-content; display:flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.24); border-radius:999px; background:rgba(25,8,30,.26); padding:10px 13px; font-size:19px; }
.episode-unlock-button:disabled { cursor:not-allowed; background:#28282e; color:#83838c; }
.vip-included-note { margin-top:10px; border:1px solid rgba(215,184,104,.25); border-radius:10px; background:#211d14; color:#dbc27f; padding:17px; font-size:10px; font-weight:800; text-align:center; }
.access-divider { display:flex; align-items:center; gap:12px; margin:22px 0 12px; color:#c783a7; font-size:8px; font-weight:900; letter-spacing:.12em; }
.access-divider::before,.access-divider::after { content:""; height:1px; flex:1; background:rgba(255,255,255,.09); }
.access-plan-grid .plan-card { min-height:158px; padding:16px; }
.access-plan-grid .plan-card h3 { margin:9px 0 5px; font-size:14px; }
.access-plan-grid .plan-price strong { font-size:20px; }
.access-plan-grid .plan-card>p { margin-top:6px; }
.access-plan-grid .plan-card ul { display:none; }
.access-plan-grid .plan-card-cta { padding-top:10px; }

.invalid-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 40px; background: radial-gradient(circle at 50% 35%, #2b2627, #09090b 52%); }
.invalid-brand { display: flex; align-items: center; gap: 13px; }
.invalid-brand > span { width: 40px; height: 40px; border-radius: 10px; font-size: 22px; }
.invalid-brand b { font: 800 22px Georgia, serif; letter-spacing: .17em; }
.invalid-card { width: min(90vw, 590px); border: 1px solid var(--line); border-radius: 16px; background: rgba(17,17,20,.88); padding: 55px; text-align: center; }
.invalid-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid rgba(235,100,110,.35); border-radius: 50%; color: #f0717b; font-size: 22px; }
.invalid-card h1 { margin: 0 0 13px; font-size: 34px; }
.invalid-card > p:not(.section-kicker) { margin: 0 auto 26px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 0 max(30px, calc((100vw - var(--content-width)) / 2)); border-top: 1px solid var(--line); color: #686870; }
.footer-brand { color: #e9e8e5; font: 800 20px Georgia, serif; letter-spacing: .17em; }
.site-footer p { margin: 0; font-size: 9px; }
.site-footer > div:last-child { display: flex; gap: 16px; }
.site-footer button { border: 0; background: none; color: #888891; padding: 8px; font-size: 9px; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 30px; transform: translateX(-50%); min-width:min(88vw,280px); max-width: min(90vw, 520px); display:flex; align-items:center; gap:11px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(24,24,28,.96); backdrop-filter: blur(18px); padding: 11px 14px; box-shadow: 0 18px 60px rgba(0,0,0,.58); animation: toastIn .24s cubic-bezier(.2,.8,.2,1); }
.toast>span { width:26px; height:26px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:#2b2b31; color:#c9c8cd; font-size:10px; font-weight:900; }
.toast>p { margin:0; font-size:10px; line-height:1.45; }
.toast.success { border-color:rgba(101,200,149,.24); }
.toast.success>span { background:rgba(101,200,149,.13); color:#7bd4a5; }
.toast.error { border-color:rgba(238,92,104,.28); }
.toast.error>span { background:rgba(238,92,104,.13); color:#f08089; }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 10px) scale(.98); } }

@media (max-width: 1180px) {
  .desktop-header { grid-template-columns: auto auto 1fr; gap: 18px; }
  .header-search { display: none; }
  .header-search-open { display:grid; }
  .primary-nav button { padding: 0 10px; }
  .poster-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .poster-row .poster-card:nth-child(n+9) { display: none; }
  .ranking-head, .ranking-row { grid-template-columns: 46px minmax(280px, 1fr) 120px 100px 110px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .desktop-header { height: auto; min-height: 68px; grid-template-columns: auto 1fr auto; padding: 0 18px; }
  .header-actions { grid-column:3; justify-self:end; }
  .primary-nav { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 58px; justify-content: space-around; border-top: 1px solid var(--line); background: rgba(9,9,11,.95); backdrop-filter: blur(18px); }
  .primary-nav button { flex: 1; font-size: 10px; }
  .primary-nav button::after { top: -1px; bottom: auto; }
  .account-name, .header-actions > .text-button { display: none; }
  .hero { height: 620px; min-height: 620px; }
  .hero-copy { left: 24px; width: calc(100% - 48px); top: auto; bottom: 75px; transform: none; }
  .hero h1 { font-size: 50px; }
  .hero-tools { right: 20px; bottom: 20px; }
  .hero-tools span { display: none; }
  .invitation-banner { padding: 17px 22px; }
  .invitation-banner > div { display: block; }
  .invitation-banner span { display: block; margin-bottom: 5px; }
  .invitation-banner p { display: none; }
  .content-stack, .page-view { width: min(calc(100% - 36px), var(--content-width)); }
  .poster-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .poster-row .poster-card:nth-child(n+7) { display: none; }
  .podium { grid-template-columns: 1fr; }
  .podium-cover { height: 360px; }
  .ranking-head { display: none; }
  .ranking-row { grid-template-columns: 42px 1fr auto; padding: 10px 0; }
  .ranking-row > span { display: none; }
  .catalog-layout { grid-template-columns: 1fr; gap: 25px; }
  .catalog-search { width:100%; }
  .genre-filter { position: static; display: flex; overflow-x: auto; }
  .genre-filter > p { display: none; }
  .genre-filter button { min-width: max-content; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .account-prompt { grid-template-columns: 1fr; gap: 30px; padding-top: 30px; }
  .prompt-art { height: 280px; }
  .profile-layout { grid-template-columns: 1fr; }
  .player-modal { width: calc(100vw - 24px); height: calc(100vh - 84px); }
  .player-dialog { grid-template-columns: 1fr 290px; }
  .auth-form-panel { padding: 40px 28px; }
  .site-footer { margin-bottom: 58px; }
}

/* Supplied onlyfuns.ai artwork remains the single brand source across surfaces. */
.brand .brand-logo-desktop,.invalid-brand>.brand-logo-desktop { width:210px; height:42px; border-radius:0; background:#000 url('/logo.jpg') center 48%/225px 110px no-repeat; color:transparent; }
.mobile-brand .brand-logo-mobile { width:142px; height:30px; border-radius:0; background:#000 url('/logo.jpg') center 48%/156px 76px no-repeat; color:transparent; }
.watch-brand .brand-logo-player { width:176px; height:34px; border-radius:0; background:#000 url('/logo.jpg') center 48%/188px 92px no-repeat; color:transparent; }
.auth-brand-lockup>.brand-logo-auth,.prompt-art .brand-logo-auth,.mobile-profile-guest>.brand-logo-auth { width:210px; height:44px; border-radius:0; background:#000 url('/logo.jpg') center 48%/225px 110px no-repeat; color:transparent; box-shadow:none; }

@media (max-width:900px) {
  .watch-brand .brand-logo-player { width:138px; height:30px; background-size:150px 73px; }
  .mobile-profile-guest>.brand-logo-auth { width:190px; height:40px; background-size:205px 100px; }
}

@media (max-width: 640px) {
  .brand b, .language-button { display: none; }
  .header-actions { gap: 3px; }
  .hero { min-height: 590px; }
  .hero-video.playing { opacity: .53; }
  .hero h1 { font-size: 41px; }
  .hero-copy > p:not(.hero-eyebrow) { font-size: 12px; line-height: 1.5; }
  .hero-meta span:last-child { display: none; }
  .glass-button { display: none; }
  .content-stack { gap: 48px; padding-top: 40px; }
  .poster-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .poster-row .poster-card:nth-child(n+7) { display: none; }
  .poster-card:has(.poster-rank) { padding-left: 20px; }
  .poster-rank { font-size: 70px; }
  .vip-strip { padding: 28px 24px; }
  .vip-strip p { display: none; }
  .page-view { padding-top: 48px; }
  .page-title h1, .account-prompt h1 { font-size: 39px; }
  .split-title { display: block; }
  .split-title > button { margin-top: 20px; }
  .catalog-search { height:50px; grid-template-columns:36px minmax(0,1fr) auto auto; margin:-18px 0 25px; }
  .catalog-search button[type="submit"] { padding:0 11px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .library-summary { grid-template-columns: 1fr 1fr; }
  .profile-panel { padding: 24px; }
  .profile-actions { flex-direction: column; }
  .player-modal { width: 100vw; height: 100vh; max-height: none; border: 0; border-radius: 0; }
  .player-dialog { grid-template-columns: 1fr; grid-template-rows: 45vh 1fr; }
  .episode-panel { border-left: 0; border-top: 1px solid var(--line); }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .auth-modal { width: calc(100vw - 24px); }
  .plan-grid { grid-template-columns: 1fr; }
  .vip-dialog { padding: 44px 22px 25px; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding-top: 35px; padding-bottom: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Product watch experience */
.recommendation-chip {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  max-width: calc(100% - 58px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 6px;
  background: rgba(10,10,13,.78);
  backdrop-filter: blur(12px);
  padding: 6px 8px;
  color: #f3f1ed;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-backdrop:has(.player-modal) { display: block; padding: 0; background: #050507; backdrop-filter: none; }
.dialog.player-modal {
  width: 100vw;
  height: 100vh;
  max-height: none;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #08080a;
  box-shadow: none;
}
.player-dialog { height: 100vh; display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: 66px minmax(0,1fr); background: #08080a; }
.watch-topbar {
  position: relative;
  z-index: 20;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(190px,1fr) auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: #0d0d10;
  padding: 0 20px;
}
.watch-brand { display: flex; align-items: center; gap: 10px; border: 0; background: none; padding: 0; text-align: left; }
.watch-brand span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #f3f2ef; color: #0a0a0c; font: 800 17px Georgia,serif; }
.watch-brand b { font: 800 18px Georgia,serif; letter-spacing: .16em; }
.watch-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 11px; }
.watch-breadcrumb span { color: #7a7a83; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.watch-breadcrumb strong { max-width: 46vw; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.watch-breadcrumb i { border-left: 1px solid rgba(255,255,255,.12); color: #8c8c94; padding-left: 11px; font-size: 10px; font-style: normal; }
.watch-top-actions { display: flex; align-items: center; gap: 8px; }
.watch-top-actions > button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #16161a; font-size: 18px; }
.watch-top-actions > button:hover { background: #232329; }
.live-pill { height: 30px; display: inline-flex; align-items: center; gap: 7px; margin-right: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: #151519; padding: 0 10px; color: #9b9ba4; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #ed5866; box-shadow: 0 0 0 4px rgba(237,88,102,.12); }

.watch-workspace { min-height: 0; display: grid; grid-template-columns: minmax(0,1fr) 410px; }
.watch-canvas { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #030304; isolation: isolate; }
.watch-canvas::before { content: ""; position: absolute; z-index: -1; inset: -35px; background: linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.76)),var(--watch-poster) center/cover; filter: blur(24px); opacity: .55; transform: scale(1.08); }
.watch-canvas video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; background: transparent; }
.video-tap-target { position: absolute; z-index: 2; inset: 0 0 100px; border: 0; background: transparent; }
.watch-canvas::after { content: ""; position: absolute; z-index: 3; pointer-events: none; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.34),transparent 22%,transparent 62%,rgba(0,0,0,.82)); }
.watch-episode-badge { position: absolute; z-index: 5; top: 26px; left: 28px; display: flex; align-items: baseline; gap: 8px; opacity: .9; transition: opacity .2s; }
.watch-episode-badge span { color: #b0b0b8; font-size: 8px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.watch-episode-badge strong { font: 700 34px/1 Georgia,serif; }
.preview-countdown { position:absolute; z-index:6; top:76px; left:28px; display:flex; align-items:center; gap:9px; border:1px solid rgba(240,196,112,.24); border-radius:999px; background:rgba(10,10,12,.7); backdrop-filter:blur(14px); padding:7px 10px; box-shadow:0 8px 26px rgba(0,0,0,.24); }
.preview-countdown span { color:#d8c49a; font-size:8px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.preview-countdown strong { min-width:30px; color:#fff; font-size:11px; font-variant-numeric:tabular-nums; }
.watch-reason { position: absolute; z-index: 5; top: 32px; right: 28px; border-left: 2px solid #ed5d69; background: rgba(7,7,9,.64); backdrop-filter: blur(12px); padding: 8px 11px; color: #d6d5d2; font-size: 9px; font-weight: 750; }
.sound-onboarding { position:absolute; z-index:9; left:50%; bottom:106px; display:flex; align-items:center; gap:9px; transform:translateX(-50%); border:1px solid rgba(255,255,255,.18); border-radius:999px; background:rgba(12,12,15,.78); backdrop-filter:blur(16px); padding:8px 13px 8px 9px; color:#fff; box-shadow:0 10px 35px rgba(0,0,0,.32); transition:opacity .2s,transform .2s; }
.sound-onboarding span { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:#f1f0ed; color:#0a0a0c; font-size:11px; }
.sound-onboarding strong { font-size:9px; letter-spacing:.02em; }
.sound-onboarding.hidden { display:none; }
.mobile-story-meta { display:none; }
.center-play-state { position: absolute; z-index: 4; inset: 0; pointer-events: none; display: grid; place-items: center; opacity: 0; transform: scale(.88); transition: opacity .18s,transform .18s; }
.center-play-state span { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(8,8,10,.54); backdrop-filter: blur(12px); padding-left: 5px; font-size: 25px; }
.watch-canvas.is-paused .center-play-state { opacity: 1; transform: scale(1); }
.hold-speed-indicator { position:absolute; z-index:18; left:50%; top:18%; min-width:190px; display:flex; align-items:center; gap:11px; transform:translate(-50%,-10px) scale(.96); border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(18,10,25,.78); backdrop-filter:blur(18px); padding:9px 16px 9px 9px; opacity:0; pointer-events:none; box-shadow:0 14px 44px rgba(0,0,0,.4); transition:opacity .16s,transform .16s; }
.hold-speed-indicator>span { width:35px; height:35px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(145deg,#ff56ad,#8c55f5); color:#fff; font-size:22px; font-weight:950; letter-spacing:-5px; padding-right:5px; }
.hold-speed-indicator strong,.hold-speed-indicator small { display:block; }
.hold-speed-indicator strong { font-size:10px; }
.hold-speed-indicator small { margin-top:3px; color:#aaa1ad; font-size:7px; }
.watch-canvas.hold-speed-active .hold-speed-indicator { opacity:1; transform:translate(-50%,0) scale(1); }
.watch-buffering { position: absolute; z-index: 7; inset: 0; pointer-events: none; display: none; place-items: center; background: rgba(0,0,0,.16); }
.watch-buffering span { width: 46px; height: 46px; border: 2px solid rgba(255,255,255,.18); border-top-color: #fff; border-radius: 50%; animation: playerSpin .8s linear infinite; }
.watch-canvas.is-buffering .watch-buffering { display: grid; }
@keyframes playerSpin { to { transform: rotate(360deg); } }

.scroll-episode-hint { position: absolute; z-index: 5; right: 26px; bottom: 112px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(12,12,15,.76); backdrop-filter: blur(16px); padding: 9px 12px 9px 9px; transition: opacity .2s,transform .2s; }
.scroll-episode-hint > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #f0efec; color: #0b0b0d; font-weight: 900; }
.scroll-episode-hint strong,.scroll-episode-hint small { display: block; }
.scroll-episode-hint strong { font-size: 9px; }
.scroll-episode-hint small { margin-top: 3px; color: #898991; font-size: 8px; }
.custom-controls { position: absolute; z-index: 8; left: 25px; right: 25px; bottom: 18px; transition: opacity .2s,transform .2s; }
.player-progress { width: 100%; height: 16px; margin: 0; cursor: pointer; appearance: none; background: transparent; }
.player-progress::-webkit-slider-runnable-track { height: 3px; border-radius: 999px; background:linear-gradient(90deg,#f451a7 0 var(--progress,0%),rgba(255,255,255,.28) var(--progress,0%) 100%); }
.player-progress::-webkit-slider-thumb { width: 13px; height: 13px; margin-top: -5px; appearance: none; border: 2px solid #fff; border-radius: 50%; background: #ed5866; box-shadow: 0 2px 10px rgba(0,0,0,.4); }
.mobile-progress-shell { display:none; }
.control-row { height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.control-cluster { display: flex; align-items: center; gap: 5px; }
.control-cluster > button { min-width: 34px; height: 34px; border: 0; border-radius: 7px; background: transparent; padding: 0 7px; color: #f4f3f0; font-size: 12px; font-weight: 750; }
.control-cluster > button:hover { background: rgba(255,255,255,.14); }
.control-cluster > button:disabled { cursor: default; opacity: .25; }
.control-cluster .primary-play { width: 40px; height: 40px; margin-right: 3px; border-radius: 50%; background: #f4f3f0; color: #09090b; padding-left: 9px; font-size: 15px; }
.control-cluster .primary-play:hover { background: #fff; transform: scale(1.04); }
.volume-slider { width: 72px; height: 3px; appearance: none; border-radius: 999px; background: rgba(255,255,255,.32); accent-color: #fff; }
.volume-slider::-webkit-slider-thumb { width: 10px; height: 10px; appearance: none; border-radius: 50%; background: #fff; }
.player-time { display: flex; gap: 5px; margin-left: 7px; color: #aaaab2; font-size: 10px; font-variant-numeric: tabular-nums; }
.player-time b { color: #fff; }
.player-time i { color: #62626a; font-style: normal; }
.control-cluster-right { gap: 8px; }
.control-cluster .speed-control { min-width: 44px; font-size: 10px; }

.auto-next-card { position: absolute; z-index: 10; left: 50%; bottom: 105px; width: min(520px,calc(100% - 50px)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(15,15,18,.94); backdrop-filter: blur(18px); padding: 14px 15px 14px 18px; box-shadow: 0 18px 55px rgba(0,0,0,.45); }
.auto-next-card[hidden] { display: none; }
.auto-next-card span,.auto-next-card strong { display: block; }
.auto-next-card span { color: #92929a; font-size: 9px; }
.auto-next-card span b { color: #fff; }
.auto-next-card strong { margin-top: 5px; font-size: 13px; }
.auto-next-card button { height: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: #222227; padding: 0 12px; font-size: 9px; font-weight: 800; }
.auto-next-card button:first-of-type { border-color: #f1f0ed; background: #f1f0ed; color: #09090b; }

.engagement-panel { min-width: 0; min-height: 0; overflow-y: auto; border-left: 1px solid rgba(255,255,255,.09); background: #101013; scrollbar-width: thin; scrollbar-color: #36363d transparent; }
.engagement-hero { border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px 22px 20px; }
.engagement-hero > div:first-child > span,.episode-browser header span,.comments-panel > header span { color: #e16873; font-size: 8px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.engagement-hero h2 { margin: 7px 0 8px; font-size: 23px; line-height: 1.05; letter-spacing: -.025em; }
.engagement-hero p { display: -webkit-box; overflow: hidden; margin: 0; color: #8b8b94; font-size: 10px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.player-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 19px; }
.player-actions > button { min-width: 0; display: grid; justify-items: center; gap: 3px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: #17171b; padding: 10px 5px 9px; }
.player-actions > button:hover,.player-actions > button.active { border-color: rgba(255,255,255,.2); background: #202025; }
.player-actions > button.active > span { color: #ef6672; }
.player-actions span { font-size: 18px; }
.player-actions strong { max-width: 100%; overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
.player-actions small { color: #73737c; font-size: 7px; }
.episode-browser { border-bottom: 1px solid rgba(255,255,255,.08); padding: 20px 15px 17px; }
.episode-browser > header,.comments-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 7px 13px; }
.episode-browser header h3,.comments-panel > header h3 { margin: 5px 0 0; font-size: 13px; }
.episode-browser header b,.comments-panel > header b { min-width: 30px; height: 25px; display: grid; place-items: center; border-radius: 5px; background: #1d1d22; color: #8d8d96; font-size: 8px; }
.watch-episode-strip { max-height: 226px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; overflow-y: auto; padding-right: 2px; }
.watch-episode { min-width: 0; min-height: 58px; display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 7px; background: #16161a; padding: 7px 8px; text-align: left; }
.watch-episode:hover { border-color: rgba(255,255,255,.12); background: #1b1b20; }
.watch-episode.active { border-color: rgba(255,255,255,.26); background: #f0efec; color: #0a0a0c; }
.watch-episode > span { color: #62626a; font: 750 14px Georgia,serif; }
.watch-episode.active > span { color: #25252a; }
.watch-episode strong,.watch-episode small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.watch-episode strong { font-size: 9px; }
.watch-episode small { margin-top: 4px; color: #696972; font-size: 7px; }
.watch-episode > i { color: #caae66; font-size: 7px; font-style: normal; }
.watch-episode > i.unlocked { color:#73cfa0; }

.comments-panel { padding: 20px 15px 32px; }
.comment-composer { display: flex; align-items: flex-start; gap: 9px; padding: 0 7px 17px; }
.comment-composer > span,.comment-avatar { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #ecebe8; color: #111114; font-size: 10px; font-weight: 900; }
.comment-composer form { min-width: 0; flex: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #17171b; }
.comment-composer textarea { width: 100%; min-height: 51px; resize: vertical; border: 0; outline: 0; background: transparent; color: #f4f3f0; padding: 10px 11px 5px; font-size: 10px; line-height: 1.4; }
.comment-composer textarea::placeholder { color: #676770; }
.comment-composer form > div { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 6px 11px; }
.comment-composer form small { color: #686871; font-size: 7px; }
.comment-composer form button { height: 27px; border: 0; border-radius: 6px; background: #efeee9; color: #0a0a0c; padding: 0 10px; font-size: 8px; font-weight: 850; }
.comment-composer form button:disabled { opacity: .5; }
.comment-login { width: 100%; height: 42px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #17171b; padding: 0 12px; color: #b3b3ba; font-size: 9px; font-weight: 750; }
.comment-login span { font-size: 14px; }
.comments-list { display: grid; gap: 2px; }
.comment-card { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 10px; border-radius: 8px; padding: 11px 7px; }
.comment-card:hover { background: #151519; }
.comment-avatar { background: #24242a; color: #d8d8dd; }
.comment-card header { display: flex; align-items: center; gap: 7px; }
.comment-card header strong { font-size: 9px; }
.comment-card time { color: #65656d; font-size: 7px; }
.comment-card p { margin: 6px 0 8px; color: #b8b8be; font-size: 9px; line-height: 1.5; overflow-wrap: anywhere; }
.comment-card footer { display: flex; gap: 12px; }
.comment-card footer button { border: 0; background: none; padding: 0; color: #707078; font-size: 8px; }
.comment-card footer button:hover,.comment-card footer button.active { color: #ef6672; }
.comments-empty { min-height: 120px; display: grid; place-content: center; justify-items: center; color: #6e6e76; font-size: 9px; text-align: center; }
.comments-empty > span { font-size: 24px; }
.comments-empty p { margin: 8px 0 0; }
.comments-loading { display: grid; gap: 9px; padding: 10px 7px; }
.comments-loading span { height: 35px; border-radius: 7px; background: linear-gradient(90deg,#17171b,#202025,#17171b); background-size: 200% 100%; animation: commentLoading 1.2s linear infinite; }
@keyframes commentLoading { to { background-position: -200% 0; } }
.watch-canvas:fullscreen { background: #000; }
.watch-canvas:fullscreen video { object-fit: contain; }

@media (max-width: 1220px) {
  .watch-workspace { grid-template-columns: minmax(0,1fr) 350px; }
  .watch-breadcrumb span { display: none; }
  .watch-episode-strip { grid-template-columns: 1fr; }
  .player-actions small { display: none; }
}

@media (max-width: 900px) {
  .dialog.player-modal { overflow-y: auto; }
  .player-dialog { min-height: 100vh; height: auto; grid-template-rows: 60px auto; }
  .watch-topbar { position: sticky; top: 0; grid-template-columns: auto 1fr auto; }
  .watch-brand b,.watch-breadcrumb i,.live-pill { display: none; }
  .watch-workspace { grid-template-columns: 1fr; grid-template-rows: min(62vh,620px) auto; }
  .engagement-panel { overflow: visible; border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .watch-episode-strip { grid-template-columns: repeat(3,1fr); max-height: none; }
}

/* Resilient first frame and desktop/mobile short-drama feed */
.video-poster-layer {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg,rgba(4,4,6,.24),rgba(4,4,6,.55)),var(--watch-poster) center/cover;
  opacity: 1;
  transition: opacity .28s ease;
}
.video-poster-layer::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 48%,transparent 0 15%,rgba(5,5,7,.16) 62%,rgba(5,5,7,.5)); }
.feed-hot-start .video-poster-layer { gap:0; background:var(--watch-poster) center/cover; }
.feed-hot-start .video-poster-layer::before { background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.24)); }
.poster-brand { position:relative; color:#fff; font:800 26px Georgia,serif; letter-spacing:.24em; text-shadow:0 4px 24px #000; }
.video-poster-layer small { position:relative; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(8,8,10,.5); backdrop-filter:blur(10px); padding:7px 10px; color:#dedde0; font-size:8px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.watch-canvas.has-video-frame .video-poster-layer { opacity:0; }
.watch-canvas.autoplay-blocked .center-play-state { z-index:7; opacity:1; transform:scale(1); }
.watch-canvas.autoplay-blocked .center-play-state::after { content:""; }
.watch-canvas.is-loading .watch-buffering { display:grid; z-index:8; background:rgba(0,0,0,.12); }
.video-error-state { position:absolute; z-index:12; inset:0; display:grid; place-content:center; justify-items:center; gap:12px; background:linear-gradient(rgba(8,8,11,.65),rgba(8,8,11,.8)),var(--watch-poster) center/cover; }
.video-error-state[hidden] { display:none; }
.video-error-state strong { font-size:14px; }
.video-error-state button { border:0; border-radius:8px; background:#f3f2ef; color:#09090b; padding:10px 18px; font-size:10px; font-weight:850; }
.mobile-action-rail,.mobile-panel-close,.mobile-panel-scrim { display:none; }
.watch-workspace { will-change:transform; transition:transform .16s cubic-bezier(.2,.75,.25,1); }
.watch-workspace.feed-gesture-active { transform:translateY(var(--feed-pull,0)); }
.feed-transition-overlay {
  position:absolute;
  z-index:13;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(6,6,9,.2),rgba(6,6,9,.78)),var(--target-poster) center/cover;
  transform:translateY(var(--feed-peek-offset,100%));
  transition:transform .22s cubic-bezier(.2,.8,.25,1);
  box-shadow:0 -18px 60px rgba(0,0,0,.42);
}
.feed-transition-overlay.from-top { box-shadow:0 18px 60px rgba(0,0,0,.42); }
.feed-transition-overlay.feed-commit { transform:translateY(0)!important; transition-duration:.27s; }
.modal-backdrop:has(.feed-swap-modal),.feed-swap-modal { animation:none!important; }
.modal-backdrop:has(.feed-swap-modal) { background:#030304; backdrop-filter:none; }
.feed-transition-overlay>div { position:absolute; left:34px; right:34px; bottom:34px; display:grid; gap:6px; }
.feed-transition-overlay.from-top>div { top:34px; bottom:auto; }
.feed-transition-overlay span { color:#ef6b78; font-size:9px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.feed-transition-overlay strong { max-width:70%; overflow:hidden; color:#fff; font:700 clamp(25px,3vw,46px)/1.05 Georgia,serif; text-overflow:ellipsis; white-space:nowrap; text-shadow:0 5px 26px #000; }
.feed-transition-overlay small { color:#c6c4c5; font-size:9px; font-weight:800; }
.feed-position { position:absolute; z-index:6; top:50%; left:17px; display:grid; justify-items:center; gap:7px; transform:translateY(-50%); color:#fff; font-variant-numeric:tabular-nums; text-shadow:0 2px 10px #000; }
.feed-position strong,.feed-position small { font-size:7px; letter-spacing:.08em; }
.feed-position i { position:relative; width:2px; height:72px; overflow:hidden; border-radius:99px; background:rgba(255,255,255,.2); }
.feed-position i span { position:absolute; left:0; right:0; top:0; border-radius:99px; background:#fff; }
.watch-canvas.feed-transitioning .custom-controls,.watch-canvas.feed-transitioning .scroll-episode-hint,.watch-canvas.feed-transitioning .mobile-action-rail,.watch-canvas.feed-transitioning .mobile-story-meta,.watch-canvas.feed-transitioning .sound-onboarding { opacity:0; transform:translateY(10px); pointer-events:none; }
.watch-canvas.feed-edge-up { animation:feedEdgeUp .3s ease; }
.watch-canvas.feed-edge-down { animation:feedEdgeDown .3s ease; }
.feed-enter-up { animation:feedEnterUp .34s cubic-bezier(.18,.76,.22,1) both; }
.feed-enter-down { animation:feedEnterDown .34s cubic-bezier(.18,.76,.22,1) both; }
@keyframes feedEnterUp { from { opacity:.45; transform:translateY(7%) scale(.992); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes feedEnterDown { from { opacity:.45; transform:translateY(-7%) scale(.992); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes feedEdgeUp { 45% { transform:translateY(-9px); } }
@keyframes feedEdgeDown { 45% { transform:translateY(9px); } }

@media (max-width: 900px) {
  .modal-backdrop:has(.player-modal),.dialog.player-modal,.player-dialog,.watch-workspace,.watch-canvas { width:100vw; height:100dvh; min-height:100dvh; max-height:100dvh; overflow:hidden; }
  .dialog.player-modal { position:fixed; inset:0; }
  .player-dialog { display:block; }
  .watch-topbar { position:absolute; z-index:18; top:0; left:0; right:0; height:56px; display:flex; justify-content:space-between; border:0; background:linear-gradient(rgba(0,0,0,.64),transparent); padding:8px 12px; }
  .watch-brand span { width:32px; height:32px; border-radius:50%; }
  .watch-breadcrumb { flex:1; padding-left:8px; }
  .watch-breadcrumb strong { max-width:42vw; font-size:11px; }
  .watch-top-actions>button:first-of-type,.watch-top-actions .live-pill { display:none; }
  .watch-top-actions>button { border:0; border-radius:50%; background:rgba(0,0,0,.35); }
  .watch-workspace { position:relative; display:block; }
  .watch-canvas { position:absolute; inset:0; }
  .watch-canvas::before { inset:0; filter:blur(30px); opacity:.7; }
  .watch-canvas video { object-fit:cover; }
  .watch-canvas::after { background:linear-gradient(180deg,rgba(0,0,0,.38),transparent 22%,transparent 55%,rgba(0,0,0,.9)); }
  .watch-episode-badge { top:72px; left:16px; }
  .watch-episode-badge strong { font-size:27px; }
  .preview-countdown { top:112px; left:16px; padding:6px 9px; }
  .watch-reason { top:76px; right:15px; max-width:48vw; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .sound-onboarding { top:68px; bottom:auto; padding:7px 11px 7px 7px; }
  .sound-onboarding span { width:23px; height:23px; }
  .mobile-action-rail { position:absolute; z-index:9; right:12px; bottom:118px; display:grid; gap:14px; }
  .mobile-action-rail button { width:48px; display:grid; justify-items:center; gap:3px; border:0; background:transparent; padding:0; text-shadow:0 2px 9px #000; }
  .mobile-action-rail span { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(15,15,18,.48); backdrop-filter:blur(12px); font-size:19px; }
  .mobile-action-rail small { max-width:58px; overflow:hidden; color:#fff; font-size:8px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-action-rail .active span { color:#f06b78; }
  .scroll-episode-hint { display:none; }
  .mobile-story-meta { position:absolute; z-index:8; left:15px; right:78px; bottom:94px; display:block; border:0; background:none; padding:0; color:inherit; text-align:left; text-shadow:0 2px 12px rgba(0,0,0,.9); transition:opacity .2s,transform .2s; }
  .mobile-story-meta>span:first-child { display:block; margin-bottom:5px; color:#f2c3c7; font-size:8px; font-weight:900; letter-spacing:.04em; }
  .mobile-story-meta>strong { display:block; overflow:hidden; font:700 21px/1.1 Georgia,serif; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-story-meta .story-description { display:-webkit-box; overflow:hidden; margin:7px 0 6px; color:#d0ced0; font-size:9px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  .mobile-story-meta small { color:#a9a6aa; font-size:8px; font-weight:750; }
  .feed-position { display:none; }
  .feed-transition-overlay>div { left:18px; right:76px; bottom:112px; }
  .feed-transition-overlay.from-top>div { top:72px; bottom:auto; }
  .feed-transition-overlay strong { max-width:100%; font-size:30px; }
  .custom-controls { left:12px; right:12px; bottom:38px; }
  .custom-controls>.player-progress,.custom-controls .player-time { display:none; }
  .control-row { height:43px; }
  .control-cluster>[data-player-previous],.control-cluster>[data-player-next],.control-cluster>[data-rewind],.control-cluster>[data-forward],.volume-slider,.control-cluster-right>[data-picture-in-picture],.speed-control { display:none; }
  .control-cluster .primary-play { width:39px; height:39px; }
  .player-time { margin-left:3px; }
  .mobile-panel-scrim { position:fixed; z-index:29; inset:0; display:block; border:0; background:rgba(0,0,0,.48); opacity:0; pointer-events:none; transition:opacity .24s ease; }
  .mobile-panel-scrim.active { opacity:1; pointer-events:auto; }
  .engagement-panel { position:fixed; z-index:30; left:0; right:0; bottom:0; max-height:78dvh; overflow-y:auto; overscroll-behavior:contain; border:1px solid rgba(255,255,255,.12); border-bottom:0; border-radius:20px 20px 0 0; background:#111115; box-shadow:0 -25px 80px rgba(0,0,0,.65); transform:translateY(105%); transition:transform .27s cubic-bezier(.2,.8,.2,1); }
  .engagement-panel.mobile-open,.dialog.episodes-open .engagement-panel { transform:translateY(0); }
  .engagement-panel[data-mobile-panel="comments"] .episode-browser { display:none; }
  .engagement-panel[data-mobile-panel="episodes"] .comments-panel { display:none; }
  .mobile-panel-close { position:sticky; z-index:3; top:10px; float:right; width:32px; height:32px; display:grid; place-items:center; margin:10px 12px -42px 0; border:1px solid rgba(255,255,255,.1); border-radius:50%; background:#24242a; font-size:18px; }
  .engagement-hero { padding:22px 55px 16px 18px; }
  .engagement-hero h2 { font-size:20px; }
  .engagement-hero p,.player-actions { display:none; }
  .episode-browser { padding:17px 12px 28px; }
  .watch-episode-strip { grid-template-columns:repeat(3,minmax(0,1fr)); max-height:52dvh; }
  .comments-panel { min-height:52dvh; padding:17px 12px 38px; }
  .auto-next-card { bottom:88px; width:calc(100% - 24px); grid-template-columns:1fr auto auto; gap:6px; padding:12px; }
  .auto-next-card button { padding:0 9px; }
}

@media (max-width: 760px) {
  .modal-backdrop { padding:0; }
  .auth-modal { width:100vw; max-height:100dvh; overflow-y:auto; border:0; border-radius:0; }
  .auth-layout { min-height:100dvh; grid-template-columns:1fr; grid-template-rows:190px auto; }
  .auth-art { display:flex; min-height:190px; padding:20px 22px; }
  .auth-art::before { background:linear-gradient(180deg,rgba(8,7,10,.28),rgba(8,7,10,.86)),linear-gradient(90deg,transparent,rgba(15,14,18,.25)); }
  .auth-brand-lockup>span { width:33px; height:33px; border-radius:9px; font-size:18px; }
  .auth-brand-lockup b { font-size:15px; }
  .auth-brand-lockup small { display:none; }
  .auth-art-content { display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:8px 16px; }
  .auth-art-chip { width:max-content; margin:0; order:2; }
  .auth-art h2 { max-width:68%; margin:0; font-size:28px; }
  .auth-art-content>p,.auth-benefit-grid,.auth-art-footer { display:none; }
  .auth-form-panel { min-height:calc(100dvh - 190px); padding:28px 20px 38px; }
  .auth-form-wrap { width:min(100%,480px); }
  .auth-mode-tabs { margin-bottom:24px; }
  .auth-return-note { margin-bottom:18px; }
  .auth-heading { margin-bottom:20px; }
  .auth-heading h2 { max-width:88%; font-size:29px; }
  .auth-modal .dialog-close { position:fixed; top:max(14px,env(safe-area-inset-top)); right:14px; border-color:rgba(255,255,255,.3); background:rgba(10,10,13,.84); box-shadow:0 6px 22px rgba(0,0,0,.34); }
  .vip-modal { width:100vw; max-height:100dvh; overflow-y:auto; border:0; border-radius:0; }
  .vip-dialog { min-height:100dvh; padding:48px 22px 28px; }
  .vip-dialog-head { margin-bottom:21px; }
  .vip-dialog-head h2 { font-size:32px; }
  .vip-benefit-bar { grid-template-columns:1fr; }
  .vip-benefit-bar span { padding:9px 10px; }
  .vip-benefit-bar span+span { border-top:1px solid rgba(216,185,107,.11); border-left:0; }
  .vip-dialog-footer { flex-wrap:wrap; gap:8px 18px; }
  .modal-backdrop:has(.access-modal) { display:block; overflow:hidden; }
  .access-modal { width:100vw; height:100dvh; max-height:100dvh; overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; border-radius:0; }
  .access-dialog { min-height:100%; height:auto; grid-template-columns:1fr; grid-template-rows:31dvh auto; overflow:visible; }
  .access-story { padding:24px 22px; }
  .access-story::after { box-shadow:inset 0 -38px 55px rgba(19,19,23,.72); }
  .access-story h2 { font-size:28px; }
  .access-story span { display:none; }
  .access-options { justify-content:flex-start; padding:22px 18px 30px; }
  .access-options>h2 { margin-bottom:18px; font-size:27px; }
  .access-checkout-summary { padding:13px 14px; }
  .access-checkout-summary strong { font-size:21px; }
  .episode-unlock-button { min-height:82px; padding-inline:17px; }
  .access-plan-grid { grid-template-columns:1fr 1fr; }
  .access-plan-grid .plan-card { min-height:148px; }
}

@media (max-width: 430px) {
  .auth-layout { grid-template-rows:174px auto; }
  .auth-art { min-height:174px; }
  .auth-form-panel { min-height:calc(100dvh - 174px); }
  .auth-art h2 { max-width:100%; font-size:25px; }
  .auth-art-chip { display:none; }
  .auth-heading h2 { font-size:27px; }
  .auth-heading>span { font-size:9px; }
  .auth-assurance { justify-content:flex-start; }
  .access-plan-grid { grid-template-columns:1fr; }
  .access-plan-grid .plan-card { min-height:142px; }
  .auto-next-card { grid-template-columns:1fr auto; }
  .auto-next-card button:first-of-type { display:none; }
  .watch-episode-strip { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .control-cluster-right>[data-player-fullscreen] { display:none; }
  .watch-reason { display:none; }
}

/* Mobile H5 product surface */
.mobile-app-header,.mobile-bottom-nav,.mobile-lobby,.mobile-profile,.mobile-shorts-launch { display:none; }
.store-modal { width:min(94vw,820px); }
.store-dialog { position:relative; padding:24px 28px; background:radial-gradient(circle at 82% 0,rgba(255,205,92,.15),transparent 26%),radial-gradient(circle at 12% 10%,rgba(232,71,159,.24),transparent 38%),#121216; }
.store-dialog>header { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:3px 18px; align-items:center; padding:0 48px 10px 0; }
.store-dialog>header>span { color:#e65aa5; font-size:9px; font-weight:900; letter-spacing:.14em; }
.store-dialog>header h2 { margin:0; font:900 30px/1 Georgia,serif; }
.store-dialog>header p { margin:2px 0 0; color:#8f8c93; font-size:9px; letter-spacing:.14em; }
.store-dialog>header>span,.store-dialog>header h2,.store-dialog>header p { grid-column:1; }
.store-dialog>header .store-balance-pill { grid-column:2; grid-row:1/4; }
.store-balance-pill { width:max-content; display:flex; align-items:center; gap:7px; border:1px solid rgba(255,255,255,.11); border-radius:999px; background:#1b1b20; padding:7px 12px 7px 9px; }
.store-balance-pill strong { font-size:14px; }
.store-balance-pill small { color:#8d8b91; font-size:8px; }
.store-vip-bonus { margin:4px 0 12px; color:#ffc96d; font-size:9px; font-weight:900; }
.store-products { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.store-product { position:relative; min-width:0; min-height:88px; display:grid; grid-template-columns:42px minmax(0,1fr) auto; align-items:center; gap:10px; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:linear-gradient(145deg,#1d1921,#18181d); padding:18px 13px 10px; text-align:left; transition:border-color .18s,transform .18s,box-shadow .18s; }
.store-product:hover { border-color:rgba(232,80,161,.48); transform:translateY(-2px); box-shadow:0 14px 36px rgba(0,0,0,.25); }
.store-discount { position:absolute; top:0; right:0; border-radius:0 0 0 10px; background:linear-gradient(90deg,#ff4ba8,#ef6b67); padding:6px 9px; color:#fff; font-size:7px; font-weight:950; letter-spacing:.04em; }
.store-product-icon { position:relative; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.1); border-radius:12px; background:rgba(240,79,167,.11); }
.store-product-icon>b { color:#f2cf76; font-size:12px; }
.store-product-icon>i { position:absolute; right:4px; top:3px; color:#fff3a3; font-size:8px; font-style:normal; }
.store-product-copy small,.store-product-copy strong,.store-product-copy p { display:block; }
.store-product-copy small { color:#f071b3; font-size:7px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.store-product-copy strong { margin-top:3px; color:#fff; font-size:14px; line-height:1.2; }
.store-product.vip-product .store-product-copy strong { overflow:hidden; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.store-product-copy p { margin:5px 0 0; overflow:hidden; color:#77757c; font-size:7px; text-overflow:ellipsis; white-space:nowrap; }
.store-product-price { min-width:max-content; display:grid; justify-items:end; gap:4px; }
.store-product-price del { color:#8c858e; font-size:9px; text-decoration-thickness:2px; }
.store-product-price b { color:#fff0ae; font-size:19px; }
.store-product:nth-child(1) .store-discount { font-size:7px; }
.store-product:nth-child(2) .store-discount { font-size:8px; }
.store-product:nth-child(3) .store-discount { font-size:9px; }
.store-product:nth-child(4) .store-discount { font-size:10px; padding:6px 11px; }
.store-demo-result { display:flex; align-items:center; gap:10px; margin-top:12px; border:1px solid rgba(84,224,151,.26); border-radius:12px; background:rgba(62,189,122,.1); padding:10px 12px; }
.store-demo-result[hidden] { display:none; }
.store-demo-result>span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#53cf91; color:#07140e; font-weight:950; }
.store-demo-result strong,.store-demo-result small { display:block; }
.store-demo-result strong { color:#9af0bf; font-size:11px; }
.store-demo-result small { margin-top:2px; color:#81958a; font-size:8px; }
.purchase-burst { animation:purchaseBurst .46s ease both; }
@keyframes purchaseBurst { from { opacity:0; transform:scale(.94) translateY(7px); } 55% { transform:scale(1.02); } }
.store-product.vip-product { border-color:rgba(238,184,78,.19); background:radial-gradient(circle at 10% 0,rgba(240,79,167,.2),transparent 46%),linear-gradient(135deg,rgba(214,169,77,.14),#1b171f 62%); }
.store-product.vip-product .store-product-icon { background:linear-gradient(145deg,rgba(240,79,167,.2),rgba(217,178,91,.16)); }
.store-confirm-backdrop { position:fixed; z-index:12; inset:0; display:grid; place-items:center; background:rgba(5,5,7,.78); backdrop-filter:blur(12px); padding:18px; }
.store-confirm-card { width:min(430px,100%); overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:20px; background:radial-gradient(circle at 100% 0,rgba(240,79,167,.2),transparent 40%),#17171c; padding:20px; box-shadow:0 30px 100px rgba(0,0,0,.7); }
.store-confirm-card>header { display:flex; align-items:center; justify-content:space-between; }
.store-confirm-card>header>span { color:#ef70b3; font-size:10px; font-weight:950; letter-spacing:.12em; text-transform:uppercase; }
.store-confirm-card>header>button { width:30px; height:30px; border:1px solid rgba(255,255,255,.1); border-radius:50%; background:#24242a; color:#aaa7ae; }
.store-confirm-product { display:grid; grid-template-columns:46px minmax(0,1fr) auto; align-items:center; gap:11px; margin-top:18px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:#1f1e24; padding:13px; }
.store-confirm-product>span { width:44px; height:44px; display:grid; place-items:center; border-radius:12px; background:rgba(240,79,167,.12); color:#f6d37d; }
.store-confirm-product>div small,.store-confirm-product>div strong { display:block; }
.store-confirm-product>div small { color:#9b969f; font-size:8px; }
.store-confirm-product>div strong { margin-top:4px; overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.store-confirm-product>b { color:#fff0a8; font-size:18px; }
.store-confirm-balance { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; margin-top:12px; }
.store-confirm-balance>span { display:grid; gap:4px; border-radius:11px; background:#111115; padding:11px; color:#88858d; font-size:8px; }
.store-confirm-balance>span:last-child { text-align:right; }
.store-confirm-balance b { color:#fff; font-size:17px; }
.store-confirm-balance i { color:#ef61ac; font-style:normal; }
.store-confirm-card>p { margin:13px 0 17px; color:#8b8890; font-size:9px; line-height:1.5; }
.store-confirm-card>footer { display:grid; grid-template-columns:.7fr 1.3fr; gap:9px; }
.store-confirm-card>footer button { min-height:45px; border:1px solid rgba(255,255,255,.11); border-radius:12px; background:#24242a; color:#aaa7ae; font-size:9px; font-weight:950; }
.store-confirm-card>footer button:last-child { border:0; background:linear-gradient(90deg,#ed489f,#9052ed); color:#fff; }
.store-dialog>footer { margin-top:18px; color:#77757c; font-size:8px; letter-spacing:.07em; text-align:center; }
.access-store-products { grid-template-columns:1fr; }
.access-store-products .store-product { min-height:94px; padding:22px 12px 11px; }
.episode-unlock-button.recharge { border-color:rgba(255,178,80,.5); background:linear-gradient(105deg,#f05a9f,#f28a47); box-shadow:0 13px 34px rgba(232,92,116,.24); }

.language-modal { width:min(430px,calc(100vw - 28px)); padding:0; overflow:hidden; border:1px solid rgba(255,255,255,.11); border-radius:22px; background:#17171b; }
.language-picker { padding:24px; }
.language-picker header { position:relative; padding-right:42px; }
.language-picker header h2 { margin:4px 0 20px; font-size:27px; }
.language-picker header>button { position:absolute; top:0; right:0; width:34px; height:34px; border:1px solid rgba(255,255,255,.1); border-radius:50%; background:#222227; color:#aaa7ad; font-size:18px; }
.language-picker>div { display:grid; gap:8px; }
.language-picker>div>button { min-height:58px; display:grid; grid-template-columns:38px 1fr 24px; align-items:center; gap:11px; border:1px solid rgba(255,255,255,.08); border-radius:13px; background:#1e1e23; padding:8px 13px; color:#fff; text-align:left; }
.language-picker>div>button>span { width:36px; height:36px; display:grid; place-items:center; border-radius:10px; background:#2a292f; color:#aaa7ad; font-size:10px; font-weight:900; }
.language-picker>div>button>strong { font-size:13px; }
.language-picker>div>button>i { color:#ea55a6; font-style:normal; text-align:center; }
.language-picker>div>button.active { border-color:rgba(234,85,166,.48); background:rgba(234,85,166,.09); }
.language-picker>div>button.active>span { background:#e84f9f; color:#fff; }

@media (max-width: 900px) {
  body:not(.modal-open) { padding-bottom:64px; }
  .desktop-header,.site-footer { display:none; }
  .desktop-main { min-height:calc(100dvh - 56px); }
  .mobile-app-header { position:sticky; z-index:70; top:0; height:56px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(11,11,13,.94); backdrop-filter:blur(20px); padding:0 14px; }
  .mobile-brand { display:flex; align-items:center; gap:9px; border:0; background:none; padding:0; }
  .mobile-brand span { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; background:linear-gradient(145deg,#f06ab2,#d92a8d); color:#fff; font-size:9px; font-weight:950; }
  .mobile-brand b { font:800 17px/1 Georgia,serif; letter-spacing:.02em; }
  .mobile-brand i { border:1px solid rgba(232,80,161,.3); border-radius:999px; background:rgba(232,80,161,.1); padding:4px 6px; color:#ee6caf; font-size:6px; font-style:normal; font-weight:950; letter-spacing:.08em; }
  .mobile-balance { height:34px; display:flex; align-items:center; gap:7px; border:1px solid rgba(255,255,255,.1); border-radius:999px; background:#19191d; padding:0 11px; }
  .mobile-balance strong { font-size:11px; font-variant-numeric:tabular-nums; }
  .mobile-balance span { color:#d1cfd3; font-size:9px; font-weight:800; }
  .mobile-bottom-nav { position:fixed; z-index:80; left:0; right:0; bottom:0; height:64px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.09); background:rgba(12,12,15,.96); backdrop-filter:blur(22px); padding-bottom:env(safe-area-inset-bottom); }
  .mobile-bottom-nav button { position:relative; display:grid; place-content:center; justify-items:center; gap:4px; border:0; background:none; color:#7f7d83; }
  .mobile-bottom-nav button::before { content:""; position:absolute; top:0; left:35%; right:35%; height:2px; border-radius:0 0 4px 4px; background:#ed54a5; opacity:0; }
  .mobile-bottom-nav button.active { color:#fff; }
  .mobile-bottom-nav button.active::before { opacity:1; }
  .mobile-bottom-nav span { font-size:17px; line-height:1; }
  .mobile-bottom-nav small { font-size:8px; font-weight:800; }
  .primary-nav { display:none; }

  .mobile-lobby { position:relative; display:block; width:100%; padding:12px 13px 22px; }
  .mobile-pull-refresh { height:0; display:flex; align-items:center; justify-content:center; gap:8px; overflow:hidden; color:#89868e; font-size:8px; transition:height .18s; }
  .mobile-pull-refresh span { font-size:16px; transition:transform .18s; }
  .mobile-pull-refresh.ready { color:#ee69ae; }
  .mobile-pull-refresh.ready span { transform:rotate(180deg); }
  .mobile-pull-refresh.refreshing span { animation:pullRefreshSpin .7s linear infinite; }
  .mobile-home-results { overscroll-behavior-y:contain; }
  @keyframes pullRefreshSpin { to { transform:rotate(360deg); } }
  .mobile-tool-row { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:8px; }
  .mobile-sort-button { height:43px; min-width:104px; display:flex; align-items:center; gap:8px; border:1px solid rgba(240,79,167,.28); border-radius:12px; background:linear-gradient(135deg,rgba(240,79,167,.14),#18171e); padding:0 11px; color:#fff; }
  .mobile-sort-button>span:last-child { min-width:0; display:grid; gap:2px; text-align:left; }
  .mobile-sort-button strong { font-size:9px; font-weight:900; }
  .mobile-sort-button small { max-width:52px; overflow:hidden; color:#d879ad; font-size:7px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
  .sort-icon { width:21px; display:grid; gap:3px; }
  .sort-icon i { height:2px; display:block; border-radius:99px; background:#f45fac; }
  .sort-icon i:nth-child(1) { width:20px; }
  .sort-icon i:nth-child(2) { width:14px; }
  .sort-icon i:nth-child(3) { width:8px; }
  .mobile-search { height:43px; display:grid; grid-template-columns:34px minmax(0,1fr) auto; align-items:center; border:1px solid rgba(255,255,255,.09); border-radius:12px; background:#17171b; padding:0 8px; }
  .mobile-search>span { color:#77757d; font-size:18px; text-align:center; }
  .mobile-search input { min-width:0; height:100%; border:0; outline:0; background:none; color:#fff; font-size:11px; }
  .mobile-search button { width:30px; height:30px; border:0; border-radius:50%; background:#25252a; color:#aaa8ad; }
  .mobile-filter-row { display:flex; gap:7px; overflow-x:auto; scrollbar-width:none; margin:12px -13px 16px; padding:0 13px; }
  .mobile-filter-row button { min-width:max-content; border:1px solid rgba(255,255,255,.08); border-radius:999px; background:#151519; padding:8px 13px; color:#88868c; font-size:9px; font-weight:800; text-transform:capitalize; }
  .mobile-filter-row button.active { border-color:rgba(236,80,162,.4); background:#e7499f; color:#fff; }
  .mobile-sort-menu { position:absolute; z-index:20; top:66px; right:13px; width:170px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:13px; background:#1c1c21; box-shadow:0 20px 55px rgba(0,0,0,.55); }
  .mobile-sort-menu button { width:100%; display:flex; justify-content:space-between; border:0; border-bottom:1px solid rgba(255,255,255,.07); background:none; padding:13px 14px; color:#aaa8ae; font-size:10px; text-align:left; }
  .mobile-sort-menu button:last-child { border-bottom:0; }
  .mobile-sort-menu button.active { color:#fff; }
  .mobile-sort-menu i { color:#eb5baa; font-style:normal; }
  .mobile-work-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
  .mobile-work-card { position:relative; min-width:0; }
  .mobile-card-watch { position:relative; width:100%; aspect-ratio:.73; overflow:hidden; display:block; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:linear-gradient(180deg,transparent 42%,rgba(24,8,24,.97)),var(--mobile-cover) center/cover; padding:0; text-align:left; box-shadow:0 10px 28px rgba(0,0,0,.3); }
  .mobile-card-watch>i { position:absolute; left:50%; top:45%; width:36px; height:36px; display:grid; place-items:center; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.22); border-radius:50%; background:rgba(8,8,10,.42); backdrop-filter:blur(8px); padding-left:3px; color:#fff; font-size:11px; font-style:normal; opacity:.82; }
  .mobile-card-tag { position:absolute; top:8px; left:8px; border:1px solid rgba(255,255,255,.13); border-radius:999px; background:rgba(7,7,9,.55); backdrop-filter:blur(8px); padding:5px 7px; color:#eee; font-size:7px; font-weight:850; }
  .mobile-card-watch>div { position:absolute; left:10px; right:9px; bottom:10px; }
  .mobile-work-card h2 { margin:0; overflow:hidden; font:700 15px/1.15 Georgia,serif; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-work-card p { margin:5px 0 0; color:#bbb8bd; font-size:7px; }
  .mobile-card-heart { position:absolute; z-index:4; top:8px; right:8px; width:32px; height:32px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(9,7,11,.58); backdrop-filter:blur(9px); color:#fff; font-size:16px; box-shadow:0 5px 15px rgba(0,0,0,.28); }
  .mobile-card-heart.active { border-color:#ff6bb5; background:#e7479e; }
  .mobile-empty { min-height:50dvh; display:grid; place-content:center; justify-items:center; color:#8c8a90; text-align:center; }
  .mobile-empty>span { font-size:32px; }
  .mobile-empty h2 { margin:12px 0 4px; color:#fff; font-size:18px; }
  .mobile-empty p { max-width:240px; margin:0; font-size:10px; line-height:1.5; }

  .mobile-profile { display:block; width:100%; padding:22px 14px 28px; }
  .mobile-profile-identity { width:100%; display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; gap:13px; margin-bottom:16px; border:0; background:none; padding:0; color:inherit; text-align:left; }
  .mobile-profile-identity>span,.mobile-profile-avatar { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(145deg,#3b353d,#17171b); color:#fff; font-size:18px; font-weight:900; }
  .mobile-profile-identity small { color:#8e8c92; font-size:8px; font-weight:800; }
  .mobile-profile-identity h1 { margin:3px 0 2px; overflow:hidden; font-size:19px; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-profile-identity p { margin:0; overflow:hidden; color:#76747b; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-profile-identity>i { color:#77757b; font-size:22px; font-style:normal; }
  .mobile-profile-edit { display:grid; grid-template-columns:52px minmax(0,1fr); align-items:center; gap:12px; margin-bottom:16px; border:1px solid rgba(255,255,255,.1); border-radius:15px; background:#151519; padding:13px; }
  .mobile-profile-edit label { min-width:0; display:grid; gap:5px; }
  .mobile-profile-edit label small { color:#9b979e; font-size:8px; }
  .mobile-profile-edit input { min-width:0; width:100%; border:1px solid rgba(255,255,255,.12); border-radius:9px; background:#202026; padding:9px 10px; color:#fff; font-size:14px; font-weight:900; }
  .mobile-profile-edit em { overflow:hidden; color:#77747c; font-size:8px; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-profile-edit>div { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
  .mobile-profile-edit>div button { min-height:38px; border:1px solid rgba(255,255,255,.11); border-radius:10px; background:#24242a; color:#aaa6ad; font-size:9px; font-weight:900; }
  .mobile-profile-edit>div button:first-child { border:0; background:linear-gradient(90deg,#ec4ba2,#8d53ef); color:#fff; }
  .mobile-benefits-card { position:relative; width:100%; overflow:hidden; display:block; border:1px solid rgba(240,79,167,.34); border-radius:17px; background:radial-gradient(circle at 88% 2%,rgba(255,208,101,.3),transparent 27%),radial-gradient(circle at 8% 100%,rgba(139,92,246,.5),transparent 48%),linear-gradient(130deg,#35152f,#18131e 70%); padding:13px 14px; color:#fff; text-align:left; box-shadow:0 16px 40px rgba(0,0,0,.3); }
  .mobile-benefits-card::after { content:"VIP"; position:absolute; right:-4px; top:37px; color:rgba(255,255,255,.055); font:900 72px/1 Georgia,serif; transform:rotate(-8deg); }
  .mobile-benefits-spark { position:absolute; z-index:2; right:18px; top:14px; color:#ffd36e; font-size:17px; text-shadow:0 0 16px rgba(255,211,110,.72); }
  .mobile-benefits-card>header { position:relative; z-index:2; display:flex; align-items:center; gap:12px; }
  .mobile-benefits-card>header>.diamond-gem { margin:0 5px; }
  .mobile-benefits-card header small { color:#ff84c1; font-size:7px; font-weight:950; letter-spacing:.09em; text-transform:uppercase; }
  .mobile-benefits-card header h2 { margin:4px 0 0; font-size:16px; }
  .mobile-benefits-card>section { position:relative; z-index:2; display:grid; grid-template-columns:1fr; gap:7px; margin-top:10px; }
  .mobile-benefits-card section>div { min-height:54px; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.1); border-radius:10px; background:rgba(10,7,14,.32); padding:8px 10px; }
  .mobile-benefits-card section small { display:block; color:#ff9dce; font-size:8px; font-weight:950; letter-spacing:.04em; }
  .mobile-benefits-card section strong { display:block; align-self:center; justify-self:end; margin:0; font-size:15px; line-height:1; text-align:right; }
  .mobile-benefits-card>footer { position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:7px; border-radius:9px; background:linear-gradient(90deg,#ed49a0,#8e55ef); padding:8px 10px; font-size:8px; font-weight:900; }
  .mobile-benefits-card>footer span { flex:1; overflow:hidden; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
  .mobile-benefits-card footer b { color:#fff1a6; font-size:7px; white-space:nowrap; }
  .mobile-profile-menu { overflow:hidden; margin-top:16px; border:1px solid rgba(255,255,255,.08); border-radius:15px; background:#151519; }
  .mobile-profile-menu button,.mobile-profile-menu a { width:100%; min-height:57px; display:grid; grid-template-columns:34px minmax(0,1fr) auto; align-items:center; gap:10px; border:0; border-bottom:1px solid rgba(255,255,255,.07); background:none; padding:9px 13px; color:#fff; text-align:left; text-decoration:none; }
  .mobile-profile-menu>*:last-child { border-bottom:0; }
  .mobile-profile-menu>*>span { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; background:#232328; color:#c9c6cb; font-size:12px; }
  .mobile-profile-menu strong,.mobile-profile-menu small { display:block; }
  .mobile-profile-menu strong { font-size:10px; }
  .mobile-profile-menu small { margin-top:3px; color:#77757c; font-size:8px; }
  .mobile-profile-menu i { color:#65636a; font-style:normal; }
  .mobile-profile-danger { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:16px; }
  .mobile-profile-danger button,.mobile-primary-action,.mobile-secondary-action { min-height:43px; border:1px solid rgba(255,255,255,.09); border-radius:12px; background:#18181c; color:#aaa7ad; font-size:9px; font-weight:850; }
  .mobile-profile-danger button:last-child { color:#ee7a84; }
  .mobile-profile-guest { min-height:calc(100dvh - 120px); display:grid; place-content:center; justify-items:center; text-align:center; }
  .mobile-profile-guest h1 { margin:16px 0 6px; font-size:27px; }
  .mobile-profile-guest p { max-width:280px; margin:0 0 22px; color:#8d8a90; font-size:10px; line-height:1.55; }
  .mobile-primary-action,.mobile-secondary-action { width:min(280px,100%); margin-top:8px; }
  .mobile-primary-action { border-color:#e54b9e; background:#e54b9e; color:#fff; }

  .shorts-mode .watch-topbar,.shorts-mode .engagement-panel,.shorts-mode .custom-controls,.shorts-mode .watch-episode-badge,.shorts-mode .watch-reason,.shorts-mode .sound-onboarding { display:none; }
  .shorts-mode .player-dialog>.mobile-bottom-nav { z-index:25; }
  .shorts-mode .watch-canvas { touch-action:none; overscroll-behavior:none; }
  .shorts-mode .preview-countdown { top:17px; left:14px; }
  .shorts-inline-paywall { position:absolute; z-index:20; inset:0; display:grid; place-items:center; background:rgba(7,6,10,.28); backdrop-filter:blur(16px) brightness(.7); -webkit-backdrop-filter:blur(16px) brightness(.7); pointer-events:none; }
  .shorts-inline-paywall[hidden] { display:none; }
  .shorts-inline-paywall>button { min-width:132px; display:grid; justify-items:center; gap:9px; border:0; background:transparent; color:#fff; padding:20px; pointer-events:auto; touch-action:none; text-shadow:0 3px 18px rgba(0,0,0,.8); }
  .shorts-lock-icon { position:relative; width:68px; height:62px; display:block; border:1px solid rgba(255,255,255,.28); border-radius:22px; background:linear-gradient(150deg,rgba(255,255,255,.2),rgba(255,255,255,.06)); box-shadow:0 18px 50px rgba(0,0,0,.36),0 0 0 8px rgba(255,255,255,.035); }
  .shorts-lock-icon::before { content:""; position:absolute; left:50%; top:-17px; width:31px; height:34px; border:7px solid #fff; border-bottom:0; border-radius:19px 19px 0 0; transform:translateX(-50%); filter:drop-shadow(0 4px 8px rgba(0,0,0,.4)); }
  .shorts-lock-icon::after { content:""; position:absolute; left:50%; top:25px; width:7px; height:15px; border-radius:999px; background:#fff; transform:translateX(-50%); box-shadow:0 0 18px rgba(255,255,255,.6); }
  .shorts-inline-paywall strong { min-height:34px; display:flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.24); border-radius:999px; background:rgba(15,11,19,.62); padding:7px 14px; font-size:20px; font-variant-numeric:tabular-nums; box-shadow:0 10px 30px rgba(0,0,0,.28); }
  .shorts-inline-paywall small { color:rgba(255,255,255,.78); font-size:9px; font-weight:900; letter-spacing:.04em; }
  .shorts-inline-paywall>button.loading .shorts-lock-icon { animation:shortsUnlockPulse .8s ease-in-out infinite alternate; }
  .shorts-inline-paywall>button:disabled { cursor:wait; opacity:.76; }
  .shorts-paywall-active .mobile-story-meta,.shorts-paywall-active .mobile-action-rail,.shorts-paywall-active .mobile-progress-shell,.shorts-paywall-active .feed-position { opacity:.16; pointer-events:none; transition:opacity .18s ease; }
  @keyframes shortsUnlockPulse { to { transform:scale(.94); opacity:.72; } }
  .shorts-mode .mobile-story-meta { bottom:108px; border:0; background:none; padding:0; color:#fff; text-align:left; }
  .shorts-mode .mobile-action-rail { bottom:148px; }
  .shorts-mode .video-tap-target { bottom:64px; }
  .mobile-progress-shell { position:absolute; z-index:15; left:12px; right:12px; bottom:5px; height:30px; display:grid; grid-template-columns:auto minmax(0,1fr); align-items:center; gap:10px; border-radius:10px; background:rgba(9,8,12,.42); backdrop-filter:blur(10px); padding:0 8px; }
  .mobile-progress-time { min-width:66px; display:flex; gap:4px; color:#bab6bd; font-size:8px; font-variant-numeric:tabular-nums; }
  .mobile-progress-time b { color:#fff; }
  .mobile-progress-time i { color:#68636b; font-style:normal; }
  .mobile-player-progress { width:100%; height:24px; margin:0; appearance:none; background:transparent; accent-color:#f451a7; touch-action:none; }
  .mobile-player-progress::-webkit-slider-runnable-track { height:5px; border-radius:999px; background:linear-gradient(90deg,#f451a7 0 var(--progress,0%),rgba(255,255,255,.42) var(--progress,0%) 100%); box-shadow:0 1px 5px rgba(0,0,0,.45); }
  .mobile-player-progress::-webkit-slider-thumb { width:18px; height:18px; margin-top:-6.5px; appearance:none; border:3px solid #fff; border-radius:50%; background:#f451a7; box-shadow:0 0 0 4px rgba(244,81,167,.18),0 3px 12px rgba(0,0,0,.55); }
  .mobile-player-progress::-moz-range-track { height:5px; border-radius:999px; background:rgba(255,255,255,.5); }
  .mobile-player-progress::-moz-range-progress { height:5px; border-radius:999px; background:#f451a7; }
  .mobile-player-progress::-moz-range-thumb { width:14px; height:14px; border:3px solid #fff; border-radius:50%; background:#f451a7; }
  .shorts-mode .mobile-progress-shell { left:8px; right:8px; bottom:68px; background:rgba(9,8,12,.58); }
  .shorts-mode .watch-canvas.story-expanded::after { background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.25) 35%,rgba(0,0,0,.94)); }
  .shorts-mode .watch-canvas.story-expanded .mobile-story-meta { right:18px; bottom:102px; border-radius:16px 16px 0 0; background:rgba(13,13,16,.94); backdrop-filter:blur(18px); padding:18px; text-shadow:none; }
  .shorts-mode .watch-canvas.story-expanded .mobile-story-meta .story-description { display:block; max-height:32dvh; overflow-y:auto; -webkit-line-clamp:initial; color:#d0cdd2; font-size:11px; line-height:1.65; }
  .shorts-swipe-hint { position:absolute; z-index:16; left:50%; top:48%; display:grid; justify-items:center; gap:9px; transform:translate(-50%,-50%); border-radius:18px; background:rgba(7,7,9,.55); backdrop-filter:blur(14px); padding:17px 20px; pointer-events:none; animation:shortsHint 1.2s ease-in-out infinite; }
  .shorts-swipe-hint span { font-size:25px; }
  .shorts-swipe-hint strong { width:max-content; font-size:10px; }
  @keyframes shortsHint { 50% { transform:translate(-50%,-58%); opacity:.72; } }

  .store-modal { width:100vw; max-height:100dvh; border:0; border-radius:0; }
  .store-dialog { min-height:100dvh; padding:48px 14px 18px; }
  .store-dialog>header { grid-template-columns:minmax(0,1fr) auto; padding-right:36px; }
  .store-dialog>header h2 { font-size:26px; }
  .store-dialog>header p { font-size:7px; }
  .store-products { grid-template-columns:1fr; }
  .store-product { min-height:78px; padding:17px 11px 8px; }
  .store-product.vip-product .store-product-copy strong { font-size:11px; }
  .store-confirm-backdrop { align-items:end; padding:0; }
  .store-confirm-card { width:100%; border-radius:20px 20px 0 0; padding:20px 15px calc(18px + env(safe-area-inset-bottom)); }
  .access-store-products .store-product { min-height:76px; }
}
.share-link-overlay{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:24px}.share-link-scrim{position:absolute;inset:0;border:0;background:rgba(4,4,6,.74);backdrop-filter:blur(10px)}.share-link-card{position:relative;width:min(520px,calc(100vw - 32px));overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#17171b;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.72)}.share-link-card>header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09);padding:20px 22px}.share-link-card>header span{display:block;margin-bottom:5px;color:#ed5eaa;font-size:9px;font-weight:900;letter-spacing:.18em}.share-link-card>header h2{margin:0;font-size:24px}.share-link-card>header button{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#26262b;color:#fff;font-size:19px}.share-link-story{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;padding:18px 22px 10px}.share-link-story img{width:72px;height:96px;border-radius:10px;object-fit:cover}.share-link-story small{display:block;color:#ec68ad;font-size:10px;font-weight:850}.share-link-story strong{display:block;margin-top:5px;font-size:18px}.share-link-story p{margin:7px 0 0;color:#a9a8af;font-size:11px;line-height:1.55}.share-link-field{display:grid;gap:7px;padding:12px 22px 18px}.share-link-field>span{color:#8e8d94;font-size:9px;font-weight:850}.share-link-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.share-link-field input{min-width:0;height:44px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0e0e11;padding:0 12px;color:#d9d8dc;font-size:11px}.share-link-field button,.share-link-card>footer a,.share-link-card>footer button{min-height:44px;border:0;border-radius:10px;background:#f4f2ef;padding:0 15px;color:#111;font-size:11px;font-weight:900}.share-link-card>footer{display:flex;gap:9px;border-top:1px solid rgba(255,255,255,.09);padding:15px 22px 20px}.share-link-card>footer a,.share-link-card>footer button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.share-link-card>footer a{background:#ec4f9f;color:#fff}
.share-network-block{display:grid;gap:8px;padding:12px 22px 6px}.share-network-block>span{color:#8e8d94;font-size:9px;font-weight:850}.share-network-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.share-network{min-width:0;min-height:62px;display:flex;flex-direction:column;justify-content:space-between;gap:5px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:#24242a;padding:10px;color:#fff;text-decoration:none;transition:transform .16s ease,filter .16s ease}.share-network:hover{transform:translateY(-2px);filter:brightness(1.12)}.share-network strong{font-size:11px}.share-network small{overflow:hidden;color:rgba(255,255,255,.72);font-size:8px;line-height:1.25;text-overflow:ellipsis}.share-network-x{background:#050506}.share-network-facebook{background:#1769e0}.share-network-instagram{background:linear-gradient(135deg,#6c2ccf,#d92882 55%,#f29b38)}.share-network-whatsapp{background:#168c4c}.share-network-telegram{background:#238bc2}
@media(max-width:650px){.share-link-overlay{align-items:end;padding:0}.share-link-card{width:100%;max-height:94dvh;overflow-y:auto;border-radius:22px 22px 0 0;padding-bottom:max(10px,env(safe-area-inset-bottom))}.share-link-card>header{padding:18px}.share-link-story{padding:15px 18px 8px}.share-network-block{padding:12px 18px 5px}.share-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.share-network{min-height:54px}.share-network:last-child{grid-column:1/-1}.share-link-field{padding:12px 18px 17px}.share-link-field>div{grid-template-columns:1fr}.share-link-card>footer{padding:14px 18px 18px}.share-link-card>footer>*{flex:1}}
