:root {
  --ome-green: #7ac943;
  --ome-green-dark: #68b536;
  --ome-stop: #e89b8a;
  --ome-stop-hover: #dd8a76;
  --ome-orange: #f5a623;
  --ome-panel: #f0f0f0;
  --ome-btn: #ececec;
  --ome-btn-border: #d8d8d8;
  --ome-text: #222;
  --ome-muted: #666;
  --ome-line: #ddd;
  --ome-chat-bg: #fff;
  --ome-video-bg: #1a1a1a;
}

* { box-sizing: border-box; }
html, body {
  height: 100%;
  margin: 0;
}
html:has(.lp-site-block),
body:has(.lp-site-block) {
  height: auto;
  min-height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #e8e8e8;
  color: var(--ome-text);
}
body:has(.lp-site-block) {
  overflow-x: hidden;
}
.lp-site-block {
  --lp-accent: #ff4b8b;
  --lp-accent-2: #9b5cff;
  --lp-ink: #1a1224;
  color: #fff;
  font-family: Outfit, "Segoe UI", sans-serif;
}
.lp-site-block .lp-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.6vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.lp-site-block .lp-col h3,
.lp-site-block .lp-earn h3,
.lp-site-block .lp-faq h3,
.lp-site-block .lp-rules h3 {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
  font-weight: 800;
}
.lp-site-block .lp-col h4 {
  margin: 1rem 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
}
body:has(.lp-site-block) .ome-app {
  height: 100dvh;
  min-height: 100dvh;
}

button, input, select { font: inherit; }
a { color: #1a73e8; }
button:disabled { opacity: 0.55; cursor: default; }
button, a, input, select, .ctl-btn, .oauth-pill {
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* —— Landing —— */
.landing-page {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(122,201,67,0.15), transparent 40%),
    #f4f4f4;
}
.landing-card {
  width: min(100%, 420px);
  background: #fff;
  border: 1px solid var(--ome-line);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.landing-card h1 { margin: 0 0 0.35rem; font-size: 1.45rem; }
.landing-card .sub { margin: 0 0 1rem; color: var(--ome-muted); font-size: 0.92rem; line-height: 1.4; }
.field { margin-bottom: 0.75rem; }
.field label { display: block; margin-bottom: 0.3rem; font-size: 0.82rem; color: var(--ome-muted); font-weight: 700; }
.field input, .field select {
  width: 100%;
  border: 1px solid var(--ome-line);
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  background: #fff;
}
.tos { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.82rem; color: var(--ome-muted); margin: 0.75rem 0 1rem; }
.btn-primary {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: var(--ome-green);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.btn-primary:hover { background: var(--ome-green-dark); }
.oauth-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.45rem; margin-top: 0.75rem; }
.btn-oauth {
  border: 1px solid var(--ome-line);
  background: #fafafa;
  border-radius: 8px;
  padding: 0.55rem;
  cursor: pointer;
  font-size: 0.82rem;
}
.error-box {
  background: #fdecea;
  border: 1px solid #f5c2c0;
  color: #a12622;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
}

/* —— Landing page —— */
.lp-body {
  margin: 0;
  background: #111;
  color: #fff;
  font-family: Outfit, "Segoe UI", sans-serif;
  overflow-x: hidden;
  --lp-accent: #ff4b8b;
  --lp-accent-2: #9b5cff;
  --lp-ink: #1a1224;
}
.lp-body > .ome-topbar--light {
  position: sticky;
  top: 0;
  z-index: 80;
}

/* First screen = login only; brand marketing is BELOW */
.auth-gate {
  position: relative;
  min-height: calc(100dvh - 56px);
  display: grid;
  place-items: center;
  padding: 1.25rem 1.25rem 3.5rem;
  background: rgba(20, 22, 26, 0.72);
  overflow: hidden;
}
.auth-fake-ui {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(2px) brightness(0.55);
  pointer-events: none;
  display: grid;
  grid-template-rows: 1fr 150px;
  gap: 3px;
  background: #222;
}
.fake-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.fake-pane { background: #1a1a1a; }
.fake-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.fake-btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
  background: #eee;
}
.fake-btns span {
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: 0.95rem;
}
.fake-start { background: #6fbe35; }
.fake-stop { background: #e3927f; }
.fake-meta { background: #e8e8e8; color: #444 !important; }
.fake-chat { background: #fff; }
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.85;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.7; }
  50% { transform: translateX(-50%) translateY(4px); opacity: 1; }
}

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.65rem clamp(1rem, 3vw, 1.75rem);
  background: rgba(255, 255, 255, 0.92);
  color: #2a2433;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(155, 92, 255, 0.12);
  box-shadow: 0 8px 28px rgba(26, 18, 36, 0.08);
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
  color: #222;
  padding: 0.1rem 0.15rem;
  border-radius: 12px;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.lp-brand:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.lp-brand .iosi-logo,
.lp-brand .iosi-logo-img {
  display: block;
}
.lp-brand .iosi-logo--md .iosi-logo-img {
  height: 58px;
  width: auto;
  max-width: min(280px, 42vw);
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(255, 75, 139, 0.28));
}
.lp-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.lp-links a {
  position: relative;
  color: #3d3548;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  transition: color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.lp-links a:hover,
.lp-links a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
  box-shadow: 0 6px 16px rgba(255, 75, 139, 0.28);
  outline: none;
}
.lp-nav-cta {
  flex: 0 0 auto;
  border: 0;
  background: linear-gradient(135deg, #7ad43a, #5bb824);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 0.65rem 1.35rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 0 #3f8f18, 0 12px 22px rgba(91, 184, 36, 0.28);
  transition: transform 0.12s ease, filter 0.12s ease;
}
.lp-nav-cta:hover {
  filter: brightness(1.05);
  color: #fff;
}
.lp-nav-cta:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #3f8f18, 0 8px 16px rgba(91, 184, 36, 0.22);
}

.lp-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 55% at 8% -8%, rgba(255, 75, 139, 0.42), transparent 58%),
    radial-gradient(ellipse 70% 50% at 96% 4%, rgba(155, 92, 255, 0.38), transparent 52%),
    radial-gradient(ellipse 55% 40% at 50% 108%, rgba(255, 110, 170, 0.22), transparent 55%),
    linear-gradient(168deg, #160f22 0%, #241433 38%, #1a1228 72%, #120c1c 100%);
}
.lp-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.85), transparent 88%);
}
.lp-main::after {
  content: "";
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  left: 50%;
  top: -12%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 75, 139, 0.22), transparent 68%);
  filter: blur(8px);
}

.lp-hero {
  text-align: center;
  padding: 3rem 1.25rem 1.75rem;
  max-width: 980px;
  margin: 0 auto;
}
.lp-hero h1,
.lp-hero .lp-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.6vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.lp-hero-sub {
  margin: 0 auto;
  max-width: 40rem;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.45;
  opacity: 0.92;
  font-weight: 500;
}

.lp-grid {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 280px) 1fr;
  gap: 1.5rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.5rem 2rem;
  align-items: start;
}
.lp-col h2,
.lp-col > h3 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  line-height: 1.25;
}
.lp-col h3 + h4,
.lp-col h4 {
  margin: 1rem 0 0.55rem;
  font-size: 1.05rem;
}
.lp-col p {
  margin: 0 0 0.75rem;
  line-height: 1.45;
  font-size: 0.98rem;
  opacity: 0.96;
}
.lp-bullets {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.55;
}
.lp-bullets li { margin-bottom: 0.25rem; }

.lp-phone { display: flex; justify-content: center; }
.lp-phone-frame {
  width: min(100%, 240px);
  background: #111;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
}
.lp-phone-screen {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #222;
  aspect-ratio: 9/16;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.lp-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  color: var(--lp-accent, #ff4b8b);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.lp-earn {
  max-width: 1000px;
  margin: 0 auto 2.25rem;
  padding: 1.35rem 1.5rem 1.5rem;
  background: rgba(0,0,0,0.14);
  border-radius: 18px;
}
.lp-earn h2,
.lp-earn h3 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
}
.lp-earn-lead {
  margin: 0 0 1.1rem;
  line-height: 1.45;
  opacity: 0.95;
  max-width: 52rem;
}
.lp-earn-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.1rem;
}
.lp-earn-grid li {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  display: grid;
  gap: 0.3rem;
}
.lp-earn-grid strong {
  font-size: 1.02rem;
}
.lp-earn-grid span {
  font-size: 0.92rem;
  line-height: 1.4;
  opacity: 0.95;
}
@media (max-width: 720px) {
  .lp-earn-grid { grid-template-columns: 1fr; }
}

.lp-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  align-items: end;
}
.lp-cta-block p {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.lp-cta-btn {
  display: inline-block;
  border: 0;
  background: #7ac943;
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  border-radius: 14px;
  padding: 0.95rem 1.4rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 0 #4f9620, 0 14px 24px rgba(0,0,0,0.18);
}
.lp-cta-btn:hover { filter: brightness(1.05); color: #fff; }
.lp-cta-btn:active { transform: translateY(2px); box-shadow: 0 4px 0 #4f9620; }
.lp-cta-btn--ghost {
  background: rgba(255,255,255,0.16);
  box-shadow: 0 8px 0 rgba(0,0,0,0.18), 0 14px 24px rgba(0,0,0,0.12);
  border: 2px solid rgba(255,255,255,0.55);
}
.lp-cta-btn--ghost:hover { filter: brightness(1.08); color: #fff; }
.lp-cta-btn--ghost:active { box-shadow: 0 4px 0 rgba(0,0,0,0.18); }
.lp-nav-cta {
  text-decoration: none;
  display: inline-block;
}
.lp-stores { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.lp-rules-more {
  margin-top: 0.85rem !important;
  font-weight: 700;
}
.lp-rules-more a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-people {
  padding: 1rem 0 2rem;
  overflow: hidden;
}
.lp-people-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 0.65rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.lp-people figure {
  margin: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 10px 24px rgba(0,0,0,0.2);
}
.lp-people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-people figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.65rem 0.55rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
}
.lp-bubble-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.lp-faq, .lp-rules {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}
.lp-faq h2, .lp-rules h2,
.lp-faq h3, .lp-rules h3 {
  margin: 0 0 0.85rem;
  font-size: 1.4rem;
}
.lp-faq details {
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.55rem;
}
.lp-faq summary {
  cursor: pointer;
  font-weight: 700;
}
.lp-faq p { margin: 0.55rem 0 0; opacity: 0.95; line-height: 1.4; }
.lp-rules p { margin: 0; line-height: 1.45; opacity: 0.95; }

.lp-footer,
.lp-site-block .lp-footer {
  background: #0e0a14;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.15rem 1.25rem 1.45rem;
}
.lp-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.88rem;
  margin-bottom: 0.65rem;
  color: #fff;
}
.lp-footer-tag {
  opacity: 0.9;
  font-weight: 600;
  color: #fff;
}
.lp-social { display: flex; gap: 0.45rem; }
.lp-social span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
}
.lp-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  font-size: 0.82rem;
}
.lp-footer-links a,
.lp-site-block .lp-footer-links a,
.lp-footer-links a:visited {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.92;
  font-weight: 600;
}
.lp-footer-links a:hover,
.lp-site-block .lp-footer-links a:hover {
  color: #fff !important;
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 980px) {
  .lp-links { gap: 0.2rem; }
  .lp-links a { font-size: 0.88rem; padding: 0.4rem 0.65rem; }
  .lp-brand .iosi-logo--md .iosi-logo-img {
    height: 50px;
    max-width: min(240px, 38vw);
  }
}
@media (max-width: 900px) {
  .lp-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .lp-phone { order: -1; }
  .lp-cta-row { grid-template-columns: 1fr; }
  .lp-people-row { grid-template-columns: repeat(2, 1fr); }
  .lp-links { display: none; }
  .lp-main { padding: 1.25rem 1rem 2.5rem; }
  .lp-hero h1,
  .lp-hero .lp-hero-title { font-size: clamp(1.45rem, 5.5vw, 2rem); }
  .lp-hero-sub { font-size: 1rem; }
  .lp-nav {
    padding: 0.55rem 0.9rem;
    padding-top: max(0.55rem, env(safe-area-inset-top));
  }
  .lp-brand .iosi-logo--md .iosi-logo-img {
    height: 48px;
    max-width: min(220px, 58vw);
  }
  .lp-nav-cta { padding: 0.55rem 1rem; font-size: 0.9rem; }
  .lp-footer { padding: 1.25rem 1rem max(1.5rem, env(safe-area-inset-bottom)); }
  .lp-footer-links { flex-wrap: wrap; gap: 0.65rem 1rem; }
}

/* —— Auth modal (inside first viewport) —— */
.auth-modal {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  background: #fff;
}

.auth-hero {
  position: relative;
  overflow: hidden;
  background: #1a1520;
  color: #fff;
  min-height: 480px;
}
.auth-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  z-index: 0;
  pointer-events: none;
}
.auth-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.52) 100%);
  pointer-events: none;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .auth-hero-video { display: none; }
  .auth-hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.52) 100%),
      url('../img/auth-hero-poster.jpg') center 22% / cover no-repeat;
  }
}
.auth-hero-logo { position: absolute; top: 14px; left: 14px; z-index: 2; }
.auth-online {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}

