:root {
  --bg: #05070b;
  --bg2: #080b11;
  --panel: rgba(15, 18, 27, .82);
  --panel2: rgba(255, 255, 255, .055);
  --line: rgba(255, 255, 255, .12);
  --line2: rgba(255, 255, 255, .2);
  --text: #f4f7fb;
  --muted: #a2aaba;
  --soft: #d5dae3;
  --hot: #ff2d66;
  --hot2: #ff6c96;
  --blue: #68d8ff;
  --green: #62e6ac;
  --yellow: #ffd76f;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .48);
  --max: 1180px;
  color-scheme: dark;
}

:root[data-theme='light'] {
  --bg: #f7f8fb;
  --bg2: #ffffff;
  --panel: rgba(255, 255, 255, .86);
  --panel2: rgba(4, 7, 12, .055);
  --line: rgba(7, 10, 18, .13);
  --line2: rgba(7, 10, 18, .2);
  --text: #10141d;
  --muted: #667084;
  --soft: #2d3544;
  color-scheme: light;
  background: linear-gradient(180deg, #fff, #f3f5fa 54%, #ebeef5);
}

body.theme-light {
  --bg: #f7f8fb;
  --bg2: #ffffff;
  --panel: rgba(255, 255, 255, .86);
  --panel2: rgba(4, 7, 12, .055);
  --line: rgba(7, 10, 18, .13);
  --line2: rgba(7, 10, 18, .2);
  --text: #10141d;
  --muted: #667084;
  --soft: #2d3544;
  --surface-page: #f8fafc;
  --surface-card: rgba(255, 255, 255, 0.92);
  --surface-card-strong: #ffffff;
  --text-main: #111827;
  --text-muted: #4b5563;
  --text-soft: #64748b;
  --border-light: rgba(15, 23, 42, 0.12);
  --border-medium: rgba(15, 23, 42, 0.18);
  --vyra-pink: #ff2b6f;
  --vyra-pink-soft: rgba(255, 43, 111, 0.14);
  color-scheme: light;
  background: linear-gradient(180deg, #fff, #f3f5fa 54%, #ebeef5);
}

body.theme-light .primary-action,
body.theme-light .secondary-action,
body.theme-light .btn-primary,
body.theme-light .btn-secondary,
body.theme-light .ghost-action,
body.theme-light .desktop-global-nav .primary-action.nav-open-app,
body.theme-light .header-login-btn,
body.theme-light .theme-switch-option,
body.theme-light .watch-tabs button,
body.theme-light .comment-sort button,
body.theme-light [data-watch-tab],
body.theme-light .comment-sort {
  color: var(--text-main);
  text-decoration: none;
}

body.theme-light .primary-action,
body.theme-light .desktop-global-nav .primary-action.nav-open-app,
body.theme-light .btn-primary {
  background: var(--vyra-pink);
  color: #fff;
  border: 1px solid var(--vyra-pink);
  box-shadow: 0 12px 26px rgba(255, 43, 111, 0.2);
}

body.theme-light .secondary-action,
body.theme-light .btn-secondary,
body.theme-light .ghost-action,
body.theme-light .header-login-btn {
  background: var(--surface-card);
  color: var(--text-main);
  border: 1px solid var(--border-medium);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.theme-light .secondary-action:hover,
body.theme-light .secondary-action:focus-visible,
body.theme-light .btn-secondary:hover,
body.theme-light .btn-secondary:focus-visible,
body.theme-light .ghost-action:hover,
body.theme-light .ghost-action:focus-visible,
body.theme-light .header-login-btn:hover,
body.theme-light .header-login-btn:focus-visible {
  background: rgba(255, 255, 255, 0.8);
}

body.theme-light .btn-primary:hover,
body.theme-light .btn-primary:focus-visible,
body.theme-light .primary-action:hover,
body.theme-light .primary-action:focus-visible,
body.theme-light .desktop-global-nav .primary-action.nav-open-app:hover,
body.theme-light .desktop-global-nav .primary-action.nav-open-app:focus-visible {
  filter: brightness(0.96);
}

body.theme-light .theme-switch-option {
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-main);
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

body.theme-light .theme-switch-option.is-active,
body.theme-light .theme-switch-option[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  border-color: rgba(255, 43, 111, 0.35);
  box-shadow: 0 8px 24px rgba(255, 43, 111, 0.2);
}

body.theme-light .studio-flag {
  color: rgba(15, 23, 42, 0.45);
}

body.theme-light .watch-details-toggle {
  border-color: var(--vyra-pink-soft);
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.84);
}

body.theme-light .watch-details-toggle span:last-child {
  color: var(--text-main);
}

body.theme-light .watch-tabs button {
  background: rgba(255, 255, 255, 0.75);
  color: var(--text-muted);
  border: 1px solid var(--border-light);
}

body.theme-light .watch-tabs button.is-active,
body.theme-light .watch-tabs button[aria-selected="true"] {
  background: var(--vyra-pink-soft);
  color: #b01248;
  border: 1px solid rgba(255, 43, 111, 0.35);
}

body.theme-light .watch-tabs button:hover,
body.theme-light .watch-tabs button:focus-visible,
body.theme-light .comment-sort button:hover,
body.theme-light .comment-sort button:focus-visible {
  color: var(--text-main);
}

body.theme-light .comment-sort button {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border-light);
  color: var(--text-muted);
}

body.theme-light .comment-sort button.is-active,
body.theme-light .comment-sort button[aria-selected="true"] {
  background: var(--vyra-pink-soft);
  color: #b01248;
  border: 1px solid rgba(255, 43, 111, 0.35);
}

body.theme-light .comment-sort button.is-active:hover,
body.theme-light .comment-sort button[aria-selected="true"]:hover,
body.theme-light .comment-sort button.is-active:focus-visible,
body.theme-light .comment-sort button[aria-selected="true"]:focus-visible {
  color: #7a133f;
}

body.theme-light .comment-compose-actions .ghost-action {
  border-color: var(--border-light);
  color: var(--text-main);
}

body.theme-light .comment-compose-actions .primary-action[disabled],
body.theme-light .comment-compose-actions .primary-action:disabled,
body.theme-light button:disabled,
body.theme-light .is-disabled,
body.theme-light [aria-disabled="true"] {
  background: #e5e7eb;
  color: #6b7280;
  border: 1px solid rgba(15, 23, 42, 0.08);
  opacity: 1;
  pointer-events: none;
}

body.theme-light button.icon-btn,
body.theme-light .action-rail button,
body.theme-light .volume-toggle,
body.theme-light .player-menu-toggle,
body.theme-light .search-toolbar-menu,
body.theme-light .watch-action-grid .secondary-action,
body.theme-light .desktop-player-nav .nav-button,
body.theme-light .desktop-player-nav a.nav-button {
  background: rgba(255, 255, 255, 0.82);
  color: #111827;
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

body.theme-light .action-rail .rail-icon,
body.theme-light .player-menu-disclosure .player-disclosure-toggle,
body.theme-light .player-toggle-row strong,
body.theme-light .player-disclosure-toggle,
body.theme-light .watch-action-grid .secondary-action:hover,
body.theme-light .watch-action-grid .secondary-action:focus-visible {
  color: #111827;
}

body.theme-light .action-rail small,
body.theme-light .action-rail .rail-icon svg,
body.theme-light .watch-metric,
body.theme-light button.watch-metric {
  color: #111827;
}

body.theme-light .logo-only,
body.theme-light .mobile-bottom-nav {
  background: rgba(255, 255, 255, .86);
}

/* Mobile/tablet bottom navigation */
.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .4rem;
  padding: 8px max(8px, env(safe-area-inset-right)) 10px max(8px, env(safe-area-inset-left));
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(5, 12, 26, .9);
  backdrop-filter: blur(14px);
  box-shadow: 0 -12px 30px rgba(0, 0, 0, .33);
  pointer-events: auto;
  list-style: none;
}

.mobile-bottom-link {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #bec9e0;
  font-weight: 750;
  text-align: center;
  padding: 2px 4px;
  margin: 0;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.mobile-bottom-link .mobile-nav-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 16px;
  line-height: 1;
}

.mobile-bottom-link .mobile-nav-icon span {
  display: none;
}

.mobile-nav-icon::before {
  content: "⌚";
  font-size: 15px;
  position: relative;
  top: 1px;
}

.mobile-nav-icon.icon-watch::before {
  content: "⌚";
}

.mobile-nav-icon.icon-search::before {
  content: "⌕";
}

.mobile-nav-icon.icon-saved::before {
  content: "❤";
}

.mobile-nav-icon.icon-account::before {
  content: "👤";
}

.mobile-bottom-link.is-current {
  color: #fff;
  border-color: rgba(255, 45, 102, .52);
  background: rgba(255, 45, 102, .17);
}

.mobile-bottom-link:hover,
.mobile-bottom-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
}

@media (min-width:1024px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

body.theme-light .video-card,
body.theme-light .phone-frame {
  color: #fff;
}

body.theme-light .side-meta,
body.theme-light .watch-details,
body.theme-light .watch-description,
body.theme-light .watch-facts dd,
body.theme-light .watch-metrics strong,
body.theme-light .watch-byline span:last-child,
body.theme-light .creator-social-link,
body.theme-light .secondary-action {
  color: var(--text);
}

body.theme-light .watch-tabs button.is-active,
body.theme-light .primary-action {
  color: #fff;
}

body.theme-light .comment-box textarea,
body.theme-light .comment-composer textarea,
body.theme-light .comment-composer,
body.theme-light .comment-row,
body.theme-light .feed-toolbar input {
  color: var(--text);
  background: rgba(255, 255, 255, .72);
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-height: 100dvh;
  min-width: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(255, 45, 102, .16), transparent 28rem), radial-gradient(circle at top right, rgba(104, 216, 255, .11), transparent 24rem), linear-gradient(180deg, #030407, #070912 52%, #030407);
  color: var(--text)
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  color: #fff
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 99
}

.skip-link:focus {
  left: 8px
}

.logo-only {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 7, 11, .92), rgba(5, 7, 11, .5) 62%, transparent);
  backdrop-filter: blur(14px)
}

.logo {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: .7rem;
  letter-spacing: .15em;
  font-weight: 900
}

.logo-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #05070b;
  background: linear-gradient(135deg, var(--hot), var(--hot2));
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  font-weight: 900;
  font-size: 1rem;
  line-height: 1
}

.logo-word {
  font-size: 1.05rem;
  color: #fff
}

.vyra-menu-link {
  border: 1px solid var(--line);
  background: rgba(10, 12, 18, .76);
  color: #fff;
  border-radius: 999px;
  padding: .65rem 1rem;
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
  text-decoration: none;
  font-weight: 800;
  transition: background .16s ease, border-color .16s ease;
}

.vyra-menu-link:hover {
  background: rgba(22, 23, 34, .94);
  border-color: rgba(255, 255, 255, .22);
}

.vyra-menu-link:focus-visible {
  outline: 3px solid rgba(255, 79, 143, .75);
  outline-offset: 3px;
}

.vyra-menu-icon {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.vyra-menu-icon span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: var(--hot)
}

.vyra-menu-text {
  white-space: nowrap
}

.page-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 112px 0 72px
}

.hero {
  min-height: calc(100dvh - 120px);
  display: grid;
  align-items: center;
  gap: 3rem
}

.hero-marketing {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .75fr)
}

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--hot2);
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: .75rem;
  font-weight: 800
}

.hero h1,
.narrow-page h1,
.side-meta h1 {
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  line-height: .92;
  margin: 0 0 1.1rem;
  letter-spacing: -.08em
}

.narrow-page h1 {
  font-size: clamp(2.4rem, 6vw, 5.2rem)
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: var(--soft);
  max-width: 820px
}

.muted {
  color: var(--muted)
}

.pill {
  border: 1px solid var(--line);
  background: var(--panel2);
  border-radius: 999px;
  padding: .52rem .8rem;
  color: var(--soft);
  font-size: .88rem
}

.pill {
  color: #fff;
  border-color: rgba(255, 45, 102, .32);
  background: rgba(255, 45, 102, .12)
}

.hero-actions,
.app-controls,
.page-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center
}

.site-footer {
  max-width: min(1100px, 100%);
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 1.6rem 1.25rem;
  background: rgba(12, 15, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  margin-top: 2.25rem;
  display: grid;
  gap: 0.95rem;
  margin-bottom: 0;
}

.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: inherit;
  text-decoration: none;
  width: fit-content;
}

.footer-brand-word {
  letter-spacing: .03em;
  font-weight: 800;
}

.footer-brand-copy {
  margin: 0;
  max-width: 38ch;
  color: var(--soft);
  font-size: .95rem;
}

.footer-link-disclosure {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  max-width: 100%;
  overflow-x: hidden;
}

.footer-disclosure-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .95rem;
  padding: .95rem 1rem;
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
  user-select: none;
  border: 0;
  background: transparent;
}

.footer-disclosure-summary::-webkit-details-marker {
  display: none;
}

.footer-disclosure-summary strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
}

.footer-disclosure-subtitle {
  display: block;
  margin-top: .25rem;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 600;
}

.footer-disclosure-chevron {
  color: var(--soft);
  transition: transform .2s ease;
  font-weight: 900;
}

.footer-link-disclosure[open] .footer-disclosure-chevron {
  transform: rotate(180deg);
}

.footer-disclosure-panel {
  padding: .1rem 1rem 1.1rem;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  overflow: hidden;
  transition: max-height .2s ease, opacity .2s ease, transform .2s ease, padding-top .2s ease, padding-bottom .2s ease;
  pointer-events: none;
  max-width: 100%;
  overflow-x: hidden;
}

.footer-link-disclosure[open] .footer-disclosure-panel {
  max-height: 280px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding-top: .2rem;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 43, 111, 0.45) rgba(255, 255, 255, 0.04);
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

.footer-link-disclosure[open] .footer-disclosure-panel::-webkit-scrollbar {
  width: 8px;
}

.footer-link-disclosure[open] .footer-disclosure-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.footer-link-disclosure[open] .footer-disclosure-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 43, 111, 0.45);
  border-radius: 999px;
}

.footer-link-group {
  border-top: 1px solid var(--line);
  padding: .82rem 0 .9rem;
}

.footer-link-group-title {
  margin: 0 0 .58rem;
  color: var(--soft);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-link-group:last-child {
  padding-bottom: .05rem;
}

.footer-link-group .footer-link {
  display: flex;
  align-items: center;
  color: #f4f7fb;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: .46rem .82rem;
  margin-bottom: .45rem;
  font-size: .94rem;
  background: rgba(255, 255, 255, 0.05);
  min-height: 48px;
}

.footer-link-group .footer-link:hover,
.footer-link-group .footer-link:focus-visible {
  border-color: rgba(255, 45, 102, .44);
  background: rgba(255, 43, 111, 0.14);
  color: #fff;
  text-decoration: none;
}

.footer-disclosure-summary:focus-visible,
.footer-brand-link:focus-visible,
.footer-link:focus-visible {
  outline: 2px solid var(--hot2);
  outline-offset: 2px;
}

body.theme-light .site-footer {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.theme-light .footer-brand-copy {
  color: #475569;
}

body.theme-light .footer-disclosure-summary {
  color: var(--text-main);
}

body.theme-light .footer-disclosure-summary strong {
  color: #111827;
}

body.theme-light .footer-disclosure-subtitle {
  color: rgba(17, 24, 39, 0.72);
}

body.theme-light .footer-disclosure-chevron {
  color: #334155;
}

body.theme-light .footer-link-disclosure {
  border-color: var(--border-light);
  background: rgba(255, 255, 255, 0.72);
}

body.theme-light .footer-link-group-title {
  color: #334155;
}

body.theme-light .footer-link-group {
  border-color: var(--border-light);
}

body.theme-light .footer-link-group .footer-link {
  color: #1f2937;
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .footer-link-group .footer-link:hover,
body.theme-light .footer-link-group .footer-link:focus-visible {
  color: #b01248;
  border-color: rgba(255, 43, 111, .4);
  background: rgba(255, 43, 111, 0.12);
}

@media (max-width: 820px) {
  .site-footer {
    margin-top: 1.8rem;
    padding: 1.05rem .9rem 1.2rem;
    margin-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .footer-link-disclosure {
    border-radius: 16px;
  }

  .footer-brand-copy {
    max-width: none;
  }

  .footer-disclosure[open] .footer-disclosure-panel,
  .footer-link-disclosure[open] .footer-disclosure-panel {
    max-height: 260px;
    overflow-y: auto;
  }
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: .82rem 1.08rem;
  font-weight: 800;
  cursor: pointer
}

.primary-action {
  background: linear-gradient(135deg, var(--hot), var(--hot2));
  color: #fff;
  box-shadow: 0 18px 44px rgba(255, 45, 102, .25)
}

.secondary-action {
  background: rgba(255, 255, 255, .06);
  border-color: var(--line);
  color: #fff
}

.hero-device {
  display: flex;
  justify-content: center
}

.phone-frame {
  position: relative;
  width: min(330px, 90vw);
  aspect-ratio: 9/17.6;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 42px;
  background: #070911;
  padding: 14px;
  box-shadow: var(--shadow), inset 0 0 0 7px #0b0d14;
  overflow: hidden
}

.mini-logo {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .18em;
  font-size: .72rem;
  color: #fff;
  z-index: 2
}

.fake-video,
.video-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background-size: 160% 160%;
  animation: slowShift 12s ease-in-out infinite
}

.gradient-city {
  background: radial-gradient(circle at 60% 25%, rgba(255, 255, 255, .8), transparent 3%), linear-gradient(140deg, #07111f 0%, #22324d 38%, #8b2f74 68%, #ff8b56 100%)
}

.gradient-malibu {
  background: radial-gradient(circle at 42% 20%, rgba(255, 218, 164, .75), transparent 6%), linear-gradient(155deg, #15081b 5%, #263d72 35%, #ff2d66 72%, #ffb56e 100%)
}

.gradient-jade {
  background: linear-gradient(155deg, #07120f, #0b5242, #5de0b4, #13213b)
}

.gradient-magma {
  background: linear-gradient(155deg, #0a0505, #461014, #e4562f, #f9b35b)
}

.play-btn,
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(0, 0, 0, .36);
  color: #fff;
  font-size: 1.7rem;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  cursor: pointer
}
/* Player play and search polish */
.app-page .video-play {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 900;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}

.app-page.is-playing .video-play, body[data-page="app"].is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}

.watch-search-sheet {
  z-index: 40;
}

.search-toolbar-menu svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.app-page .video-play {
  z-index: 43;
}

.fake-actions,
.fake-actions span {
  width: 42px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 0, 0, .24);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(12px)
}

.action-rail .rail-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 0, 0, .24);
  display: grid;
  place-items: center;
  backdrop-filter: blur(12px)
}

.action-rail small {
  font-size: .66rem;
  color: #fff
}
/* Player action rail visibility */

.app-page .action-rail .rail-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  opacity: 1;
  visibility: visible;
}

.app-page .action-rail .rail-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  opacity: 1;
  visibility: visible;
}

