:root {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #111827;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

body.cursor-orb-enabled {
  cursor: none;
}

.app-body {
  background: radial-gradient(circle at 15% 15%, #dbeafe 0%, transparent 45%),
    radial-gradient(circle at 85% 90%, #e0f2fe 0%, transparent 40%),
    #f7fbff;
}

.auth-body {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(117, 143, 206, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 143, 206, 0.2) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(73, 114, 232, 0.32), transparent 44%),
    radial-gradient(circle at 88% 78%, rgba(109, 66, 216, 0.26), transparent 42%),
    linear-gradient(146deg, #0c163f, #1f47b7 54%, #2b56d6);
  background-size: 36px 36px, 36px 36px, auto, auto, auto;
  padding: 24px;
}

button,
input {
  font: inherit;
}

.site-header {
  padding: 30px 24px 14px;
}

.header-inner,
.hero-section,
.main-grid {
  max-width: 1120px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 34px;
  height: 34px;
  display: block;
}

.auth-brand {
  margin-bottom: 0;
}

.auth-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-links a {
  text-decoration: none;
  font-weight: 600;
  color: #1f2937;
}

.ticker-wrap {
  margin: 12px auto 0;
  max-width: 1120px;
  overflow: hidden;
  border: 1px solid #cfd8f6;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f50f0, #5d42f5);
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  padding: 8px 0;
  animation: tickerMove 34s linear infinite;
}

.ticker-track span {
  color: #f5f8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-track span::after {
  content: "✦";
  margin-left: 18px;
  opacity: 0.8;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.balance-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e3a8a;
  font-weight: 700;
}

.ghost-btn {
  background: transparent;
  color: #1f2937;
  border: 1px solid #cbd5e1;
  padding: 10px 16px;
  border-radius: 999px;
}

.hero-section {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 26px;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-weight: 700;
  margin-bottom: 14px;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(2.1rem, 4.8vw, 4.1rem);
  line-height: 1.06;
}

.hero-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #dbeafe;
  box-shadow: 0 20px 55px rgba(37, 99, 235, 0.1);
}

.hero-card-title {
  margin: 0 0 12px;
  font-weight: 700;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-link {
  text-decoration: none;
  padding: 11px 16px;
  border-radius: 12px;
  font-weight: 700;
}

.hero-link.primary {
  background: #1d4ed8;
  color: #fff;
}

.hero-link.secondary {
  background: #eef2ff;
  color: #1e3a8a;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.benefit-item {
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 12px;
}

.benefit-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.benefit-item span {
  color: #475569;
  font-size: 0.88rem;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  display: grid;
  gap: 8px;
}

.main-grid {
  display: grid;
  gap: 22px;
  padding: 0 24px 36px;
}

.panel {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid #dbeafe;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.09);
}

.featured-panel {
  margin-top: 96px;
}

.reviews-panel {
  margin-top: 26px;
}

.reviews-grid {
  columns: 3 280px;
  column-gap: 14px;
}

.review-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  margin: 0 0 14px;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.review-card:nth-child(3n) {
  transform: translateY(8px);
}

.review-card:nth-child(4n) {
  transform: translateY(-6px);
}

.review-card:nth-child(5n) {
  transform: translateY(12px);
}

.review-card p {
  margin: 10px 0;
  color: #334155;
  font-size: 0.94rem;
  line-height: 1.45;
}

.review-top {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.review-top span {
  font-size: 0.72rem;
  color: #0f766e;
  background: #ccfbf1;
  border: 1px solid #5eead4;
  border-radius: 999px;
  padding: 4px 8px;
  font-weight: 700;
  margin-left: auto;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
}

.review-shot {
  margin: 10px 0 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #bfdbfe;
  background: #eef2ff;
}

.review-shot img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.reviews-page-main {
  margin-top: 20px;
}

.review-form-panel {
  margin-top: 8px;
}

.review-form-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.review-form {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.review-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: #1e293b;
}

.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  color: #0f172a;
  background: #fff;
}

.review-form textarea {
  resize: vertical;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-btn {
  border: 1px solid #bfdbfe;
  background: #fff;
  color: #cbd5e1;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}

.star-btn.active {
  color: #f59e0b;
  border-color: #fcd34d;
  background: #fffbeb;
}

.review-status {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
  font-weight: 600;
}

.review-side-panel {
  border: 1px solid #c7d6ff;
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(180deg, #f4f7ff 0%, #edf3ff 100%);
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.review-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.review-side-head strong {
  font-size: 1rem;
  color: #1e2f68;
}

.review-side-head span {
  font-size: 0.76rem;
  font-weight: 700;
  color: #2457bf;
  background: #dbeafe;
  border: 1px solid #93c5fd;
  border-radius: 999px;
  padding: 4px 8px;
}

.review-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-side-list li {
  border: 1px solid #bfd2ff;
  background: #f8fbff;
  border-radius: 12px;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.88rem;
}

.review-side-list li strong {
  color: #1f325d;
}

.review-side-list li span {
  color: #2652bb;
  font-weight: 700;
}

.review-side-note {
  border: 1px dashed #aac2fb;
  border-radius: 12px;
  padding: 10px;
  background: rgba(220, 233, 255, 0.42);
  max-width: 520px;
}

.review-side-note h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.review-side-note p {
  margin: 0;
  font-size: 0.86rem;
  color: #43537a;
}

@media (max-width: 980px) {
  .reviews-grid {
    columns: 2 240px;
  }

  .review-side-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .reviews-grid {
    columns: 1;
  }

  .review-card:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 900px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-meta-grid,
  .admin-lists-grid {
    grid-template-columns: 1fr;
  }
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e2e8f0;
  font-weight: 700;
}

.wallet-info {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.wallet-info code {
  padding: 8px 11px;
  border-radius: 12px;
  background: #eef2ff;
}

.topup-row {
  display: grid;
  gap: 10px;
  max-width: 320px;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-weight: 700;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.models-actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.model-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.model-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.model-photo.is-force-locked,
.modal-photo.is-force-locked {
  filter: blur(16px) saturate(0.72) brightness(0.8);
  transform: scale(1.08);
}

.locked-media {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.model-photo-lock {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: auto;
  z-index: 2;
  border-radius: 12px;
  border: 1px solid rgba(161, 181, 235, 0.55);
  background: rgba(7, 15, 41, 0.6);
  color: #eef2ff;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 8px 12px;
  text-align: center;
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.model-content {
  padding: 14px;
}

.model-content h3 {
  margin: 0 0 8px;
}

.live-row,
.modal-live-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #94a3b8;
}

.live-dot.is-online {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.live-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
}

.intro-line {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: #334155;
}

.stats-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stats-row span {
  font-size: 0.76rem;
  color: #1e3a8a;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 4px 8px;
  font-weight: 700;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.tag {
  font-size: 0.8rem;
  background: #eef2ff;
  color: #334155;
  border-radius: 999px;
  padding: 6px 10px;
}

.preview-strip {
  margin-top: 14px;
}

.preview-title {
  margin: 0 0 10px;
  font-weight: 700;
}

.preview-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.preview-card {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dbeafe;
  background: #f8fbff;
}

.preview-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  filter: blur(7px) saturate(0.8);
  transform: scale(1.06);
}

.preview-card.unlocked img {
  filter: none;
  transform: none;
}

.preview-card figcaption {
  padding: 8px 10px;
  font-size: 0.8rem;
  color: #475569;
  font-weight: 600;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(15, 23, 42, 0.76);
  z-index: 999;
  padding: 20px;
}

.modal[hidden] {
  display: none !important;
}

.modal-content {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #1f2937;
  font-size: 1.8rem;
  line-height: 1;
}

.modal-profile-head {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  margin-bottom: 14px;
}

.modal-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}

.verified-badge {
  margin-left: 4px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #0f766e;
  background: #ccfbf1;
  border: 1px solid #5eead4;
  border-radius: 999px;
  padding: 4px 8px;
}

.modal-meta {
  margin: 4px 0 8px;
  color: #475569;
  font-size: 0.9rem;
}

.plans {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px;
}

.muted {
  color: #64748b;
}

.auth-wrap {
  width: min(1120px, 100%);
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.auth-showcase {
  border: 1px solid rgba(167, 188, 243, 0.35);
  border-radius: 24px;
  background: rgba(6, 16, 44, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 70px rgba(5, 11, 31, 0.45);
  padding: 14px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  overflow: hidden;
}

.auth-showcase-main {
  width: 100%;
  min-height: 380px;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(173, 194, 247, 0.35);
}

.auth-showcase-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.auth-showcase-strip img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(173, 194, 247, 0.3);
}

.auth-showcase-stack {
  position: relative;
  display: block;
  min-height: 640px;
}

.auth-showcase-stack .auth-showcase-main {
  min-height: 100%;
  height: 100%;
  border-radius: 18px;
}

.auth-showcase-stack .auth-showcase-strip {
  display: none;
}

.auth-stack-cards {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 190px;
  height: 230px;
  pointer-events: none;
}

.auth-stack-item {
  position: absolute;
  width: 170px;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(206, 220, 255, 0.62);
  box-shadow: 0 16px 36px rgba(8, 13, 33, 0.35);
  background: #dbeafe;
}

.auth-stack-item.item-1 {
  transform: rotate(-11deg) translate(-22px, 10px);
  opacity: 0.85;
}

.auth-stack-item.item-2 {
  transform: rotate(-3deg) translate(-7px, 2px);
  opacity: 0.92;
}

.auth-stack-item.item-3 {
  transform: rotate(6deg) translate(10px, -3px);
}

.auth-card {
  background: rgba(10, 17, 42, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.5);
  color: #e2e8f0;
}

.auth-mini-points {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.auth-mini-points span {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  background: rgba(10, 21, 55, 0.58);
  padding: 9px 11px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #c8d8ff;
}

.auth-card form {
  display: grid;
  gap: 12px;
  margin: 18px 0 10px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: #cbd5e1;
}

.auth-form input {
  background: #060d27;
  border: 1px solid #334155;
  color: #e2e8f0;
  min-height: 52px;
}

.auth-form input::placeholder {
  color: #64748b;
}

.auth-check {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  font-weight: 500 !important;
  color: #cbd5e1 !important;
}

.auth-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: #d946ef;
}

.auth-card .eyebrow {
  background: rgba(59, 130, 246, 0.22);
  color: #bfdbfe;
}

.auth-card h1 {
  font-size: clamp(2rem, 4.6vw, 3.7rem);
  line-height: 1.04;
  color: #f8fafc;
}

.auth-card p {
  color: #cbd5e1;
}

.auth-link-inline {
  color: #a9c4ff;
  font-weight: 700;
  text-decoration: none;
}

.auth-link-inline:hover {
  text-decoration: underline;
}

.auth-card .ghost-btn {
  color: #e2e8f0;
  border-color: #475569;
}

.auth-card button[type="submit"] {
  min-height: 50px;
}

.admin-main {
  margin-top: 16px;
}

.admin-panel {
  max-width: 1120px;
}

.admin-login-form {
  max-width: 420px;
  display: grid;
  gap: 10px;
}

.admin-login-status {
  color: #b91c1c;
  font-weight: 700;
}

.admin-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-stats-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-stat {
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
  display: grid;
  gap: 4px;
}

.admin-stat span {
  color: #64748b;
  font-size: 0.85rem;
}

.admin-stat strong {
  font-size: 1.5rem;
}

.admin-meta-grid,
.admin-lists-grid {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.admin-meta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-lists-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-box {
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px;
}

.admin-box h3 {
  margin: 0 0 8px;
}

.admin-box ul {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 6px;
  color: #334155;
}

.site-footer {
  max-width: 1120px;
  margin: 8px auto 26px;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.footer-block {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 14px;
}

.footer-block h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.footer-block p {
  margin: 0 0 8px;
  color: #475569;
  font-size: 0.92rem;
}

.footer-block ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  display: grid;
  gap: 6px;
}

.footer-block details {
  margin-bottom: 8px;
}

.footer-block summary {
  cursor: pointer;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #64748b;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
}

.site-footer.compact {
  margin-top: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.pay-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.pay-grid {
  background: #081134;
  border: 1px solid #1b2a66;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  color: #e6edff;
}

.pay-left,
.pay-right {
  min-width: 0;
  background: #0b153f;
  border: 1px solid #1f3178;
  border-radius: 14px;
  padding: 16px;
}

.pay-left h2,
.pay-right h2,
.pay-right h3 {
  margin: 0 0 12px;
  color: #f3f6ff;
  font-size: 1.1rem;
}

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.method-btn {
  background: #162458;
  border: 1px solid #2a3f93;
  color: #f3f6ff;
  border-radius: 12px;
  padding: 14px 12px;
  font-weight: 800;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.method-btn.active {
  border-color: #4d6cff;
  box-shadow: inset 0 0 0 1px #4d6cff;
}

.method-sub {
  font-size: 0.82rem;
  color: #b4c5ff;
}

.logos-row {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.logos-row img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.logos-row img.card-logo {
  width: auto;
  height: 14px;
}

.logos-row img.card-strip {
  width: 188px;
  height: 22px;
  max-width: none;
  flex-shrink: 0;
}

.more-chip {
  font-size: 0.68rem;
  padding: 2px 6px;
  border-radius: 999px;
  background: #0ea86f;
  color: #eafff5;
  font-weight: 800;
}

.pay-text {
  font-size: 0.86rem;
  font-weight: 700;
  color: #e7eeff;
  line-height: 1;
}

.selector-head {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #24387f;
  background: #111d4f;
  margin-bottom: 10px;
  font-weight: 700;
}

.asset-list {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
}

.asset-item {
  text-align: left;
  background: #111d4f;
  border: 1px solid #213473;
  color: #dbe6ff;
  border-radius: 10px;
  padding: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asset-item.active {
  border-color: #4d6cff;
  color: #ffffff;
}

.asset-item span {
  width: 20px;
  text-align: center;
  color: #9db3ff;
}

.asset-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.card-amount-box {
  margin-top: 14px;
}

.card-amount-box h2 {
  margin-bottom: 8px;
}

.pay-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.qr-box {
  width: 164px;
  height: 164px;
  border-radius: 16px;
  border: 1px solid #2a408f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 0 14px;
  background: #ffffff;
  overflow: hidden;
  padding: 8px;
}

#qr-canvas img,
#qr-canvas canvas {
  width: 146px !important;
  height: 146px !important;
  display: block;
}

.qr-center-logo {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  padding: 3px;
  border: 1px solid #dbeafe;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  pointer-events: none;
}

.address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.address-row code {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  background: #111d4f;
  border: 1px solid #253b87;
  color: #eaf0ff;
  overflow-wrap: anywhere;
}

#copy-address-btn {
  background: #1e2d6e;
  border: 1px solid #2f469b;
}

.merchant-go-btn {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f69f6, #5478ff);
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

.merchant-go-btn[hidden] {
  display: none !important;
}

.pay-note {
  margin: 0 0 14px;
  padding: 12px;
  border-radius: 12px;
  background: #111d4f;
  border: 1px solid #22367c;
  color: #b7c7f9;
}

.pay-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #233780;
  color: #b7c7f9;
}

.pay-meta strong {
  color: #f0f4ff;
}

.confirm-box {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.wallet-inline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: #b7c7f9;
  font-size: 0.92rem;
}

.cursor-orb,
.cursor-orb-dot {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20000;
}

.cursor-orb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(79, 70, 229, 0.88);
  box-shadow: 0 0 18px rgba(79, 70, 229, 0.22);
  transition: width 0.16s ease, height 0.16s ease, border-color 0.16s ease;
}

.cursor-orb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f46e5;
  box-shadow: 0 0 14px rgba(79, 70, 229, 0.45);
}

body.cursor-orb-hover .cursor-orb {
  width: 34px;
  height: 34px;
  border-color: rgba(37, 99, 235, 0.95);
}

@media (max-width: 860px) {
  .auth-layout {
    grid-template-columns: 1fr;
  }

  .auth-showcase {
    order: 2;
  }

  .auth-showcase-main {
    min-height: 260px;
  }

  .auth-showcase-strip img {
    height: 86px;
  }

  .auth-showcase-stack {
    min-height: 340px;
  }

  .auth-stack-cards {
    width: 140px;
    height: 170px;
    right: 10px;
    bottom: 10px;
  }

  .auth-stack-item {
    width: 124px;
    height: 162px;
  }

  .hero-section,
  .modal-profile-head {
    grid-template-columns: 1fr;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .balance-pill {
    order: 3;
  }

  .site-header {
    padding: 20px 16px 10px;
  }

  .ticker-wrap {
    margin-top: 10px;
  }

  .main-grid {
    padding: 0 16px 24px;
  }

  .panel {
    padding: 18px;
    border-radius: 18px;
  }

  .model-photo {
    height: 260px;
  }

  .modal {
    padding: 10px;
  }

  .modal-content {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    max-height: calc(100vh - 20px);
  }

  .plan-row {
    flex-direction: column;
    align-items: stretch;
  }

  .plan-row button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 0 16px;
  }

  .pay-wrap {
    padding: 0 16px 20px;
  }

  .pay-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .balance-pill {
    width: 100%;
    justify-content: center;
  }
}

/* Light cyber refresh */
.app-body {
  background:
    linear-gradient(rgba(12, 20, 45, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 20, 45, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 22% 8%, rgba(79, 70, 229, 0.10), transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(37, 99, 235, 0.10), transparent 45%),
    #f4f7ff;
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
}

.logo {
  font-weight: 900;
  letter-spacing: -0.03em;
}

.eyebrow {
  background: rgba(79, 70, 229, 0.12);
  color: #3730a3;
}

.hero-section h1 {
  font-size: clamp(2.8rem, 6vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero-section p {
  font-size: 1.14rem;
  max-width: 780px;
}

.hero-link.primary {
  background: linear-gradient(135deg, #3358ff, #5b3df0);
  color: #fff;
}

.hero-link.secondary {
  background: #ffffff;
  border: 1px solid #d7def6;
}

.panel,
.hero-card,
.benefit-item {
  border-color: #d6def6;
  box-shadow: 0 14px 34px rgba(16, 26, 62, 0.08);
}

.panel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.model-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #d7e0fa;
}

.view-profile,
.model-content button {
  background: linear-gradient(135deg, #3358ff, #5b3df0);
}
/* ===== Tenwyx 2026 UI refresh overrides ===== */
:root {
  --bg: #f4f8ff;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --line: #dbeafe;
  --brandA: #3167ff;
  --brandB: #7a3cff;
}
body[data-theme="dark"] {
  --bg: #050b24;
  --surface: #0f1a44;
  --text: #ebf1ff;
  --muted: #9db0df;
  --line: #2a3d7e;
  --brandA: #4e7bff;
  --brandB: #8a53ff;
}
*[hidden] { display: none !important; }
.app-body { background: var(--bg); color: var(--text); }
.app-body {
  background:
    linear-gradient(rgba(37, 54, 110, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 54, 110, 0.10) 1px, transparent 1px),
    radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.12), transparent 42%),
    radial-gradient(circle at 86% 18%, rgba(59, 130, 246, 0.10), transparent 48%),
    var(--bg);
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
}
body[data-theme="dark"].app-body {
  background:
    linear-gradient(rgba(84, 109, 195, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 109, 195, 0.14) 1px, transparent 1px),
    radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.18), transparent 42%),
    radial-gradient(circle at 86% 18%, rgba(59, 130, 246, 0.16), transparent 48%),
    var(--bg);
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
}
.panel, .hero-card, .footer-block, .model-card, .modal-content { background: var(--surface); border-color: var(--line); color: var(--text); }
.muted, .footer-block p, .feature-list { color: var(--muted); }

.glass-header {
  position: relative;
}
.modern-header {
  position: sticky;
  top: 0;
  z-index: 30;
  grid-template-columns: auto 1fr auto;
  display: grid;
  align-items: center;
  gap: 18px;
  padding: 8px 16px;
  backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.modern-header .brand {
  justify-self: start;
}
.modern-header .header-actions {
  justify-self: end;
}
.nav-modern { justify-content: center; gap: 8px; flex-wrap: wrap; }
.nav-modern a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: .18s ease;
}
.nav-modern a:hover {
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 85%, var(--brandA) 15%);
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-btn { background: transparent; border: 1px solid var(--line); color: var(--text); border-radius: 999px; padding: 8px 12px; }

.hero-modern { align-items: stretch; }
.hero-visual-card {
  position: relative;
  min-height: 320px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: transparent;
}
.hero-stack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 26px;
}
.hero-girl { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(1.05) contrast(1.03); }
.hero-stack-item {
  position: absolute;
  width: min(68%, 332px);
  height: min(80%, 408px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 26px rgba(8, 14, 34, 0.24);
  transition: transform .28s ease, box-shadow .28s ease;
}
.hero-stack-item.item-1 { transform: translate(28px, 0) rotate(7deg); z-index: 5; }
.hero-stack-item.item-2 { transform: translate(12px, -10px) rotate(3deg); z-index: 4; }
.hero-stack-item.item-3 { transform: translate(-2px, -14px) rotate(0deg); z-index: 3; }
.hero-stack-item.item-4 { transform: translate(-16px, -8px) rotate(-3deg); z-index: 2; }
.hero-stack-item.item-5 { transform: translate(-30px, 2px) rotate(-6deg); z-index: 1; }
.hero-stack-item.item-1 {
  box-shadow:
    0 20px 34px rgba(8, 14, 34, 0.24),
    0 0 34px rgba(87, 124, 255, 0.18);
}
.hero-visual-card:hover .item-1 { transform: translate(34px, -2px) rotate(8deg); }
.hero-glow {
  display: none;
}

.hero-outline-word {
  color: transparent;
  -webkit-text-stroke: 2px #1a2b72;
  text-stroke: 2px #1a2b72;
}
body[data-theme="dark"] .hero-outline-word {
  -webkit-text-stroke: 2px #a9b8ff;
  text-stroke: 2px #a9b8ff;
}

.no-crypto-bar {
  max-width: 1120px; margin: 10px auto 0; padding: 12px 16px;
  border-radius: 16px; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: linear-gradient(135deg, #0f1d4d, #1a2960);
  color: #f4f7ff;
}
.no-crypto-bar span { color: #c9d5ff; }

.vip-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #7ea5ff; }
.vip-banner button { white-space: nowrap; }
.main-grid > #vip-club {
  margin-top: 20px;
  margin-bottom: 14px;
}

.models-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.model-card { border-radius: 18px; display: grid; grid-template-rows: 230px auto; }
.model-photo { height: 230px; }
.model-content { padding: 12px 14px 14px; display: grid; gap: 6px; }
.model-content p { margin: 0; }
.model-content h3 { margin: 0; font-size: 1.95rem; line-height: 1.05; letter-spacing: -0.01em; }
.locked-pack { color: #3b5db4; font-size: .83rem; font-weight: 700; }
body[data-theme="dark"] .locked-pack { color: #a5bbff; }
.stats-row span { font-size: .73rem; }
.tag-list { margin: 6px 0 4px; }
.model-content .intro-line { min-height: 42px; }
.model-content .view-profile,
.model-content button { align-self: end; }

.perk-strip { margin-top: 10px; }
.perk-list { margin: 0; padding-left: 18px; display: grid; gap: 6px; color: var(--muted); }

.section-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.guide-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.guide-card { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: color-mix(in srgb, var(--surface) 90%, #2a54dd 10%); }
.guide-card ol { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }
.guide-card ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }
.guide-card a { color: var(--brandA); font-weight: 700; text-decoration: none; }
.guide-card a:hover { text-decoration: underline; }

.sponsor-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sponsor-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: color-mix(in srgb, var(--surface) 90%, #2a54dd 10%);
}

.sponsor-card h3 {
  margin: 8px 0 6px;
}

.sponsor-card p {
  margin: 0;
  color: var(--muted);
}

.sponsor-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(26, 50, 121, 0.06);
  padding: 4px;
}

.sponsor-logo img {
  width: 220px;
  max-width: 100%;
  height: 56px;
  display: block;
  border-radius: 10px;
}

.apply-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.apply-form textarea, .apply-form button { grid-column: 1 / -1; }
.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  border: 1px solid #b7c6e3;
  border-radius: 14px;
  background: #f8fbff;
  color: #17233f;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.apply-form input::placeholder,
.apply-form textarea::placeholder {
  color: #7a8dae;
}

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

.apply-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #5f73a6 50%),
    linear-gradient(135deg, #5f73a6 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: #5f7cff;
  box-shadow: 0 0 0 3px rgba(95, 124, 255, 0.16);
  background: #ffffff;
}
.apply-status { margin: 8px 0 0; color: #16a34a; font-weight: 700; }
.upload-field {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 10px;
  background: color-mix(in srgb, var(--surface) 92%, #2f54dc 8%);
}

.upload-field span {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}

.upload-field input[type="file"] {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px;
  background: #ffffff;
}

.apply-media-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.apply-media-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #f5f8ff;
}

.apply-media-card img,
.apply-media-card video {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.apply-media-card figcaption {
  padding: 6px 8px;
  color: #4b607f;
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-link-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: color-mix(in srgb, var(--surface) 93%, #2a54dd 7%);
}

.info-link-card h3 { margin-top: 0; }
.info-link-card p { margin-bottom: 10px; }
.info-link-card a {
  color: var(--brandA);
  text-decoration: none;
  font-weight: 700;
}
.info-link-card a:hover { text-decoration: underline; }

.trust-footer .footer-block { border-radius: 14px; }

.support-fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 35;
  border-radius: 999px; padding: 12px 16px;
  background: linear-gradient(135deg,var(--brandA),var(--brandB)); color:#fff; border:0;
}
.support-chat {
  position: fixed; right: 18px; bottom: 82px; width: min(520px, calc(100vw - 24px)); z-index: 36;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 40px rgba(15,23,42,.28);
}
.support-chat header { display:flex; justify-content:space-between; align-items:center; padding:12px 14px; background:linear-gradient(135deg,var(--brandA),var(--brandB)); color:#fff; }
.support-chat header button {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.45);
  padding: 0;
  background: rgba(12, 22, 56, 0.45);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.support-log { max-height: 440px; min-height: 320px; overflow:auto; padding: 12px; display:grid; gap:8px; }
.support-msg { border-radius: 10px; padding: 8px 10px; font-size: .9rem; }
.support-msg.from-user { background: #eaf1ff; color: #102044; }
.support-msg.from-support { background: #f1f5f9; color: #111827; }
body[data-theme="dark"] .support-msg.from-user { background:#213d88; color:#e9efff; }
body[data-theme="dark"] .support-msg.from-support { background:#18275a; color:#e1e9ff; }
.support-form { display:grid; grid-template-columns: 1fr auto; gap:8px; padding: 12px; border-top: 1px solid var(--line); }
.support-fab[data-unread]:not([data-unread=""])::after {
  content: attr(data-unread);
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  padding: 0 5px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.asset-list { max-height: 360px; overflow: auto; padding-right: 4px; }
.asset-list::-webkit-scrollbar { width: 10px; }
.asset-list::-webkit-scrollbar-track { background: #0d1a48; border-radius: 999px; }
.asset-list::-webkit-scrollbar-thumb { background: linear-gradient(180deg,#3c67ff,#6c4cff); border-radius: 999px; border:2px solid #0d1a48; }

.admin-tabs { display:flex; gap:8px; margin-top:12px; flex-wrap:wrap; }
.admin-tab { background:#e8efff; color:#12337b; border:1px solid #bfdbfe; border-radius:999px; padding:8px 12px; }
.admin-tab.active { background:linear-gradient(135deg,var(--brandA),var(--brandB)); color:#fff; border-color:transparent; }
.admin-chat-log { min-height: 220px; max-height: 360px; overflow:auto; border:1px solid var(--line); border-radius: 12px; padding: 10px; background: #f8fbff; }
.support-admin-grid { display:grid; grid-template-columns: 280px 1fr; gap: 12px; }
.chat-user-btn { width:100%; text-align:left; background:#eef4ff; color:#1e3a8a; border:1px solid #bfdbfe; border-radius:10px; margin-bottom:6px; }
.admin-reply-form { display:grid; grid-template-columns: 1fr auto auto; gap:8px; }
.admin-reply-form input[type="number"] { max-width: 140px; }

.topup-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(7, 12, 32, 0.72);
  display: grid;
  place-items: center;
  padding: 16px;
}

.topup-modal-card {
  width: min(460px, 100%);
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 24px 60px rgba(6, 12, 32, 0.35);
  padding: 18px;
}

.topup-modal-card h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.topup-modal-card p {
  margin: 0;
  color: var(--muted);
}

.topup-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

body[data-theme="dark"] .nav-links a, body[data-theme="dark"] .logo, body[data-theme="dark"] .ghost-btn { color: var(--text); }
body[data-theme="dark"] .ghost-btn, body[data-theme="dark"] .theme-btn { border-color: var(--line); }
body[data-theme="dark"] .balance-pill { background:#1a2b65; color:#dbe8ff; }
body[data-theme="dark"] .hero-link.secondary { color:#dbe5ff; border-color:var(--line); background:transparent; }
body[data-theme="dark"] .model-card, body[data-theme="dark"] .panel, body[data-theme="dark"] .footer-block, body[data-theme="dark"] .modal-content { background:#0f1a44; }
body[data-theme="dark"] .tag { background:#1e2d66; color:#d2ddff; }
body[data-theme="dark"] .stats-row span { background:#16275e; border-color:#2d499b; color:#cfe0ff; }
body[data-theme="dark"] .review-card, body[data-theme="dark"] .guide-card, body[data-theme="dark"] .admin-box, body[data-theme="dark"] .admin-stat { background:#101d4a; border-color:#2a3d7e; color:#e8efff; }

@media (max-width: 1080px) {
  .modern-header { grid-template-columns: 1fr; justify-items: center; }
  .header-actions { width: 100%; justify-content: center; flex-wrap: wrap; }
  .guide-grid, .section-grid, .support-admin-grid, .sponsor-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .apply-form { grid-template-columns: 1fr; }
  .apply-media-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .model-card { grid-template-rows: 210px auto; }
  .model-photo { height: 210px; }
  .no-crypto-bar { flex-direction: column; align-items: flex-start; }
  .hero-stack-item { width: min(72%, 276px); height: min(74%, 308px); }
  .hero-stack-item.item-1 { transform: translate(16px, 0) rotate(6deg); }
  .hero-stack-item.item-2 { transform: translate(6px, -8px) rotate(3deg); }
  .hero-stack-item.item-3 { transform: translate(-2px, -12px) rotate(0deg); }
  .hero-stack-item.item-4 { transform: translate(-10px, -8px) rotate(-3deg); }
  .hero-stack-item.item-5 { transform: translate(-16px, -2px) rotate(-5deg); }
}

/* ===== Admin dashboard redesign ===== */
.admin-body {
  margin: 0;
  min-height: 100vh;
  background: #080a0f;
  color: #f4f7ff;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 8, 12, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #1b2232;
}

.admin-topbar-inner {
  max-width: 1880px;
  margin: 0 auto;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.admin-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.admin-nav-btn {
  border: 0;
  background: transparent;
  color: #9ba6be;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.admin-nav-btn.active,
.admin-nav-btn:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.admin-user-pill {
  border: 1px solid #273148;
  background: #0d1320;
  color: #d8e2ff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-shell {
  max-width: 1880px;
  margin: 0 auto;
  padding: 18px;
}

.admin-login-card,
.admin-dashboard {
  background: transparent;
}

.admin-login-card {
  max-width: 440px;
  border: 1px solid #222a3b;
  background: #0d1018;
  border-radius: 14px;
  padding: 20px;
}

.admin-dashboard { display: grid; gap: 14px; }

.admin-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.admin-hero-card,
.admin-chart-card,
.admin-box,
.admin-stat {
  border: 1px solid #202a3b;
  background: #0c1018;
  border-radius: 12px;
}

.admin-hero-card,
.admin-chart-card {
  padding: 22px;
}

.admin-hero-card h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  letter-spacing: -0.01em;
}

.admin-hero-card p {
  margin: 0 0 18px;
  color: #9eabc5;
  max-width: 640px;
}

.admin-hero-card .ghost-btn {
  color: #dbe7ff;
  border-color: #33425f;
  background: #111826;
}

.admin-chart-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.admin-stats-grid {
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-stat {
  padding: 12px;
  box-shadow: none;
}

.admin-stat span { color: #7f8ca8; }
.admin-stat strong { color: #ffffff; font-size: 1.85rem; }

.admin-tabs {
  margin-top: 0;
  gap: 10px;
}

.admin-tab {
  background: #111726;
  color: #a5b0c8;
  border: 1px solid #2a3550;
  border-radius: 10px;
  padding: 8px 14px;
}

.admin-tab.active {
  background: #ffffff;
  color: #0a0f1a;
  border-color: #ffffff;
}

.admin-meta-grid,
.admin-lists-grid,
.support-admin-grid {
  gap: 12px;
}

.admin-meta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-lists-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-box {
  padding: 14px;
}

.admin-box h3 {
  color: #f4f7ff;
  margin: 0 0 10px;
}

.admin-box p,
.admin-box li {
  color: #9eabc5;
}

.admin-box ul {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 8px;
}

.admin-chat-log {
  background: #0b1019;
  border-color: #25314a;
  color: #d5e0f9;
}

.chat-user-btn {
  background: #11192a;
  border-color: #2a3856;
  color: #dbe7ff;
}

.chat-user-btn:hover {
  background: #19233a;
}

.admin-reply-form input,
.admin-login-form input {
  background: #0a0f19;
  border-color: #2a3856;
  color: #e5edff;
}

.admin-reply-form button,
.admin-login-form button {
  background: #ffffff;
  color: #0a0f1a;
  border-radius: 10px;
}

.admin-login-status {
  color: #ff8c8c;
}

@media (max-width: 1100px) {
  .admin-topbar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }
  .admin-hero-grid,
  .admin-lists-grid,
  .admin-meta-grid,
  .support-admin-grid {
    grid-template-columns: 1fr;
  }
  .support-chat {
    right: 12px;
    bottom: 76px;
    width: min(96vw, 560px);
  }
}

@media (max-width: 760px) {
  .support-chat {
    right: 8px;
    left: 8px;
    width: auto;
    bottom: 78px;
  }
  .support-log {
    min-height: 260px;
    max-height: 52vh;
  }
}

/* ===== Shorts ===== */
.shorts-main {
  max-width: 980px;
}

.shorts-head h1 {
  margin: 0 0 6px;
}

.shorts-feed {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  padding-right: 6px;
}

.shorts-feed::-webkit-scrollbar {
  width: 10px;
}

.shorts-feed::-webkit-scrollbar-track {
  background: #dbe7ff;
  border-radius: 999px;
}

.shorts-feed::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3f68ff, #7b42ff);
  border-radius: 999px;
}

.short-card {
  position: relative;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #0d173d;
  width: min(420px, 100%);
  height: min(78vh, 760px);
  min-height: 620px;
  max-height: 840px;
  isolation: isolate;
}

.short-media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.short-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  filter: saturate(1.06) contrast(1.03);
  background: #050814;
}

@keyframes shortPan {
  from { transform: scale(1.02) translateY(-1%); }
  to { transform: scale(1.08) translateY(1%); }
}

@keyframes shortPanAlt {
  from { transform: scale(1.03) translateX(-1.5%); }
  to { transform: scale(1.08) translateX(1.5%); }
}

.short-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,14,36,0.28) 10%, rgba(9,14,36,0.85) 82%);
}

.short-progress {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.short-progress span {
  display: block;
  height: 100%;
  width: 36%;
  background: linear-gradient(90deg, #70a1ff, #ffffff);
  animation: shortProg 3.6s linear infinite;
}

@keyframes shortProg {
  from { transform: translateX(-100%); }
  to { transform: translateX(360%); }
}

.short-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  color: #f5f8ff;
  display: grid;
  gap: 8px;
  z-index: 3;
}

.short-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.short-top strong {
  font-size: 1.18rem;
}

.short-live {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(142, 165, 220, 0.24);
  border: 1px solid rgba(160, 183, 240, 0.34);
  font-size: 0.82rem;
  font-weight: 700;
}

.short-live.is-online {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(95, 230, 143, 0.58);
}

.short-overlay p {
  margin: 0;
  color: #d1dcff;
  max-width: 84%;
}

.short-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.short-like-btn {
  border: 1px solid rgba(154, 177, 238, 0.42);
  background: rgba(14, 26, 65, 0.75);
  color: #d4e0ff;
  border-radius: 999px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.short-like-btn span {
  color: #a8b8e8;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.short-like-btn em {
  font-style: normal;
  color: #dbe8ff;
}

.short-like-btn.is-liked {
  border-color: rgba(250, 161, 200, 0.88);
  background: rgba(255, 82, 146, 0.2);
}

.short-like-btn.is-liked span {
  color: #ff69aa;
}

.short-gate-card {
  background: linear-gradient(180deg, #0f1b47, #0a153c);
  border-color: #3d5ad2;
  display: grid;
  place-items: center;
  padding: 20px;
}

.short-gate-inner {
  text-align: center;
  color: #e4edff;
  display: grid;
  gap: 12px;
}

.short-gate-inner strong {
  font-size: 1.32rem;
}

.short-gate-inner p {
  margin: 0;
  color: #c4d6ff;
}

.short-open-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3167ff, #7a3cff);
  color: #fff;
  font-weight: 700;
}

.short-meta {
  font-size: 0.83rem;
  font-weight: 700;
  color: #c9d8ff;
}

/* ===== Site sidebar shell ===== */
.site-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 248px;
  background: linear-gradient(180deg, rgba(12, 22, 63, 0.94), rgba(9, 18, 50, 0.96));
  backdrop-filter: blur(14px);
  border-right: 1px solid rgba(123, 155, 255, 0.24);
  z-index: 60;
  padding: 16px 12px 14px;
  overflow-y: auto;
  box-shadow: 10px 0 34px rgba(8, 15, 41, 0.24);
  background-image:
    radial-gradient(circle at 84% 2%, rgba(127, 80, 255, 0.35), transparent 28%),
    radial-gradient(circle at 70% 14%, rgba(69, 98, 255, 0.26), transparent 32%),
    linear-gradient(180deg, rgba(12, 22, 63, 0.96), rgba(8, 17, 50, 0.98));
}

.site-sidebar .logo {
  color: #f3f7ff;
  font-size: 2rem;
  line-height: 1;
}

.sidebar-brand-text {
  display: grid;
  gap: 2px;
}

.sidebar-brand-text small {
  font-size: 0.72rem;
  color: #97aedd;
  font-weight: 600;
}

.sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.sidebar-toggle-btn {
  width: 52px;
  height: 36px;
  border-radius: 10px;
  padding: 0;
  background: rgba(10, 17, 47, 0.65);
  border: 1px solid rgba(100, 132, 236, 0.45);
  color: #dbe7ff;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.sidebar-nav {
  display: grid;
  gap: 8px;
}

.sidebar-group-label {
  margin: 10px 2px 8px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #7f97cb;
}

.sidebar-nav a {
  text-decoration: none;
  color: #c9d5f8;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid rgba(78, 108, 202, 0.42);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(26, 41, 92, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
  color: #ffffff;
  border-color: rgba(118, 146, 246, 0.9);
  background: linear-gradient(135deg, rgba(70, 108, 230, 0.5), rgba(95, 62, 218, 0.44));
  box-shadow: 0 10px 24px rgba(55, 86, 190, 0.32);
}

.sidebar-nav a.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 999px;
  background: #8fa4ff;
  box-shadow: 0 0 14px rgba(143, 164, 255, 0.8);
}

.sidebar-nav .s-icon {
  min-width: 30px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(116, 146, 241, 0.38);
  background: rgba(16, 28, 72, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

.sidebar-nav .s-icon svg {
  width: 14px;
  height: 14px;
  stroke: #d4e0ff;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-nav a.active .s-icon svg {
  stroke: #ffffff;
}

.sidebar-nav .s-label {
  flex: 1;
}

.sidebar-nav .s-end {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(126, 156, 255, 0.35);
  background: rgba(18, 32, 82, 0.58);
  color: #98b0e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  line-height: 1;
}

.sidebar-nav a.active .s-end {
  color: #ffffff;
  background: rgba(137, 108, 255, 0.34);
  border-color: rgba(167, 143, 255, 0.7);
}

body.has-sidebar {
  padding-left: 248px;
}

body.has-sidebar .site-header,
body.has-sidebar .hero-section,
body.has-sidebar .ticker-wrap,
body.has-sidebar .no-crypto-bar,
body.has-sidebar .main-grid,
body.has-sidebar .pay-wrap,
body.has-sidebar .site-footer {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

body.has-sidebar .main-grid,
body.has-sidebar .pay-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

body.has-sidebar.sidebar-collapsed .site-sidebar {
  transform: translateX(-100%);
}

body.has-sidebar.sidebar-collapsed .site-header,
body.has-sidebar.sidebar-collapsed .hero-section,
body.has-sidebar.sidebar-collapsed .ticker-wrap,
body.has-sidebar.sidebar-collapsed .no-crypto-bar,
body.has-sidebar.sidebar-collapsed .main-grid,
body.has-sidebar.sidebar-collapsed .pay-wrap,
body.has-sidebar.sidebar-collapsed .site-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.has-sidebar.sidebar-collapsed {
  padding-left: 0;
}

body.has-sidebar .header-inner {
  max-width: 1260px;
}

body.has-sidebar .nav-links {
  display: none !important;
}

.sidebar-fab { display: none; }

body.has-sidebar.sidebar-collapsed .sidebar-fab {
  position: fixed;
  top: 16px;
  left: 14px;
  width: 56px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(113, 141, 239, 0.55);
  background: rgba(18, 29, 72, 0.9);
  color: #e8efff;
  z-index: 72;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .site-header {
    padding: 12px 12px 8px;
  }

  .modern-header {
    border-radius: 14px;
    padding: 8px 10px;
    gap: 10px;
  }

  .modern-header .brand .logo {
    font-size: 2rem;
  }

  .site-sidebar {
    width: min(86vw, 320px);
    transform: translateX(-100%);
  }
  body.has-sidebar {
    padding-left: 0;
  }
  body.has-sidebar .site-header,
  body.has-sidebar .hero-section,
  body.has-sidebar .ticker-wrap,
  body.has-sidebar .no-crypto-bar,
  body.has-sidebar .main-grid,
  body.has-sidebar .pay-wrap,
  body.has-sidebar .site-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  body.has-sidebar.sidebar-collapsed .site-sidebar {
    transform: translateX(-100%);
  }
  body.has-sidebar:not(.sidebar-collapsed) .site-sidebar {
    transform: translateX(0);
  }
  body.has-sidebar .nav-links {
    display: none;
  }
  body.has-sidebar .hero-section {
    padding: 0 12px;
    gap: 16px;
    margin-top: 12px;
  }
  body.has-sidebar .ticker-wrap {
    margin-top: 8px;
    margin-left: 12px;
    margin-right: 12px;
  }
  body.has-sidebar .no-crypto-bar {
    margin-left: 12px;
    margin-right: 12px;
  }
  body.has-sidebar .main-grid {
    padding: 0 12px 20px;
    gap: 14px;
  }
  body.has-sidebar .pay-wrap {
    padding: 0 12px 20px;
  }
  body.has-sidebar .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .panel {
    padding: 16px;
    border-radius: 16px;
  }
  .vip-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .vip-banner button {
    width: 100%;
  }
  .pay-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .pay-left,
  .pay-right {
    padding: 12px;
    min-width: 0;
  }
  .pay-wrap {
    padding-inline: 8px;
  }
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .method-btn {
    min-height: 104px;
    align-content: center;
    border-radius: 14px;
  }
  .pay-left h2,
  .pay-right h2,
  .pay-right h3 {
    font-size: 1.22rem;
    margin-bottom: 10px;
  }
  .asset-list {
    max-height: none;
    gap: 10px;
  }
  .asset-item {
    border-radius: 12px;
  }
  .card-amount-box input {
    font-size: 1.08rem;
    min-height: 48px;
  }
  .pay-right {
    margin-top: 10px;
    border: 1px solid #2b3f84;
    border-radius: 14px;
    background: #0f1a45;
  }
  .pay-note {
    font-size: 0.98rem;
    line-height: 1.5;
  }
  .pay-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .status-chip {
    align-self: flex-start;
  }
  .logos-row img.card-strip {
    width: min(100%, 180px);
    max-width: 100%;
  }
  .asset-item {
    font-size: 0.96rem;
    padding: 11px 10px;
  }
  .address-row {
    grid-template-columns: 1fr;
  }
  #copy-address-btn {
    width: 100%;
  }
  .wallet-inline {
    flex-direction: column;
    gap: 6px;
  }
  .support-fab {
    right: 14px;
    bottom: 78px;
  }
  .streams-grid {
    grid-template-columns: 1fr;
  }
  .short-card {
    width: min(100%, 420px);
    margin-inline: auto;
  }
  .reviews-grid {
    columns: 1;
  }
  .auth-wrap {
    width: 100%;
  }
  .auth-layout {
    grid-template-columns: 1fr;
  }
  .auth-showcase-stack {
    min-height: 300px;
  }
  .sidebar-fab {
    position: fixed;
    top: 16px;
    left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(113, 141, 239, 0.55);
    background: rgba(18, 29, 72, 0.9);
    color: #e8efff;
    z-index: 72;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.has-sidebar:not(.sidebar-collapsed) .sidebar-fab {
    display: none;
  }
}

/* ===== Streams ===== */
.streams-main {
  max-width: 1180px;
}

.streams-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stream-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #0d173d;
}

.stream-media-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.stream-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.stream-video.is-blurred {
  filter: blur(10px) saturate(0.82) brightness(0.82);
  transform: scale(1.06);
}

.stream-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 32, 0.06), rgba(8, 14, 32, 0.64));
}

.stream-lock {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 10px;
  border: 1px solid rgba(191, 219, 254, 0.4);
  background: rgba(15, 23, 42, 0.72);
  color: #e2ebff;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 8px 10px;
}

.stream-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.85);
  background: linear-gradient(135deg, rgba(47, 103, 255, 0.92), rgba(111, 62, 234, 0.9));
  box-shadow: 0 10px 24px rgba(43, 79, 182, 0.45);
}

.stream-content {
  padding: 12px 12px 14px;
  color: #f5f8ff;
  display: grid;
  gap: 8px;
}

.stream-content p {
  margin: 0;
  color: #c9d6ff;
}

.stream-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stream-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stream-actions-meta {
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.stream-live-comments {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.stream-live-comments li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(127, 167, 255, 0.24);
  background: rgba(13, 26, 69, 0.52);
  border-radius: 10px;
  padding: 6px 8px;
  font-size: 0.82rem;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.stream-live-comments li span {
  color: #dbe7ff;
}

.stream-live-comments li span strong {
  color: #f1f6ff;
  font-weight: 700;
}

.stream-live-comments li em {
  color: #9bb3e7;
  font-style: normal;
  white-space: nowrap;
}

.stream-live-comments li.is-soft {
  background: rgba(13, 26, 69, 0.52);
  border-color: rgba(127, 167, 255, 0.24);
}

.stream-live-comments li.is-question {
  background: rgba(14, 33, 78, 0.66);
  border-color: rgba(117, 193, 255, 0.42);
}

.stream-live-comments li.is-question span strong {
  color: #bfe7ff;
}

.stream-live-comments li.is-hype {
  background: rgba(24, 34, 86, 0.7);
  border-color: rgba(171, 141, 255, 0.4);
}

.stream-live-comments li.is-hype span strong {
  color: #d5c8ff;
}

.stream-live-comments li.is-fresh {
  transform: translateY(-4px);
  opacity: 0;
  animation: streamCommentDrop .42s ease forwards;
}

@keyframes streamCommentDrop {
  from {
    transform: translateY(-7px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .streams-grid {
    grid-template-columns: 1fr;
  }
}

.auth-body .footer-bottom, .auth-body .footer-bottom a { color: #d1dcff; }
.auth-body .footer-bottom a { opacity: 0.88; }


.hero-keep { white-space: nowrap; }