.auth-panel {
  position: relative;
  padding: 1.6rem 1.7rem 1.2rem;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 90% 10%, rgba(245,166,35,0.08), transparent 40%),
    #fff;
  color: #222;
}
.auth-lang { position: absolute; top: 12px; right: 12px; }
.auth-lang .lang-btn {
  background: #222;
  border-color: #444;
  color: #fff;
}
.auth-title {
  margin: 0.4rem 0 0.85rem;
  color: #e53935;
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}
.auth-brand-logo {
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}
.auth-social {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.25rem;
}
.oauth-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  transition: transform 0.1s ease, filter 0.12s ease;
}
.oauth-pill:hover { filter: brightness(1.05); transform: translateY(-1px); }
.oauth-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.2);
  font-weight: 900;
  font-size: 1rem;
}
.oauth-fb { background: #1877f2; }
.oauth-google {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.oauth-google .google-g {
  background: #fff;
  color: #4285f4;
  border: 1px solid #eee;
  font-family: Arial, sans-serif;
}
.oauth-email { background: linear-gradient(180deg, #95de55, #62b02c); }
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #999;
  font-size: 0.82rem;
  margin: 0.15rem 0;
}
.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.auth-email-form { margin-top: 0.25rem; }
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  background: #f3f3f3;
  border-radius: 999px;
  padding: 0.25rem;
  margin-bottom: 0.85rem;
}
.auth-tab {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.55rem;
  font-weight: 800;
  cursor: pointer;
  color: #666;
}
.auth-tab.active {
  background: #fff;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.auth-back {
  margin-top: 0.55rem;
  border: 0;
  background: transparent;
  color: #666;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  padding: 0.45rem;
}
.auth-back:hover { color: #222; }
.auth-forgot-wrap {
  margin: -0.25rem 0 0.75rem;
  text-align: right;
}
.auth-forgot {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: #ff4b8b;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.auth-forgot:hover { color: #e53935; }
.auth-tos {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.78rem;
  color: #888;
  line-height: 1.35;
}
.auth-tos input { margin-top: 0.15rem; }
.auth-tos a {
  color: #ff4b8b;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.auth-hint {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #888;
  font-weight: 600;
  line-height: 1.35;
}
.auth-birth-oauth {
  margin-top: 0.85rem;
}

@media (max-width: 760px) {
  .auth-gate {
    align-items: stretch;
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(3.25rem, calc(env(safe-area-inset-bottom) + 2.5rem));
  }
  .auth-fake-ui {
    grid-template-rows: 1fr 120px;
    filter: blur(3px) brightness(0.4);
  }
  .fake-videos { grid-template-columns: 1fr; }
  .fake-btns { grid-template-columns: repeat(2, 1fr); }
  .auth-modal {
    grid-template-columns: 1fr;
    min-height: auto;
    width: 100%;
    max-height: calc(100dvh - 4.5rem);
    overflow: auto;
    border-radius: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .auth-hero { min-height: 150px; }
  .auth-panel { padding: 1rem 1.1rem 1.15rem; }
  .auth-title {
    font-size: 1.12rem;
    margin: 0.15rem 0 0.7rem;
  }
  .auth-brand-logo { margin-bottom: 0.75rem; }
  .auth-brand-logo .iosi-logo--lg .iosi-logo-img { height: 72px; }
  .oauth-pill {
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
    min-height: 48px;
  }
  .auth-tos { font-size: 0.74rem; padding-top: 0.85rem; }
  .scroll-hint { font-size: 0.82rem; bottom: max(10px, env(safe-area-inset-bottom)); }
}

@media (max-width: 480px) {
  .auth-hero { min-height: 120px; }
  .auth-online { font-size: 0.85rem; left: 12px; bottom: 12px; }
  .lp-people-row { grid-template-columns: 1fr 1fr; gap: 0.55rem; }
  .lp-people figcaption { font-size: 0.78rem; }
  .lp-phone-frame { width: min(220px, 70vw); }
  .lp-cta-btn { width: 100%; text-align: center; }
  .lp-stores { justify-content: center; }
  .lp-brand .iosi-logo--md .iosi-logo-img { height: 44px; max-width: min(200px, 62vw); }
}

/* —— Main chat layout —— */
.ome-app {
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) 168px;
  background: #ddd;
  gap: 3px;
}

.ome-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 14px;
  background: linear-gradient(180deg, #2b2f36 0%, #1c1f24 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  z-index: 50;
}
.ome-topbar--light {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #e8e8e8;
  min-height: 88px;
  padding: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  width: 100%;
}
.ome-topbar--main {
  position: sticky;
  top: 0;
  z-index: 80;
  overflow: visible;
}
:root {
  --site-content-width: min(1280px, calc(100% - 1.25rem));
}
.topbar-inner {
  width: var(--site-content-width);
  margin: 0 auto;
  min-height: 88px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  overflow: visible;
}
.topbar-end {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-width: 0;
  justify-self: end;
  padding-left: 1rem;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  overflow: visible;
}
.topbar-notify {
  position: relative;
  flex-shrink: 0;
}
.topbar-notify-btn {
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: #fafafa;
  color: #2a2f3a;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  padding: 0;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.topbar-notify-btn:hover,
.topbar-notify.is-open .topbar-notify-btn {
  background: #fff;
  border-color: #d7dde8;
  color: #111;
}
.topbar-notify-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
.topbar-notify-badge[hidden] { display: none !important; }
.topbar-notify-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(360px, calc(100vw - 1.25rem));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(16, 18, 28, 0.18);
  z-index: 80;
  overflow: hidden;
}
.topbar-notify-panel[hidden] { display: none !important; }
.topbar-notify-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem 0.65rem;
  border-bottom: 1px solid #f0eee8;
}
.topbar-notify-head strong {
  font-size: 0.98rem;
}
.topbar-notify-all {
  appearance: none;
  border: 0;
  background: transparent;
  color: #1877f2;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.topbar-notify-all:hover { text-decoration: underline; }
.topbar-notify-list {
  max-height: min(420px, 60vh);
  overflow: auto;
  display: grid;
}
.topbar-notify-empty {
  margin: 0;
  padding: 1.4rem 1rem;
  text-align: center;
  color: #888;
  font-size: 0.88rem;
}
.topbar-notify-item {
  appearance: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f4f2ec;
  background: #fff;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem 0.95rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.topbar-notify-item:hover { background: #f7f8fb; }
.topbar-notify-item.is-unread { background: #f0f6ff; }
.topbar-notify-item.is-unread:hover { background: #e8f1ff; }
.topbar-notify-item img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8e8e8;
}
.topbar-notify-body {
  display: grid;
  gap: 0.18rem;
  font-size: 0.86rem;
  line-height: 1.35;
  color: #3a3a3a;
  min-width: 0;
}
.topbar-notify-body strong {
  color: #161823;
  font-weight: 750;
}
.topbar-notify-preview {
  display: block;
  color: #6b7280;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbar-notify-body em {
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  color: #1877f2;
}
.ome-topbar--light .topbar-notify-btn,
.ome-topbar .topbar-notify-btn {
  border-color: #ebebeb;
  background: #fafafa;
}
.topbar-fortune-btn,
.topbar-msg-btn {
  appearance: none;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #ebebeb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  transition: transform .12s ease, box-shadow .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
}
.topbar-fortune-btn {
  width: 40px;
  background: linear-gradient(160deg, #fff8e8 0%, #ffe9b8 100%);
  color: #b45309;
}
.topbar-fortune-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(180, 83, 9, 0.18);
  filter: brightness(1.03);
}
.topbar-msg-btn {
  width: 40px;
  padding: 0;
  text-decoration: none;
  background: linear-gradient(165deg, #eaf2ff 0%, #d9e8ff 100%);
  border-color: #c5d8f7;
  color: #0b5bd3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.topbar-msg-btn:hover,
.topbar-msg-btn.is-active {
  background: linear-gradient(165deg, #e0ecff 0%, #cfe0ff 100%);
  border-color: #aecaf3;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(11, 91, 211, 0.14);
}
.topbar-msg-ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.topbar-msg-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
.topbar-msg-badge[hidden] { display: none !important; }
.fortune-modal {
  position: fixed;
  inset: 0;
  z-index: 11500;
  background: rgba(16, 18, 24, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.fortune-modal[hidden] { display: none !important; }
.fortune-modal-card {
  width: min(100%, 400px);
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.35rem 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  position: relative;
  text-align: center;
  display: grid;
  gap: 0.65rem;
}
.fortune-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.fortune-modal-ico {
  width: 54px;
  height: 54px;
  margin: 0.15rem auto 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  color: #b45309;
  background: linear-gradient(160deg, #fff4d6, #ffe2a0);
}
.fortune-modal-card h3 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.fortune-modal-lead {
  margin: 0;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.45;
}
.fortune-modal-result {
  margin: 0.25rem 0;
}
.fortune-prize {
  border-radius: 14px;
  padding: 1rem 0.9rem;
  display: grid;
  gap: 0.35rem;
}
.fortune-prize.is-wish {
  background: linear-gradient(165deg, #f5f0ff, #eef4ff);
}
.fortune-prize.is-coins {
  background: linear-gradient(165deg, #fff7e6, #ffefc2);
}
.fortune-prize strong {
  font-size: 1.05rem;
  color: #161823;
}
.fortune-prize span {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #3d3a35;
}
.fortune-modal-wait {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1877f2;
}
.fortune-modal-draw {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #1a140c;
  background: linear-gradient(120deg, #ffd76a, #ffb84d);
  box-shadow: 0 8px 20px rgba(255, 184, 77, 0.35);
}
.fortune-modal-draw:hover:not(:disabled) {
  filter: brightness(1.04);
}
.fortune-modal-draw:disabled {
  opacity: 0.55;
  cursor: default;
  box-shadow: none;
}
.fortune-modal-hint {
  margin: 0;
  font-size: 0.78rem;
  color: #8a8378;
  line-height: 1.4;
}
html.fortune-modal-open,
html.fortune-modal-open body {
  overflow: hidden;
}
.topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.topbar-brand .iosi-logo,
.topbar-brand .iosi-logo-img {
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1),
    filter 0.55s ease;
  will-change: transform;
}
.topbar-brand:hover {
  z-index: 200;
}
.topbar-brand:hover .iosi-logo-img {
  transform: scale(1.85) rotate(360deg) translateY(-6px);
  filter:
    drop-shadow(0 0 0.6px rgba(40, 40, 45, 0.55))
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35))
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
.ome-topbar--light .topbar-brand .iosi-logo--sm .iosi-logo-img {
  height: 72px;
  width: auto;
  background: transparent;
  border-radius: 0;
  filter:
    drop-shadow(0 0 0.6px rgba(40, 40, 45, 0.55))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}
.topbar-nav {
  --nav-accent: #2a3140;
  --nav-accent-hover: #3a4356;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 0;
  flex-wrap: nowrap;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  justify-self: stretch;
  margin: -8px 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e6e6e8;
  border-radius: 0;
  overflow: visible;
}
.topbar-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6a6d75;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0 1rem;
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  transition: background 0.12s ease, color 0.12s ease;
}
.topbar-tab:hover {
  color: #222;
  background: #f5f5f7;
}
.topbar-tab.is-active,
.topbar-drop.is-active > .topbar-drop-toggle,
.topbar-drop.is-open > .topbar-drop-toggle {
  background: var(--nav-accent);
  color: #fff;
}
.topbar-drop {
  position: relative;
  display: flex;
  align-items: stretch;
}
.topbar-drop-toggle::after {
  content: "";
  margin-left: 0.4rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
}
.topbar-drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 90;
  background: var(--nav-accent);
  padding: 0.2rem 0;
  box-shadow: 0 10px 24px rgba(22, 24, 35, 0.22);
}
.topbar-drop:hover > .topbar-drop-menu,
.topbar-drop.is-open > .topbar-drop-menu {
  display: block;
}
.topbar-drop:hover > .topbar-drop-toggle,
.topbar-drop.is-open > .topbar-drop-toggle {
  background: var(--nav-accent);
  color: #fff;
}
.topbar-drop-link {
  display: block;
  padding: 0.7rem 1.05rem;
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.86rem;
  white-space: nowrap;
}
.topbar-drop-link:hover,
.topbar-drop-link.is-current {
  background: var(--nav-accent-hover);
}

/* Header ad — fixed IAB 468×60 (does not stretch) */
.topbar-ad {
  flex: 0 0 auto;
  width: auto;
  max-width: 468px;
  height: auto;
  align-self: center;
  padding: 4px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  /* Thick neutral frame — no purple */
  box-shadow:
    0 0 0 3px #2a2433,
    0 0 0 6px #ffffff,
    0 0 0 9px #c5c0cb,
    0 8px 18px rgba(26, 18, 36, 0.14);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.topbar-ad:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 3px #1a1520,
    0 0 0 6px #ffffff,
    0 0 0 9px #b0aab6,
    0 10px 22px rgba(26, 18, 36, 0.18);
}
.topbar-ad-link {
  display: block;
  width: 468px;
  max-width: 100%;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  text-decoration: none;
  color: inherit;
  background: #f4f4f5;
  box-sizing: border-box;
}
.topbar-ad-img {
  display: block;
  width: 468px;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: center;
  background: #f4f4f5;
}
.topbar-ad-placeholder {
  width: 468px;
  max-width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  gap: 0.1rem;
  text-align: center;
  background: linear-gradient(135deg, #f7f7f8, #efefef);
  box-sizing: border-box;
}
.topbar-ad-placeholder strong {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: #888;
}
.topbar-ad-placeholder span {
  font-size: 0.72rem;
  font-weight: 700;
  color: #aaa;
}

/* Profile avatar button */
.topbar-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid #ebebeb;
  background: #fafafa;
  text-decoration: none;
  padding: 0;
  transition: background .15s ease, border-color .15s ease, transform .12s ease, box-shadow .15s ease;
}
.topbar-avatar:hover,
.topbar-avatar.is-active {
  background: #fff;
  border-color: #d7dde8;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(16, 18, 28, 0.1);
}
.topbar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topbar-avatar img.is-default {
  object-fit: contain;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.topbar-profile-link {
  display: none;
  color: #555;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
}
.topbar-profile-link:hover {
  background: #f3f3f3;
  color: #111;
}
@media (min-width: 821px) and (max-width: 1380px) {
  .topbar-tab {
    padding: 0 0.65rem;
    font-size: 0.8rem;
  }
  .topbar-end {
    padding-left: 0.85rem;
    gap: 0.65rem;
  }
}
@media (min-width: 821px) and (max-width: 1180px) {
  .topbar-tab {
    padding: 0 0.5rem;
    font-size: 0.76rem;
  }
  .topbar-end {
    padding-left: 0.65rem;
    gap: 0.55rem;
  }
}
@media (max-width: 1200px) {
  .topbar-ad {
    max-width: 390px;
    height: auto;
  }
  .topbar-ad-link,
  .topbar-ad-img,
  .topbar-ad-placeholder {
    width: 390px;
    max-width: 100%;
    height: 50px;
  }
}
.topbar-burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.topbar-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #222;
  border-radius: 2px;
}
.ome-topbar--light .lang-btn {
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #222;
  backdrop-filter: none;
  box-shadow: none;
}
.ome-topbar--light .lang-btn:hover {
  background: #eee;
  border-color: #ccc;
}
.ome-topbar .lang-btn,
.ome-topbar--light .lang-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
}
.ome-topbar #langBtnLabel,
.ome-topbar .lang-caret {
  display: none;
}
.topbar-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}

/* Info pages (rules / ads / radio / contact) */
.info-body {
  margin: 0;
  background: #ececec;
  color: #222;
}
.info-app {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr;
}
.info-main {
  padding: 1.25rem 0;
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom));
  display: grid;
  place-items: start center;
}
.info-card {
  width: min(1280px, calc(100% - 1.25rem));
  width: var(--site-content-width);
  max-width: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  box-sizing: border-box;
}
.info-card h1 {
  margin: 0 0 0.75rem;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}
.info-card p { margin: 0 0 0.75rem; line-height: 1.45; color: #444; }
.info-list {
  margin: 0.35rem 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.5;
  color: #333;
}
.info-list li { margin-bottom: 0.45rem; }
.info-terms {
  max-width: none;
}
.info-terms .terms-updated {
  margin: -0.35rem 0 1.25rem;
  font-size: 0.92rem;
  color: #777;
}
.info-terms h2 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  scroll-margin-top: 5.5rem;
}
.info-terms h2:first-of-type { margin-top: 0.5rem; }
.info-terms p { margin: 0 0 0.65rem; }
.info-terms .info-list { margin-bottom: 0.85rem; }
.info-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.info-cta--ghost {
  background: transparent;
  color: #222;
  border: 1.5px solid #ddd;
}
.info-cta--ghost:hover { border-color: #111; color: #111; }
.policy-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff4b8b;
}
.info-policy .terms-updated,
.info-faq-page .faq-lead {
  margin: -0.15rem 0 1.1rem;
  color: #777;
  line-height: 1.45;
}
.policy-callout {
  margin: 0 0 1.35rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 75, 139, 0.1), rgba(155, 92, 255, 0.1));
  border: 1px solid rgba(255, 75, 139, 0.22);
}
.policy-callout strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #c2185b;
  font-size: 0.95rem;
}
.policy-callout p { margin: 0 !important; color: #444; }
.info-policy h2 {
  margin: 1.45rem 0 0.5rem;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}
.policy-actions .info-cta { margin-top: 0; }

/* 728×90 leaderboard — sitewide (same page bg, no strip/line) */
.site-leaderboard-wrap {
  display: flex;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}
/* Extra space under the main menu for the top 728×90 */
.site-chrome-top > .site-leaderboard-wrap {
  padding-top: 1.25rem;
  padding-bottom: 0.85rem;
}
.lp-site-block > .site-leaderboard-wrap--lp {
  position: relative;
  z-index: 41;
  margin: 0;
  padding: 1.05rem clamp(0.75rem, 3vw, 1.5rem) 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.users-shell > .site-leaderboard-wrap {
  margin: 0 0 1rem;
  padding: 0.35rem 0 0;
  background: transparent;
  border: 0;
}
.profile-ad {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
  max-width: 728px;
}
.profile-ad-link {
  display: block;
  width: 728px;
  max-width: 100%;
  height: 90px;
  border: 0;
  background: #fafafa;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
}
.profile-ad-img {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: contain;
  background: #fff;
}
.profile-ad-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 0.15rem;
  text-align: center;
  background: linear-gradient(135deg, #f7f7f8, #efefef);
}
.profile-ad-placeholder strong {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #888;
}
.profile-ad-placeholder span {
  font-size: 0.78rem;
  font-weight: 700;
  color: #aaa;
}

/* Same thick neutral frame as 468×60 */
.site-leaderboard-ad--fx {
  padding: 4px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  box-shadow:
    0 0 0 3px #2a2433,
    0 0 0 6px #ffffff,
    0 0 0 9px #c5c0cb,
    0 8px 18px rgba(26, 18, 36, 0.14);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.site-leaderboard-ad--fx .profile-ad-link {
  border: 0;
  border-radius: 8px;
}
.site-leaderboard-ad--fx:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 3px #1a1520,
    0 0 0 6px #ffffff,
    0 0 0 9px #b0aab6,
    0 10px 22px rgba(26, 18, 36, 0.18);
}
@media (max-width: 760px) {
  .site-leaderboard-wrap { padding: 0.45rem 0.5rem; }
  .site-chrome-top > .site-leaderboard-wrap {
    padding-top: 1rem;
    padding-bottom: 0.7rem;
  }
  .lp-site-block > .site-leaderboard-wrap--lp { padding: 0.85rem 0.55rem 0.8rem; }
  .profile-ad-link,
  .profile-ad-img { height: 72px; }
}

.ome-app > .site-chrome-top {
  grid-column: 1 / -1;
  grid-row: 1;
  min-width: 0;
}

.info-body--hero,
.info-body--faq,
.info-body--rules {
  background:
    radial-gradient(ellipse 70% 35% at 50% 0%, rgba(255, 75, 139, 0.1), transparent 62%),
    #f4f1f8;
}
.info-main--hero,
.info-main--faq,
.info-main--rules {
  position: relative;
  z-index: 1;
}
.info-faq-page,
.info-rules-page,
.info-body--hero .info-card {
  box-shadow: 0 16px 40px rgba(26, 18, 36, 0.08);
}
.info-faq-page,
.info-rules-page {
  max-width: none;
  overflow: hidden;
  background: #fff;
}

/* Shared page title hero (Rules / FAQ / Terms / …) */
.page-hero,
.rules-hero,
.faq-hero-title {
  text-align: center;
  margin: 0 0 1.5rem;
  padding: 0.35rem 0 1.2rem;
  border-bottom: 1px solid #f0e9f2;
}
.page-hero-word,
.rules-hero-word,
.faq-hero-word {
  margin: 0 0 0.35rem;
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  font-size: clamp(3.2rem, 11vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #ff4b8b 0%, #9b5cff 55%, #5b7cfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  user-select: none;
}
.page-hero h1,
.rules-hero h1,
.faq-hero-title h1 {
  margin: 0 0 0.45rem !important;
  font-family: Syne, Outfit, sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem) !important;
  letter-spacing: -0.03em;
}
.page-hero-title--sr {
  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;
}
.page-hero--flush.page-hero:has(.page-hero-title--sr) {
  padding-bottom: 0.35rem;
}
.page-hero-lead,
.rules-lead,
.faq-hero-title .faq-lead {
  margin: 0 auto !important;
  max-width: 38rem;
  color: #777;
  line-height: 1.5;
}
.page-hero--flush {
  border-bottom: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.coins-page > .page-hero {
  margin-bottom: 1rem;
}
.profile-shell > .page-hero {
  margin-bottom: 1rem;
}
.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}
.rules-block {
  margin: 0;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 14px;
  background: linear-gradient(165deg, #fbf8fd 0%, #f5f0f9 100%);
  border: 1px solid #efe6f4;
}
.rules-block--wide {
  grid-column: 1 / -1;
}
.rules-block h2 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #9b5cff;
}
.rules-list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  display: grid;
  gap: 0.45rem;
  color: #3a3344;
  line-height: 1.45;
}
.rules-list li::marker {
  font-weight: 800;
  color: #ff4b8b;
}
.rules-note {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 75, 139, 0.1), rgba(155, 92, 255, 0.1));
  border: 1px solid rgba(255, 75, 139, 0.22);
}
.rules-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #c2185b;
  font-size: 0.95rem;
}
.rules-note p {
  margin: 0 !important;
  color: #444;
}
@media (max-width: 820px) {
  .rules-grid { grid-template-columns: 1fr; }
  .rules-block--wide { grid-column: auto; }
}

.info-faq-page {
  max-width: none;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 18, 36, 0.08);
}
.faq-hero-word {
  font-size: clamp(3.4rem, 12vw, 6.5rem);
}
.faq-toolbar {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
}
.faq-search {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: #555;
}
.faq-search input {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  font: inherit;
  background: #fafafa;
}
.faq-search input:focus {
  outline: none;
  border-color: #ff4b8b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 75, 139, 0.12);
}
.faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.faq-filter {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #444;
  font-weight: 700;
  font-size: 0.84rem;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
}
.faq-filter.is-active,
.faq-filter:hover {
  background: linear-gradient(135deg, #ff4b8b, #9b5cff);
  border-color: transparent;
  color: #fff;
}
.faq-group {
  margin: 0 0 1.35rem;
}
.faq-group h2 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
}
.faq-item {
  background: #f7f7f8;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  margin-bottom: 0.5rem;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 750;
  color: #222;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: #ff4b8b;
  font-weight: 800;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0.65rem 0 0.15rem !important;
  color: #555;
  line-height: 1.45;
}
.faq-empty {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff4f7;
  color: #a12655;
  font-weight: 700;
}
.info-note {
  font-size: 0.82rem;
  color: #888 !important;
  margin-top: 0.85rem !important;
}

/* —— Contact form —— */
.contact-card {
  padding: 0;
  overflow: hidden;
}
.contact-card > .page-hero,
.ads-card > .page-hero {
  padding: 1.35rem 1.5rem 1.15rem;
  margin: 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.35fr);
  min-height: 420px;
}
.contact-aside {
  padding: 1.6rem 1.5rem 1.7rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(254, 44, 85, 0.12), transparent 50%),
    linear-gradient(165deg, #1c1a1f 0%, #121014 100%);
  color: #f2efe8;
}
.contact-aside h1 {
  margin: 0 0 0.65rem;
  color: #fff;
}
.contact-aside p {
  color: rgba(242, 239, 232, 0.78) !important;
}
.contact-emails {
  color: rgba(242, 239, 232, 0.9);
  padding-left: 1.1rem;
}
.contact-emails a {
  color: #fda4af;
  text-decoration: none;
  font-weight: 700;
}
.contact-emails a:hover { text-decoration: underline; }
.contact-hours {
  margin-top: 1.25rem !important;
  font-size: 0.9rem;
  font-weight: 600;
}
.contact-form {
  padding: 1.55rem 1.5rem 1.65rem;
  background: #fff;
}
.contact-form h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.contact-form-lead {
  margin: 0 0 1.1rem !important;
  color: #6a6d75 !important;
  font-size: 0.92rem;
}
.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.9rem;
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #6a6d75;
}
.contact-field--full { grid-column: 1 / -1; }
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e4e4e8;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  font-weight: 600;
  color: #161823;
  background: #fafafa;
  outline: none;
  resize: vertical;
  min-height: 46px;
}
.contact-field textarea { min-height: 140px; line-height: 1.45; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #161823;
  background: #fff;
}
.contact-msg {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}
.contact-msg.is-error {
  background: #fdecea;
  color: #a12622;
  border: 1px solid #f5c2c0;
}
.contact-msg.is-ok {
  background: #ecfdf5;
  color: #14532d;
  border: 1px solid #bbf7d0;
}
.contact-submit {
  margin-top: 1rem;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  background: #161823;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.12s ease, transform 0.12s ease;
}
.contact-submit:hover { background: #2a3140; }
.contact-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
@media (max-width: 820px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-fields { grid-template-columns: 1fr; }
}

/* —— Advertising form —— */
.ads-card {
  padding: 0;
  overflow: hidden;
}
.ads-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.35fr);
  min-height: 480px;
}
.ads-aside {
  padding: 1.6rem 1.5rem 1.7rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(254, 44, 85, 0.12), transparent 50%),
    linear-gradient(165deg, #1c1a1f 0%, #121014 100%);
  color: #f2efe8;
}
.ads-kicker {
  margin: 0 0 0.35rem !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fb7185 !important;
}
.ads-aside h1 {
  margin: 0 0 0.75rem;
  color: #fff;
}
.ads-aside p {
  color: rgba(242, 239, 232, 0.78) !important;
  line-height: 1.5;
}
.ads-aside-title {
  margin: 1.15rem 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.ads-slots {
  color: rgba(242, 239, 232, 0.9);
  padding-left: 1.1rem;
  margin: 0.2rem 0 0;
}
.ads-slots li { margin-bottom: 0.4rem; }
.ads-steps {
  margin: 0.2rem 0 0;
  padding-left: 1.2rem;
  color: rgba(242, 239, 232, 0.9);
  line-height: 1.45;
}
.ads-steps li { margin-bottom: 0.4rem; font-weight: 600; }
.ads-aside-note {
  margin-top: 1.1rem !important;
  font-size: 0.88rem !important;
  color: rgba(253, 164, 175, 0.95) !important;
}
.ads-login-note {
  margin-top: 1.1rem !important;
  font-weight: 700;
  color: #fda4af !important;
}
.page404-card {
  text-align: center;
  padding: 2.2rem 1.6rem 2rem;
}
.page404-card .page-hero {
  border-bottom: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.35rem;
}
.page404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}
.page404-link {
  color: #6a6d75;
  font-weight: 750;
  text-decoration: none;
}
.page404-link:hover { color: #161823; text-decoration: underline; }
.ads-form {
  padding: 1.55rem 1.5rem 1.65rem;
  background: #fff;
}
.ads-form h2 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.ads-form-lead {
  margin: 0 0 1.1rem !important;
  color: #6a6d75 !important;
  font-size: 0.92rem;
}
.ads-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.9rem;
}
.ads-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #6a6d75;
}
.ads-field--full { grid-column: 1 / -1; }
.ads-field input,
.ads-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e4e4e8;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  font-weight: 600;
  color: #161823;
  background: #fafafa;
  outline: none;
  min-height: 46px;
}
.ads-field input:focus,
.ads-field select:focus {
  border-color: #161823;
  background: #fff;
}
.ads-price {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #161823;
}
.ads-banner-tabs {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.ads-tab {
  border: 1px solid #e4e4e8;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  background: #fafafa;
  font: inherit;
  font-weight: 700;
  font-size: 0.78rem;
  color: #6a6d75;
  cursor: pointer;
}
.ads-tab.is-active {
  background: #161823;
  border-color: #161823;
  color: #fff;
}
.ads-tab-panel { margin-top: 0.25rem; }
.ads-hint {
  margin: 0.4rem 0 0 !important;
  font-size: 0.78rem;
  color: #888 !important;
  font-weight: 600;
}
.ads-preview-wrap {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ads-preview-label {
  font-weight: 700;
  font-size: 0.8rem;
  color: #6a6d75;
}
.ads-preview {
  max-width: 100%;
  border: 1px dashed #d8d8de;
  border-radius: 10px;
  background: #f6f6f8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.ads-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.ads-preview-ph {
  font-size: 0.82rem;
  font-weight: 700;
  color: #9ca3af;
  padding: 0.75rem;
  text-align: center;
}
.ads-pay-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ads-pay-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #e4e4e8;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  background: #fafafa;
}
.ads-pay-opt:has(input:checked) {
  border-color: #161823;
  background: #fff;
}
.ads-msg {
  margin: 0.75rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}
.ads-msg.is-error {
  background: #fdecea;
  color: #a12622;
  border: 1px solid #f5c2c0;
}
.ads-msg.is-ok {
  background: #ecfdf5;
  color: #14532d;
  border: 1px solid #bbf7d0;
}
.ads-submit {
  margin-top: 1rem;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  background: #161823;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.12s ease;
}
.ads-submit:hover:not(:disabled) { background: #2a3140; }
.ads-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (max-width: 820px) {
  .ads-layout { grid-template-columns: 1fr; }
  .ads-fields { grid-template-columns: 1fr; }
}

.radio-card-wrap {
  width: var(--site-content-width);
  max-width: none;
  box-sizing: border-box;
}
.radio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 0.35rem;
}
.radio-actions .info-cta { margin-top: 0; }
.radio-suggest-card {
  width: var(--site-content-width);
  max-width: none;
  box-sizing: border-box;
}
.radio-suggest-back {
  display: inline-flex;
  margin: -0.35rem 0 1.1rem;
  color: #5a5348;
  font-weight: 700;
  text-decoration: none;
}
.radio-suggest-back:hover { color: #111; text-decoration: underline; }
.radio-suggest-form {
  display: grid;
  gap: 0.95rem;
  max-width: 520px;
}
.radio-suggest-field {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #444;
}
.radio-suggest-field input[type="text"],
.radio-suggest-field input[type="url"] {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #e5e5e5;
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  font: inherit;
  font-weight: 600;
  background: #fafafa;
}
.radio-suggest-field input:focus {
  outline: none;
  border-color: #2a2433;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(42, 36, 51, 0.08);
}
.radio-suggest-field small {
  font-weight: 600;
  font-size: 0.78rem;
  color: #888;
}
.radio-suggest-preview {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #f7f7f8;
}
.radio-suggest-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.radio-suggest-msg {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
}
.radio-suggest-msg.is-ok {
  background: #ecfdf3;
  color: #067647;
}
.radio-suggest-msg.is-error {
  background: #fff4f7;
  color: #a12655;
}
.radio-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.1rem;
}
.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.15rem 0.85rem 1.05rem;
  border-radius: 20px;
  text-decoration: none;
  color: #f2efe8;
  background:
    radial-gradient(circle at 30% 20%, rgba(254, 44, 85, 0.16), transparent 45%),
    linear-gradient(165deg, #1c1a1f 0%, #121014 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
}
.radio-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(254, 44, 85, 0.35);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.radio-tile-art {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.radio-tile-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: #1a1520;
  box-shadow: none;
  display: block;
}
.radio-tile-logo:not(.has-logo) {
  object-fit: contain;
  padding: 0.55rem;
  box-sizing: border-box;
  background: transparent;
}
.radio-tile-name {
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  line-height: 1.25;
  word-break: break-word;
}
.radio-tile-live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fb7185;
}
.radio-tile-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: radio-live-pulse 1.4s ease-out infinite;
}
@keyframes radio-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
@media (max-width: 620px) {
  .radio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
  .radio-tile-art { width: 96px; height: 96px; }
  .radio-tile-logo { width: 80px; height: 80px; }
}