.app-page .action-rail small {
  display: block;
  font-size: 0.68rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}

.caption-card,
.video-caption {
  position: absolute;
  left: 16px;
  right: 64px;
  bottom: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .58));
  border-radius: 18px;
  padding: 1.4rem .85rem .85rem;
  color: #fff
}

.caption-card {
  display: grid;
  gap: .25rem;
  font-size: .85rem
}

.caption-card span,
.video-caption p {
  color: #dce3ef;
  font-size: .82rem;
  line-height: 1.35;
  margin: .25rem 0 0
}

.section-grid {
  display: grid;
  gap: 1rem;
  margin: 2rem 0
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.glass-card,
.feature-band,
.link-hub-preview,
.legal-tile-grid a,
.side-meta,
.video-stage,
.report-form {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px)
}

.glass-card {
  padding: 1.25rem
}

.glass-card h3,
.side-meta h1,
.section-heading h2 {
  margin: .2rem 0 .55rem
}

.glass-card p,
.legal-tile-grid span {
  color: var(--muted);
  line-height: 1.55
}

.feature-band {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.5rem;
  margin: 1rem 0
}

.feature-band h2,
.section-heading h2 {
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1;
  margin: .2rem 0
}

.feature-list {
  display: grid;
  gap: .65rem
}

.feature-list span {
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .04)
}

.link-hub-preview {
  padding: 1.5rem;
  margin-top: 1rem
}

.link-grid,
.legal-tile-grid {
  display: grid;
  gap: .75rem
}

.link-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.link-grid a,
.legal-tile-grid a {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: .85rem;
  color: #fff
}

.link-grid a:hover,
.legal-tile-grid a:hover {
  border-color: rgba(255, 45, 102, .5);
  background: rgba(255, 45, 102, .12)
}

.narrow-page {
  width: min(940px, 100%);
  margin: 0 auto
}

.legal-copy {
  padding-top: 3vh
}

.legal-tile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem
}

.legal-tile-grid a {
  display: grid;
  gap: .35rem
}

.app-layout {
  min-height: calc(100dvh - 120px);
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 1.1rem;
  align-items: center
}

.video-stage {
  justify-self: center;
  width: min(520px, 100%);
  padding: .8rem
}

.video-card {
  aspect-ratio: 9/16;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: var(--shadow)
}

.video-topline {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  z-index: 2
}

.video-caption {
  right: 92px
}

.side-meta {
  padding: 1.2rem
}

.side-meta h1 {
  font-size: clamp(2rem, 5vw, 3.9rem)
}

.status-flow {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem
}

.status-flow span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
  padding: .45rem .65rem;
  color: var(--soft);
  font-size: .8rem
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.4rem
}

.report-form {
  padding: 1.25rem;
  display: grid;
  gap: .8rem
}

.report-form label {
  color: #dce3ef;
  font-weight: 700
}

.report-form input,
.report-form select,
.report-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0, 0, 0, .24);
  color: #fff;
  padding: .85rem;
  outline: none
}

.report-form textarea {
  min-height: 120px;
  resize: vertical
}

.rage-values {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem
}

.rage-values span {
  border: 1px solid rgba(255, 45, 102, .35);
  background: rgba(255, 45, 102, .11);
  border-radius: 999px;
  padding: .58rem .82rem
}

.bill-wall {
  margin-top: 1.5rem
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035)
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px
}

th,
td {
  text-align: left;
  padding: .9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top
}

th {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .15em
}

td {
  color: #dce3ef
}

.rage-copy {
  border-color: rgba(255, 45, 102, .35)
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .48);
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  backdrop-filter: blur(4px)
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(390px, 92vw);
  z-index: 50;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(9, 11, 17, .97), rgba(6, 7, 11, .97));
  border-right: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(-105%);
  transition: .25s ease;
  overflow: auto
}

.drawer.is-open {
  transform: translateX(0)
}

.drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem .2rem .9rem;
  border-bottom: 1px solid var(--line)
}

.drawer-title {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
  letter-spacing: .14em
}

.drawer-close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer
}

.drawer-section {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line)
}

.drawer-section h2 {
  font-size: .72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .18em;
  margin: .2rem 0 .8rem
}

.drawer-link,
.category-result {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem;
  border-radius: 14px;
  color: #eaf0fb
}

.drawer-link:hover,
.category-result:hover {
  background: rgba(255, 255, 255, .07)
}

.drawer-link .icon,
.category-dot {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--hot2);
  font-size: .8rem
}

.drawer-link small {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  margin-top: .1rem
}

.smart-search {
  position: relative
}

.smart-search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, .24);
  color: #fff;
  padding: .78rem 2.4rem .78rem .9rem;
  outline: none
}

.smart-search button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, .09);
  color: #fff
}

.category-list {
  display: grid;
  gap: .25rem;
  max-height: 330px;
  overflow: auto;
  padding-right: .25rem
}

.category-result {
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  justify-content: space-between
}

.category-result span:first-of-type {
  display: flex;
  align-items: center;
  gap: .75rem
}

.badge {
  font-size: .66rem;
  border-radius: 999px;
  padding: .22rem .46rem;
  background: rgba(255, 255, 255, .08);
  color: var(--muted);
  border: 1px solid var(--line)
}

.badge.popular {
  color: #fff;
  background: rgba(255, 45, 102, .17);
  border-color: rgba(255, 45, 102, .32)
}

.badge.niche {
  color: #bdfbdc;
  background: rgba(98, 230, 172, .10);
  border-color: rgba(98, 230, 172, .26)
}

.drawer-note {
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.5;
  margin: .7rem 0 0
}

.drawer-footer {
  padding: 1rem 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.5
}

.drawer-footer strong {
  color: #fff
}

@keyframes slowShift {

  0%,
  100% {
    background-position: 0% 0%
  }

  50% {
    background-position: 100% 70%
  }
}

@media (max-width:1000px) {

  .hero-marketing,
  .app-layout,
  .feature-band {
    grid-template-columns: 1fr
  }

  .side-meta {
    order: -1
  }

  .link-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .three-up {
    grid-template-columns: 1fr
  }

  .video-card {
    min-height: auto
  }

  .auth-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:1023px) {
  body {
    overflow-x: hidden
  }

  body.app-page {
    background: #030407
  }

  .app-page .page-shell {
    padding-top: 56px
  }

  .page-shell {
    padding-bottom: calc(96px + env(safe-area-inset-bottom))
  }

  .app-layout,
  .side-meta,
  .video-stage {
    min-width: 0;
    max-width: 100%
  }

  .video-stage {
    width: 100%
  }

  .app-page .video-stage {
    padding: 0 .5rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none
  }

  .side-meta p,
  .lead {
    overflow-wrap: break-word
  }

  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    display: grid
  }

  .app-toast {
    bottom: calc(var(--app-bottom-nav-height, 70px) + .1rem)
  }
}

@media (max-width:720px) {
  .mobile-bottom-nav {
    left: 0;
    right: 0
  }
}

@media (max-width:1000px) {
  .app-page .side-meta {
    order: initial
  }
}

.app-page .video-card {
  border: 0;
  box-shadow: none;
  background-clip: padding-box;
  cursor: pointer;
  touch-action: none;
  user-select: none;
}

.app-page .video-reel {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  min-height: 620px;
  overflow: hidden;
  border-radius: 32px;
  background: #050509;
  touch-action: none;
  user-select: none;
  overscroll-behavior: contain;
  --reel-offset-y: 0px;
  --reel-card-y: 0px;
  --reel-panel-y: 0px;
  --reel-transition-ms: 440ms;
  --reel-ease: cubic-bezier(.16, 1, .3, 1);
}

.app-page .video-reel .video-card,
.app-page .reel-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  will-change: transform, opacity;
}

.app-page .video-reel .video-card {
  z-index: 2;
  transform: translate3d(0, var(--reel-card-y, var(--reel-offset-y)), 0);
}

.app-page .reel-panel {
  z-index: 1;
  display: grid;
  align-items: end;
  padding: 1.1rem 1rem 1.35rem;
  border-radius: inherit;
  overflow: hidden;
  background-size: 160% 160%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  pointer-events: none;
  contain: layout paint size;
}

.app-page .reel-prev {
  transform: translate3d(0, calc(-100% + var(--reel-panel-y, var(--reel-offset-y))), 0);
}

.app-page .reel-next {
  transform: translate3d(0, calc(100% + var(--reel-panel-y, var(--reel-offset-y))), 0);
}

.app-page .video-reel:not(.is-reel-dragging) .video-card,
.app-page .video-reel:not(.is-reel-dragging) .reel-panel {
  transition: transform var(--reel-transition-ms) var(--reel-ease), opacity var(--reel-transition-ms) ease;
}

.app-page .video-reel.is-reel-dragging .performer-card,
.app-page .video-reel.is-reel-dragging .action-rail,
.app-page .video-reel.is-reel-dragging .player-menu,
.app-page .video-reel.is-reel-dragging .video-play {
  opacity: .9;
}

.app-page .video-reel.is-reel-committing .video-card {
  opacity: 0;
}

.app-page .video-reel.is-reel-dragging.is-reel-committing .video-card {
  transition: none;
}

.app-page .video-reel.is-reel-resetting .reel-panel {
  transition: none;
}

.reel-preview-copy {
  display: grid;
  gap: .16rem;
  max-width: 72%;
  padding: .78rem .84rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(8, 10, 15, .42);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
  transition: opacity .32s ease, transform .32s ease;
}

.app-page .video-reel.is-reel-snapping .reel-preview-copy,
.app-page .video-reel.is-reel-committing .reel-preview-copy {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}

.reel-preview-copy span {
  color: rgba(255, 255, 255, .62);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.reel-preview-copy strong,
.reel-preview-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reel-preview-copy strong {
  font-size: 1rem;
}

.reel-preview-copy small {
  color: rgba(255, 255, 255, .74);
  font-size: .74rem;
  font-weight: 850;
}

.app-page .video-card .app-toast {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 32;
  max-width: min(260px, calc(100% - 2rem));
  border-radius: 14px 14px 0 0;
  transform: translate(-50%, 100%);
}

.app-page .video-card .app-toast.is-visible {
  transform: translate(-50%, 0);
}

.app-page .watch-details {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (max-width:720px) {
  body.app-page {
    background: #030407
  }

  .app-page .logo-only {
    height: 52px;
    background: linear-gradient(180deg, rgba(5, 7, 11, .94), rgba(5, 7, 11, .38) 74%, transparent);
    backdrop-filter: blur(12px)
  }

  .app-page .logo {
    gap: .55rem;
    letter-spacing: .13em
  }

  .app-page .logo-mark {
    width: 28px;
    height: 28px;
    font-size: .9rem
  }

  .app-page .logo-word {
    font-size: .96rem
  }

  .app-page .page-shell {
    width: 100%;
    padding: 56px 0 0
  }

  .app-page .app-layout {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: stretch
  }

  .app-page .video-stage {
    position: relative;
    order: 1;
    width: calc(var(--watch-card-width, min(100vw - 1rem, 430px)) + 1rem);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 .5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none
  }

  .app-page:not(.is-search-mode) .video-stage {
    margin-bottom: 0
  }

  .app-page .watch-search-sheet {
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 40;
    width: calc(var(--watch-card-width, calc(100% - 1rem)) - 18px);
    max-width: 412px;
    padding: .8rem .9rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(9, 11, 17, .98), rgba(11, 14, 24, .94));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
    backdrop-filter: blur(20px);
    opacity: var(--search-pull-opacity, 0);
    overflow: hidden;
    pointer-events: none;
    transform: translate(-50%, var(--search-pull-y, -14px));
    clip-path: inset(0 0 var(--search-pull-clip, 100%) 0 round 24px);
    transition: transform .2s ease, opacity .18s ease, clip-path .2s ease;
    will-change: transform, opacity, clip-path
  }

  [data-vyra-app].is-search-pulling .watch-search-sheet {
    transition: none
  }

  .app-page.is-search-mode .watch-search-sheet {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    clip-path: inset(0 0 0 0 round 24px)
  }

  .app-page .search-sheet-handle {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto .5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .42)
  }

  .app-page .feed-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .42rem;
    margin-bottom: .52rem
  }

  .app-page .feed-toolbar input {
    border-radius: 16px;
    padding: .7rem .78rem;
    font-size: .84rem
  }

  .app-page .feed-toolbar span {
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .72rem
  }

  .app-page .category-chip-row {
    gap: .35rem;
    margin: 0 -.58rem;
    padding: 0 .58rem .1rem
  }

  .app-page .category-chip {
    padding: .42rem .62rem;
    font-size: .78rem
  }

  .app-page .video-reel {
    width: var(--watch-card-width, 100%);
    height: var(--watch-card-height, auto);
    min-height: 0;
    margin: 0 auto;
    border-radius: 30px
  }

  .app-page .video-card {
    width: var(--watch-card-width, 100%);
    height: var(--watch-card-height, auto);
    min-height: 0;
    margin: 0 auto;
    aspect-ratio: 9/16;
    border-radius: 30px
  }

  .app-page .video-topline {
    top: 14px;
    left: 14px;
    right: 14px;
    font-size: .72rem
  }

  .app-page .video-play {
    width: 66px;
    height: 66px
  }

  .app-page .video-caption {
    left: 22px;
    right: 92px;
    bottom: 20px;
    padding: .96rem .78rem .76rem;
    border-radius: 18px
  }

  .app-page .video-caption p {
    font-size: .78rem;
    line-height: 1.28
  }

  .app-page .app-controls {
    display: none
  }

  .app-page .side-meta {
    order: 3;
    margin: 0 .5rem;
    padding: 1rem;
    border-radius: 22px
  }

  .app-page .side-meta h1 {
    font-size: 2rem;
    line-height: 1.02;
    letter-spacing: -.035em
  }

  .app-page .status-flow span {
    font-size: .75rem
  }
}

@media (max-width:430px) {
  .app-page .watch-search-sheet {
    width: calc(var(--watch-card-width, 100%) - 14px);
    border-radius: 22px;
  }

  .app-page .feed-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .app-page .feed-toolbar span {
    display: none;
  }
}