.list-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.list-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 0.65rem 1rem;
  background: #fff;
  color: #161823;
  border: 1px solid rgba(22, 24, 35, 0.12);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.9rem;
}
.info-radio .list-page-btn {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
.list-page-btn:hover {
  border-color: rgba(22, 24, 35, 0.28);
  background: #fafafa;
}
.info-radio .list-page-btn:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}
.list-page-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.list-page-nums {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.list-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.45rem;
  border: 1px solid rgba(22, 24, 35, 0.12);
  border-radius: 999px;
  color: #161823;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}
.info-radio .list-page-num {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
.list-page-num:hover {
  border-color: rgba(22, 24, 35, 0.28);
  background: #fafafa;
}
.info-radio .list-page-num:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}
.list-page-num.is-current {
  background: #161823;
  border-color: #161823;
  color: #fff;
  pointer-events: none;
}
.info-radio .list-page-num.is-current {
  background: rgba(254, 44, 85, 0.85);
  border-color: rgba(254, 44, 85, 0.85);
  color: #fff;
}
.list-page-ellipsis {
  min-width: 1.4rem;
  text-align: center;
  color: rgba(22, 24, 35, 0.45);
  font-weight: 700;
}
.info-radio .list-page-ellipsis {
  color: rgba(255, 255, 255, 0.45);
}

/* —— Profile page —— */
.profile-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 168, 90, 0.16), transparent 42%),
    radial-gradient(circle at 90% 10%, rgba(28, 26, 31, 0.08), transparent 36%),
    #f3f1ec;
}
.profile-shell {
  width: var(--site-content-width, min(1280px, calc(100% - 1.25rem)));
  display: grid;
  gap: 1rem;
  box-sizing: border-box;
}
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 1rem;
  align-items: start;
}
.profile-panel--account {
  padding: 1rem 0.85rem 1rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}