@media (min-width: 1024px) {

  html,
  body {
    height: 100%;
  }

  body.app-page {
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  body.app-page .page-shell {
    width: min(1360px, calc(100vw - 96px));
    padding-top: 88px;
    padding-bottom: 0;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  body.app-page .app-layout {
    min-height: 0;
    width: min(1360px, calc(100vw - 96px));
    height: calc(100dvh - 88px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: max-content minmax(420px, 520px);
    gap: clamp(44px, 5vw, 84px);
    align-items: start;
    justify-content: center;
  }

  body.app-page .video-stage {
    --player-chrome: 210px;
    --player-max-width: 500px;
    --player-min-width: 0px;
    --player-frame-max-height: calc(100dvh - var(--player-chrome));
    --player-width: max(var(--player-min-width),
        min(42vw,
          var(--player-max-width),
          calc((100dvh - var(--player-chrome)) * 9 / 16)));
    --player-height: calc((var(--player-width) * 16) / 9);
    padding: 0;
    width: var(--player-width);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: .62rem;
    position: sticky;
    top: 12px;
    align-items: start;
  }

  body.app-page .feed-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }

  body.app-page .app-controls {
    position: static;
    left: auto;
    top: auto;
    width: var(--player-width);
    transform: none;
    margin: 0;
    padding: .36rem 0 0;
    z-index: 4;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: .44rem;
  }

  body.app-page .app-controls .secondary-action,
  body.app-page .app-controls .primary-action {
    flex: 1 1;
    min-height: 38px;
    justify-content: center;
    border-radius: 18px;
  }

  body.app-page .video-reel {
    width: var(--player-width);
    height: var(--player-height);
    max-width: var(--player-max-width);
    max-height: var(--player-frame-max-height);
    min-height: 0;
    border-radius: 30px;
  }

  body.app-page .video-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 9 / 16;
    border-radius: 30px;
  }

  body.app-page .watch-search-sheet {
    padding: 10px 12px;
    margin-bottom: 0;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(9, 11, 17, .98), rgba(11, 14, 24, .94));
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  body.app-page.is-search-mode .watch-search-sheet {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Desktop pull cues are no longer hidden */

  body.app-page .watch-search-sheet .feed-toolbar {
    grid-template-columns: minmax(0, 1fr) 88px 40px;
    gap: .42rem;
    margin-bottom: .52rem;
  }

  body.app-page .feed-toolbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .42rem;
  }

  body.app-page .search-toolbar-menu {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 42px;
    min-width: 40px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }

  body.app-page .feed-toolbar input {
    height: 42px;
    border-radius: 14px;
    padding: .62rem .78rem;
    font-size: .82rem;
  }

  body.app-page .feed-toolbar span {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .72rem;
  }

  body.app-page .watch-search-sheet .category-chip-row {
    gap: .32rem;
    margin: 0;
    flex-wrap: nowrap;
    padding: 0 12px .14rem;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: flex-start;
    min-width: 0;
  }

  body.app-page .category-chip {
    height: 34px;
    padding: .38rem .64rem;
    font-size: .76rem;
    max-width: 118px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.app-page .watch-details {
    height: calc(100dvh - 122px);
    max-height: calc(100dvh - 122px);
    min-height: 0;
    display: grid;
    gap: .38rem;
    grid-template-rows: auto auto auto 1fr;
    overflow: hidden;
    padding: .82rem;
  }

  body.app-page .watch-details.is-expanded .watch-details-body {
    min-height: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
  }

  body.app-page .watch-panel {
    min-height: 0;
    overflow: hidden;
  }

  body.app-page .watch-details-head {
    gap: .4rem;
  }

  body.app-page .watch-identity {
    gap: .46rem;
    margin: .32rem 0 0;
  }

  body.app-page .watch-description {
    margin: 0;
    margin-bottom: .06rem;
  }

  body.app-page .watch-metrics {
    gap: .14rem .38rem;
  }

  body.app-page .watch-details-body {
    gap: .36rem;
  }

  body.app-page .watch-tabs {
    overflow: auto;
    padding-bottom: .04rem;
    gap: .32rem;
    margin-bottom: .02rem;
  }

  body.app-page .watch-tabs button {
    min-height: 31px;
    padding: .38rem .68rem;
    font-size: .74rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .2);
  }

  body.app-page .watch-tabs button.is-active {
    border-color: rgba(255, 45, 102, .48);
    background: rgba(255, 45, 102, .16);
    color: #fff;
  }

  body.app-page .watch-tabs button:hover,
  body.app-page .watch-tabs button:focus-visible {
    background: rgba(255, 255, 255, .08);
    outline: 0;
  }

  body.app-page .watch-panel.comments-panel.is-active {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
  }

  body.app-page .watch-panel .comment-list {
    min-height: 0;
    margin-top: .6rem;
    overflow: auto;
    padding-right: .38rem;
    padding-bottom: 34px;
    max-height: none;
    scrollbar-width: thin;
  }

  body.app-page .watch-panel .comment-list::after {
    height: 30px;
  }

  body.app-page .watch-panel .comment-list::-webkit-scrollbar {
    width: 7px;
  }

  body.app-page .watch-panel .comment-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
  }

  body.app-page .comment-compose-actions {
    align-items: center;
  }

  body.app-page .comment-composer {
    border-radius: 16px;
    gap: .56rem;
    padding: .48rem;
  }

  body.app-page .comment-composer textarea {
    min-height: 34px;
    max-height: 118px;
  }

  body.app-page .comment-composer .comment-compose-actions {
    margin-top: -.14rem;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  body.app-page .video-stage {
    --player-chrome: 240px;
    --player-max-width: 420px;
    --player-min-width: 0px;
    --player-frame-max-height: calc(100dvh - 270px);
  }

  body.app-page .watch-search-sheet {
    padding: 8px .9rem;
    margin-bottom: .42rem;
  }

  body.app-page .watch-search-sheet .feed-toolbar {
    margin-bottom: .45rem;
  }

  body.app-page .feed-toolbar input {
    height: 40px;
    font-size: .78rem;
  }

  body.app-page .category-chip {
    height: 30px;
    padding: .32rem .56rem;
    font-size: .74rem;
  }

  body.app-page .app-controls {
    gap: .42rem;
  }

  body.app-page .app-controls .secondary-action,
  body.app-page .app-controls .primary-action {
    min-height: 38px;
  }

  body.app-page .watch-search-sheet {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.app-page .watch-details {
    height: calc(100dvh - 126px);
    max-height: calc(100dvh - 126px);
    gap: .38rem;
    padding: .82rem;
  }

  body.app-page .watch-details-head {
    gap: .4rem;
  }

  body.app-page .watch-description {
    margin: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  body.app-page .watch-details-body {
    gap: .34rem;
  }

  body.app-page .watch-identity {
    margin: .32rem 0 0;
  }

  body.app-page .watch-metrics {
    gap: .16rem .38rem;
    margin-bottom: .05rem;
  }

  body.app-page .watch-tabs button {
    min-height: 31px;
    padding: .32rem .56rem;
  }

  body.app-page .watch-tabs {
    margin-bottom: 0;
    gap: .26rem;
  }

  body.app-page .watch-tabs button {
    min-height: 30px;
    padding: .3rem .55rem;
    font-size: .74rem;
    font-weight: 900;
  }

  body.app-page .comments-head {
    gap: .45rem;
  }

  body.app-page .comment-composer textarea {
    min-height: 34px;
  }

  body.app-page .comment-composer {
    gap: .56rem;
    padding: .42rem;
    border-radius: 14px;
  }

  body.app-page .comment-avatar {
    width: 36px;
    height: 36px;
  }

  body.app-page .comment-compose-main {
    gap: .34rem;
  }

  body.app-page .comment-composer .comment-compose-actions {
    gap: .38rem;
  }

  body.app-page .comment-composer .comment-compose-actions span {
    font-size: .7rem;
  }
}

@media (min-width: 1280px) and (min-height: 900px) {
  body.app-page .video-stage {
    --player-max-width: 460px;
    --player-min-width: 0px;
  }
}

@media (min-width: 1360px) and (max-width: 1500px) and (max-height: 820px) {
  body.app-page .video-stage {
    --player-min-width: 0px;
    --player-chrome: 130px;
    --player-max-width: 420px;
    --player-frame-max-height: calc(100dvh - 282px);
  }
}

@media (min-width: 1280px) and (min-height: 900px) and (max-width: 1499px) {
  body.app-page .video-stage {
    --player-frame-max-height: calc(100dvh - 291px);
  }
}

@media (min-width: 1500px) and (max-height: 900px) {
  body.app-page .video-stage {
    --player-min-width: 0px;
    --player-chrome: 210px;
    --player-frame-max-height: calc(100dvh - 290px);
  }
}

@media (min-width: 1600px) and (max-height: 900px) {
  body.app-page .video-stage {
    --player-min-width: 0px;
    --player-frame-max-height: calc(100dvh - 290px);
  }
}

@media (min-width: 1600px) and (min-height: 1000px) {
  body.app-page .video-stage {
    --player-max-width: 500px;
    --player-min-width: 0px;
    --player-frame-max-height: calc(100dvh - 290px);
  }
}

.app-page .video-topline,
.video-topline {
  top: 20px;
  left: 18px;
  right: 64px;
  z-index: 7;
  gap: 1rem;
  align-items: flex-start;
  line-height: 1.08;
}

.video-topline [data-video-category] {
  max-width: 68%;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.video-topline [data-video-duration] {
  flex: 0 0 auto;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.search-pull-cue {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(8, 10, 15, .46);
  color: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  transform: translate(-50%, -8px);
  transition: opacity .16s ease, transform .16s ease, background .16s ease;
}

.search-pull-cue span {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  opacity: .66;
}

[data-vyra-app].is-search-cued .search-pull-cue,
[data-vyra-app].is-search-pulling .search-pull-cue {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, var(--search-cue-y, 0));
}

[data-vyra-app].is-search-pulling .search-pull-cue {
  opacity: var(--search-cue-opacity, .35);
  background: rgba(8, 10, 15, .7);
}

.player-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 12;
}

.player-menu-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .22));
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
}

.player-menu-toggle:hover,
.player-menu-toggle:focus-visible,
.is-player-menu-open .player-menu-toggle {
  outline: 0;
  border-color: rgba(255, 255, 255, .38);
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(0, 0, 0, .2));
  transform: translateY(-1px);
}

.player-menu-toggle span,
.player-menu-toggle span::before,
.player-menu-toggle span::after {
  display: block;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  background: currentColor;
}

.player-menu-toggle span {
  position: relative;
}

.player-menu-toggle span::before,
.player-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.player-menu-toggle span::before {
  top: -8px
}

.player-menu-toggle span::after {
  top: 8px
}

.player-menu-panel {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 30;
  width: 248px;
  max-height: calc(100% - 64px);
  display: grid;
  gap: .24rem;
  overflow: auto;
  padding: .46rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(9, 11, 17, .94), rgba(15, 8, 15, .9));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px);
}

.player-menu-panel[hidden] {
  display: none;
}

.player-menu-panel button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #fff;
  padding: .62rem .7rem;
  text-align: left;
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
  min-height: 40px;
}

.player-menu-panel button:hover,
.player-menu-panel button:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, .09);
}

.player-menu-divider {
  display: block;
  height: 1px;
  margin: .18rem .2rem;
  background: rgba(255, 255, 255, .08);
}

.player-toggle-row,
.player-disclosure-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.player-toggle-row strong,
.player-disclosure-toggle strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  min-width: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  padding: .22rem .5rem;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .74);
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
}

.player-disclosure-toggle strong em,
.quality-grid button em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: .08rem .24rem;
  color: rgba(255, 255, 255, .62);
  font-size: .48rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
}

.player-disclosure-toggle strong em[hidden] {
  display: none;
}

.player-disclosure-toggle strong::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .64;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .14s ease;
}

.player-toggle-row.is-on strong {
  border-color: color-mix(in srgb, var(--creator-brand, var(--hot)) 48%, rgba(255, 255, 255, .12));
  background: color-mix(in srgb, var(--creator-brand, var(--hot)) 24%, rgba(255, 255, 255, .06));
  color: #fff;
}

.player-disclosure-toggle::after {
  display: none;
}

.player-menu-disclosure.is-open .player-disclosure-toggle strong::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.player-menu-disclosure {
  display: grid;
  gap: .32rem;
  margin: .2rem 0;
  padding: .34rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}

.player-menu-disclosure.is-open {
  background: rgba(255, 255, 255, .06);
}

.quality-menu-disclosure {
  border-color: rgba(255, 255, 255, .14);
  background: transparent;
}

.quality-menu-disclosure.is-open {
  background: rgba(255, 255, 255, .035);
}

.quality-menu-disclosure .player-disclosure-toggle {
  border: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
}

.quality-menu-disclosure .player-disclosure-toggle:hover,
.quality-menu-disclosure .player-disclosure-toggle:focus-visible {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .045);
}

.quality-menu-disclosure .player-disclosure-toggle strong {
  min-width: 74px;
  border-color: rgba(255, 255, 255, .16);
  background: transparent;
  color: #fff;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .28rem;
}

.quality-grid[hidden] {
  display: none;
}

.player-menu-panel .quality-grid button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  padding: .4rem .3rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  text-align: center;
  font-size: .68rem;
}

.player-menu-panel .quality-grid button.is-active {
  border-color: color-mix(in srgb, var(--creator-brand, var(--hot)) 68%, #fff);
  background: color-mix(in srgb, var(--creator-brand, var(--hot)) 28%, transparent);
  color: #fff;
}

.player-menu-panel .quality-grid button.is-active em {
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}

.share-menu-disclosure {
  overflow: hidden;
}

.share-pill-row {
  display: flex;
  gap: .34rem;
  overflow-x: auto;
  padding: .06rem .04rem .14rem;
  scrollbar-width: none;
}

.share-pill-row::-webkit-scrollbar {
  display: none;
}

.share-pill-row[hidden] {
  display: none;
}

.player-menu-panel .share-pill,
.share-pill {
  flex: 0 0 auto;
  width: auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: .42rem .6rem;
  font-size: .68rem;
  font-weight: 900;
  white-space: nowrap;
}

.player-menu-panel button.share-pill {
  width: auto;
  text-align: center;
}

.share-pill:hover,
.share-pill:focus-visible {
  outline: 0;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
}

.share-pill svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-pill.social-x svg,
.share-pill.social-facebook svg,
.share-pill.social-threads svg {
  fill: currentColor;
  stroke: none;
}

.share-pill.social-whatsapp {
  color: #bdfbdc;
}

.share-pill.social-facebook {
  color: #b7cdfc;
}

.share-pill.social-email,
.share-pill.social-copy {
  color: #f2f5ff;
}

.player-menu-panel button.danger,
.player-disclosure-toggle.danger {
  color: #ffb5c9;
}

.report-modal {
  position: absolute;
  inset: 0;
  z-index: 34;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(3, 5, 9, .54);
  backdrop-filter: blur(8px);
}

.report-modal[hidden] {
  display: none;
}

.comment-report-modal {
  position: fixed;
  z-index: 90;
}

.report-modal-card {
  position: relative;
  width: min(340px, 100%);
  display: grid;
  gap: .72rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 12, 18, .96), rgba(17, 11, 18, .94));
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.report-modal-close {
  position: absolute;
  top: .58rem;
  right: .58rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 1.18rem;
  line-height: 1;
  cursor: pointer;
}

.report-modal-close:hover,
.report-modal-close:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, .12);
}

.report-modal-eyebrow {
  width: max-content;
  color: #ffb5c9;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.report-modal h2 {
  max-width: 250px;
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.report-modal p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  line-height: 1.35;
}

.report-modal-reasons {
  display: grid;
  gap: .32rem;
}

.report-modal-reasons button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  padding: .62rem .72rem;
  font: inherit;
  font-size: .78rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.report-modal-reasons button:hover,
.report-modal-reasons button:focus-visible,
.report-modal-reasons button.is-active {
  outline: 0;
  border-color: color-mix(in srgb, var(--creator-brand, var(--hot)) 52%, rgba(255, 255, 255, .16));
  background: color-mix(in srgb, var(--creator-brand, var(--hot)) 20%, rgba(255, 255, 255, .05));
}

.report-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .42rem;
}

.report-modal-actions button {
  min-width: 0;
  width: 100%;
  padding: .58rem .52rem;
  font-size: .7rem;
  white-space: normal;
}

.is-display-clear .video-topline,
.is-display-clear .video-play,
.is-display-clear .action-rail,
.is-display-clear .action-rail-restore,
.is-display-clear .video-controls-toggle,
.is-display-clear .video-scrub,
.is-display-clear .video-bottom-controls,
.is-display-clear .video-caption {
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
}

.is-display-clear .player-menu {
  opacity: .55;
}

.is-display-clear.is-player-menu-open .player-menu,
.is-display-clear .player-menu:hover,
.is-display-clear .player-menu:focus-within {
  opacity: 1;
}

.video-topline,
.video-play,
.action-rail,
.video-controls-toggle,
.video-scrub,
.video-bottom-controls,
.video-caption,
.player-menu {
  transition: opacity .18s ease, transform .18s ease;
}

.video-scrub {
  position: absolute;
  left: 18px;
  right: 112px;
  z-index: 8;
  display: grid;
  gap: .26rem;
  pointer-events: auto;
}

.scrub-thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .14s ease, visibility .14s ease, transform .14s ease;
}

.video-scrub.has-thumbnails:hover .scrub-thumbnails,
.video-scrub.has-thumbnails:focus-within .scrub-thumbnails,
.video-scrub.has-thumbnails.is-previewing .scrub-thumbnails {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scrub-preview {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  overflow: visible;
  background: #111722;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(0, 0, 0, .22);
  transform: translateX(-50%);
}

.scrub-preview::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  background: rgba(10, 12, 18, .9);
  transform: translateX(-50%) rotate(45deg);
}

.scrub-preview-image {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, #111722, #33415f);
  background-size: 180% 180%;
  overflow: hidden;
}

.scrub-preview.gradient-city .scrub-preview-image {
  background: radial-gradient(circle at 66% 28%, rgba(255, 255, 255, .72), transparent 8%), linear-gradient(140deg, #07111f 0%, #22324d 38%, #8b2f74 68%, #ff8b56 100%);
}

.scrub-preview.gradient-malibu .scrub-preview-image {
  background: radial-gradient(circle at 42% 26%, rgba(255, 218, 164, .76), transparent 12%), linear-gradient(155deg, #15081b 5%, #263d72 35%, #ff2d66 72%, #ffb56e 100%);
}

.scrub-preview.gradient-jade .scrub-preview-image {
  background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .58), transparent 9%), linear-gradient(155deg, #07120f, #0b5242, #5de0b4, #13213b);
}

.scrub-preview.gradient-magma .scrub-preview-image {
  background: radial-gradient(circle at 60% 35%, rgba(255, 214, 152, .62), transparent 10%), linear-gradient(155deg, #0a0505, #461014, #e4562f, #f9b35b);
}

.scrub-preview.has-image .scrub-preview-image {
  background-image: var(--preview-image);
  background-size: cover;
  background-position: center;
}

.scrub-preview small {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  border-radius: 999px;
  padding: .12rem .28rem;
  background: rgba(0, 0, 0, .56);
  color: #fff;
  font-size: .54rem;
  font-weight: 900;
  line-height: 1;
}

.video-scrub-range {
  width: 100%;
  height: 24px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  accent-color: var(--creator-brand, var(--hot));
  touch-action: none;
  -webkit-appearance: none;
  appearance: none;
}

.scrub-status {
  justify-self: end;
  width: max-content;
  margin-top: -.1rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  color: #fff;
  padding: .18rem .42rem;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

.video-scrub-range:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .82);
  outline-offset: 5px;
  border-radius: 999px;
}

.video-scrub-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff 0 var(--scrub-progress, 0%), rgba(255, 255, 255, .28) var(--scrub-progress, 0%) 100%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .26);
}

.video-scrub-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--creator-brand, var(--hot));
  box-shadow: 0 6px 16px rgba(0, 0, 0, .34);
  -webkit-appearance: none;
  appearance: none;
}

.video-scrub.is-previewing .video-scrub-range::-webkit-slider-thumb {
  background: #fff;
  border-color: var(--creator-brand, var(--hot));
}

.video-scrub-range::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .26);
}

.video-scrub-range::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.video-scrub-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--creator-brand, var(--hot));
  box-shadow: 0 6px 16px rgba(0, 0, 0, .34);
}

.video-scrub.is-previewing .video-scrub-range::-moz-range-thumb {
  background: #fff;
  border-color: var(--creator-brand, var(--hot));
}

.video-caption {
  display: grid;
  gap: .18rem;
  border: 1px solid color-mix(in srgb, var(--creator-brand, var(--hot)) 24%, rgba(255, 255, 255, .08));
  background: linear-gradient(180deg, rgba(16, 17, 24, .26), rgba(12, 9, 10, .42));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
}

.video-caption b,
.video-caption .caption-title {
  display: block;
  font-size: clamp(.94rem, 2.5vw, 1.12rem);
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-caption .caption-creator {
  margin: 0;
  color: #eaf0fb;
  font-size: .78rem;
  line-height: 1.15;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-caption .tag-row {
  gap: .3rem;
  margin-top: .18rem;
}

.video-caption .tag-row[hidden] {
  display: none
}

.video-caption .tag-row span {
  font-size: .62rem;
  padding: .14rem .36rem;
  background: rgba(0, 0, 0, .18);
  border-color: rgba(255, 255, 255, .18);
}

@media (max-width:720px) {
  .app-page .video-topline {
    top: 19px;
    left: 16px;
    right: 60px;
    font-size: .68rem;
  }

  .app-page .video-scrub {
    left: 24px;
    right: 104px;
    bottom: 134px;
  }

  .app-page .scrub-preview {
    width: 50px;
    height: 72px;
  }
}

.video-bottom-controls {
  position: absolute;
  left: 22px;
  right: 98px;
  bottom: 20px;
  z-index: 8;
  display: grid;
  gap: .38rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  will-change: opacity, transform;
}

.video-controls-toggle {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 9;
  width: 74px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .18);
  color: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transform: translateX(-50%);
}

.video-controls-toggle span {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.video-controls-toggle:hover+.video-bottom-controls,
.video-card:focus-within .video-bottom-controls,
[data-vyra-app].is-controls-visible .video-bottom-controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.video-card:focus-within .video-controls-toggle,
[data-vyra-app].is-controls-visible .video-controls-toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
}

.video-bottom-controls .video-scrub {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  gap: 0;
}

.video-bottom-controls .scrub-thumbnails {
  bottom: 24px;
}

.video-bottom-controls .scrub-status {
  position: absolute;
  right: -2px;
  bottom: 24px;
  margin: 0;
  transform: translateY(50%);
}

.video-volume {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: min(56vw, 320px);
  gap: .48rem;
  align-items: center;
  justify-self: start;
  justify-content: flex-start;
  min-height: 44px;
  padding: .38rem 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(0, 0, 0, .22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  color: #fff;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.volume-toggle,
.volume-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: background .14s ease, opacity .14s ease;
}

.volume-toggle {
  padding: 0;
  gap: .35rem;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
}

.video-volume:hover {
  outline: 0;
  background: rgba(24, 26, 38, .24);
  border-color: rgba(255, 255, 255, .35);
}

.video-volume:focus-within {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .55);
}

.volume-icon {
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 1;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.volume-icon svg,
.volume-lock-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.volume-lock {
  grid-template-columns: auto 15px;
  gap: .26rem;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.volume-lock [data-volume-status] {
  min-width: 34px;
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  text-align: right;
}

.volume-lock-icon {
  display: grid;
  place-items: center;
  opacity: .58;
}

.volume-lock-icon svg {
  width: 14px;
  height: 14px;
}

.video-volume.is-muted .volume-icon {
  color: #ffd7e2;
}

.volume-helper {
  margin: 0;
  border-radius: 999px;
  padding: .2rem .52rem;
  max-width: 138px;
  color: var(--soft);
  font-size: .62rem;
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: .01em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, .68);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  display: inline-flex;
  align-items: center;
  margin-left: .24rem;
  opacity: 0;
  visibility: hidden;
}

.volume-helper.is-visible {
  opacity: 1;
  visibility: visible;
}

.video-volume.is-muted .volume-icon {
  color: #ffd7e2;
}

.video-volume.is-locked {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .24);
}

.video-volume.is-locked .volume-lock {
  background: rgba(255, 255, 255, .13);
}

.video-volume.is-locked .volume-lock-icon {
  opacity: 1;
}

body.theme-light .video-volume {
  color: #0f172a;
  border-color: rgba(7, 10, 18, .2);
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

body.theme-light .video-volume .volume-icon,
body.theme-light .video-volume .volume-lock {
  color: #0f172a;
}

body.theme-light .volume-helper {
  color: #0f172a;
  background: rgba(255, 255, 255, .8);
  border-color: rgba(7, 10, 18, .18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
}

.video-volume-range {
  width: 100%;
  height: 18px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.video-volume-range:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.video-volume-range:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .78);
  outline-offset: 5px;
  border-radius: 999px;
}

.video-volume-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff 0 var(--volume-progress, 80%), rgba(255, 255, 255, .28) var(--volume-progress, 80%) 100%);
}

.video-volume-range::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--creator-brand, var(--hot));
  -webkit-appearance: none;
  appearance: none;
}

.video-volume-range::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
}

.video-volume-range::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.video-volume-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--creator-brand, var(--hot));
}

.video-caption {
  bottom: 88px;
}

@media (max-width:720px) {
  .app-page .video-bottom-controls {
    left: 22px;
    right: 88px;
    bottom: 18px;
  }

  .app-page .video-caption {
    left: 20px;
    right: 88px;
    bottom: 90px;
    padding: .72rem .66rem .62rem;
  }
}

@media (max-width:390px) {
  .app-page .video-bottom-controls {
    left: 18px;
    right: 78px;
  }

  .app-page .video-caption {
    left: 18px;
    right: 78px;
    padding: .8rem .68rem .68rem;
  }
}

.video-topline {
  pointer-events: none;
}

.video-topline .top-volume {
  pointer-events: auto;
  width: fit-content;
  max-width: min(56vw, 320px);
  justify-self: flex-start;
  text-transform: none;
  letter-spacing: 0;
}

.top-volume.video-volume {
  width: fit-content;
  min-height: 40px;
  padding: .36rem .8rem;
  gap: .42rem;
  background: rgba(8, 10, 15, .28);
  border-color: rgba(255, 255, 255, .2);
  justify-self: flex-start;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.top-volume .volume-helper {
  display: inline-flex;
  margin-left: .22rem;
}

.top-volume.video-volume.is-expanded .volume-helper {
  opacity: 1;
  visibility: visible;
}

.top-volume .volume-toggle,
.top-volume .volume-lock {
  height: auto;
}

.top-volume .volume-lock {
  padding: 0 .34rem;
}

.performer-card.video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: grid;
  gap: .3rem;
  min-height: 126px;
  padding: 1.68rem 96px calc(.56rem + env(safe-area-inset-bottom)) 1rem;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--creator-brand, var(--hot)) 35%, rgba(255, 255, 255, .12));
  border-radius: 28px 28px 30px 30px;
  background: linear-gradient(180deg, rgba(9, 11, 17, .08), rgba(8, 10, 15, .4) 35%, rgba(6, 7, 10, .68));
  box-shadow: 0 -18px 44px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
  transform: translateY(var(--performer-drag-y, 0));
  touch-action: pan-y;
  will-change: transform;
}

.performer-card-handle {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 88px;
  height: 24px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .16);
  color: rgba(255, 255, 255, .72);
  cursor: grab;
  touch-action: none;
  transform: translateX(-50%);
  z-index: 2;
}

.performer-card-handle:active {
  cursor: grabbing
}

.performer-card-handle span {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.performer-card .video-scrub {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  gap: 0;
  margin: 0 .1rem;
}

.performer-card .scrub-thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

.performer-card .video-scrub.has-thumbnails:hover .scrub-thumbnails,
.performer-card .video-scrub.has-thumbnails:focus-within .scrub-thumbnails,
.performer-card .video-scrub.has-thumbnails.is-previewing .scrub-thumbnails {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.performer-card .scrub-status {
  position: absolute;
  right: -2px;
  bottom: 24px;
  margin: 0;
  transform: translateY(50%);
}

.performer-summary {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "avatar title"
    "avatar creator"
    "tags tags";
  gap: .1rem .58rem;
  align-items: center;
  cursor: pointer;
}

.performer-avatar {
  grid-area: avatar;
  align-self: stretch;
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--creator-brand, var(--hot)) 38%, rgba(255, 255, 255, .16));
  border-radius: 15px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--creator-brand, var(--hot)) 42%, rgba(255, 255, 255, .12)), rgba(0, 0, 0, .26));
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 28px rgba(0, 0, 0, .14);
}

.performer-card .caption-title {
  grid-area: title;
  min-width: 0;
  font-size: .92rem;
  line-height: 1.05;
}

.performer-card .caption-creator {
  grid-area: creator;
  min-width: 0;
}

.performer-card .tag-row {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  gap: .28rem;
  min-width: 0;
  margin: .14rem 0 0;
}

.performer-expanded {
  display: none;
  min-width: 0;
  gap: .74rem;
  padding: .18rem 0 .2rem;
  opacity: 0;
}

.performer-bio {
  margin: 0;
  color: #e3e8f2;
  font-size: .88rem;
  line-height: 1.45;
}

.performer-socials {
  margin: 0;
}

.performer-section-label,
.performer-empty {
  margin: 0 0 .45rem;
  color: rgba(255, 255, 255, .72);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.performer-video-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .48rem;
}

.performer-video-chip {
  min-height: 72px;
  display: grid;
  align-content: end;
  gap: .16rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  padding: .58rem;
  color: #fff;
  background-size: 160% 160%;
  box-shadow: inset 0 -28px 40px rgba(0, 0, 0, .3);
  text-align: left;
  cursor: pointer;
}

.performer-video-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.performer-video-chip small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, .75);
  font-weight: 800;
}

@media (max-width:720px) {
  .app-page .video-stage {
    width: var(--watch-card-width, min(100vw - 1rem, 430px));
    padding: 0;
  }

  .app-page .video-reel {
    width: 100%;
  }

  .app-page .video-card {
    width: 100%;
  }

  .app-page .video-topline {
    right: 58px;
  }

  .app-page .video-topline .top-volume {
    max-width: min(206px, calc(100% - 52px));
  }

  .app-page .performer-card.video-caption {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 120px;
    padding: 1.6rem 84px calc(.52rem + env(safe-area-inset-bottom)) .86rem;
    border-radius: 25px 25px 30px 30px;
  }

  .app-page .performer-summary {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .08rem .54rem;
  }

  .app-page .performer-avatar {
    min-height: 44px;
    border-radius: 15px;
  }

  .app-page .performer-card .caption-title {
    font-size: .86rem;
  }

  .app-page .performer-card .caption-creator {
    font-size: .7rem;
  }
}

@media (max-width:390px) {
  .app-page .video-topline .top-volume {
    max-width: min(184px, calc(100% - 48px));
  }

  .app-page .performer-card.video-caption {
    padding-right: 74px;
  }

  .app-page .performer-video-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion:reduce) {
  .app-page .video-reel {
    --reel-transition-ms: 120ms;
  }

  .app-page .video-reel.is-reel-dragging .performer-card,
  .app-page .video-reel.is-reel-dragging .action-rail,
  .app-page .video-reel.is-reel-dragging .player-menu,
  .app-page .video-reel.is-reel-dragging .video-play {
    opacity: 1;
  }
}

.performer-card.video-caption {
  min-height: 74px;
  gap: 0;
  padding: .72rem 86px calc(.5rem + env(safe-area-inset-bottom)) .78rem;
  border: 0;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .16));
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
  touch-action: auto;
  will-change: auto;
}

.performer-card-handle {
  display: none;
}

.performer-card-handle span {
  width: 44px;
  height: 4px;
  background: rgba(255, 255, 255, .68);
}

.performer-card .video-scrub {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.performer-card .video-scrub-range {
  height: 18px;
}

.performer-card .video-scrub-range::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 0;
}

.performer-card .video-scrub-range::-webkit-slider-thumb {
  width: 6px;
  height: 6px;
  margin-top: -1.5px;
  border-width: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .24);
}

.performer-card .video-scrub-range::-moz-range-track,
.performer-card .video-scrub-range::-moz-range-progress {
  height: 3px;
  border-radius: 0;
}

.performer-card .video-scrub-range::-moz-range-thumb {
  width: 6px;
  height: 6px;
  border-width: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .24);
}

.performer-card .scrub-status {
  position: absolute;
  right: 10px;
  top: -16px;
  bottom: auto;
  padding: .12rem .32rem;
  font-size: .54rem;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity .14s ease;
  z-index: 4;
}

.performer-card .video-scrub:hover .scrub-status,
.performer-card .video-scrub:focus-within .scrub-status,
.performer-card .video-scrub.is-scrubbing .scrub-status,
.performer-card .video-scrub.is-previewing .scrub-status {
  opacity: 1;
}

.performer-card .scrub-thumbnails {
  bottom: 22px;
  left: 8px;
  right: 10px;
}

.performer-summary {
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-areas:
    "avatar creator"
    "avatar title";
  grid-template-rows: auto auto;
  gap: .08rem .62rem;
  min-height: 50px;
  padding-top: .2rem;
  cursor: default;
}

.performer-avatar {
  width: 50px;
  min-height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-self: center;
  background-size: cover;
  background-position: center;
}

.performer-avatar.has-image {
  color: transparent;
}

.performer-card .tag-row {
  display: none;
}

.performer-card .caption-title {
  display: block;
  align-self: start;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

.performer-card .caption-creator {
  align-self: end;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.1;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .48);
}

.performer-card .caption-creator span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.performer-card .caption-creator.is-marquee span {
  min-width: max-content;
  animation: performerMarquee 8s linear infinite;
}

@keyframes performerMarquee {

  0%,
  18% {
    transform: translateX(0)
  }

  82%,
  100% {
    transform: translateX(var(--performer-marquee-shift, -36%))
  }
}

@media (max-width:720px) {
  .app-page .performer-card.video-caption {
    min-height: 72px;
    padding: .66rem 76px calc(.46rem + env(safe-area-inset-bottom)) .68rem;
    border-radius: 0 0 30px 30px;
  }

  .app-page .performer-summary {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 48px;
    padding-top: .2rem;
  }

  .app-page .performer-avatar {
    width: 48px;
    min-height: 48px;
    border-radius: 50%;
  }

  .app-page .performer-card .caption-creator {
    font-size: .82rem;
  }

  .app-page .performer-card .caption-title {
    font-size: .68rem;
  }
}

@media (max-width:390px) {
  .app-page .performer-card.video-caption {
    padding-right: 70px;
  }
}

.video-topline .top-volume.video-volume {
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.video-topline .top-volume.video-volume.is-expanded {
  background: rgba(8, 10, 15, .34);
}

.top-volume .volume-toggle {
  width: auto;
  height: auto;
}

.top-volume .volume-icon svg {
  width: 20px;
  height: 20px;
}

.top-volume .video-volume-range,
.top-volume .volume-lock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .16s ease, visibility .16s ease, transform .18s ease;
}

.top-volume.is-expanded .video-volume-range,
.top-volume.is-expanded .volume-lock {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.top-volume .video-volume-range {
  height: 38px;
}

.top-volume .volume-lock {
  width: 34px;
  height: 30px;
  grid-template-columns: 1fr;
  padding: 0;
  background: rgba(0, 0, 0, .18);
}

.top-volume .volume-lock [data-volume-status] {
  display: none;
}

.top-volume .volume-lock-icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width:720px) {
  .app-page .video-topline .top-volume.video-volume {
    max-width: min(214px, calc(100% - 52px));
  }
}

@media (max-width:390px) {
  .app-page .video-topline .top-volume.video-volume {
    max-width: min(194px, calc(100% - 48px));
  }
}

/* Player volume collapse */
.app-page .video-topline .top-volume.video-volume:not(.is-expanded),
body[data-page="app"] .video-topline .top-volume.video-volume:not(.is-expanded) {
  width: 46px;
  min-width: 46px;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

.app-page .video-topline .top-volume.video-volume.is-expanded,
body[data-page="app"] .video-topline .top-volume.video-volume.is-expanded {
  width: fit-content;
  padding: 0 12px;
  justify-content: flex-start;
}

.app-page .video-topline .top-volume .volume-helper,
body[data-page="app"] .video-topline .top-volume .volume-helper {
  display: none;
}

.app-page .video-topline .top-volume.is-expanded .volume-helper,
.app-page .video-topline .top-volume.video-volume.is-expanded .volume-helper,
body[data-page="app"] .video-topline .top-volume.is-expanded .volume-helper,
body[data-page="app"] .video-topline .top-volume.video-volume.is-expanded .volume-helper {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
}

.watch-details {
  display: grid;
  gap: .72rem;
  padding: 1rem;
}

.watch-details-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.watch-details .eyebrow {
  margin-bottom: .45rem;
}

.watch-details h1 {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}

.watch-identity {
  display: flex;
  align-items: center;
  gap: .62rem;
  min-width: 0;
  margin: .62rem 0 0;
}

.watch-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--creator-brand, #ff2d66) 56%, rgba(255, 255, 255, .18));
  border-radius: 50%;
  background: color-mix(in srgb, var(--creator-brand, #ff2d66) 22%, rgba(255, 255, 255, .04));
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 950;
}

.watch-avatar.has-image {
  color: transparent;
}

.watch-identity-copy {
  min-width: 0;
  display: grid;
  gap: .3rem;
}

.watch-byline {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .65rem;
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.watch-byline span:first-child {
  color: #fff;
}

.watch-details-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: .52rem .68rem;
  font-weight: 850;
  cursor: pointer;
}

.watch-details-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(180deg);
}

.watch-description {
  margin: 0;
  color: var(--soft);
  line-height: 1.38;
  max-width: 820px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.watch-metrics {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .32rem .6rem;
  align-items: center;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
}

.watch-metric {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 0 0 .08rem;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
}

button.watch-metric {
  cursor: pointer;
}

.watch-metric:not(:last-of-type)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin-left: .38rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
}

button.watch-metric:hover,
button.watch-metric:focus-visible {
  outline: 0;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: color-mix(in srgb, var(--creator-brand, var(--hot)) 68%, rgba(255, 255, 255, .38));
}

.watch-metrics strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1;
}