.profile-panel--account .profile-panel-head {
  padding: 0 0.45rem 0.15rem;
}
.profile-account-menu {
  display: grid;
  gap: 0.28rem;
  margin-top: 0.25rem;
}
.profile-account-link {
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.68rem 0.7rem;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: 38px 1fr 14px;
  align-items: center;
  gap: 0.7rem;
  font: inherit;
  color: #161823;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .12s ease;
}
.profile-account-link:hover {
  background: #fff;
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.1);
  transform: translateY(-1px);
}
.profile-account-link:active {
  transform: translateY(0);
}
.profile-account-ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #eef5ff 0%, #e7eefc 100%);
  color: #1a6fd4;
  flex-shrink: 0;
}
.profile-account-link:hover .profile-account-ico {
  background: linear-gradient(160deg, #e3efff 0%, #d9e8ff 100%);
  color: #0f5fbf;
}
.profile-account-txt {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.profile-account-txt strong {
  font-size: 0.93rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.profile-account-txt small {
  font-size: 0.76rem;
  font-weight: 600;
  color: #7a746a;
  line-height: 1.2;
}
.profile-account-chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid #b8b2a6;
  border-bottom: 2px solid #b8b2a6;
  transform: rotate(-45deg);
  justify-self: end;
  margin-right: 0.15rem;
  transition: border-color .16s ease, transform .16s ease;
}
.profile-account-link:hover .profile-account-chev {
  border-color: #1877f2;
  transform: rotate(-45deg) translate(1px, 1px);
}
.profile-account-age {
  margin: 0.85rem 0.45rem 0;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: #f4f1ea;
  display: grid;
  gap: 0.1rem;
  font-size: 0.8rem;
  color: #6d665c;
}
.profile-account-age strong {
  font-size: 1.05rem;
  color: #161823;
}
.profile-account-age small {
  font-size: 0.74rem;
  color: #8a8378;
}
.profile-panel--share h2 {
  color: #fff;
}
.profile-share-card {
  margin: 0 0 0.95rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.profile-share-why {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}
.profile-share-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.35;
}
.profile-share-benefits li {
  position: relative;
  padding-left: 1.2rem;
}
.profile-share-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: 0 0 0 3px rgba(255, 224, 138, 0.18);
}
.profile-panel--share .profile-share-link-row input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.profile-panel--share .profile-share-link-row input:focus {
  outline: 1px solid rgba(255, 224, 138, 0.55);
}
.profile-panel--share .profile-btn {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.profile-panel--share .profile-btn--primary {
  background: #ffe08a;
  border-color: #ffe08a;
  color: #1a140c;
}
.profile-panel--share .profile-btn--primary:hover {
  filter: brightness(1.05);
}
.profile-view-public-btn {
  margin-top: 0.75rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.profile-panel--share .profile-share-btn {
  box-shadow: none;
  font-weight: 750;
}
.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  background: rgba(16, 18, 24, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.profile-modal[hidden] { display: none !important; }
.profile-modal-card {
  width: min(100%, 420px);
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.25rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  position: relative;
  display: grid;
  gap: 0.75rem;
}
.profile-modal-card--wide { width: min(100%, 560px); }
.profile-modal-card h3 {
  margin: 0 1.5rem 0 0;
  font-size: 1.15rem;
}
.profile-modal-card .profile-form {
  display: grid;
  gap: 0.55rem;
}
.profile-modal-card .profile-form label {
  font-weight: 700;
  font-size: 0.86rem;
}
.profile-modal-card .profile-form input,
.profile-modal-card .profile-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font: inherit;
}
.profile-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
html.profile-modal-open { overflow: hidden; }
.profile-avatar {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.photo-lightbox-img { cursor: zoom-out; }
.profile-main-col {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.profile-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 5.5rem;
}
@media (max-width: 960px) {
  .profile-layout { grid-template-columns: 1fr; }
  .profile-aside { position: static; }
}
.profile-back {
  display: inline-flex;
  width: fit-content;
  color: #5a5348;
  font-weight: 700;
  text-decoration: none;
}
.profile-back:hover { color: #111; text-decoration: underline; }
.profile-hero {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(246, 226, 184, 0.22), transparent 50%),
    linear-gradient(165deg, #1c1a1f 0%, #121014 100%);
  color: #f2efe8;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.profile-hero-cover {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.profile-hero.has-cover .profile-hero-cover { opacity: 1; }
.profile-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 10, 14, 0.25) 0%, rgba(12, 10, 14, 0.78) 100%);
  pointer-events: none;
}
.profile-hero:not(.has-cover) .profile-hero-shade {
  background: transparent;
}
.profile-cover-upload {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(12, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.profile-cover-upload:hover {
  background: rgba(212, 168, 90, 0.95);
  color: #1a140c;
  border-color: transparent;
}
.profile-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  padding: 1.25rem 1.35rem;
  min-height: 188px;
}
.profile-hero-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.profile-avatar {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffe08a;
  cursor: pointer;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile-avatar img.is-default {
  object-fit: contain;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.profile-avatar-edit {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.2rem 0.25rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.profile-cover-card {
  display: grid;
  grid-template-columns: minmax(160px, 280px) 1fr;
  gap: 0.9rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.75rem;
  border-radius: 16px;
  border: 1px solid #ebe4d8;
  background: #fcfaf6;
}
.profile-cover-preview {
  min-height: 96px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #2a2730, #121014) center/cover no-repeat;
  border: 1px dashed rgba(212, 168, 90, 0.45);
}
.profile-cover-preview.has-image {
  border-style: solid;
  border-color: rgba(120, 170, 255, 0.55);
}
.profile-cover-meta {
  display: grid;
  gap: 0.35rem;
}
.profile-cover-meta strong {
  font-size: 0.95rem;
}
.profile-cover-meta p {
  margin: 0;
  color: #7a7266;
  font-size: 0.86rem;
  line-height: 1.4;
}
.profile-btn--cover {
  justify-self: start;
  margin-top: 0.25rem;
  background: linear-gradient(165deg, #9ec5ff, #5b8fd6);
  color: #0d1b33;
  cursor: pointer;
}
@media (max-width: 640px) {
  .profile-cover-card { grid-template-columns: 1fr; }
}
.profile-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 168, 90, 0.9);
}
.profile-hero h1,
.profile-name {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
}
.profile-email {
  margin: 0.35rem 0 0;
  color: rgba(242, 239, 232, 0.62);
  font-size: 0.92rem;
}
.profile-balance-card {
  min-width: 150px;
  display: grid;
  align-content: center;
  gap: 0.2rem;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: rgba(12, 10, 14, 0.55);
  border: 1px solid rgba(212, 168, 90, 0.45);
  backdrop-filter: blur(6px);
  text-align: right;
  text-decoration: none;
  color: inherit;
}
.profile-balance-card--link:hover {
  border-color: rgba(254, 44, 85, 0.65);
  background: rgba(254, 44, 85, 0.18);
}
.profile-balance-card span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(242, 239, 232, 0.65);
}
.profile-balance-card strong {
  font-size: 1.2rem;
  color: #ffe08a;
}
.profile-balance-card small {
  color: rgba(242, 239, 232, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
}
.profile-balance-card em {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  color: #ff8aa4;
}
.profile-panel--wallet { grid-column: 1 / -1; }
.profile-wallet-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1rem;
}
.profile-wallet-stats > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: #111;
  color: #f2efe8;
}
.profile-wallet-stats span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(242, 239, 232, 0.6);
}
.profile-wallet-stats strong {
  font-size: 1.1rem;
  color: #ffe08a;
}
.profile-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.profile-wallet-box {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid #ebe4d8;
  background: #fcfaf6;
}
.profile-wallet-box h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #857a6a;
}
.profile-wallet-box .profile-hint { margin: 0 0 0.25rem; }
.profile-wallet-box .profile-btn,
.profile-wallet-box .profile-btn--gold {
  justify-self: stretch;
  width: 100%;
  margin-top: 0.25rem;
}
@media (max-width: 900px) {
  .profile-wallet-grid { grid-template-columns: 1fr; }
  .profile-wallet-stats { grid-template-columns: 1fr; }
}
.profile-msg {
  margin: 0;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  background: #e8f5e9;
  color: #1b5e20;
  font-weight: 700;
  font-size: 0.92rem;
}
.profile-msg.is-error {
  background: #fdecea;
  color: #b71c1c;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.profile-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 10px 28px rgba(20, 16, 10, 0.05);
}
.profile-panel.profile-panel--share {
  background:
    linear-gradient(165deg, #161823 0%, #222736 55%, #1a2030 100%);
  color: #f4f2ec;
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(16, 18, 28, 0.22);
}
.profile-panel--coins,
.profile-panel--photos { grid-column: 1 / -1; }
.profile-photo-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 0 0 0.85rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #5a5348;
}
.profile-photo-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.profile-btn--primary {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.profile-btn--primary:hover { filter: brightness(1.05); color: #fff; }
.profile-albums {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.profile-album-card {
  position: relative;
  appearance: none;
  border: 1px solid #e4e0d8;
  background: #faf8f4;
  border-radius: 14px;
  padding: 0.55rem;
  text-align: left;
  cursor: pointer;
  display: grid;
  gap: 0.35rem;
  font: inherit;
}
.profile-album-card.is-active {
  border-color: #1877f2;
  box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.2);
}
.profile-album-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: #e8e4dc center/cover no-repeat;
}
.profile-album-thumb--all {
  background:
    linear-gradient(135deg, #dfe9ff, #f3e7ff);
}
.profile-album-card strong {
  font-size: 0.86rem;
  line-height: 1.2;
}
.profile-album-card small {
  color: #777;
  font-weight: 700;
}
.profile-album-del {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
}
.profile-photos,
.profile-photos--fb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 0.85rem;
}
.profile-photo {
  margin: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f2f5;
  border: 1px solid #e4e6eb;
  display: flex;
  flex-direction: column;
}
.profile-photo-vis {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: rgba(0,0,0,.55);
}
.profile-photo-vis.is-free { background: rgba(22, 163, 74, 0.9); }
.profile-photo-vis.is-sub { background: rgba(24, 119, 242, 0.92); }
.profile-photo-actions {
  display: grid;
  gap: 0.3rem;
  padding: 0.45rem;
  background: #fff;
  border-top: 1px solid #eee;
}
.profile-photo-actions .profile-photo-btn,
.profile-photo-actions .profile-photo-album-select {
  width: 100%;
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 700;
}
.profile-photo-album-select {
  border: 1px solid #ddd;
  padding: 0.35rem 0.4rem;
  background: #fafafa;
}
.profile-photo-btn.is-on {
  background: #e7f0ff;
  color: #1877f2;
  border-color: #c9ddff;
}
.profile-share-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}
.profile-share-link-row input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font: inherit;
  font-size: 0.82rem;
  background: #fafafa;
}
.profile-share-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}
.profile-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.4rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
}
.profile-share-btn--fb { background: #1877f2; }
.profile-share-btn--x { background: #111; }
.profile-share-btn--wa { background: #25d366; }
.profile-share-btn--tg { background: #2aabee; }
.profile-subs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  max-height: 360px;
  overflow: auto;
}
.profile-subs-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #f7f5f1;
}
.profile-subs-item:hover { background: #efece5; }
.profile-subs-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #ddd;
}
.profile-subs-item strong { display: block; font-size: 0.9rem; }
.profile-subs-item small { color: #777; }
.profile-subs-empty {
  color: #777;
  font-size: 0.88rem;
  padding: 0.35rem 0;
}
.profile-photo.is-primary {
  border-color: rgba(212, 168, 90, 0.75);
  box-shadow: 0 0 0 3px rgba(212, 168, 90, 0.18);
}
.profile-photo.is-cover {
  border-color: rgba(120, 170, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(120, 170, 255, 0.16);
}
.profile-photo.is-primary.is-cover {
  border-color: rgba(212, 168, 90, 0.75);
  box-shadow:
    0 0 0 3px rgba(212, 168, 90, 0.18),
    0 0 0 6px rgba(120, 170, 255, 0.12);
}
.profile-photo img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.profile-photo.is-zoomable {
  cursor: zoom-in;
}
.profile-photo.is-zoomable:hover img {
  transform: scale(1.04);
  filter: brightness(1.04);
}
.profile-photo figcaption {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.45rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  cursor: default;
}

/* Fullscreen photo lightbox (profile + shared) */
.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(8, 10, 16, 0.88);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.16s ease;
}
.photo-lightbox[hidden] { display: none !important; }
.photo-lightbox.is-open { opacity: 1; }
.photo-lightbox-layout {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  max-width: min(1280px, 100%);
  max-height: min(90dvh, 100%);
  width: 100%;
  pointer-events: none;
}
.photo-lightbox-stage {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  place-items: center;
  pointer-events: auto;
}
.photo-lightbox-img {
  display: block;
  max-width: min(900px, 100%);
  max-height: min(86dvh, 920px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  background: #111;
  transform: scale(0.96);
  transition: transform 0.16s ease;
  cursor: zoom-out;
}
.photo-lightbox.is-open .photo-lightbox-img { transform: scale(1); }
.photo-lightbox-social {
  flex: 0 0 320px;
  width: 320px;
  max-height: min(86dvh, 920px);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: rgba(18, 22, 32, 0.94);
  color: #f3f5f8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: auto;
  overflow: hidden;
}
.photo-lightbox-social[hidden] { display: none !important; }
.pls-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.pls-title {
  font-size: 0.92rem;
  font-weight: 700;
}
.pls-like {
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}
.pls-like.is-on { background: rgba(255, 80, 120, 0.28); }
.pls-like:disabled { opacity: 0.55; cursor: default; }
.pls-comments {
  flex: 1 1 auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
}
.pls-comment {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 0.45rem;
  align-items: start;
}
.pls-comment img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: #2a3140;
}
.pls-comment a { color: #fff; text-decoration: none; }
.pls-comment p {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  line-height: 1.35;
  word-break: break-word;
  white-space: pre-wrap;
}
.pls-del {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  padding: 0 0.2rem;
}
.pls-del:hover { color: #fff; }
.pls-empty, .pls-lock p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}
.pls-lock {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.35rem 0;
}
.pls-sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #ff4d7a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}
.pls-emojis {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  flex-shrink: 0;
}
.pls-emoji {
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
  padding: 0;
}
.pls-emoji:hover { background: rgba(255, 255, 255, 0.16); }
.pls-form {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
.pls-form input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 0.5rem 0.65rem;
  font: inherit;
  font-size: 0.9rem;
}
.pls-form button {
  border: 0;
  border-radius: 10px;
  background: #ff4d7a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
.photo-lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0 0 2px;
  z-index: 2;
}
.photo-lightbox-close:hover { background: rgba(255, 255, 255, 0.24); }
.photo-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0 0 2px;
  z-index: 2;
}
.photo-lightbox-nav:hover { background: rgba(255, 255, 255, 0.26); }
.photo-lightbox-nav[hidden] { display: none !important; }
.photo-lightbox-prev { left: 0.85rem; }
.photo-lightbox-next { right: 0.95rem; }
html.photo-lightbox-open,
html.photo-lightbox-open body { overflow: hidden; }
@media (max-width: 860px) {
  .photo-lightbox-layout {
    flex-direction: column;
    max-height: min(94dvh, 100%);
  }
  .photo-lightbox-img {
    max-height: min(48dvh, 420px);
  }
  .photo-lightbox-social {
    flex: 1 1 auto;
    width: 100%;
    max-height: min(42dvh, 380px);
  }
  .photo-lightbox-next { right: 0.85rem; }
}
.profile-photo-badge,
.profile-photo-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}
.profile-photo-badge {
  background: #ffe08a;
  color: #1a140c;
}
.profile-photo-badge--cover {
  background: #9ec5ff;
  color: #0d1b33;
}
.profile-photo-btn {
  background: rgba(255, 255, 255, 0.92);
  color: #1a140c;
}
.profile-photo-btn--danger {
  background: rgba(183, 28, 28, 0.9);
  color: #fff;
}
.profile-photo-add {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 16px;
  border: 1.5px dashed #d4c8b4;
  background: #fcfaf6;
  color: #6f675c;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.profile-photo-add:hover {
  border-color: #d4a85a;
  background: #fff8ea;
  color: #1a140c;
}
.profile-panel h2 {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
.profile-panel h3 {
  margin: 1.1rem 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #857a6a;
}
.profile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.profile-panel-head h2 { margin: 0; }
.profile-rate-pill {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #111;
  color: #ffe08a;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}
.profile-hint {
  margin: 0 0 0.85rem;
  color: #7a7266;
  font-size: 0.9rem;
  line-height: 1.45;
}
.profile-form {
  display: grid;
  gap: 0.45rem;
}
.profile-form label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #6f675c;
}
.profile-form input,
.profile-form textarea {
  width: 100%;
  border: 1px solid #e4ddd2;
  background: #fcfaf6;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.profile-form textarea {
  resize: vertical;
  min-height: 7.5rem;
  line-height: 1.45;
}
.profile-bio-box {
  position: relative;
}
.profile-bio-box textarea {
  padding-right: 2.75rem;
}
.profile-emoji-wrap {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 2;
}
.profile-emoji-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #efe8dc;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0;
}
.profile-emoji-btn:hover {
  background: #e4d9c8;
}
.profile-emoji-pop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 232px;
  max-height: 180px;
  overflow: auto;
  background: #fff;
  border: 1px solid #e4ddd2;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  padding: 0.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  z-index: 5;
}
.profile-emoji-pop[hidden] { display: none !important; }
.profile-emoji-item {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 8px;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
  padding: 0.2rem;
}
.profile-emoji-item:hover {
  background: #f3eee6;
}
.profile-form input:focus,
.profile-form textarea:focus {
  outline: none;
  border-color: #d4a85a;
  box-shadow: 0 0 0 3px rgba(212, 168, 90, 0.18);
}
.profile-form select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-weight: 600;
  background: #fff;
  color: #222;
}
.profile-form select:focus {
  outline: none;
  border-color: #d4a85a;
  box-shadow: 0 0 0 3px rgba(212, 168, 90, 0.18);
}
.profile-form input.is-invalid {
  border-color: #e57373;
}
.profile-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}
.profile-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  background: #151515;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease;
}
.profile-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.profile-btn--gold {
  margin-top: 0;
  background: linear-gradient(165deg, #f0d29a, #c99645);
  color: #1a140c;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
}
.profile-packs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem;
}
.profile-pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid #ebe4d8;
  background: linear-gradient(180deg, #fff, #faf6ef);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  cursor: pointer;
  font: inherit;
  transition: transform 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}