.watch-details-body {
  display: none;
  gap: .8rem;
}

.watch-details.is-expanded .watch-details-body {
  display: grid;
}

.watch-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  padding-bottom: .1rem;
  align-items: flex-start;
}

.watch-tabs::-webkit-scrollbar {
  display: none;
}

.watch-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: var(--muted);
  padding: .4rem .64rem;
  font-size: .78rem;
  font-weight: 850;
  min-height: 34px;
  cursor: pointer;
}

.watch-tabs button.is-active {
  color: #fff;
  border-color: rgba(255, 45, 102, .45);
  background: rgba(255, 45, 102, .14);
}

.watch-panel {
  min-width: 0;
}

.watch-panel[hidden] {
  display: none;
}

.developer-stats {
  display: grid;
  gap: .75rem;
}

.developer-stats-head {
  display: grid;
  gap: .16rem;
}

.developer-stats-head strong {
  color: #fff;
  font-size: 1rem;
}

.developer-stats-head span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.developer-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin: 0;
}

.developer-stats-grid div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  padding: .62rem;
}

.developer-stats-grid dt {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.developer-stats-grid dd {
  margin: .18rem 0 0;
  color: #fff;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.25;
  word-break: break-word;
}

.watch-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .8rem;
  margin: 0 0 .75rem;
}

.watch-facts div {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  padding-bottom: .5rem;
}

.watch-facts dt {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.watch-facts dd {
  margin: .2rem 0 0;
  color: #fff;
  font-weight: 850;
}

.creator-socials {
  display: block;
  margin: .55rem 0 0;
}

.creator-socials[hidden] {
  display: none;
}

.watch-header-socials {
  margin-top: 0;
}

.creator-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.creator-social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
}

.creator-social-link:hover,
.creator-social-link:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .075);
  outline: 0;
}

.creator-social-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-social-link.social-x svg,
.creator-social-link.social-facebook svg,
.creator-social-link.social-fansly svg,
.creator-social-link.social-manyvids svg,
.creator-social-link.social-loyalfans svg {
  fill: currentColor;
  stroke: none;
}

.creator-social-link.social-onlyfans {
  color: #8ee7ff;
}

.creator-social-link.social-instagram {
  color: #ffb1df;
}

.creator-social-link.social-fansly,
.creator-social-link.social-loyalfans {
  color: #bdfbdc;
}

.watch-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}

.watch-action-grid .secondary-action {
  width: 100%;
  border-radius: 14px;
}

.watch-settings {
  display: grid;
  gap: .55rem;
}

.watch-settings label {
  display: flex;
  align-items: center;
  gap: .58rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  padding: .72rem;
  font-weight: 800;
}

.watch-settings input {
  accent-color: var(--hot);
}

.watch-details .comment-box {
  margin-top: 0;
}

.watch-details .comment-box textarea {
  min-height: 78px;
}

.watch-details .comment-list {
  margin-top: .75rem;
}

/* Watch details comments */

.watch-panel.comments-panel {
  color: var(--text, #f5f7ff);
}

.watch-panel.comments-panel[hidden] {
  display: none !important;
}

.comments-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
}

.comments-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-strong, var(--text, #ffffff));
}

.comments-head h2 span {
  color: var(--text-muted, #b5bfd5);
}

.comments-head p {
  margin: 6px 0 0;
  color: var(--text-muted, #b5bfd5);
  font-size: 0.95rem;
}

.comment-sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.14));
  background: var(--surface-glass, rgba(255, 255, 255, 0.055));
  flex: 0 0 auto;
}

.comment-sort button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted, #b5bfd5);
  padding: 8px 14px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.comment-sort button.is-active,
.comment-sort button[aria-selected="true"] {
  background: color-mix(in srgb, var(--accent, #ff4f8f) 28%, transparent);
  color: var(--text, #ffffff);
}

.comment-composer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.14));
  background: var(--surface-glass, rgba(255, 255, 255, 0.045));
}

.comment-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--text, #ffffff);
  border: 1px solid var(--border-strong, rgba(255, 255, 255, 0.22));
  background:
    linear-gradient(135deg, rgba(255, 79, 143, 0.35), rgba(96, 112, 255, 0.2));
}

.comment-compose-main {
  flex: 1;
  min-width: 0;
}

.comment-compose-main textarea {
  width: 100%;
  min-height: 44px;
  max-height: 140px;
  resize: vertical;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text, #ffffff);
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  padding: 8px 0;
}

.comment-compose-main textarea::placeholder {
  color: var(--input-placeholder, rgba(181, 191, 213, 0.72));
}

.comment-compose-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.comment-compose-actions>span {
  margin-right: auto;
  color: var(--text-muted, #b5bfd5);
  font-size: 0.88rem;
  font-weight: 800;
}

.comment-compose-actions button {
  font: inherit;
}

.comment-compose-actions .ghost-action {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted, #b5bfd5);
  padding: 8px 12px;
  font-weight: 800;
  cursor: pointer;
}

.comment-compose-actions .ghost-action:hover {
  color: var(--text, #ffffff);
  background: rgba(255, 255, 255, 0.08);
}

.comment-compose-actions .primary-action {
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
}

.comment-form-message {
  margin: 8px 0 0;
  color: var(--text-muted, #b5bfd5);
  font-size: 0.88rem;
}

/* Reset browser-default comment list behavior */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.comment-list>li {
  list-style: none;
  margin: 0;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.14));
  background: var(--surface-glass, rgba(255, 255, 255, 0.04));
  color: var(--text, #ffffff);
}

.comment-list>li::marker {
  content: "";
}

.comment-list p {
  margin: 10px 0;
  line-height: 1.45;
}

.comment-list strong,
.comment-list b {
  color: var(--text-strong, var(--text, #ffffff));
}

.comment-list small,
.comment-list time,
.comment-list .comment-meta {
  color: var(--text-muted, #b5bfd5);
}

.comment-list button {
  appearance: none;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.14));
  border-radius: 999px;
  background: var(--surface-2, rgba(255, 255, 255, 0.08));
  color: var(--text, #ffffff);
  padding: 7px 11px;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
}

.comment-list button:hover {
  background: color-mix(in srgb, var(--accent, #ff4f8f) 18%, transparent);
  border-color: color-mix(in srgb, var(--accent, #ff4f8f) 50%, transparent);
}

.comment-list button:focus-visible,
.comment-sort button:focus-visible,
.comment-compose-actions button:focus-visible {
  outline: 3px solid var(--focus-ring, rgba(255, 79, 143, 0.75));
  outline-offset: 3px;
}

/* Works even if app.js renders generic child wrappers */
.comment-list>li>*:first-child {
  margin-top: 0;
}

.comment-list>li>*:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .comments-head {
    flex-direction: column;
    gap: 12px;
  }

  .comment-sort {
    align-self: flex-start;
  }

  .comment-composer {
    padding: 14px;
    border-radius: 16px;
  }

  .comment-avatar {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .comment-compose-actions {
    gap: 8px;
  }

  .comment-compose-actions .ghost-action {
    padding: 7px 10px;
  }

  .comment-compose-actions .primary-action {
    padding: 8px 15px;
  }

  .comment-list {
    gap: 12px;
  }

  .comment-list>li {
    padding: 14px;
    border-radius: 16px;
  }
}

/* Comment action menu */
.comment-actions {
  position: relative;
}

.comment-menu {
  position: relative;
  display: inline-block;
  margin-left: auto;
  /* Push to right if inside flex container */
}

.comment-menu-popover {
  position: absolute;
  right: 0;
  top: 100%;
  background: rgba(15, 17, 26, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 100;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

.comment-menu-button[aria-expanded="false"]+.comment-menu-popover,
.comment-menu-button:not([aria-expanded="true"])+.comment-menu-popover {
  display: none;
}

.comment-menu-popover button {
  white-space: nowrap;
  background: transparent;
  border: none;
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  cursor: pointer;
  font-size: 0.8rem;
  border-radius: 4px;
  display: block;
  width: 100%;
}

.comment-menu-popover button:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width:720px) {
  .app-page .watch-details {
    margin: 0 .5rem;
    padding: .85rem;
    border-radius: 18px;
  }

  .app-page .watch-details-head {
    align-items: flex-start;
  }

  .app-page .watch-details h1 {
    font-size: 1.34rem;
  }

  .app-page .watch-details-toggle {
    padding: .48rem .58rem;
    font-size: .74rem;
  }

  .app-page .watch-description {
    font-size: .88rem;
  }

  .app-page .watch-identity {
    align-items: flex-start;
    gap: .55rem;
  }

  .app-page .watch-avatar {
    width: 38px;
    height: 38px;
  }

  .app-page .watch-tabs button {
    padding: .36rem .56rem;
  }

  .developer-stats-grid {
    grid-template-columns: 1fr;
  }

  .app-page .watch-metrics {
    font-size: .76rem;
    gap: .24rem .48rem;
  }

  .app-page .watch-action-grid,
  .app-page .watch-facts {
    grid-template-columns: 1fr;
  }
}

.route-group {
  margin-top: 1.1rem;
}

.route-group h3 {
  margin: 0 0 .65rem;
  color: var(--soft);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.link-grid.single-route {
  grid-template-columns: minmax(0, 1fr);
}

.compact-legal-grid {
  margin-top: .85rem;
}

.status-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin: .15rem 0 1rem;
  padding: .46rem .68rem;
  border: 1px solid rgba(246, 211, 101, .32);
  border-radius: 999px;
  background: rgba(246, 211, 101, .09);
  color: #f8e6a2;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.help-route-card em {
  width: max-content;
  margin-top: .2rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: .38rem .58rem;
  font-style: normal;
  font-size: .72rem;
  font-weight: 900;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
}

.check-row input {
  width: auto !important;
  margin-top: .22rem;
  flex: 0 0 auto;
}

.guidelines-copy {
  max-width: 1120px;
}

.guidelines-copy h1 {
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: .95;
}

.guidelines-copy .lead {
  margin-bottom: 0;
}

.guidelines-chips {
  margin: 28px 0 36px;
}

.guidelines-card {
  display: grid;
  gap: .74rem;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: rgba(18, 18, 26, .78);
  padding: 28px 32px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.guidelines-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.08;
}

.guidelines-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.65;
}

.guidelines-card ul {
  margin: 0;
  padding-left: 1.18rem;
  color: var(--soft);
  line-height: 1.65;
}

.guidelines-card li+li {
  margin-top: .18rem;
}

.guidelines-actions {
  margin-top: 28px;
}

.quiet-action {
  background: rgba(255, 255, 255, .035);
  color: var(--soft);
}

.guidelines-page .vyra-menu-link {
  opacity: .72;
  transform: translateY(-50%) scale(.94);
}

.guidelines-page .vyra-menu-link:hover,
.guidelines-page .vyra-menu-link:focus-visible {
  opacity: 1;
}

.trust-safety-copy {
  max-width: 1120px;
}

.trust-safety-copy h1 {
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: .95;
}

.trust-hero-actions {
  margin: 28px 0 36px;
}

.trust-route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  margin: 28px 0 .9rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  padding: .72rem;
}

.trust-route-strip span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-route-strip a {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: .48rem .68rem;
  font-size: .78rem;
  font-weight: 900;
}

.trust-route-strip a:hover,
.trust-route-strip a:focus-visible {
  outline: 0;
  border-color: rgba(255, 45, 102, .42);
  background: rgba(255, 45, 102, .12);
}

.trust-note {
  max-width: 980px;
  margin: .9rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.trust-safety-page .vyra-menu-link {
  opacity: .72;
  transform: translateY(-50%) scale(.94);
}

.trust-safety-page .vyra-menu-link:hover,
.trust-safety-page .vyra-menu-link:focus-visible {
  opacity: 1;
}

.drawer-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  min-width: 0;
  flex: 1;
}

.drawer-header {
  position: relative;
}

.drawer-search {
  width: min(380px, 54vw);
  min-width: 220px;
}

.drawer-search-shortcut {
  position: absolute;
  right: .68rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: var(--muted);
  padding: .18rem .44rem;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
  transition: opacity .14s ease;
}

.drawer-search input:placeholder-shown+button {
  opacity: 0;
  pointer-events: none;
}

.drawer-search input:not(:placeholder-shown)~.drawer-search-shortcut {
  opacity: 0;
}

.drawer-body {
  display: block;
}

.drawer-column {
  min-width: 0;
}

.drawer-command-results[hidden] {
  display: none;
}

.drawer-command-results {
  display: grid;
  gap: .38rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
}

.drawer-search-result {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  padding: .58rem .7rem;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.drawer-search-result:hover,
.drawer-search-result:focus-visible {
  outline: 0;
  border-color: rgba(255, 45, 102, .44);
  background: rgba(255, 45, 102, .12);
}

.drawer-link {
  border: 1px solid transparent;
}

.drawer-link:hover,
.drawer-link:focus-visible {
  outline: 0;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .07);
}

.drawer-link.is-current {
  border-color: rgba(255, 45, 102, .32);
  background: linear-gradient(90deg, rgba(255, 45, 102, .20), rgba(255, 45, 102, .09));
}

.drawer-link.is-current .icon {
  background: rgba(255, 45, 102, .15);
  color: #ff7fa4;
}

.drawer-search-result .icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--hot2);
  font-size: .78rem;
}

.drawer-search-result small {
  display: block;
  margin-top: .12rem;
  color: var(--muted);
  font-size: .72rem;
}

.drawer-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  margin-left: .28rem;
  padding: .14rem .34rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: .62rem;
  letter-spacing: 0;
}

.drawer-legal-section summary {
  display: flex;
  align-items: center;
  gap: .36rem;
  margin: .02rem 0 .52rem;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
}

.drawer-legal-section summary::-webkit-details-marker {
  display: none;
}

.drawer-legal-section summary::after {
  content: "+";
  margin-left: auto;
  color: #fff;
  letter-spacing: 0;
}

.drawer-legal-section[open] summary::after {
  content: "-";
}

.category-result {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
}

.category-result .category-dot {
  display: grid;
  place-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.category-result .category-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-drawer-action {
  width: max-content;
  margin-top: .55rem;
  padding: .58rem .82rem;
  font-size: .76rem;
}

@media (min-width:721px) {
  .drawer {
    width: min(520px, calc(100vw - 40px));
  }

  .drawer-link,
  .category-result,
  .drawer-search-result {
    min-height: 54px;
    padding: .56rem .68rem;
  }

  .drawer-link .icon,
  .category-dot {
    width: 34px;
    height: 34px;
  }

  .drawer-close {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .drawer-close:hover,
  .drawer-close:focus-visible {
    outline: 0;
    border-color: rgba(255, 45, 102, .45);
    box-shadow: 0 0 0 3px rgba(255, 45, 102, .12);
  }

  .category-list {
    max-height: none;
    overflow: visible;
  }
}

@media (min-width:1200px) {
  .drawer-backdrop {
    background: rgba(3, 4, 8, .64);
    backdrop-filter: blur(18px);
  }

  .drawer {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(1180px, calc(100vw - 72px));
    max-height: min(850px, calc(100dvh - 72px));
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -48%) scale(.98);
    transition: opacity .18s ease, transform .18s ease;
  }

  .drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
  }

  .drawer-header {
    min-height: 74px;
    padding: .92rem 1.25rem;
    gap: 1rem;
  }

  .drawer-title {
    min-width: 238px;
    letter-spacing: .12em;
  }

  .drawer-title .logo-mark {
    width: 28px;
    height: 28px;
  }

  .drawer-search {
    width: min(450px, 42vw);
  }

  .drawer-search input {
    min-height: 48px;
    padding: .68rem 4.8rem .68rem .92rem;
    border-radius: 15px;
  }

  .drawer-command-results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .38rem;
    padding: .62rem 1rem;
  }

  .drawer-search-result {
    min-width: 0;
  }

  .drawer-body {
    min-height: 0;
    display: grid;
    grid-template-columns: 372px minmax(0, 1fr);
    gap: 1.55rem;
    padding: .1rem 1.25rem 1rem;
    overflow: hidden;
  }

  .drawer-left {
    min-height: 0;
    overflow: auto;
    padding-right: .16rem;
    scrollbar-width: none;
  }

  .drawer-left::-webkit-scrollbar {
    display: none;
  }

  .drawer-right {
    position: relative;
    min-height: 0;
    overflow: auto;
    padding-left: 1.55rem;
    padding-right: .22rem;
    border-left: 1px solid rgba(255, 255, 255, .08);
    scrollbar-width: thin;
  }

  .drawer-right::-webkit-scrollbar {
    width: 8px;
  }

  .drawer-right::-webkit-scrollbar-track {
    background: transparent;
  }

  .drawer-right::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
  }

  .drawer-right::after {
    content: "";
    position: sticky;
    bottom: 0;
    display: block;
    height: 32px;
    margin-top: -32px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(5, 5, 9, 0), rgba(5, 5, 9, .95));
  }

  .drawer-section {
    padding: .68rem 0;
  }

  .drawer-section h2 {
    display: flex;
    align-items: center;
    margin: .02rem 0 .52rem;
    font-size: .66rem;
    letter-spacing: .16em;
  }

  .drawer-session {
    gap: .16rem;
    padding: .64rem;
    border-radius: 14px;
    margin-bottom: .25rem;
  }

  .drawer-session strong {
    font-size: 1rem;
  }

  .drawer-session span {
    font-size: .74rem;
    line-height: 1.35;
  }

  .compact-drawer-action {
    margin-top: .48rem;
    padding: .48rem .68rem;
    font-size: .7rem;
  }

  .drawer-link,
  .category-result,
  .drawer-search-result {
    min-height: 46px;
    padding: .42rem .5rem;
    border-radius: 13px;
  }

  .drawer-link .icon,
  .category-dot,
  .drawer-search-result .icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .drawer-link small,
  .drawer-search-result small {
    font-size: .66rem;
  }

  .drawer-note {
    margin: .2rem 0 .58rem;
    font-size: .74rem;
    line-height: 1.42;
  }

  .drawer-categories .category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .42rem;
  }

  .drawer-categories .category-result {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: .62rem;
    min-height: 54px;
    padding: .48rem .62rem;
    border: 1px solid rgba(255, 255, 255, .055);
    background: rgba(255, 255, 255, .018);
  }

  .drawer-categories .category-result:hover,
  .drawer-categories .category-result:focus-visible {
    outline: 0;
    border-color: rgba(255, 45, 102, .34);
    background: rgba(255, 45, 102, .09);
  }

  .drawer-categories .category-result span:first-of-type {
    min-width: 0;
  }

  .drawer-categories .category-dot {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .052);
  }

  .drawer-categories .category-label {
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .drawer-categories .category-result .badge {
    flex: 0 0 auto;
    font-size: .56rem;
    padding: .12rem .32rem;
  }

  .drawer-legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .34rem;
  }

  .drawer-legal-grid .drawer-link {
    min-height: 44px;
  }

  .drawer-footer {
    padding: .66rem 0 .15rem;
    font-size: .72rem;
  }
}