.profile-pack:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 168, 90, 0.55);
  box-shadow: 0 10px 22px rgba(20, 16, 10, 0.08);
}
.profile-pack-coins { font-weight: 800; color: #2a2620; }
.profile-pack-price {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 0.82rem;
  font-weight: 800;
}
.profile-custom-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(140px, 180px) minmax(180px, 230px);
  gap: 0.75rem;
  align-items: stretch;
}
.profile-custom-input {
  display: grid;
  gap: 0.4rem;
  align-content: start;
}
.profile-total-card {
  display: grid;
  align-content: center;
  gap: 0.15rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: linear-gradient(165deg, #1c1a1f, #121014);
  color: #f2efe8;
  border: 1px solid rgba(212, 168, 90, 0.35);
}
.profile-total-card span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(212, 168, 90, 0.85);
}
.profile-total-card strong {
  font-size: 1.35rem;
  color: #ffe08a;
  line-height: 1.1;
}
.profile-total-card small {
  color: rgba(242, 239, 232, 0.62);
  font-size: 0.78rem;
}
.profile-total-card small.is-warn { color: #ffb4a8; }
.profile-min-note {
  margin: 0;
  font-size: 0.8rem;
  color: #8a8174;
  font-weight: 600;
}
.profile-pay-side {
  display: grid;
  gap: 0.55rem;
  align-content: center;
}
.profile-pay-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
}
.profile-pay-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e4ddd2;
  background: #fcfaf6;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.profile-pay-opt input { accent-color: #c99645; }