@media (max-width:720px) {
  .drawer-header {
    flex-wrap: wrap;
  }

  .drawer-title {
    flex: 1;
  }

  .drawer-header-actions {
    width: 100%;
    flex: 1 1 100%;
  }

  .drawer-search {
    width: 100%;
    min-width: 0;
  }

  .drawer-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }

  .drawer-command-results {
    padding: .75rem 0 .25rem;
  }
}

@media (max-width:720px) {
  .guidelines-copy h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .trust-safety-copy h1 {
    font-size: clamp(2.7rem, 14vw, 4.3rem);
  }

  .guidelines-card {
    border-radius: 22px;
    padding: 1.05rem;
  }

  .trust-route-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trust-route-strip span {
    grid-column: 1/-1;
  }

  .trust-route-strip a {
    text-align: center;
  }

  .guidelines-actions .primary-action,
  .guidelines-actions .secondary-action,
  .trust-hero-actions .primary-action,
  .trust-hero-actions .secondary-action {
    width: 100%;
  }

  .guidelines-page .vyra-menu-link,
  .trust-safety-page .vyra-menu-link {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {

  body:not(.app-page) .logo-only {
    justify-content: space-between;
    padding: 0 clamp(14px, 2.8vw, 36px);
  }

  body:not(.app-page) .desktop-site-nav {
    display: flex;
    align-items: center;
    gap: .45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    pointer-events: auto;
    margin-left: auto;
  }

  body:not(.app-page) .desktop-site-nav a {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    color: var(--soft);
    min-height: 34px;
    padding: .46rem .74rem;
    font-size: .79rem;
    font-weight: 850;
    letter-spacing: .01em;
    text-decoration: none;
  }

  body:not(.app-page) .desktop-site-nav a:hover,
  body:not(.app-page) .desktop-site-nav a:focus-visible {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1);
  }

  body:not(.app-page) .desktop-site-nav a.desktop-nav-cta {
    border-color: rgba(255, 45, 102, .5);
    color: #fff;
    background: linear-gradient(135deg, var(--hot), var(--hot2));
  }

  body:not(.app-page) .desktop-site-nav a.desktop-nav-cta:hover,
  body:not(.app-page) .desktop-site-nav a.desktop-nav-cta:focus-visible {
    border-color: rgba(255, 45, 102, .85);
    transform: translateY(-1px);
  }
}

/* Desktop Player Navigation */
.desktop-player-nav {
  display: none;
}

@media (min-width: 1024px) {
  body.app-page .app-controls {
    display: none !important;
  }

  body.app-page .desktop-player-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;
    padding: 16px 0;
  }

  body.app-page .desktop-player-nav .nav-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }

  body.app-page .desktop-player-nav .nav-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  body.app-page .desktop-player-nav .nav-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }

  body.app-page .desktop-player-nav .report-button {
    background: rgba(0, 0, 0, 0.4);
  }

  body.app-page .desktop-player-nav .report-button:hover {
    background: rgba(255, 45, 102, 0.5);
  }
}

/* Global Navigation Update */
.global-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
}

.studio-flag {
  color: rgba(255, 255, 255, .45);
  margin-left: .5rem;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.desktop-global-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.desktop-global-nav a {
  color: #fff;
  font-weight: 850;
  font-size: .84rem;
  text-decoration: none;
  padding: .65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
  transition: background .16s ease, border-color .16s ease;
}

.desktop-global-nav a:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .2);
}

.desktop-global-nav .primary-action.nav-open-app {
  background: rgba(255, 45, 102, 1);
  color: #fff;
  border-color: transparent;
}

.desktop-global-nav .primary-action.nav-open-app:hover {
  background: rgba(255, 45, 102, .8);
}

.desktop-global-nav .theme-switch {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
}

.theme-switch-option {
  border: 0;
  background: transparent;
  color: #fff;
  padding: .5rem .88rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: .78rem;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.theme-switch-option:hover {
  background: rgba(255, 255, 255, .12);
}

.theme-switch-option:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .6);
  outline-offset: 2px;
}

.theme-switch-option.is-active {
  background: rgba(255, 45, 102, .34);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 45, 102, .2);
}

@media (max-width: 1023px) {
  .desktop-global-nav {
    display: none !important;
  }

  .app-page .video-volume,
  .app-page .video-topline .top-volume.video-volume {
    width: fit-content;
    max-width: fit-content;
    min-height: 46px;
    height: 46px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }

  .app-page .video-topline .top-volume.video-volume {
    min-width: 46px;
    max-width: calc(100% - 52px);
    border-radius: 999px;
  }

  .app-page .top-volume .volume-toggle {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }

  .app-page .top-volume .volume-toggle .volume-icon {
    width: 22px;
    height: 22px;
  }

  .app-page .top-volume .volume-icon svg {
    width: 22px;
    height: 22px;
  }

  .app-page .top-volume .volume-helper {
    display: none;
    margin-left: 0;
    max-width: 138px;
  }

  .app-page .top-volume .volume-helper.is-visible,
  .app-page .top-volume.video-volume.is-expanded .volume-helper {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: .2rem .52rem;
    border-radius: 999px;
    font-size: .78rem;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
  }

  .app-page .top-volume.video-volume.is-expanded {
    min-width: 46px;
    width: auto;
    max-width: fit-content;
    height: 50px;
    padding: 0 9px;
    gap: 7px;
    justify-content: flex-start;
  }

  .app-page .top-volume.video-volume.is-expanded .volume-helper.is-visible,
  .app-page .top-volume.video-volume.is-expanded .volume-helper {
    padding: 7px 12px;
    margin-left: 6px;
    line-height: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {

  .app-page .video-volume,
  .app-page .video-topline .top-volume.video-volume {
    min-height: 44px;
    height: 44px;
    min-width: 44px;
  }

  .app-page .top-volume .volume-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .app-page .top-volume .volume-toggle .volume-icon,
  .app-page .top-volume .volume-icon svg {
    width: 21px;
    height: 21px;
  }

  .app-page .top-volume.video-volume.is-expanded {
    height: 48px;
    padding: 0 8px;
    gap: 6px;
  }

  .app-page .top-volume.video-volume.is-expanded .volume-helper.is-visible,
  .app-page .top-volume.video-volume.is-expanded .volume-helper {
    padding: 6px 10px;
    margin-left: 6px;
    font-size: .74rem;
  }
}
.report-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.report-form select,
.report-form textarea,
.comment-box textarea,
.feed-toolbar input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.smart-search input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.safety-language-bar select,
.contact-route-card input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
.contact-route-card select,
.contact-route-card textarea,
.drawer input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]) {
  min-height: 48px;
  padding: .68rem .9rem;
  border: 1px solid color-mix(in srgb, var(--hot2) 42%, rgba(255, 255, 255, .1));
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .045));
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
  font-weight: 900;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.report-form textarea,
.comment-box textarea,
.contact-route-card textarea {
  border-radius: 16px;
}

/* Nav Button Pulse Animation */
@keyframes navPulse {
  0% {
    transform: scale(1);
    background: rgba(255, 255, 255, .05);
  }

  50% {
    transform: scale(0.85);
    background: rgba(255, 255, 255, .25);
    box-shadow: 0 0 16px rgba(255, 255, 255, .2);
  }

  100% {
    transform: scale(1);
    background: rgba(255, 255, 255, .05);
  }
}

.nav-button.pulse-active {
  animation: navPulse 0.3s ease-out forwards;
}

body.theme-light .report-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
body.theme-light .report-form select,
body.theme-light .report-form textarea,
body.theme-light .comment-box textarea,
body.theme-light .feed-toolbar input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
body.theme-light .smart-search input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
body.theme-light .safety-language-bar select {
  border: 1px solid rgba(0, 0, 0, .15);
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .6));
  color: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .8);
}

/* Fullscreen Mode Overrides */
:fullscreen .desktop-global-nav,
:fullscreen .global-header,
:fullscreen .desktop-player-nav,
:fullscreen .side-meta {
  display: none !important;
}

:fullscreen .app-layout {
  display: block;
  padding: 0;
  margin: 0;
  height: 100dvh;
  width: 100vw;
}

:fullscreen .video-stage {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
}

:fullscreen .video-card {
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  border-radius: 0;
  border: none;
  aspect-ratio: auto;
}

:fullscreen .page-shell {
  width: 100vw;
  max-width: 100vw;
  padding-top: 0;
}

 /* Overrides for Unified Drawer */  @media (min-width: 768px)  {
      .drawer  {
          width:  min(600px,  calc(100vw - 72px))  !important;
        
  }

      .drawer-body  {
          grid-template-columns:  1fr  !important;
        
  }

    
}

    .category-chip  {
      background:  rgba(255,  255,  255,  0.08);
      border:  1px solid rgba(255,  255,  255,  0.15);
      border-radius:  999px;
      padding:  8px 16px;
      color:  #fff;
      font-size:  0.85rem;
      font-weight:  600;
      cursor:  pointer;
      display:  inline-flex;
      align-items:  center;
      transition:  background 0.2s,  border-color 0.2s;
      margin-right:  8px;
    
}

    .category-chip:hover  {
      background:  rgba(255,  255,  255,  0.15);
      border-color:  rgba(255,  255,  255,  0.3);
    
}

  

/* V1 Mobile Bottom Nav Guardrails */
:root {
  --bottom-nav-height: 82px;
}

@media (max-width: 1023px) {

  /* Hide the MENU pill on mobile/tablet */
  .vyra-menu-link {
    display: none !important;
  }

  /* Ensure page content isn't hidden by bottom nav */
  body.app-page .page-shell,
  body[data-page="app"] .page-shell {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
  }
}

.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 100;
  display: none;
  /* Force grid layout to enforce 4 items */
  grid-template-columns: repeat(4, 1fr);
  background: var(--bg);
  border-top: 1px solid var(--line);
}

@media (max-width: 1023px) {

  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    display: grid;
  }
}

@media (min-width: 1024px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

/* App controller generated drawer layout ownership */
.drawer-column-main {
  flex: 1 1 auto;
  padding: 12px 16px;
}

.drawer-popular-chips {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 12px;
  white-space: normal;
}

.drawer-legal-list {
  display: flex;
  flex-direction: column;
}

.drawer-category-chip {
  margin-bottom: 4px;
}

/* Baseline UI Recovery: mobile search is closed by default and opens as a sheet */
body.app-page [data-watch-search-sheet][hidden],
body[data-page="app"] [data-watch-search-sheet][hidden] {
  display: none !important;
}

@media (max-width: 1023px) {
  body.app-page,
  body[data-page="app"] {
    --bottom-nav-height: 68px;
  }

  body.app-page .watch-search-sheet,
  body[data-page="app"] .watch-search-sheet {
    display: none !important;
  }

  body.app-page.is-search-mode .watch-search-sheet:not([hidden]),
  body[data-page="app"].is-search-mode .watch-search-sheet:not([hidden]) {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: calc(var(--bottom-nav-height, 68px) + env(safe-area-inset-bottom) + 12px) !important;
    top: auto !important;
    z-index: 90 !important;
    display: grid !important;
    width: auto !important;
    max-width: 640px !important;
    max-height: min(54vh, 420px) !important;
    margin: 0 auto !important;
    padding: 14px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    clip-path: none !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(7, 10, 18, 0.96) !important;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.38), 0 0 34px rgba(255, 43, 111, 0.12) !important;
    backdrop-filter: blur(20px) !important;
  }

  body.theme-light.app-page.is-search-mode .watch-search-sheet:not([hidden]),
  body.theme-light[data-page="app"].is-search-mode .watch-search-sheet:not([hidden]) {
    border-color: rgba(15, 23, 42, 0.14) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 -18px 48px rgba(15, 23, 42, 0.18), 0 0 30px rgba(255, 43, 111, 0.12) !important;
  }

  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    min-height: var(--bottom-nav-height, 68px) !important;
    height: auto !important;
    padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)) !important;
    align-items: center !important;
    background: rgba(5, 7, 11, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.32) !important;
  }

  body.theme-light.app-page .mobile-bottom-nav,
  body.theme-light[data-page="app"] .mobile-bottom-nav {
    background: rgba(255, 255, 255, 0.94) !important;
    border-top: 1px solid rgba(15, 23, 42, 0.12) !important;
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.14) !important;
  }

  body.app-page .mobile-bottom-link,
  body[data-page="app"] .mobile-bottom-link {
    min-height: 48px !important;
    padding: 5px 4px !important;
    border-radius: 14px !important;
    font-size: 0.66rem !important;
    line-height: 1.05 !important;
    gap: 3px !important;
  }

  body.app-page .mobile-bottom-link .mobile-nav-icon,
  body[data-page="app"] .mobile-bottom-link .mobile-nav-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Baseline UI Recovery: app theme/search/nav state guardrails */
html[data-theme="dark"] body.app-page,
html[data-theme="dark"] body[data-page="app"] {
  background: var(--bg);
  color: var(--text);
}

html[data-theme="dark"] body.app-page.theme-light,
html[data-theme="dark"] body[data-page="app"].theme-light {
  background: var(--bg);
  color: var(--text);
}

body.app-page:not(.is-search-mode) .watch-search-sheet,
body[data-page="app"]:not(.is-search-mode) .watch-search-sheet {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -14px) !important;
  clip-path: inset(0 0 100% 0 round 24px) !important;
}

@media (max-width: 1023px) {
  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    min-height: calc(68px + env(safe-area-inset-bottom)) !important;
    height: auto !important;
    padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)) !important;
    background: rgba(5, 7, 11, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(18px);
  }

  body.app-page .mobile-bottom-link,
  body[data-page="app"] .mobile-bottom-link {
    min-height: 48px !important;
    border-radius: 13px;
    font-size: 0.66rem;
    gap: 3px;
  }

  body.app-page .mobile-bottom-link .mobile-nav-icon,
  body[data-page="app"] .mobile-bottom-link .mobile-nav-icon {
    width: 20px;
    height: 20px;
  }

  body.theme-light.app-page .mobile-bottom-nav,
  body.theme-light[data-page="app"] .mobile-bottom-nav {
    background: rgba(255, 255, 255, 0.92) !important;
    border-top: 1px solid rgba(15, 23, 42, 0.12) !important;
    box-shadow: 0 -10px 26px rgba(15, 23, 42, 0.12) !important;
  }
}

/* --- V1 Polish Appends --- */

/* 2. Spacing for Video/Details */
@media (max-width: 1023px) {
  body.app-page .watch-details,
  body[data-page="app"] .watch-details {
    margin-top: 24px !important;
  }

  body.app-page .video-stage,
  body[data-page="app"] .video-stage {
    padding-bottom: 18px !important;
  }

  body.app-page .page-shell,
  body[data-page="app"] .page-shell {
    padding-bottom: calc(var(--bottom-nav-height, 82px) + env(safe-area-inset-bottom) + 16px) !important;
  }
}

/* 3. Action Rail Positioning */

/* 4. Hide Stray White Dash */
.search-pull-cue {
  display: none !important;
}

/* 6. Comment Composer sr-only utility */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 7. Post button disabled state */
.comment-composer button[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

/* 8. Details toggle cramped */
[data-watch-details-toggle] {
  margin-top: 8px !important;
  margin-right: 8px !important;
}

/* 9. Watch active state heavy */
.mobile-bottom-link.is-current {
  margin: 0 8px !important;
}

/* Fix 1: center tablet player under 1024px */
@media (max-width: 1023px) {
  .app-layout {
    display: block;
    width: 100%;
  }

  .video-stage {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding: 16px 16px 24px;
  }

  .video-reel {
    width: min(520px, calc(100vw - 32px));
    aspect-ratio: 9 / 16;
    height: auto;
    max-height: calc(100dvh - var(--bottom-nav-height, 82px) - 120px);
    margin: 0 auto;
  }

  .video-card {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
  }
}

/* Fix 2: hide desktop player controls on tablet */
@media (max-width: 1023px) {

  .app-controls,
  .desktop-player-nav {
    display: none !important;
  }
}

/* Fix 3: reserve bottom nav space for mobile tablet panels */
/* Fix 4: restore final comment scroll access */
:root {
  --bottom-nav-height: 82px;
}

@media (max-width: 1023px) {
  body.app-page {
    min-height: 100dvh;
    overflow-y: auto;
  }

  body.app-page .page-shell,
  body[data-page="app"] .page-shell {
    min-height: 100dvh;
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 48px);
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .app-layout {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .watch-details,
  .watch-details-body,
  .watch-panel,
  .comments-panel {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .comment-list {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 64px);
  }

  .comment-list>li:last-child {
    margin-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 32px);
    scroll-margin-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 48px);
  }

  [data-watch-panel="safety"],
  [data-watch-panel="settings"],
  .watch-action-grid,
  .watch-settings {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 48px);
  }
}