.profile-pay-opt:has(input:checked) {
  border-color: #d4a85a;
  background: #fff8ea;
  box-shadow: 0 0 0 3px rgba(212, 168, 90, 0.15);
}
@media (max-width: 900px) {
  .profile-custom-row {
    grid-template-columns: 1fr 1fr;
  }
  .profile-pay-side { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .profile-hero-content { flex-direction: column; align-items: stretch; }
  .profile-balance-card { text-align: left; width: 100%; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-inline,
  .profile-two,
  .profile-custom-row { grid-template-columns: 1fr; }
  .profile-pay-side { grid-column: auto; }
  .profile-btn--gold { width: 100%; justify-self: stretch; }
}

/* —— Zodiac / Horoscope (18+ editorial) —— */
.zodiac-card-wrap { width: var(--site-content-width); }
.zodiac-day {
  margin: 0 0 0.55rem;
  color: #777;
  font-weight: 600;
}
.zodiac-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.1rem;
}
.zodiac-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 1.15rem 0.85rem 1.05rem;
  border-radius: 20px;
  text-decoration: none;
  color: #f2efe8;
  background:
    radial-gradient(circle at 30% 20%, rgba(212, 168, 90, 0.14), transparent 45%),
    linear-gradient(165deg, #1c1a1f 0%, #121014 100%);
  border: 1px solid rgba(212, 168, 90, 0.22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.zodiac-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 196, 120, 0.55);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.zodiac-tile-art {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.25rem;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(160deg, #2a2430 0%, #0e0c10 100%);
  border: 1px solid rgba(212, 168, 90, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.35);
}
.zodiac-glyph { display: block; }
.zodiac-tile-name {
  font-weight: 800;
  font-size: 1.08rem;
  text-align: center;
  letter-spacing: 0.01em;
}
.zodiac-tile-dates {
  font-size: 0.78rem;
  color: rgba(242, 239, 232, 0.62);
  font-weight: 600;
}
.zodiac-detail { width: var(--site-content-width); }
.zodiac-back {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #666;
  font-weight: 700;
  text-decoration: none;
}
.zodiac-back:hover { color: #111; text-decoration: underline; }
.zodiac-detail-hero {
  display: flex;
  gap: 1.15rem;
  align-items: center;
  margin-bottom: 1.15rem;
}
.zodiac-detail-art {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(160deg, #2a2430 0%, #0e0c10 100%);
  border: 1px solid rgba(212, 168, 90, 0.4);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}
.zodiac-detail h1 { margin: 0 0 0.25rem; font-size: 2rem; letter-spacing: -0.02em; }
.zodiac-detail-dates { margin: 0; color: #777; font-weight: 700; }
.zodiac-reading {
  margin: 0.5rem 0 1.1rem;
  padding: 1.2rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #faf8f4, #f3efe6);
  border: 1px solid #e6dfd2;
}
.zodiac-reading p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #2a2620;
}
.zodiac-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.zodiac-meta > div {
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  background: linear-gradient(165deg, #1c1a1f, #121014);
  color: #f2efe8;
  border: 1px solid rgba(212, 168, 90, 0.25);
  display: grid;
  gap: 0.25rem;
}
.zodiac-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(212, 168, 90, 0.85);
}
.zodiac-meta strong { font-size: 1rem; }
@media (max-width: 620px) {
  .zodiac-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
  .zodiac-tile-art { width: 112px; height: 112px; }
  .zodiac-tile-art .zodiac-glyph { width: 92px !important; height: 92px !important; }
  .zodiac-detail-hero { flex-direction: column; align-items: flex-start; }
  .zodiac-detail-art { width: 132px; height: 132px; }
  .zodiac-meta { grid-template-columns: 1fr; }
}

.lang-wrap { position: relative; z-index: 100; }
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.75rem 0.4rem 0.45rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  backdrop-filter: blur(8px);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.lang-btn:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
}
.lang-btn img {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
.lang-caret { opacity: 0.7; font-size: 0.75rem; }

.lang-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(320px, 92vw);
  max-height: min(360px, 60vh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #222;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  border: 1px solid rgba(0,0,0,0.08);
  z-index: 120;
}
.lang-popover[hidden] { display: none !important; }
.lang-popover-head {
  padding: 0.7rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #777;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.lang-list {
  overflow: auto;
  padding: 0.35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.lang-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.5rem 0.55rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.86rem;
  color: #222;
}
.lang-item img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.lang-item:hover { background: #f3f3f3; }
.lang-item.active {
  background: #eaf7d8;
  font-weight: 700;
  color: #2f6b10;
}

.ome-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  min-height: 0;
  background: #ddd;
}

.video-pane {
  position: relative;
  background: var(--ome-video-bg);
  min-height: 0;
  overflow: hidden;
}
.video-pane video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #111;
}

/* Idle branding on remote pane */
.remote-idle {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background:
    radial-gradient(ellipse at center, #2a2a2a 0%, #151515 70%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0 1px, transparent 1px 3px);
  color: #fff;
  text-align: center;
  z-index: 2;
  padding: 1rem;
}
.remote-idle[hidden] { display: none !important; }

.share-row {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  z-index: 3;
}
.share-btn {
  border: 0;
  border-radius: 4px;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.share-fb { background: #1877f2; }
.share-x { background: #111; }

/* —— iosi.live logo (image) —— */
.iosi-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  user-select: none;
}
.iosi-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  background: transparent !important;
  border-radius: 0;
  filter: drop-shadow(0 6px 14px rgba(255, 75, 125, 0.22));
}
.iosi-logo--xs .iosi-logo-img { height: 28px; width: auto; }
.iosi-logo--sm .iosi-logo-img { height: 36px; width: auto; }
.iosi-logo--md .iosi-logo-img { height: 52px; width: auto; }
.iosi-logo--lg .iosi-logo-img { height: 78px; width: auto; filter: drop-shadow(0 10px 22px rgba(255, 75, 125, 0.28)); }
.iosi-logo--xl .iosi-logo-img { height: 110px; width: auto; filter: drop-shadow(0 14px 28px rgba(255, 75, 125, 0.32)); }

.auth-hero-logo .iosi-logo--sm .iosi-logo-img { height: 40px; }
.auth-brand-logo .iosi-logo--lg .iosi-logo-img { height: 96px; }
.lp-bubble-logo {
  background: transparent !important;
  box-shadow: none !important;
}
.lp-bubble-logo .iosi-logo--md .iosi-logo-img { height: 44px; }
.remote-idle .iosi-logo { margin-bottom: 0.65rem; }
.remote-idle .iosi-logo--xl .iosi-logo-img { height: 180px; max-width: min(92%, 420px); }
.topbar-brand .iosi-logo--sm .iosi-logo-img { height: 72px; }
.ome-topbar .iosi-word { display: none; }

.online-line {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.online-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7ac943;
  box-shadow: 0 0 0 3px rgba(122,201,67,0.25);
}

.store-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 0.4rem 0.65rem;
  font-size: 0.72rem;
  text-decoration: none;
  line-height: 1.15;
}
.store-badge small { display: block; opacity: 0.7; font-size: 0.62rem; }

.volume-bar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #c8f0d0;
}
.volume-bar input[type="range"] {
  flex: 1;
  accent-color: #9ee07a;
  height: 4px;
}

.local-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #aaa;
  background: #222;
  z-index: 1;
  text-align: center;
  padding: 1rem;
}
.local-empty[hidden] { display: none !important; }

.video-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.video-pane:hover .video-actions,
.video-pane:focus-within .video-actions,
.video-actions.show {
  opacity: 1;
  pointer-events: auto;
}
.video-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 12px;
  padding: 0.7rem 1.05rem;
  min-width: 168px;
  background: rgba(255, 255, 255, 0.88);
  color: #222;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
  transition: transform 0.1s ease, background 0.12s ease;
}
.video-action-btn:hover {
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
}
.video-action-btn .va-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.85;
}
#localVideo.mirror {
  transform: scaleX(-1);
}