/* Fix 5: restore tablet action rail visibility */
@media (max-width: 1023px) {

  .action-rail small {
    display: block;
    font-size: 0.68rem;
    line-height: 1;
  }
}

/* Fix 6: remove search pull cue artifact */
/* Fix 8: style disabled comment post button */
@media (max-width: 1023px) {
  .search-pull-cue {
    display: none !important;
  }
}

.comment-composer button[disabled],
.comment-composer .primary-action[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  filter: grayscale(0.25);
}

/* Final P0 Regressions Fixes */

/* 2. Fix bottom nav clearance */
@media (max-width: 1023px) {
  .comment-list {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 96px) !important;
  }

  .comment-list>li:last-child {
    margin-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 48px) !important;
  }
}

/* 3. Fix broken player ellipsis/options menu */
.player-menu-panel {
  max-height: calc(100dvh - 140px) !important;
}

/* 4. Reduce initial video height */
@media (max-width: 1023px) {
  body.app-page .video-card {
    height: auto !important;
    max-height: calc(100dvh - var(--bottom-nav-height, 82px) - 32px) !important;
    aspect-ratio: 9 / 16 !important;
  }
}

/* 5. Restore Share label/action rail consistency */
@media (max-width: 1023px) {}

/* 6. Prevent scrub preview from colliding with action rail */
.video-scrub-wrap.is-scrubbing~.action-rail,
.video-scrub-wrap:active~.action-rail,
.is-action-rail-dragging

/* 7. Remove stray white dash */
.search-pull-cue {
  display: none !important;
}

/* Hide initial video/reel top artifact when resting */
.video-reel:not(.is-reel-dragging) .reel-panel {
  opacity: 0 !important;
}

/* Ensure About panel and Comments get clearance */
@media (max-width: 1023px) {

  [data-watch-panel="about"],
  .watch-details-body {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 48px) !important;
  }
}

\n

/* Player Size Guard */
.player-size-guard {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 16px;
  width: min(420px, calc(100vw - 48px));
  margin: 0;
  padding: 48px 32px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 24, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  color: #fff;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.player-size-guard[hidden] {
  display: none !important;
}

.player-size-guard strong {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.player-size-guard p {
  max-width: 24rem;
  margin: 0;
  color: #b5bfd5;
  font-size: 0.95rem;
  line-height: 1.5;
}

body.is-player-too-small .video-card,
body.is-player-too-small .action-rail,
body.is-player-too-small .video-play,
body.is-player-too-small .player-menu,
body.is-player-too-small .video-caption,
body.is-player-too-small .desktop-player-nav,
body.is-player-too-small .app-controls {
  display: none !important;
}

body.is-player-too-small .video-stage {
  min-height: auto;
  padding-bottom: calc(var(--bottom-nav-height, 82px) + env(safe-area-inset-bottom) + 24px);
}

/* =========================================================
   VYRA VIDEO PLAYER STANDARDS (9:16 VERTICAL)
   ========================================================= */

:root {
  --vyra-player-aspect: 9 / 16;
  --vyra-player-mobile-width: min(100vw - 32px, 430px);
  --vyra-player-tablet-width: min(100vw - 48px, 560px);
  --vyra-player-desktop-width: 360px;
  /* Bottom nav height is usually around 82px, setting fallback */
  --bottom-nav-height: 82px;
}

/* Base Player */
.vertical-player,
.video-reel,
.video-card {
  aspect-ratio: var(--vyra-player-aspect);
  overflow: hidden;
  background: #000;
}

.vertical-player video,
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Safe zones for controls (Padding inside player) */
.video-card {
  padding: 18px;
  /* Minimum inner player padding */
}

/* Action rail offset */

/* Mobile Player Standard */
@media (max-width: 767px) {
  .video-reel {
    width: var(--vyra-player-mobile-width);
    height: auto;
    max-height: calc(100dvh - var(--bottom-nav-height) - env(safe-area-inset-bottom) - 96px);
    margin: 0 auto;
  }
}

/* Tablet Player Standard */
@media (min-width: 768px) and (max-width: 1023px) {
  .video-reel {
    width: var(--vyra-player-tablet-width);
    height: auto;
    max-height: calc(100dvh - var(--bottom-nav-height) - env(safe-area-inset-bottom) - 112px);
    margin: 0 auto;
  }
}

/* Desktop Player Standard */
@media (min-width: 1024px) {
  .video-reel {
    width: var(--vyra-player-desktop-width);
    aspect-ratio: var(--vyra-player-aspect);
    height: auto;
    margin: 0 auto;
    /* Center in desktop shell if needed */
  }
}

/* Performer Gallery Standard (Square Tiles) */
.performer-video-list>* {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
}

/* =========================================================
   VYRA PLAYER POLISH (V1)
   ========================================================= */

/* 1. Remove stray white dash */
@media (max-width: 1023px) {
  .search-pull-cue {
    display: none !important;
  }
}

/* 2. Fix action rail spacing */

/* 4. Cleaner scrub bar */
.video-scrub-range {
  opacity: 0.6;
  height: 2px;
  transition: opacity 0.2s, height 0.2s;
}

.video-scrub-wrap:hover .video-scrub-range,
.video-scrub-range:active {
  opacity: 1;
  height: 4px;
}

.video-scrub-range::-webkit-slider-thumb {
  opacity: 0;
  transition: opacity 0.2s;
}

.video-scrub-wrap:hover .video-scrub-range::-webkit-slider-thumb,
.video-scrub-range:active::-webkit-slider-thumb {
  opacity: 1;
}

/* 5. Tighten top controls */
.video-volume,
.player-menu-toggle {
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
}

/* 6. Improve action button treatment */
.rail-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.action-rail button small {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* 7. Player Safe Zones */
:root {
  --player-safe-top: 18px;
  --player-safe-bottom: 18px;
  --player-safe-right: 18px;
  --player-safe-left: 18px;
}

/* =========================================================
   VYRA VIDEO TITLE OVERLAY
   ========================================================= */

.video-card {
  position: relative;
}

@media (max-width: 1023px) {}

.video-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.42),
      rgba(0, 0, 0, 0));
  z-index: 12;
}

.video-title-overlay,
.action-rail,
.video-scrub {
  z-index: 28;
}

/* Remove stray white dot (action-rail-restore artifact) */
.action-rail-restore {
  display: none !important;
}

/* =========================================================
   VYRA PLAYER FIX: TITLE UNDER MEDIA BAR
   ========================================================= */

/* Force absolute positioning for the media bar since its container was removed */
.video-scrub {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 78px !important;
  /* Placed above the title overlay */
  margin: 0 !important;
  padding: 0 !important;
  z-index: 50 !important;
}

/* Position title overlay safely underneath the media bar */

/* Ensure title typography respects the new spacing */

/* =========================================================
   VYRA PLAYER FIX: TITLE OVERLAY WITH AVATAR
   ========================================================= */

/* Ensure avatar looks clean inside the overlay */
.video-title-overlay .performer-avatar {
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: var(--creator-brand, var(--hot)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  flex-shrink: 0 !important;
}

/* =========================================================
   VYRA PLAYER FIX: CLEAN UP PLAYER MENU OVERLAPS
   ========================================================= */

/* Ensure the player menu sits above everything else in the player (action rail, play button, etc) */
.player-menu {
  z-index: 60 !important;
}

/* Constrain the menu panel to a reasonable height, ensure it scrolls, and fix background spilling */
.player-menu-panel {
  max-height: 400px !important;
  /* Safe fixed max height that fits standard 9:16 players */
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 61 !important;
  /* Add a little padding to the bottom so scrolling feels natural */
  padding-bottom: 12px !important;
}

/* Prevent the play button from piercing through the menu when it's open */
/* The z-index 60 on the parent menu fixes this natively */

/* =========================================================
   VYRA PLAYER FIX: SLIDE ACTION RAIL UP
   ========================================================= */

/* Override any previous top-anchored specificity issues and push the action rail up */
body.app-page
/* =========================================================
   VYRA PLAYER FIX: FIT PLAYER IN VIEWPORT ON MOBILE
   ========================================================= */

@media (max-width: 1023px) {
  body.app-page .video-card {
    /* Lock the height to available vertical space (viewport minus header & bottom nav) */
    height: calc(100dvh - 160px) !important;
    max-height: calc(100dvh - 160px) !important;

    /* Allow the width to scale proportionally to maintain the 9:16 shape */
    width: auto !important;
    max-width: 100vw !important;
    aspect-ratio: 9 / 16 !important;

    /* Center it */
    margin: 0 auto !important;
  }
}

/* =========================================================
   VYRA PLAYER FIX: FINAL BULLETPROOF MOBILE LAYOUT
   ========================================================= */

@media (max-width: 1023px) {

  /* Override desktop centering logic that was bleeding into mobile and pushing the player down */
  body.app-page .app-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    /* Add the requested very small gap between header and video */
    padding-top: 12px !important;
  }

  body.app-page .video-stage {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.app-page .video-card {
    /* Calculate the maximum safe height: 100dvh - (header + bottom nav + gap) */
    --max-h: calc(100dvh - 170px);
    /* Calculate max width derived strictly from the 9/16 ratio of the safe height */
    --max-w: calc(var(--max-h) * 9 / 16);

    /* Clamp width strictly to the smaller of screen width OR the safe aspect-ratio width */
    width: min(100vw, var(--max-w)) !important;

    /* Height follows width automatically via aspect ratio */
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
    max-height: none !important;

    /* Center in the screen */
    margin: 0 auto !important;
  }
}

/* P0 Layout Fix: Fresh load mobile gap */
@media (max-width: 1023px) {
  :root {
    --mobile-header-height: 56px;
    --player-top-gap-mobile: 14px;
    --player-top-gap-tablet: 18px;
  }

  body.app-page .page-shell {
    padding-top: calc(var(--mobile-header-height) + var(--player-top-gap-mobile)) !important;
  }

  @media (min-width: 768px) {
    body.app-page .page-shell {
      padding-top: calc(var(--mobile-header-height) + var(--player-top-gap-tablet)) !important;
    }
  }

  body.app-page .app-layout {
    display: block !important;
    min-height: auto !important;
  }

  body.app-page .video-stage {
    min-height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 20px !important;
  }

  body.app-page .video-reel {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* P0 Fixes from latest feedback */
@media (max-width: 1023px) {
  :root {
    --mobile-header-height: 72px;
    --player-top-gap: 14px;
  }

  .app-page .page-shell {
    padding-top: calc(var(--mobile-header-height) + var(--player-top-gap)) !important;
  }

  .app-page .app-layout {
    display: block !important;
    min-height: auto !important;
  }

  .app-page .video-stage {
    padding-top: 0 !important;
    min-height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .app-page .video-reel {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .search-pull-cue {
    display: none !important;
  }
}

.video-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #05070c;
}

.video-visual-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 160ms ease;
}

/* Definitive P0 Final Layout Fix */
@media (max-width: 1023px) {
  body.app-page .page-shell {
    padding-top: 0 !important;
  }

  body.app-page .app-layout {
    min-height: auto !important;
    display: block !important;
  }

  body.app-page .video-stage {
    min-height: auto !important;
    padding-top: 12px !important;
    margin-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  body.app-page .video-reel {
    margin-top: 0 !important;
  }
}

/* Fix mobile nav appearing on desktop */
@media (min-width: 1024px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    display: grid;
  }
}

.video-card {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {}

/* --- PLAYER POLISH --- */

/* 1. Edge Pulse */
.player-edge-pulse {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 2px;
  z-index: 45;
  pointer-events: none;
  opacity: 0;
  border-radius: 999px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 79, 143, 0.9),
      rgba(255, 255, 255, 0.82),
      transparent);
  transform: scaleX(0.48);
  filter: blur(0.2px);
}

.player-edge-pulse-top {
  top: 10px;
}

.player-edge-pulse-bottom {
  bottom: 10px;
}

.video-reel.is-video-switching .player-edge-pulse-top,
.video-reel.is-video-switching .player-edge-pulse-bottom {
  animation: vyra-edge-pulse 280ms cubic-bezier(.2, .8, .2, 1);
}

@keyframes vyra-edge-pulse {
  0% {
    opacity: 0;
    transform: scaleX(0.45);
  }

  35% {
    opacity: 0.9;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(0.72);
  }
}

@media (prefers-reduced-motion: reduce) {

  .video-reel.is-video-switching .player-edge-pulse-top,
  .video-reel.is-video-switching .player-edge-pulse-bottom {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* 2. Action Rail Polish */
.action-rail {
  position: absolute;
  right: 18px;
  bottom: 122px;
  z-index: 38;
  display: grid !important;
  gap: 18px !important;
  flex-direction: initial !important;
  top: auto !important;
}

.action-rail button {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.action-rail .rail-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.action-rail .rail-icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.action-rail small {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}

.action-rail button:hover .rail-icon,
.action-rail button:focus-visible .rail-icon {
  border-color: rgba(255, 79, 143, 0.62);
  background: rgba(255, 79, 143, 0.22);
}

.action-rail button:focus-visible {
  outline: 3px solid rgba(255, 79, 143, 0.76);
  outline-offset: 5px;
  border-radius: 999px;
}

.action-rail button[aria-pressed="true"] .rail-icon {
  background: rgba(255, 79, 143, 0.38);
  border-color: rgba(255, 79, 143, 0.7);
}

/* Emergency Fix: Isolated Creator Overlay */
.player-creator-overlay {
  position: absolute;
  left: 18px;
  right: 118px;
  bottom: 74px;
  z-index: 36;
  pointer-events: none;
}

.player-creator-chip {
  pointer-events: auto;
  display: inline-grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  max-width: 100%;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.player-creator-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: rgba(255, 79, 143, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.player-creator-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.player-creator-copy strong,
.player-creator-copy span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.player-creator-copy strong {
  font-weight: 900;
  line-height: 1.08;
}

.player-creator-copy span {
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 767px) {
  .player-creator-overlay {
    left: 14px;
    right: 104px;
    bottom: 72px;
  }

  .player-creator-chip {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 42px;
    padding: 6px 9px;
  }

  .player-creator-avatar {
    width: 32px;
    height: 32px;
  }
}

/* --- PLAYER POLISH: STACK ORDER FIX --- */
:root {
  --player-creator-bottom: 24px;
  --player-scrub-bottom: 92px;
}

.video-card .player-creator-overlay {
  bottom: var(--player-creator-bottom) !important;
}

.video-card .video-scrub,
.video-card .performer-scrub,
.video-card [data-video-scrub-wrap] {
  bottom: var(--player-scrub-bottom) !important;
}

@media (max-width: 767px) {
  :root {
    --player-creator-bottom: 20px;
    --player-scrub-bottom: 88px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --player-creator-bottom: 24px;
    --player-scrub-bottom: 94px;
  }
}

/* Anti-Piracy Watermark */
.player-watermark {
  position: absolute;
  z-index: 42;
  pointer-events: none;
  max-width: 70%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  transition: top 1.5s ease-in-out, left 1.5s ease-in-out, opacity 1s ease;
}

/* Top Pick Badge */

.player-rank-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 34;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

body.account-page:not(.theme-light) {
  background: #000 !important;
}

\n

/* =========================================================
   ACTION RAIL ULTRA POLISH
   ========================================================= */
.action-rail button {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  color: #fff !important;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

.action-rail button:active {
  transform: scale(0.85) !important;
}

.action-rail button:focus-visible .rail-icon {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.action-rail button.is-active .rail-icon {
  background: rgba(255, 45, 102, 0.3) !important;
  border-color: rgba(255, 45, 102, 0.6) !important;
  color: #ff2d66 !important;
}

.action-rail button.is-active svg {
  fill: currentColor !important;
}

.rail-icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.action-rail button:hover .rail-icon {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.action-rail button small {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  letter-spacing: 0.02em;
}

.rail-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor;
}

\n

/* =========================================================
   RESTORE NEXT COUNTDOWN
   ========================================================= */
.next-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 65;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: rgba(10, 14, 24, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 32px 48px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  pointer-events: auto;
}

.next-countdown[hidden] {
  display: none !important;
}

.next-countdown-ring {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(var(--hot) var(--next-progress, 0deg), rgba(255, 255, 255, 0.1) 0deg);
  display: grid;
  place-items: center;
}

.next-countdown-ring::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #0a0e18;
  border-radius: 50%;
}

.next-countdown-ring span {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 900;
}

.next-countdown strong {
  display: block;
  font-size: 0.9rem;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.next-countdown span[data-next-countdown-title] {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
}

.next-countdown button {
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.next-countdown button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.next-countdown button:active {
  transform: scale(0.95);
}

.next-countdown {
  top: 24px !important;
  left: 24px !important;
  bottom: auto !important;
  transform: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: max-content !important;
}

.next-countdown:not([hidden]) {
  display: block !important;
}

.next-countdown strong,
.next-countdown span:not([data-next-countdown-value]),
.next-countdown button {
  display: none !important;
}

.next-countdown-ring {
  width: 48px !important;
  height: 48px !important;
  font-size: 1.2rem !important;
}

.is-next-counting .top-volume,
.is-next-holding .top-volume {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 1024px) {
  body.app-page .app-layout {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 768px) {
  .vyra-menu-link {
    display: none !important;
  }
}
/* Login Button Styles from Spec */
.header-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: .82rem 1.08rem;
  border-radius: 999px;

  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(12, 14, 20, 0.72);

  border: 1px solid rgba(255,255,255,0.16);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(255, 43, 111, 0.08),
    0 12px 34px rgba(0,0,0,0.28);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.header-login-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 43, 111, 0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035)),
    rgba(18, 18, 26, 0.82);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 0 0 1px rgba(255, 43, 111, 0.16),
    0 0 28px rgba(255, 43, 111, 0.16),
    0 16px 40px rgba(0,0,0,0.34);
}

.header-login-btn:active {
  transform: translateY(0);
}

.header-login-btn:focus-visible {
  outline: none;
  border-color: rgba(255, 43, 111, 0.72);
  box-shadow:
    0 0 0 3px rgba(255, 43, 111, 0.24),
    0 0 30px rgba(255, 43, 111, 0.18);
}

.account-menu-wrap {
  position: relative;
}

.account-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.58rem);
  min-width: 220px;
  border-radius: 14px;
  padding: 0.6rem 0;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 12, 24, 0.94);
  color: #f2f5fb;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  z-index: 80;
}

.account-menu.is-open {
  display: block;
}

.account-menu-label {
  margin: 0.1rem 0.95rem 0.2rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8c96a7;
  font-weight: 700;
  user-select: none;
}

.account-premium-status {
  margin: 12px 12px 14px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 43, 111, 0.42);
  background: rgba(255, 43, 111, 0.12);
  color: #ffffff;
}

.account-premium-status .label {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.account-premium-status .premium-title {
  color: #ffffff;
}

.account-premium-status .status-pill {
  font-size: 0.72rem;
  font-weight: 800;
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.14);
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  white-space: nowrap;
}

.account-premium-status .status {
  margin: 0.38rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.account-premium-status .premium-subtitle {
  color: rgba(255, 255, 255, 0.76);
}

.account-premium-status .time-left {
  margin: 0.25rem 0 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.25;
}

.account-premium-status .premium-time {
  color: rgba(255, 255, 255, 0.76);
}

.account-premium-status .message {
  margin: 0.42rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.35;
}

.account-premium-status .premium-pass-cta {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  color: #ff4f8b;
}

.account-premium-status .premium-pass-cta.premium-link {
  color: #ff6fa3;
  font-weight: 800;
}

.account-premium-status .premium-link {
  color: #ff6fa3;
  font-weight: 800;
}

.account-premium-status .premium-pass-cta:hover,
.account-premium-status .premium-pass-cta:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 43, 111, 0.45);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.account-premium-status .premium-link:hover,
.account-premium-status .premium-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 43, 111, 0.45);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.account-premium-status.is-active .status-pill {
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.14);
}

.account-premium-status.is-active .premium-active-badge {
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.14);
}

.account-premium-status.is-expired .status-pill {
  color: #fb923c;
  border-color: rgba(251, 146, 60, 0.45);
  background: rgba(251, 146, 60, 0.14);
}

.account-premium-status.is-expired .premium-active-badge {
  color: #fb923c;
  border-color: rgba(251, 146, 60, 0.45);
  background: rgba(251, 146, 60, 0.14);
}

.account-premium-status.is-free .status-pill {
  color: rgba(226, 232, 240, 0.86);
  border-color: rgba(148, 163, 184, 0.42);
  background: rgba(148, 163, 184, 0.12);
}

.account-premium-status.is-free .premium-active-badge {
  color: rgba(226, 232, 240, 0.86);
  border-color: rgba(148, 163, 184, 0.42);
  background: rgba(148, 163, 184, 0.12);
}

.account-premium-status .premium-active-badge {
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.45);
  background: rgba(34, 197, 94, 0.14);
}

.account-menu-email {
  margin: 0 0.95rem 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #f2f5fb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-menu a,
.account-menu button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #f2f5fb;
  text-align: left;
  text-decoration: none;
  padding: 0.58rem 0.95rem;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}

.account-menu a:hover,
.account-menu a:focus-visible,
.account-menu button:hover,
.account-menu button:focus-visible {
  background: rgba(255, 43, 111, 0.12);
  color: #ff2b6f;
}

.account-caret {
  margin-left: 0.4rem;
  opacity: 0.85;
  font-size: 0.82rem;
}

.header-login-btn[data-auth-state="guest"] .account-caret {
  display: none;
}

body.theme-light .account-menu {
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
}

body.theme-light .account-menu-label {
  color: #4b5563;
}

body.theme-light .account-premium-status {
  background: rgba(255, 43, 111, 0.08);
  border-color: rgba(255, 43, 111, 0.28);
  color: #111827;
}

body.theme-light .account-premium-status .label,
body.theme-light .account-premium-status .premium-title {
  color: #b01248;
}

body.theme-light .account-premium-status .status,
body.theme-light .account-premium-status .time-left,
body.theme-light .account-premium-status .status-pill,
body.theme-light .account-premium-status .premium-subtitle,
body.theme-light .account-premium-status .premium-time {
  color: #1f2937;
}

body.theme-light .account-premium-status.is-active .status-pill {
  color: #065f46;
  border-color: rgba(22, 163, 74, 0.4);
  background: rgba(22, 163, 74, 0.12);
}

body.theme-light .account-premium-status.is-active .premium-active-badge {
  color: #065f46;
  border-color: rgba(22, 163, 74, 0.4);
  background: rgba(22, 163, 74, 0.12);
}

body.theme-light .account-premium-status.is-expired .status-pill {
  color: #92400e;
  border-color: rgba(180, 83, 9, 0.4);
  background: rgba(180, 83, 9, 0.1);
}

body.theme-light .account-premium-status.is-expired .premium-active-badge {
  color: #92400e;
  border-color: rgba(180, 83, 9, 0.4);
  background: rgba(180, 83, 9, 0.1);
}

body.theme-light .account-premium-status.is-free .status-pill {
  color: #334155;
  border-color: rgba(71, 85, 105, 0.35);
  background: rgba(71, 85, 105, 0.08);
}

body.theme-light .account-premium-status.is-free .premium-active-badge {
  color: #334155;
  border-color: rgba(71, 85, 105, 0.35);
  background: rgba(71, 85, 105, 0.08);
}

body.theme-light .account-premium-status .status {
  color: #374151;
}

body.theme-light .account-premium-status .time-left {
  color: #4b5563;
}

body.theme-light .account-premium-status .message {
  color: #475569;
}

body.theme-light .account-premium-status .premium-link {
  color: #ff5f9a;
}

body.theme-light .account-premium-status .premium-link:hover,
body.theme-light .account-premium-status .premium-link:focus-visible {
  color: #b01248;
  text-shadow: none;
}

body.theme-light .account-premium-status .premium-pass-cta {
  color: #7a1f46;
}

body.theme-light .account-premium-status .premium-pass-cta:hover,
body.theme-light .account-premium-status .premium-pass-cta:focus-visible {
  color: #b01248;
}

body.theme-light .account-menu-email {
  color: #111827;
}

body.theme-light .account-menu a,
body.theme-light .account-menu button {
  color: #111827;
}

body.theme-light .account-menu a:hover,
body.theme-light .account-menu a:focus-visible,
body.theme-light .account-menu button:hover,
body.theme-light .account-menu button:focus-visible {
  background: rgba(255, 43, 111, 0.10);
  color: #b01248;
}

body.theme-light .header-login-btn {
  color: #fff;
}

body.theme-light .header-login-btn[data-auth-state="guest"] {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  border: 1px solid var(--border-medium);
}

body.theme-light .header-login-btn[data-auth-state="guest"]:hover,
body.theme-light .header-login-btn[data-auth-state="guest"]:focus-visible {
  background: rgba(255, 255, 255, 0.82);
}

/* Account Center Redesign */
.account-hero {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  padding-top: 2rem;
}

.account-hero p.eyebrow {
  color: #ff2b6f;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.account-hero h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.account-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.5;
}

.account-gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto 4rem;
}

.account-card {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
    rgba(12, 13, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 24px 70px rgba(0,0,0,0.35);
  backdrop-filter: blur(18px);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.card-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff2b6f;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.account-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.account-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  flex: 1;
}

.button-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.button-row a, .button-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.95rem;
}

.btn-primary {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #ff2b6f, #ff5a9a);
  box-shadow: 0 14px 36px rgba(255, 43, 111, 0.28);
}

.btn-secondary {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

body.account-page {
  background:
    radial-gradient(circle at top left, rgba(255, 43, 111, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(106, 76, 255, 0.12), transparent 34%),
    #030407;
  padding-bottom: calc(110px + env(safe-area-inset-bottom));
}

@media (max-width: 1024px) {
  .account-gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .account-gateway-grid {
    grid-template-columns: 1fr;
  }
  .button-row {
    flex-direction: column;
  }
  .button-row a {
    width: 100%;
  }
}

/* Account Center Segmented Toggle */
.account-toggle-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  padding: 4px;
  max-width: 100%;
  width: fit-content;
  margin: 0 auto 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255,255,255,0.08);
}

/* Hide scrollbar for toggle group but allow scroll */
.account-toggle-group::-webkit-scrollbar {
  display: none;
}
.account-toggle-group {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.account-toggle-btn {
  flex: 0 1 auto;
  min-width: 120px;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.account-toggle-btn:hover {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.05);
}

.account-toggle-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 43, 111, 0.6);
}

.account-toggle-btn.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

.account-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.account-panel:not(.is-active) {
  display: none;
}

/* Redefine button row to center items */
.account-panel .button-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Account Center Toggle Refinements */
.account-toggle-group {
  position: relative;
  background: rgba(12, 13, 18, 0.4);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.account-toggle-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 
    0 4px 12px rgba(0,0,0,0.3), 
    0 0 10px rgba(255, 43, 111, 0.15),
    inset 0 1px 0 rgba(255,255,255,0.1);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), width 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.account-toggle-btn {
  padding: 12px 32px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
}

.account-toggle-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.account-toggle-btn.is-active {
  color: #fff;
  background: transparent !important;
  box-shadow: none !important;
}

.account-toggle-btn:active {
  transform: scale(0.97);
}

/* Account gateway tab panels */
#tab-panels {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: start;
}

#tab-panels > .account-panel {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 1;
  pointer-events: none;
}

/* Inactive gateway panels must not reserve blank space before the footer. */
#tab-panels > .account-panel:not(.is-active) {
  display: none !important;
}

#tab-panels > .account-panel.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .account-toggle-indicator {
    transition: none;
  }
  #tab-panels > .account-panel {
    transition: none;
  }
}

/* Secure Form Styles */
.form-group {
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
}

.vyra-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.vyra-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 43, 111, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 43, 111, 0.15);
}

.vyra-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input-microcopy {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  line-height: 1.4;
}

/* Password Toggle Icon */
.password-toggle {
  position: absolute;
  right: 12px;
  top: 14px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0;
}
.password-toggle:hover {
  color: #fff;
}

/* Custom Checkbox */
.vyra-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  text-align: left;
  cursor: pointer;
}

.vyra-checkbox-group input[type="checkbox"] {
  appearance: none;
  background: rgba(255, 255, 255, 0.05);
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: grid;
  place-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-top: 2px;
}

.vyra-checkbox-group input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  background-color: #fff;
  transition: 120ms transform ease-in-out;
}

.vyra-checkbox-group input[type="checkbox"]:checked {
  background: #ff2b6f;
  border-color: #ff2b6f;
}

.vyra-checkbox-group input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.vyra-checkbox-label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  user-select: none;
  line-height: 1.4;
}

/* Auth Protection Card */
.auth-protection-card {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.auth-protection-card h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.recovery-code-mock {
  display: none;
  background: #101217;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  font-family: monospace;
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #ff2b6f;
  border: 1px dashed rgba(255, 43, 111, 0.3);
}

.recovery-warning {
  display: none;
  font-size: 0.85rem;
  color: #ffb86c;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.btn-primary:disabled {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  border-color: transparent !important;
  cursor: not-allowed;
}

/* Reusing the account-hero from login.html for consistency */

/* Inline Policy & Signup Links */
.signup-link,
.inline-policy-link {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-underline-offset: 5px;
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    text-decoration-color 180ms ease;
}

.signup-link:hover,
.inline-policy-link:hover {
  color: #ff2b6f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 43, 111, 0.85);
  text-shadow: 0 0 18px rgba(255, 43, 111, 0.35);
}

.signup-link:focus-visible,
.inline-policy-link:focus-visible {
  outline: 2px solid rgba(255, 43, 111, 0.75);
  outline-offset: 4px;
  border-radius: 6px;
}

/* Signed-In Dashboard Styles */
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.dashboard-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.25rem;
  text-align: left;
}

.dashboard-card-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard-card-value {
  font-size: 1.05rem;
  color: #fff;
  font-weight: 600;
  display: block;
  word-break: break-all;
}

.dashboard-card-action {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #ff2b6f;
  text-decoration: none;
  font-weight: 700;
}
.dashboard-card-action:hover {
  text-decoration: underline;
}

.action-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.action-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.action-list-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.action-list-item.danger-muted {
  color: rgba(255, 60, 60, 0.9);
  background: rgba(255, 60, 60, 0.05);
  border-color: rgba(255, 60, 60, 0.1);
}

.action-list-item.danger-muted:hover {
  background: rgba(255, 60, 60, 0.1);
  border-color: rgba(255, 60, 60, 0.2);
}

/* Custom Modal System */
.vyra-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vyra-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.vyra-modal-card {
  background: rgba(20, 20, 25, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 2rem;
  max-width: 440px;
  width: 90%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 43, 111, 0.08);
  transform: scale(0.95) translateY(10px);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  position: relative;
  z-index: 9999;
}

.vyra-modal-backdrop.is-open .vyra-modal-card {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.vyra-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.vyra-modal-close:hover,
.vyra-modal-close:focus-visible {
  color: #fff;
  outline: none;
}

.vyra-modal-title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.75rem;
  font-weight: 800;
  padding-right: 2rem;
}

.vyra-modal-body {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.vyra-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 480px) {
  .vyra-modal-actions {
    flex-direction: row;
    justify-content: flex-end;
  }
  .vyra-modal-actions button {
    width: auto;
    min-width: 120px;
  }
}

/* Data Controls */
.data-controls-section {
  margin-top: 2rem;
}

.danger-action {
  color: rgba(255, 60, 60, 0.9) !important;
  font-weight: 700;
}

/* Premium Aura */
.premium-aura-container {
  position: relative;
}

.premium-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 43, 111, 0.15) 0%, rgba(138, 43, 226, 0.05) 35%, rgba(0,0,0,0) 70%);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .premium-aura.is-active {
    animation: premiumShimmer 15s ease-in-out infinite alternate;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-aura.is-active {
    opacity: 1;
  }
}

@keyframes premiumShimmer {
  0% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.95); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}

/* Premium Pass Options */
.premium-pass-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.premium-pass-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.premium-pass-card:hover {
  border-color: #ff2b6f;
  background: rgba(255, 43, 111, 0.1);
}

.premium-pass-card strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.premium-pass-card span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* Activity Panel */
.activity-panel {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.activity-panel-header {
  margin-bottom: 1.5rem;
}

.activity-panel-header h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.activity-panel-header p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.activity-toggle-wrapper {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.activity-toggle-wrapper::-webkit-scrollbar {
  display: none; /* Safari/Chrome */
}

.activity-toggle-group {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 999px;
  position: relative;
  min-width: max-content;
}

.activity-toggle-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 43, 111, 0.2);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.activity-toggle-btn {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: color 200ms ease;
  white-space: nowrap;
}

.activity-toggle-btn.is-active {
  color: #fff;
}

.activity-content {
  display: none;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
}

.activity-content.is-active {
  display: flex;
}

/* Custom scrollbar for Activity Feed and Modals */
.activity-feed::-webkit-scrollbar, .doc-modal-body::-webkit-scrollbar, .audience-time-filters::-webkit-scrollbar { width: 6px; height: 6px; }
.activity-feed::-webkit-scrollbar-track, .doc-modal-body::-webkit-scrollbar-track, .audience-time-filters::-webkit-scrollbar-track { background: transparent; }
.activity-feed::-webkit-scrollbar-thumb, .doc-modal-body::-webkit-scrollbar-thumb, .audience-time-filters::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }
.activity-feed::-webkit-scrollbar-thumb:hover, .doc-modal-body::-webkit-scrollbar-thumb:hover, .audience-time-filters::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.4); }

/* Baseline UI Recovery: account button caret */
.header-login-btn .account-caret {
  display: inline-flex;
  align-items: center;
  margin-left: 0.32rem;
  font-size: 0.82em;
  line-height: 1;
  opacity: 0.78;
  transition: transform 160ms ease, opacity 160ms ease;
}

.header-login-btn[aria-expanded="true"] .account-caret {
  transform: rotate(180deg);
  opacity: 1;
}

/* Desktop app footer breathing room */
@media (min-width: 769px) {
  body.app-page .page-shell,
  body[data-page="app"] .page-shell {
    padding-bottom: clamp(96px, 8vh, 140px) !important;
  }
}

/* Desktop account footer breathing room */
@media (min-width: 769px) {
  body.account-page .page-shell {
    padding-bottom: clamp(180px, 16vh, 260px) !important;
  }

  body.account-page .account-dashboard {
    padding-bottom: clamp(72px, 8vh, 128px);
  }
}


/* Baseline UI Recovery: app-only mobile bottom nav */
.mobile-bottom-nav {
  display: none !important;
}

@media (max-width: 1023px) {
  body.app-page .mobile-bottom-nav,
  body[data-page="app"] .mobile-bottom-nav {
    display: grid !important;
  }
}

@media (min-width: 1024px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}