.settings-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(20, 22, 28, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.settings-modal[hidden] { display: none !important; }
.settings-card-ome {
  width: min(100%, 340px);
  background: #fff;
  border-radius: 28px;
  padding: 2rem 1.4rem 1.35rem;
  box-shadow: 0 28px 60px rgba(0,0,0,0.32);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}
.settings-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid #ddd;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: #777;
  display: grid;
  place-items: center;
  padding: 0;
}
.settings-close:hover { background: #f5f5f5; color: #333; }

.settings-coins-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #faf8f4;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.15rem;
}
.settings-coins-row--link {
  text-decoration: none;
  cursor: pointer;
}
.settings-coins-row--link:hover {
  border-color: #fe2c55;
  background: #fff1f4;
}
.settings-coins-row strong {
  color: #b8860b;
  font-size: 1.1rem;
  margin-left: auto;
}
.settings-row-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.settings-row-chevron {
  color: #999;
  font-size: 1.35rem;
  line-height: 1;
}
.settings-row-btn {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  text-align: center;
  transition: background 0.12s ease, box-shadow 0.12s ease;
}
.settings-row-btn:hover {
  background: #fafafa;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.settings-sub {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: -0.35rem;
}
.settings-sub[hidden] { display: none !important; }
.settings-sub > button {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.settings-sub > button:hover { background: #f0f0f0; }
.settings-lang-sub {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 0.35rem;
  background: #fafafa;
}
.settings-lang-sub .lang-list {
  grid-template-columns: 1fr;
}

.settings-toggle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.35rem 0 0.15rem;
  font-size: 1rem;
  color: #777;
  cursor: pointer;
  user-select: none;
}
.settings-switch {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.settings-switch-ui {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #d0d0d0;
  position: relative;
  flex-shrink: 0;
  transition: background 0.18s ease;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
}
.settings-switch-ui::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  transition: transform 0.18s ease;
}
.settings-switch:checked + .settings-switch-ui {
  background: #7ac943;
}
.settings-switch:checked + .settings-switch-ui::after {
  transform: translateX(20px);
}

.settings-logout {
  border: 0;
  background: transparent;
  color: #e67a4a;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.85rem 0.5rem 0.35rem;
  margin-top: 0.25rem;
}
.settings-logout:hover { color: #d45f2e; }

.status-chip {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
}

.report-fab {
  position: absolute;
  bottom: 14px;
  right: 12px;
  z-index: 6;
  border: 0;
  background: #e53935;
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1.05rem;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(229, 57, 53, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.report-fab:hover { filter: brightness(1.06); }
.report-fab[hidden] { display: none !important; }

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(20, 22, 28, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.report-modal[hidden] { display: none !important; }
.report-card {
  width: min(100%, 360px);
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 24px 50px rgba(0,0,0,0.3);
  color: #333;
}
.report-card h2 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.report-card p { margin: 0 0 0.85rem; color: #666; font-size: 0.92rem; }
.report-reasons {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.report-reasons button {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.report-reasons button:hover { background: #fff1f0; border-color: #f5c2c0; }
.report-reasons button[data-reason="nudity"] {
  background: #fff1f0;
  border-color: #f5c2c0;
  color: #a12622;
}

/* Bottom half */
.ome-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  min-height: 0;
  background: #ddd;
}

.ome-controls {
  background: linear-gradient(180deg, #f5f5f5 0%, #ececec 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 10px 12px 28px;
  align-content: center;
  position: relative;
}

.ctl-btn {
  --btn-shadow: 0 2px 0 rgba(0,0,0,0.06), 0 6px 14px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  color: #2a2a2a;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  height: 72px;
  max-height: 72px;
  min-height: 72px;
  padding: 0.55rem 0.75rem;
  box-shadow: var(--btn-shadow), inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  position: relative;
  overflow: hidden;
}
.ctl-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.35), transparent 45%);
  pointer-events: none;
}
.ctl-btn > * { position: relative; z-index: 1; }
.ctl-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 3px 0 rgba(0,0,0,0.05), 0 12px 22px rgba(0,0,0,0.12);
}
.ctl-btn:active:not(:disabled) {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06), 0 4px 10px rgba(0,0,0,0.1);
}
.ctl-btn:disabled {
  opacity: 0.45;
  filter: grayscale(0.15);
}

.ctl-label {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}
.ctl-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
  flex-shrink: 0;
}
.ctl-flag {
  width: 2.1rem;
  height: 1.5rem;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18), inset 0 0 0 1px rgba(0,0,0,0.08);
  background: #ddd;
  flex-shrink: 0;
}

.ctl-gifts {
  background: linear-gradient(180deg, #ffe08a 0%, #ffb347 55%, #ff9a2e 100%) !important;
  color: #3a2200 !important;
  border-color: rgba(180, 100, 0, 0.2) !important;
}
.ctl-gifts .ctl-icon {
  background: rgba(255,255,255,0.55);
  font-size: 1.2rem;
}
.ctl-gifts:hover:not(:disabled) { filter: brightness(1.04); }

/* —— Gifts panel —— */
.gifts-modal,
.coins-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: end center;
  background: rgba(0,0,0,0.45);
  padding: 0;
}
.gifts-modal[hidden],
.coins-modal[hidden] { display: none !important; }
.gifts-sheet {
  width: min(100%, 560px);
  max-height: min(72vh, 520px);
  background: linear-gradient(180deg, #1c1c22 0%, #121218 100%);
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 1rem 1rem 1.25rem;
  box-shadow: 0 -12px 40px rgba(0,0,0,0.45);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  animation: gifts-sheet-in 0.28s ease;
}
@keyframes gifts-sheet-in {
  from { transform: translateY(40%); opacity: 0.4; }
  to { transform: translateY(0); opacity: 1; }
}
.gifts-head {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.55rem;
  align-items: start;
}
.gifts-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}
.gifts-sub {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: #9a9aa6;
}
.gifts-coins {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #3a3a48, #2a2a36);
  color: #ffe08a;
  font-weight: 800;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255,224,138,0.2);
}
.gifts-coin-ico { font-size: 1rem; }
.gifts-plus {
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #7ac943;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
}
.gifts-close {
  border: 0;
  background: rgba(255,255,255,0.08);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
}
.gifts-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.55rem;
  overflow: auto;
  padding: 0.15rem 0.1rem 0.35rem;
}
.gift-item {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #2a2a36, #1e1e28);
  color: #fff;
  padding: 0.65rem 0.35rem 0.55rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.gift-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,176,70,0.35);
}
.gift-item:disabled { opacity: 0.4; cursor: default; transform: none; }
.gift-item .gift-emoji { font-size: 1.85rem; line-height: 1; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35)); }
.gift-item .gift-name { font-size: 0.68rem; color: #c8c8d4; font-weight: 600; }
.gift-item .gift-cost {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #ffe08a;
}
.gift-item.tier-rare { background: linear-gradient(180deg, #2c2644, #1c1830); }
.gift-item.tier-epic { background: linear-gradient(180deg, #3a2248, #241428); }
.gift-item.tier-legendary {
  background: linear-gradient(180deg, #4a3418, #2a1c0c);
  box-shadow: inset 0 0 0 1px rgba(255,200,80,0.35), 0 0 18px rgba(255,170,40,0.18);
}
.wallet-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  background: linear-gradient(165deg, #1c1a1f, #121014);
  border: 1px solid rgba(212, 168, 90, 0.28);
}
.wallet-earn {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  color: #f2efe8;
  font-size: 0.78rem;
  font-weight: 600;
}
.wallet-earn strong {
  font-size: 1.05rem;
  color: #ffe08a;
}
.wallet-earn small { color: rgba(242, 239, 232, 0.65); }
.wallet-open-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  color: #1a140c;
  background: linear-gradient(165deg, #f6e2b8, #d4a85a);
}
.wallet-card .wallet-explain {
  margin: 0 0 0.9rem;
  color: #9a9aa6;
  font-size: 0.85rem;
  line-height: 1.45;
}
.wallet-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}
.wallet-stats > div {
  padding: 0.65rem 0.55rem;
  border-radius: 12px;
  background: #16161c;
  display: grid;
  gap: 0.2rem;
}
.wallet-stats span {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a8a96;
}
.wallet-stats strong { color: #ffe08a; font-size: 0.95rem; }
.wallet-actions { margin-bottom: 0.75rem; }
.wallet-form {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.wallet-form label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #c8c8d0;
}
.wallet-form input {
  border: 1px solid #2e2e38;
  background: #101014;
  color: #fff;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}
.wallet-limits {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.75rem;
  color: #8a8a96;
}
.wallet-withdraw-btn { width: 100%; }
@media (max-width: 520px) {
  .wallet-stats { grid-template-columns: 1fr; }
}
.gifts-hint {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: #8a8a98;
}
.gifts-hint.is-error { color: #ff8a80; }

.coins-modal { place-items: center; padding: 1rem; }
.coins-card {
  width: min(100%, 380px);
  background: #17171e;
  color: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
.coins-card h2 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.coins-card > p { margin: 0 0 1rem; color: #9a9aa6; font-size: 0.85rem; }
.coins-packs { display: grid; gap: 0.55rem; }
.coin-pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #2a2a36, #1e1e28);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.coin-pack:hover { filter: brightness(1.08); }
.coin-pack .pack-coins { color: #ffe08a; font-size: 1.05rem; }
.coin-pack .pack-price {
  background: #7ac943;
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
}
.coins-cancel {
  margin-top: 0.85rem;
  width: 100%;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  padding: 0.55rem;
}

/* TikTok-style gift FX over video */
.gift-fx {
  position: fixed;
  inset: 0;
  z-index: 110;
  pointer-events: none;
  overflow: hidden;
}
.gift-fly {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  animation: gift-fly 2.4s ease-out forwards;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.45));
}
.gift-fly .fx-emoji { font-size: 4.5rem; line-height: 1; animation: gift-spin 1.1s ease-in-out; }
.gift-fly .fx-banner {
  background: rgba(0,0,0,0.55);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-weight: 800;
  font-size: 0.9rem;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.gift-fly.tier-nice .fx-emoji { font-size: 5.2rem; }
.gift-fly.tier-rare .fx-emoji { font-size: 5.8rem; text-shadow: 0 0 24px rgba(160,120,255,0.7); }
.gift-fly.tier-epic .fx-emoji { font-size: 6.4rem; text-shadow: 0 0 30px rgba(255,80,180,0.75); }
.gift-fly.tier-legendary .fx-emoji {
  font-size: 7.2rem;
  text-shadow: 0 0 40px rgba(255,200,60,0.9);
  animation: gift-spin 0.9s ease-in-out, gift-glow 0.6s ease-in-out infinite alternate;
}
.gift-burst {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gift-particle {
  position: absolute;
  left: 50%;
  top: 45%;
  font-size: 1.4rem;
  animation: gift-particle 1.6s ease-out forwards;
  opacity: 0;
}
@keyframes gift-fly {
  0% { transform: translate(-50%, 40px) scale(0.4); opacity: 0; }
  15% { opacity: 1; transform: translate(-50%, 0) scale(1.1); }
  70% { opacity: 1; transform: translate(-50%, -18vh) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -32vh) scale(0.85); }
}
@keyframes gift-spin {
  0% { transform: rotate(-12deg) scale(0.7); }
  40% { transform: rotate(10deg) scale(1.15); }
  100% { transform: rotate(0deg) scale(1); }
}
@keyframes gift-glow {
  from { filter: brightness(1); }
  to { filter: brightness(1.25); }
}
@keyframes gift-particle {
  0% { opacity: 0; transform: translate(0,0) scale(0.4); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(1.1); }
}

.cam-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.28rem 0.55rem 0.28rem 0.35rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.cam-flag img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
.partner-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: none;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.28rem 0.55rem 0.28rem 0.35rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
.partner-flag.visible { display: inline-flex; }
.partner-flag img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
}

.ctl-start {
  background: linear-gradient(180deg, #95de55 0%, #6fbe35 48%, #62b02c 100%);
  border-color: rgba(70, 140, 30, 0.35);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.18);
  box-shadow: 0 3px 0 #4f9620, 0 10px 20px rgba(90, 170, 40, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
}
.ctl-start:hover:not(:disabled) {
  background: linear-gradient(180deg, #a3e664 0%, #78c63c 48%, #6bb832 100%);
  filter: none;
  box-shadow: 0 4px 0 #4f9620, 0 14px 24px rgba(90, 170, 40, 0.4), inset 0 1px 0 rgba(255,255,255,0.45);
}
.ctl-start:active:not(:disabled) {
  box-shadow: 0 1px 0 #4f9620, 0 4px 10px rgba(90, 170, 40, 0.3);
}
.ctl-start .ctl-icon {
  background: rgba(255,255,255,0.2);
  box-shadow: none;
  font-size: 1.15rem;
}

.ctl-stop {
  background: linear-gradient(180deg, #f2b4a6 0%, #e3927f 48%, #db8470 100%);
  border-color: rgba(180, 100, 80, 0.28);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.14);
  box-shadow: 0 3px 0 #c46d5a, 0 10px 20px rgba(200, 110, 90, 0.28), inset 0 1px 0 rgba(255,255,255,0.35);
}
.ctl-stop:hover:not(:disabled) {
  background: linear-gradient(180deg, #f6c0b4 0%, #e89d8b 48%, #e08d78 100%);
  filter: none;
  box-shadow: 0 4px 0 #c46d5a, 0 14px 24px rgba(200, 110, 90, 0.32), inset 0 1px 0 rgba(255,255,255,0.4);
}
.ctl-stop:active:not(:disabled) {
  box-shadow: 0 1px 0 #c46d5a, 0 4px 10px rgba(200, 110, 90, 0.25);
}
.ctl-stop .ctl-icon {
  background: rgba(255,255,255,0.22);
  box-shadow: none;
  font-size: 1.05rem;
}

.ctl-meta {
  font-size: 1rem;
  color: #3a3a3a;
}
.ctl-meta .ctl-label {
  font-weight: 700;
  color: #555;
  font-size: 0.95rem;
}
.ctl-meta:hover:not(:disabled) {
  background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
  filter: none;
}

.user-chip {
  position: absolute;
  left: 16px;
  bottom: 10px;
  font-size: 0.75rem;
  color: var(--ome-muted);
}
.user-chip a { color: #2f80ed; text-decoration: none; font-weight: 600; }
.user-chip a:hover { text-decoration: underline; }

/* Chat */
.ome-chat {
  background: var(--ome-chat-bg);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.chat-notice {
  margin: 10px 12px 0;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fafafa;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #444;
}
.chat-notice .warn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  color: #2a9d8f;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.chat-notice .warn:hover { color: #1f7a6e; }
.chat-notice .warn-ico {
  display: inline-grid;
  place-items: center;
  width: 1.1em;
  height: 1.1em;
  background: #f4c430;
  color: #222;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: 900;
  text-decoration: none;
}

.safety-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(20, 22, 28, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.safety-modal[hidden] { display: none !important; }
.safety-card {
  width: min(100%, 420px);
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 24px 50px rgba(0,0,0,0.3);
  color: #333;
}
.safety-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}
.safety-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f5a623;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.15rem;
  box-shadow: 0 2px 0 #d4891a;
}
.safety-head h2 {
  margin: 0;
  color: #f5a623;
  font-size: 1.25rem;
  font-weight: 800;
}
.safety-list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.45;
  font-size: 0.95rem;
  color: #444;
}
.safety-list li { margin-bottom: 0.55rem; }
.safety-footer {
  text-align: center;
  font-weight: 700;
  margin: 1rem 0 0.85rem;
  color: #333;
}
.safety-ok {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: linear-gradient(180deg, #95de55, #62b02c);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow: 0 3px 0 #4f9620;
}
.safety-ok:hover { filter: brightness(1.05); }

.chat-form.is-live input {
  border-color: #9ed86a;
  background: #fff;
}
.chat-form input:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

.chat-log {
  flex: 1;
  overflow: auto;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 0;
}
.chat-msg {
  max-width: 92%;
  font-size: 0.92rem;
  line-height: 1.35;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: #f3f3f3;
  align-self: flex-start;
}
.chat-msg.mine {
  align-self: flex-end;
  background: #e7f5d8;
}
.chat-msg .who {
  display: block;
  font-size: 0.72rem;
  color: var(--ome-muted);
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.chat-form {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border-top: 1px solid var(--ome-line);
  padding: 8px 10px;
  background: #fff;
}
.chat-form input {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.7rem 0.85rem;
  outline: none;
}
.chat-form input:focus { border-color: #b8d99a; }
.emoji-btn {
  border: 0;
  background: transparent;
  font-size: 1.35rem;
  cursor: pointer;
  opacity: 0.55;
  line-height: 1;
  padding: 0.25rem;
}
.emoji-btn:hover { opacity: 0.9; }
.chat-send {
  border: 0;
  background: var(--ome-green);
  color: #fff;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

/* Popovers for country / gender */
.popover {
  position: absolute;
  z-index: 40;
  background: #fff;
  border: 1px solid var(--ome-line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  padding: 0.55rem;
  min-width: 220px;
  max-height: 260px;
  overflow: auto;
}
.popover[hidden] { display: none !important; }
.popover button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
}
.popover button:hover { background: #f2f2f2; }
.popover select {
  width: 100%;
  border: 1px solid var(--ome-line);
  border-radius: 8px;
  padding: 0.55rem;
}

.country-popover {
  position: absolute;
  z-index: 45;
  left: 42%;
  bottom: calc(100% - 8px);
  transform: translateX(-20%);
  width: min(320px, 92vw);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: min(340px, 48vh);
}
.country-popover[hidden] { display: none !important; }
.country-popover-head {
  padding: 0.75rem 0.85rem 0.65rem;
  border-bottom: 1px solid #eee;
  background: linear-gradient(180deg, #fafafa, #f3f3f3);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.country-popover-head > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #777;
}
.country-search {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  background: #fff;
  outline: none;
}
.country-search:focus {
  border-color: #9ed86a;
  box-shadow: 0 0 0 3px rgba(122, 201, 67, 0.18);
}
.country-list {
  overflow: auto;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.country-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.92rem;
  color: #222;
  transition: background 0.12s ease;
}
.country-item:hover { background: #f4f4f4; }
.country-item.active {
  background: #eaf7d8;
  font-weight: 700;
  color: #2f6b10;
}
.country-flag-img {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18), inset 0 0 0 1px rgba(0,0,0,0.06);
  flex-shrink: 0;
  background: #ddd;
}
.country-flag-fallback {
  width: 26px;
  text-align: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.country-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-code {
  font-size: 0.72rem;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.03em;
}
.country-item.active .country-code { color: #5a9a2e; }

.ban-screen {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
  background: #f4f4f4;
}
.ban-card {
  width: min(100%, 420px);
  background: #fff;
  border: 1px solid #f5c2c0;
  border-radius: 12px;
  padding: 1.5rem;
}
.ban-card h1 { color: #a12622; margin-top: 0; }
.ban-timer {
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
  font-variant-numeric: tabular-nums;
}

/* —— Mobile chat / app shell —— */
@media (max-width: 820px) {
  body {
    overscroll-behavior: none;
  }
  .ome-app {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    grid-template-rows: auto minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 2px;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ome-topbar,
  .ome-topbar--light {
    min-height: 56px;
    padding: 0;
    padding-top: env(safe-area-inset-top);
    position: relative;
  }
  .topbar-inner {
    width: calc(100% - 1rem);
    min-height: 56px;
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
  .topbar-end {
    display: flex;
    margin-left: auto;
    padding-left: 0;
    gap: 0.55rem;
  }
  .topbar-ad { display: none; }
  .ome-topbar--light .topbar-brand .iosi-logo--sm .iosi-logo-img,
  .topbar-brand .iosi-logo--sm .iosi-logo-img { height: 54px; }
  .ome-topbar .iosi-word { display: none; }
  .ome-topbar .lang-btn,
  .ome-topbar--light .lang-btn {
    width: 34px;
    height: 34px;
  }
  .ome-topbar .lang-btn img {
    width: 20px;
    height: 14px;
  }
  .topbar-burger { display: inline-flex; }
  .topbar-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0.35rem;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    z-index: 60;
    overflow: visible;
  }
  .topbar-nav.is-open { display: flex; }
  .topbar-tab {
    min-height: 0;
    width: 100%;
    padding: 0.8rem 0.95rem;
    border-radius: 10px;
    justify-content: space-between;
  }
  .topbar-drop {
    flex-direction: column;
    width: 100%;
  }
  .topbar-drop-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin: 0.15rem 0 0.35rem;
  }
  .topbar-drop.is-open > .topbar-drop-menu { display: block; }
  .topbar-drop-link {
    padding: 0.7rem 1rem;
  }
  .lang-list { grid-template-columns: 1fr; }
  .lang-popover {
    width: min(300px, calc(100vw - 16px));
    right: 0;
    max-height: min(50vh, 340px);
  }

  .ome-videos {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1.35fr) minmax(0, 0.9fr);
    min-height: 0;
  }
  .video-pane { min-height: 0; }
  .share-row {
    top: 6px;
    left: 6px;
    gap: 4px;
  }
  .share-btn {
    padding: 0.3rem 0.5rem;
    font-size: 0.7rem;
  }
  .remote-idle {
    gap: 0.45rem;
    padding: 0.65rem;
  }
  .remote-idle .iosi-logo--xl .iosi-logo-img {
    height: min(96px, 28vw);
    max-width: min(86%, 240px);
  }
  .online-line { font-size: 0.82rem; }
  .store-row { display: none; }
  .volume-bar {
    left: 8px;
    right: 8px;
    bottom: 6px;
    gap: 0.35rem;
  }
  .status-chip {
    top: 6px;
    right: 6px;
    font-size: 0.7rem;
    padding: 0.25rem 0.45rem;
  }
  .partner-flag,
  .cam-flag {
    transform: scale(0.92);
    transform-origin: top left;
  }
  .report-fab {
    font-size: 0.75rem;
    padding: 0.4rem 0.65rem;
    bottom: 30px;
    right: 8px;
    min-height: 36px;
  }

  /* Touch: always-visible compact video actions */
  .video-actions {
    left: auto;
    right: 8px;
    top: 8px;
    bottom: auto;
    transform: none;
    flex-direction: row;
    gap: 6px;
    opacity: 1;
    pointer-events: auto;
  }
  .video-action-btn {
    min-width: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  }
  .video-action-btn span { display: none; }
  .video-action-btn .va-ico {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .ome-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    max-height: none;
  }
  .ome-controls {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 8px 22px;
    align-content: stretch;
  }
  .ctl-btn {
    flex-direction: column;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    gap: 0.2rem;
    padding: 0.3rem 0.2rem;
    border-radius: 12px;
    font-size: 0.72rem;
  }
  .ctl-label {
    font-size: 0.68rem;
    letter-spacing: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ctl-icon {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.9rem;
  }
  .ctl-flag {
    width: 1.55rem;
    height: 1.1rem;
  }
  .ctl-gifts .ctl-label { font-size: 0.68rem; }
  .user-chip {
    left: 8px;
    right: 8px;
    bottom: 2px;
    font-size: 0.68rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ome-chat {
    min-height: 0;
    max-height: none;
  }
  .chat-notice {
    margin: 6px 8px 0;
    padding: 8px 10px;
    font-size: 0.78rem;
  }
  .chat-log { padding: 8px 10px; }
  .chat-msg { font-size: 0.86rem; max-width: 94%; }
  .chat-form {
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    gap: 0.25rem;
  }
  .chat-form input {
    padding: 0.65rem 0.75rem;
    font-size: 16px; /* prevents iOS zoom */
    min-height: 44px;
  }
  .emoji-btn, .chat-send {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .country-popover {
    left: 8px;
    right: 8px;
    bottom: calc(100% + 6px);
    transform: none;
    width: auto;
    max-height: min(50vh, 360px);
  }
  .popover {
    right: 8px !important;
    left: 8px !important;
    bottom: calc(100% + 6px) !important;
    width: auto;
    min-width: 0;
  }

  .settings-modal,
  .safety-modal,
  .coins-modal {
    place-items: end center;
    padding: 0;
    align-items: end;
  }
  .settings-card-ome,
  .safety-card,
  .coins-card {
    width: 100%;
    max-width: none;
    border-radius: 18px 18px 0 0;
    padding-bottom: max(1.1rem, env(safe-area-inset-bottom));
    max-height: min(88dvh, 640px);
    overflow: auto;
  }
  .gifts-grid { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .gifts-sheet {
    border-radius: 18px 18px 0 0;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
  .gift-fly .fx-emoji { font-size: 3.4rem; }
  .gift-fly.tier-legendary .fx-emoji { font-size: 4.2rem; }

  .ban-screen { padding: 1rem 0.85rem; }
  .ban-card { padding: 1.15rem; width: min(100%, 440px); }
  .ban-timer { font-size: 1.65rem; }
}

@media (max-width: 480px) {
  .ome-app {
    grid-template-rows: auto minmax(0, 1.25fr) minmax(0, 0.9fr);
  }
  .info-main { padding: 0.85rem 0; }
  .info-card { padding: 1.1rem 1rem; border-radius: 14px; }
  .info-card h1 { font-size: 1.3rem; }
  .share-row { display: none; }
  .ome-controls {
    gap: 5px;
    padding: 6px 6px 8px;
  }
  .ctl-btn {
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 10px;
  }
  .ctl-label { font-size: 0.62rem; }
  .gifts-grid { grid-template-columns: repeat(3, 1fr); }
  .remote-idle .iosi-logo--xl .iosi-logo-img { height: 78px; }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .ome-app {
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.95fr);
    grid-template-rows: 40px minmax(0, 1fr);
  }
  .ome-app > .site-chrome-top {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .ome-topbar {
    min-height: 40px;
    padding-top: 2px;
  }
  .ome-videos {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 0;
  }
  .ome-bottom {
    grid-column: 2;
    grid-row: 2;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
  }
  .store-row,
  .share-row,
  .user-chip { display: none; }
  .ome-controls { padding-bottom: 8px; }
  .ctl-btn {
    height: 46px;
    min-height: 46px;
    max-height: 46px;
  }
  .auth-hero { min-height: 100px; }
  .auth-modal { max-height: calc(100dvh - 1.5rem); }
}
