@import "tailwindcss";

:root {
  --ink: #090608;
  --wine: #5e061d;
  --wine-bright: #a71945;
  --berry: #d12b64;
  --cream: #fff4e6;
  --muted: #c8b8b6;
  --line: rgba(255, 244, 230, 0.14);
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(209, 43, 100, 0.42); color: white; }

.ds-prelaunch .ds-brand { color: inherit; text-decoration: none; }
.ds-prelaunch-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(233,169,186,.2); border-radius: 999px; background: rgba(167,25,69,.08); padding: 8px 11px; color: #dcb7c1; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ds-prelaunch-pill i { width: 6px; height: 6px; border-radius: 50%; background: #df789a; box-shadow: 0 0 12px rgba(223,120,154,.7); }
.ds-prelaunch-message { display: grid; gap: 5px; width: fit-content; margin-top: 30px; border-left: 1px solid #b55b77; padding: 4px 0 4px 16px; }
.ds-prelaunch-message strong { color: #f1e1dc; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.ds-prelaunch-message span { color: #8f7e82; font-size: 11px; }
.ds-waitlist-intro { margin: -4px 0 24px; color: #b9a6a8; font-size: 14px; line-height: 1.65; }
.ds-waitlist-card .ds-entry-foot a { color: #c98599; }
.ds-waitlist-result { margin: 14px 0 0; color: #8ce2b2; font-size: 12px; text-align: center; line-height: 1.5; }
.ds-waitlist-result.error { color: #ff9aae; }
.ds-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.ds-prelaunch-close { margin-bottom: 92px; border: 1px solid #51363f; border-radius: 34px; background: radial-gradient(circle at 80% 25%, rgba(146,65,89,.22), transparent 42%), #120a0d; padding: clamp(44px, 7vw, 82px); text-align: center; }
.ds-prelaunch-close h2 { margin: 12px auto 22px; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 74px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.ds-prelaunch-close h2 em { color: #e9a9ba; font-weight: 400; }
.ds-prelaunch-close > p:not(.ds-eyebrow) { max-width: 660px; margin: 0 auto 28px; color: #b4a1a5; font-size: 15px; line-height: 1.7; }
.ds-footer a { color: inherit; text-decoration: none; }
.ds-footer a:hover { color: var(--cream); }
.ds-legal-page { min-height: 100vh; background: radial-gradient(circle at 80% 15%, rgba(117,14,48,.18), transparent 30rem), #090608; padding: clamp(30px, 6vw, 80px); }
.ds-legal-page > .ds-brand { width: fit-content; color: inherit; text-decoration: none; }
.ds-legal-page article { max-width: 760px; margin: clamp(70px, 10vw, 130px) auto; }
.ds-legal-page h1 { margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(46px, 7vw, 78px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.ds-legal-page article > p:not(.ds-eyebrow) { color: #baa9aa; font-size: 15px; line-height: 1.8; }
.ds-legal-page .ds-button { display: inline-flex; align-items: center; margin-top: 20px; text-decoration: none; }

.coming-soon { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 100svh; overflow: hidden; padding: 0 clamp(24px, 6vw, 88px); background: radial-gradient(circle at 75% 32%, rgba(117, 14, 48, .22), transparent 34rem), linear-gradient(145deg, #090608 0%, #12090d 58%, #080507 100%); isolation: isolate; }
.coming-soon::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.coming-glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(2px); }
.coming-glow-one { top: 18%; right: -18vw; width: 48vw; height: 48vw; border: 1px solid rgba(233,169,186,.13); box-shadow: 0 0 120px rgba(167,25,69,.12), inset 0 0 120px rgba(167,25,69,.06); }
.coming-glow-two { right: 10vw; bottom: -28vw; width: 38vw; height: 38vw; border: 1px solid rgba(255,244,230,.07); }
.coming-header { display: flex; align-items: center; justify-content: space-between; min-height: 96px; border-bottom: 1px solid var(--line); }
.coming-brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.coming-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,244,230,.42); border-radius: 50%; background: linear-gradient(145deg, #7e0a2d, #2e0612); font-family: Georgia, serif; font-size: 23px; font-style: italic; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.coming-brand strong { display: block; font-family: Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.coming-brand small { display: block; margin-top: 3px; color: #a99498; font-size: 8px; letter-spacing: .21em; text-transform: uppercase; }
.coming-status { display: inline-flex; align-items: center; gap: 9px; color: #bba9ac; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.coming-status i { width: 6px; height: 6px; border-radius: 50%; background: #d9688d; box-shadow: 0 0 15px rgba(217,104,141,.65); }
.coming-hero { align-self: center; max-width: 980px; padding: clamp(72px, 10vh, 130px) 0; }
.coming-kicker { margin: 0 0 27px; color: #d7a7b5; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.coming-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(54px, 8.4vw, 116px); font-weight: 400; line-height: .89; letter-spacing: -.057em; }
.coming-hero h1 em { color: #e7a1b4; font-weight: 400; }
.coming-copy { max-width: 680px; margin: 34px 0 0; color: #c3b2b3; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.68; }
.coming-rule { width: 72px; height: 1px; margin: 36px 0 22px; background: linear-gradient(90deg, #d9688d, transparent); }
.coming-note { margin: 0; color: #8f7e82; font-size: 11px; letter-spacing: .03em; }
.coming-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0 34px; border-top: 1px solid var(--line); color: #74666a; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 620px) {
  .coming-header { min-height: 82px; }
  .coming-status { font-size: 8px; }
  .coming-hero { padding: 74px 0 90px; }
  .coming-hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .coming-copy { margin-top: 27px; }
  .coming-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 760px) {
  .ds-prelaunch .ds-header-actions .ds-status,
  .ds-prelaunch .ds-header-actions .ds-button { display: none; }
}

.ds-app {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(167, 25, 69, 0.23), transparent 28rem),
    radial-gradient(circle at 12% 54%, rgba(94, 6, 29, 0.3), transparent 34rem),
    linear-gradient(150deg, #0b0709 0%, #12090d 54%, #090608 100%);
}

.ds-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ds-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 84px; border-bottom: 1px solid var(--line); }
.ds-brand { display: flex; align-items: center; gap: 12px; }
.ds-brand-mark { display: block; width: 48px; height: 48px; flex: 0 0 auto; overflow: hidden; filter: drop-shadow(0 10px 18px rgba(0,0,0,.28)); }
.ds-brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ds-brand-copy strong { display: block; font-family: Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: -0.02em; }
.ds-brand-copy span { display: block; margin-top: 2px; color: #cbb8b8; font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }
.ds-header-actions { display: flex; align-items: center; gap: 10px; }
.ds-status { display: flex; align-items: center; gap: 8px; color: #d7c8c4; font-size: 12px; }
.ds-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #71d8a1; box-shadow: 0 0 16px rgba(113,216,161,.7); }
.ds-live-header { display: flex; align-items: center; gap: 6px; margin-right: 2px; }
.ds-live-header > span { display: flex; align-items: center; gap: 5px; min-height: 32px; border: 1px solid rgba(255,244,230,.12); border-radius: 999px; background: rgba(255,255,255,.025); padding: 0 10px; color: #ad9da0; font-size: 9px; white-space: nowrap; }
.ds-live-header strong { color: #f2e6e4; font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.ds-live-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #71d8a1; box-shadow: 0 0 10px rgba(113,216,161,.72); animation: live-pulse 2s ease-in-out infinite; }
.ds-cam-icon { position: relative; display: inline-block; width: 9px; height: 7px; flex: 0 0 auto; border: 1px solid #df789a; border-radius: 2px; }
.ds-cam-icon::after { content: ""; position: absolute; top: 1px; right: -4px; width: 3px; height: 4px; background: #df789a; clip-path: polygon(0 50%, 100% 0, 100% 100%); }
@keyframes live-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

.ds-button { border: 0; border-radius: 999px; min-height: 46px; padding: 0 22px; cursor: pointer; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease; }
.ds-button:hover { transform: translateY(-1px); }
.ds-button:active { transform: translateY(0); }
.ds-button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.ds-button-primary { background: var(--cream); color: #2a0712; box-shadow: 0 12px 38px rgba(255,244,230,.13); }
.ds-button-primary:hover { background: white; }
.ds-button-wine { background: linear-gradient(120deg, #a71945, #681027); color: white; box-shadow: 0 12px 40px rgba(167,25,69,.28); }
.ds-button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--cream); }
.ds-button-ghost:hover { border-color: rgba(255,244,230,.32); background: rgba(255,255,255,.07); }
.ds-button-small { min-height: 38px; padding: 0 16px; font-size: 12px; }

.ds-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .82fr); gap: clamp(44px, 7vw, 92px); align-items: center; padding: clamp(68px, 10vw, 130px) 0 92px; }
.ds-eyebrow { margin: 0 0 24px; color: #ddafbc; font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.ds-hero h1 { margin: 0; max-width: 720px; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 104px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.ds-hero h1 em { color: #e9a9ba; font-weight: 400; }
.ds-hero-copy { max-width: 590px; margin: 30px 0 0; color: #c9b9b7; font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.ds-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #e7dad6; font-size: 12px; }
.ds-proof span { display: inline-flex; align-items: center; gap: 8px; }
.ds-proof span::before { content: "✓"; color: #e9a9ba; font-weight: 700; }
.ds-live-home { display: grid; grid-template-columns: auto repeat(2, minmax(112px, auto)); align-items: center; width: fit-content; margin-top: 30px; overflow: hidden; border: 1px solid rgba(255,244,230,.15); border-radius: 16px; background: rgba(10,6,8,.45); backdrop-filter: blur(12px); }
.ds-live-home > div { display: grid; gap: 3px; min-height: 61px; align-content: center; padding: 11px 18px; border-left: 1px solid rgba(255,244,230,.12); }
.ds-live-home > div strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1; }
.ds-live-home > div span { color: #98898b; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.ds-live-home .ds-live-home-label { display: flex; grid-template-columns: none; flex-direction: row; align-items: center; gap: 8px; border-left: 0; }
.ds-live-home .ds-live-home-label span { color: #d9c8cb; font-weight: 700; }

.ds-entry-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(255, 244, 230, .17); border-radius: 28px; background: linear-gradient(155deg, rgba(55, 15, 27, .91), rgba(17, 9, 13, .9)); box-shadow: 0 32px 100px rgba(0,0,0,.36); }
.ds-entry-card::before { content: ""; position: absolute; inset: -2px -2px auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,244,230,.55), transparent); }
.ds-entry-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.ds-entry-head h2 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.ds-entry-head p { margin: 7px 0 0; color: #ad9a9a; font-size: 13px; }
.ds-private-badge { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(255,244,230,.14); border-radius: 999px; color: #d8c9c5; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.ds-field { display: grid; gap: 8px; margin: 0 0 17px; padding: 0; border: 0; }
.ds-field label, .ds-field legend { color: #dfd2ce; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ds-input, .ds-select { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 14px; outline: none; background: rgba(3,2,3,.35); color: var(--cream); padding: 0 15px; transition: border .2s ease, box-shadow .2s ease; }
.ds-input:focus, .ds-select:focus { border-color: rgba(233,169,186,.7); box-shadow: 0 0 0 4px rgba(209,43,100,.09); }
.ds-input::placeholder { color: #75686a; }
.ds-select option { background: #160a0e; }
.ds-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ds-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ds-chip { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 13px; color: #bba9a8; cursor: pointer; font-size: 12px; transition: .2s ease; }
.ds-chip:hover, .ds-chip-active { border-color: rgba(233,169,186,.65); background: rgba(209,43,100,.12); color: white; }
.ds-check { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; color: #aa9998; font-size: 11px; line-height: 1.45; }
.ds-check input { margin-top: 2px; accent-color: var(--berry); }
.ds-entry-card .ds-button { width: 100%; }
.ds-entry-foot { margin: 14px 0 0; text-align: center; color: #7e7071; font-size: 10px; line-height: 1.5; }

.ds-values { padding: 30px 0 98px; }
.ds-creator-callout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr); gap: clamp(42px, 7vw, 96px); margin-bottom: 92px; padding: clamp(42px, 6vw, 72px); border: 1px solid #51363f; border-radius: 34px; background: radial-gradient(circle at 12% 15%, rgba(146, 65, 89, .22), transparent 42%), linear-gradient(135deg, #1d0f14 0%, #120a0d 100%); box-shadow: 0 32px 90px rgba(0, 0, 0, .28); }
.ds-creator-copy h2 { max-width: 670px; margin: 10px 0 24px; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 68px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.ds-creator-copy h2 em { color: #e9a9ba; font-weight: 400; }
.ds-creator-copy > p:not(.ds-eyebrow) { max-width: 650px; margin: 0 0 28px; color: #cbbabd; font-size: 17px; line-height: 1.7; }
.ds-earnings-math { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 660px; margin: 0 0 22px; overflow: hidden; border: 1px solid #563b44; border-radius: 18px; background: #563b44; }
.ds-earnings-math div { display: grid; gap: 7px; padding: 19px 16px; background: rgba(12, 7, 9, .9); }
.ds-earnings-math span { color: #9f8c92; font-size: 11px; }
.ds-earnings-math strong { color: #fff3ec; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.ds-creator-copy .ds-earnings-example { margin-bottom: 24px; color: #b8a5aa; font-size: 13px; }
.ds-creator-copy small { display: block; max-width: 600px; margin-top: 18px; color: #85767a; font-size: 11px; line-height: 1.55; }
.ds-creator-principles { display: grid; align-content: center; gap: 1px; overflow: hidden; border: 1px solid #4b343c; border-radius: 22px; background: #4b343c; }
.ds-creator-principles article { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 24px; background: rgba(13, 7, 9, .92); }
.ds-creator-principles article > span { color: #bd7187; font-size: 11px; letter-spacing: .12em; }
.ds-creator-principles strong { display: block; margin-bottom: 7px; color: #f7e9e3; font-size: 16px; }
.ds-creator-principles p { margin: 0; color: #9e8e92; font-size: 13px; line-height: 1.55; }
.ds-values-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.ds-values-intro h2 { margin: 0; max-width: 570px; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 56px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.ds-values-intro p { max-width: 380px; margin: 0; color: #a99797; font-size: 14px; line-height: 1.65; }
.ds-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.ds-value { min-height: 225px; padding: 32px 26px; background: #0b0709; }
.ds-value-number { color: #914057; font-family: Georgia, serif; font-size: 15px; }
.ds-value h3 { margin: 58px 0 11px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.ds-value p { margin: 0; color: #9d8d8d; font-size: 13px; line-height: 1.6; }

.ds-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0 34px; border-top: 1px solid var(--line); color: #827475; font-size: 11px; }
.ds-footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.ds-text-button { border: 0; background: none; color: inherit; cursor: pointer; padding: 0; }
.ds-text-button:hover { color: var(--cream); }

.ds-lounge { min-height: calc(100vh - 84px); padding: 30px 0 40px; }
.ds-lounge-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.ds-lounge-title h1 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.ds-lounge-title p { margin: 6px 0 0; color: #9b8c8c; font-size: 12px; }
.ds-lounge-actions { display: flex; align-items: center; gap: 8px; }
.ds-wallet, .ds-age-status { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); padding: 10px 14px; cursor: pointer; font-size: 12px; }
.ds-wallet { color: #efcf87; }
.ds-wallet span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: rgba(239,207,135,.13); }
.ds-age-status { color: #c9baba; }
.ds-age-verified { border-color: rgba(113,216,161,.28); color: #8ce2b2; }
.ds-lounge-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; }
.ds-stage, .ds-panel { border: 1px solid var(--line); border-radius: 24px; background: rgba(18,9,13,.84); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.ds-stage { overflow: hidden; }
.ds-video-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: min(61vh, 620px); }
.ds-video { position: relative; overflow: hidden; background: radial-gradient(circle at 52% 32%, #3c1724, #11080c 67%); }
.ds-video + .ds-video { border-left: 1px solid var(--line); }
.ds-video video { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
.ds-video-hidden { opacity: 0; }
.ds-video-label { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; align-items: center; gap: 7px; border-radius: 999px; padding: 8px 11px; background: rgba(8,5,7,.66); backdrop-filter: blur(10px); font-size: 11px; }
.ds-recording-watermark { position: absolute; z-index: 4; top: 24%; left: 8%; max-width: 78%; pointer-events: none; user-select: none; color: rgba(255,255,255,.34); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.75); transform: rotate(-8deg); animation: ds-watermark-drift 13s ease-in-out infinite alternate; }
@keyframes ds-watermark-drift { from { transform: translate(0, 0) rotate(-8deg); } to { transform: translate(42%, 230%) rotate(-8deg); } }
.ds-video-grid-connected { position: relative; display: block; }
.ds-video-grid-connected .ds-remote-video { height: min(61vh, 620px); border: 0; }
.ds-video-grid-connected .ds-local-video { position: absolute; z-index: 4; width: clamp(145px, 23%, 230px); min-height: 0; aspect-ratio: 4 / 3; border: 1px solid rgba(255,244,230,.35); border-radius: 15px; box-shadow: 0 16px 45px rgba(0,0,0,.45); }
.ds-video-grid-connected .ds-local-video .ds-video-label { top: 8px; left: 8px; padding: 5px 8px; font-size: 8px; }
.ds-video-grid-connected .ds-preview-top-left { top: 16px; left: 16px; }
.ds-video-grid-connected .ds-preview-top-right { top: 16px; right: 16px; }
.ds-video-grid-connected .ds-preview-bottom-left { bottom: 16px; left: 16px; }
.ds-video-grid-connected .ds-preview-bottom-right { right: 16px; bottom: 16px; }
.ds-waiting { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; text-align: center; }
.ds-orbit { position: relative; width: 92px; height: 92px; margin: 0 auto 22px; border: 1px solid rgba(233,169,186,.25); border-radius: 50%; }
.ds-orbit::before { content: ""; position: absolute; width: 10px; height: 10px; top: -5px; left: calc(50% - 5px); border-radius: 50%; background: #e9a9ba; box-shadow: 0 0 18px rgba(233,169,186,.7); animation: orbit 2.2s linear infinite; transform-origin: 5px 51px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.ds-waiting h2 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.ds-waiting p { margin: 9px auto 0; max-width: 270px; color: #a99696; font-size: 12px; line-height: 1.55; }
.ds-stage-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-top: 1px solid var(--line); }
.ds-control-group { display: flex; gap: 9px; }
.ds-control { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); cursor: pointer; font-size: 16px; }
.ds-control:hover { background: rgba(255,255,255,.08); }
.ds-control:disabled { cursor: not-allowed; opacity: .35; }
.ds-control-off { background: #6f0b27; border-color: #8f2441; }
.ds-control-danger { color: #ff9aae; }
.ds-match-button { min-width: 162px; }

.ds-panel { display: flex; flex-direction: column; min-height: min(70vh, 700px); overflow: hidden; }
.ds-panel-head { padding: 20px; border-bottom: 1px solid var(--line); }
.ds-panel-head h2 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.ds-panel-head p { margin: 6px 0 0; color: #8f8080; font-size: 11px; }
.ds-match-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.ds-match-detail span { display: block; color: #786b6d; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.ds-match-detail strong { display: block; margin-top: 4px; font-size: 12px; }
.ds-chat { flex: 1; display: flex; flex-direction: column; min-height: 260px; }
.ds-messages { flex: 1; padding: 18px 20px; }
.ds-system-message { border: 1px solid rgba(233,169,186,.11); border-radius: 14px; background: rgba(209,43,100,.055); padding: 13px; color: #a99797; font-size: 11px; line-height: 1.5; }
.ds-message { width: fit-content; max-width: 82%; margin: 12px 0 0 auto; border-radius: 14px 14px 4px 14px; background: #6a102b; padding: 10px 12px; font-size: 12px; }
.ds-message-other { margin-right: auto; margin-left: 0; border-radius: 14px 14px 14px 4px; background: #2d2025; }
.ds-chat-compose { display: flex; gap: 8px; padding: 13px; border-top: 1px solid var(--line); }
.ds-chat-compose .ds-input { height: 43px; }
.ds-send { flex: 0 0 43px; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--cream); color: #2a0712; cursor: pointer; font-weight: 800; }
.ds-safety-row { display: flex; justify-content: space-between; gap: 12px; padding: 14px 18px; border-top: 1px solid var(--line); color: #8e7f80; font-size: 10px; }

.ds-modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(4,2,3,.82); backdrop-filter: blur(12px); }
.ds-modal { width: min(520px, 100%); max-height: min(700px, 88vh); overflow: auto; border: 1px solid rgba(255,244,230,.18); border-radius: 26px; background: #180b10; padding: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.ds-modal h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.ds-modal h3 { margin: 22px 0 8px; font-size: 13px; }
.ds-modal p { color: #ab9b9b; font-size: 12px; line-height: 1.7; }
.ds-modal-actions { display: flex; gap: 10px; margin-top: 24px; }
.ds-modal-actions .ds-button { flex: 1; }
.ds-compliance-banner { display: flex; align-items: center; justify-content: center; gap: 10px; width: min(100% - 32px, 1180px); margin: 0 auto 12px; border: 1px solid rgba(231,176,108,.2); border-radius: 10px; background: rgba(231,176,108,.055); padding: 9px 12px; color: #9d856b; font-size: 9px; text-align: center; }
.ds-compliance-banner strong { color: #e3bd8d; text-transform: uppercase; letter-spacing: .08em; }
.ds-legal-warning { margin: 10px 0 16px; border: 1px solid rgba(231,176,108,.24); border-radius: 10px; background: rgba(231,176,108,.055); padding: 11px; color: #d2a873; font-size: 10px; line-height: 1.5; }
.ds-report-options { display: grid; gap: 8px; margin: 18px 0; }
.ds-report-option { display: flex; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; color: #c9baba; font-size: 12px; }
.ds-report-option input { accent-color: var(--berry); }
.ds-evidence-notice { margin: 12px 0; border: 1px solid rgba(192,82,117,.35); border-radius: 12px; background: rgba(125,34,65,.12); padding: 12px; color: #c6b2b8; font-size: 10px; line-height: 1.55; }
.ds-report-details { display: grid; gap: 7px; color: #b5a5a7; font-size: 10px; }
.ds-report-details span { color: #74666a; font-size: 8px; }
.ds-report-details textarea { min-height: 90px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #0f080b; padding: 10px; color: #eadfe1; resize: vertical; }
.ds-wallet-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 22px 0 8px; }
.ds-wallet-packages button { position: relative; display: grid; gap: 9px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.035); padding: 18px 12px; color: var(--cream); cursor: pointer; text-align: left; }
.ds-wallet-packages button:hover { border-color: rgba(233,169,186,.5); background: rgba(209,43,100,.1); }
.ds-wallet-packages span { min-height: 14px; color: #a79394; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.ds-wallet-packages strong { color: #efcf87; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.ds-wallet-packages b { font-size: 12px; }
.ds-connection-actions { display: flex; align-items: center; gap: 6px; margin: -5px 0 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); padding: 8px; }
.ds-connection-actions > span { margin-left: auto; color: #7f7072; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ds-connection-actions button { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); padding: 7px 9px; color: #d8c6ca; cursor: pointer; font-size: 8px; }
.ds-account-backdrop { z-index: 75; }
.ds-modal-close { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); color: #cbbabe; cursor: pointer; font-size: 20px; line-height: 1; }
.ds-account-auth { position: relative; width: min(460px, 100%); max-height: 90vh; overflow-y: auto; border: 1px solid rgba(255,244,230,.18); border-radius: 25px; background: linear-gradient(150deg, #241019, #10090c); padding: 30px; box-shadow: 0 34px 110px rgba(0,0,0,.62); }
.ds-account-auth > .ds-modal-close { position: absolute; top: 18px; right: 18px; }
.ds-account-auth h2 { margin: 0; font-family: Georgia, serif; font-size: 39px; font-weight: 400; letter-spacing: -.04em; }
.ds-account-auth > p:not(.ds-eyebrow) { color: #a99599; font-size: 12px; line-height: 1.6; }
.ds-registration-consents, .ds-age-consents { display: grid; gap: 8px; margin: 6px 0 12px; }
.ds-registration-consents label, .ds-age-consents label { display: flex !important; align-items: flex-start; gap: 9px; color: #a99599 !important; font-size: 9px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.ds-registration-consents input, .ds-age-consents input { width: auto !important; min-height: auto !important; margin-top: 2px; accent-color: #bd426a; }
.ds-dmca-form { display: grid; gap: 11px; margin-top: 25px; border-top: 1px solid var(--line); padding-top: 22px; }
.ds-dmca-form > label { display: grid; gap: 6px; color: #a99599; font-size: 9px; }
.ds-dmca-form input, .ds-dmca-form textarea { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: #0f080b; padding: 10px; color: #eadfe1; }
.ds-dmca-form textarea { min-height: 80px; resize: vertical; }
.ds-form-status { border: 1px solid rgba(92,208,145,.2); border-radius: 9px; background: rgba(92,208,145,.05); padding: 9px; color: #8ad3aa !important; }
.ds-legal-shortcuts { display: flex; flex-wrap: wrap; gap: 7px; }
.ds-legal-shortcuts button, .ds-danger-button { border: 1px solid #3b2930; border-radius: 8px; background: rgba(255,255,255,.03); padding: 8px 10px; color: #ccb9be; cursor: pointer; font-size: 8px; }
.ds-danger-button { border-color: rgba(255,100,132,.28) !important; color: #ec9eae !important; }
.ds-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.ds-auth-tabs button { border: 0; background: #10090c; padding: 11px; color: #8e7c81; cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.ds-auth-tabs button.active { background: rgba(143,31,68,.24); color: #f1dfe4; }
.ds-account-form { display: grid; gap: 12px; }
.ds-account-form label, .ds-account-grid label { display: grid; gap: 7px; color: #99868c; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ds-account-form label > span { color: #66595d; font-weight: 400; }
.ds-account-form input, .ds-account-form select, .ds-account-form textarea, .ds-account-grid input, .ds-account-grid select, .ds-account-grid textarea, .ds-inline-form input, .ds-inline-form select, .ds-member-search input, .ds-message-center form input { width: 100%; min-height: 42px; border: 1px solid #402d34; border-radius: 10px; outline: none; background: #0c0709; padding: 10px 12px; color: #f0e5e7; font-size: 10px; letter-spacing: 0; text-transform: none; }
.ds-account-form input:focus, .ds-account-form textarea:focus, .ds-account-grid input:focus, .ds-account-grid textarea:focus, .ds-inline-form input:focus { border-color: #88405a; box-shadow: 0 0 0 3px rgba(167,25,69,.1); }
.ds-account-form .ds-button { width: 100%; margin-top: 6px; }
.ds-account-error { margin: 10px 0; border: 1px solid rgba(255,100,132,.25); border-radius: 10px; background: rgba(255,100,132,.07); padding: 11px; color: #ff9eb1; font-size: 9px; }
.ds-account-center { display: grid; grid-template-columns: 220px minmax(0, 1fr); width: min(1120px, 100%); height: min(820px, 92vh); overflow: hidden; border: 1px solid rgba(255,244,230,.17); border-radius: 22px; background: #10090c; box-shadow: 0 38px 120px rgba(0,0,0,.65); }
.ds-account-nav { display: flex; flex-direction: column; min-height: 0; border-right: 1px solid #33242a; background: #0b0709; padding: 18px 12px; }
.ds-account-person { display: flex; align-items: center; gap: 10px; padding: 3px 7px 17px; border-bottom: 1px solid #2c2024; }
.ds-account-person > span, .ds-account-person > img, .ds-profile-photo > span, .ds-profile-photo > img { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid #5d3442; border-radius: 50%; background: linear-gradient(145deg, #741d3a, #2a0b16); object-fit: cover; color: #f6e9ec; font-family: Georgia, serif; font-size: 18px; }
.ds-account-person div { display: grid; min-width: 0; gap: 3px; }
.ds-account-person strong { overflow: hidden; color: #eadde0; font-family: Georgia, serif; font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.ds-account-person small { color: #74666a; font-size: 8px; }
.ds-account-nav nav { display: grid; gap: 3px; padding: 15px 0; }
.ds-account-nav nav button { border: 0; border-radius: 8px; background: transparent; padding: 10px; color: #958389; cursor: pointer; font-size: 9px; text-align: left; text-transform: capitalize; }
.ds-account-nav nav button.active { background: rgba(143,31,68,.2); color: #f0dee3; box-shadow: inset 2px 0 #c24b73; }
.ds-account-signout { margin-top: auto; border: 1px solid #3a2930; border-radius: 8px; background: transparent; padding: 9px; color: #9c7f89; cursor: pointer; font-size: 8px; }
.ds-account-content { min-width: 0; overflow-y: auto; padding: 24px; }
.ds-account-content-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #33242a; }
.ds-account-content-head h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; text-transform: capitalize; }
.ds-account-section { display: grid; gap: 16px; padding-top: 20px; }
.ds-profile-photo { display: flex; align-items: center; gap: 12px; }
.ds-profile-photo > span, .ds-profile-photo > img { width: 64px; height: 64px; font-size: 24px; }
.ds-profile-photo label { position: relative; overflow: hidden; border: 1px solid #3f2d34; border-radius: 999px; padding: 9px 12px; color: #c4acb4; cursor: pointer; font-size: 8px; }
.ds-profile-photo input { position: absolute; opacity: 0; pointer-events: none; }
.ds-account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ds-account-grid .wide { grid-column: 1 / -1; }
.ds-account-grid textarea { min-height: 100px; resize: vertical; }
.ds-toggle-row { display: flex !important; align-items: center; justify-content: space-between; border: 1px solid #38282e; border-radius: 10px; padding: 10px 12px; }
.ds-toggle-row input { width: auto; min-height: auto; accent-color: #bd426a; }
.ds-wallet-hero { display: grid; gap: 6px; border: 1px solid #4a3039; border-radius: 16px; background: radial-gradient(circle at 85% 0, rgba(196,57,104,.2), transparent 45%), #160c10; padding: 22px; }
.ds-wallet-hero > span, .ds-earnings-grid span { color: #8c7b80; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ds-wallet-hero strong { margin: 7px 0; color: #efcf87; font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.ds-wallet-hero small { color: #857477; font-size: 9px; }
.ds-mini-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ds-mini-packages button { display: flex; align-items: center; justify-content: space-between; border: 1px solid #3b2930; border-radius: 10px; background: rgba(255,255,255,.025); padding: 13px; color: #d8c8cc; cursor: pointer; }
.ds-mini-packages strong { color: #efcf87; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.ds-mini-packages span { font-size: 9px; }
.ds-account-card { border: 1px solid #33242a; border-radius: 13px; background: rgba(255,255,255,.018); padding: 15px; }
.ds-account-card h3, .ds-data-rows h3, .ds-release-copy h3 { margin: 0 0 11px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.ds-account-card p, .ds-release-copy p, .ds-account-section > p { color: #95858a; font-size: 9px; line-height: 1.65; }
.ds-inline-form { display: grid; grid-template-columns: minmax(110px, 1fr) minmax(90px, .5fr) auto; gap: 7px; }
.ds-inline-form button, .ds-member-search button, .ds-data-rows article > button, .ds-row-actions button, .ds-message-center form button { border: 1px solid #583143; border-radius: 9px; background: rgba(133,38,70,.16); padding: 0 12px; color: #edc9d5; cursor: pointer; font-size: 8px; font-weight: 700; }
.ds-data-rows { display: grid; gap: 1px; overflow: hidden; border: 1px solid #33242a; border-radius: 12px; background: #33242a; }
.ds-data-rows h3 { margin: 0; background: #140c0f; padding: 13px; }
.ds-data-rows > p { margin: 0; background: #0d080a; padding: 14px; color: #6f6064; font-size: 9px; }
.ds-data-rows article { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #0e090b; padding: 11px 13px; }
.ds-data-rows article > div:first-child:not(.ds-member):not(.ds-row-actions) { display: grid; gap: 4px; }
.ds-data-rows article strong { color: #d8c9cc; font-size: 9px; font-weight: 600; }
.ds-data-rows article span { color: #74666a; font-size: 8px; }
.ds-data-rows article b { color: #c3b4b8; font-size: 9px; }
.ds-data-rows article b.positive { color: #75dba4; }
.ds-data-rows article b.negative { color: #f18aa1; }
.ds-row-actions { display: flex; gap: 5px; }
.ds-row-actions button, .ds-data-rows article > button { min-height: 29px; }
.ds-member-search { display: flex; gap: 7px; }
.ds-member-search input { flex: 1; }
.ds-member { display: flex; align-items: center; gap: 9px; }
.ds-member > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #401426; color: #e8ccd5; font-family: Georgia, serif; }
.ds-member > div { display: grid; gap: 3px; }
.ds-member small { color: #75666b; font-size: 7px; }
.ds-message-center { display: grid; grid-template-columns: 210px minmax(0, 1fr); min-height: 560px; margin-top: 20px; overflow: hidden; border: 1px solid #33242a; border-radius: 13px; }
.ds-message-center > aside { overflow-y: auto; border-right: 1px solid #33242a; background: #0b0709; }
.ds-message-center > aside button { position: relative; display: grid; width: 100%; gap: 4px; border: 0; border-bottom: 1px solid #261b20; background: transparent; padding: 13px; color: #b9a6ac; cursor: pointer; text-align: left; }
.ds-message-center > aside button.active { background: rgba(126,36,67,.16); }
.ds-message-center > aside button strong { font-size: 9px; }
.ds-message-center > aside button span { overflow: hidden; color: #6e6064; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.ds-message-center > aside button b { position: absolute; top: 10px; right: 8px; border-radius: 999px; background: #a52d55; padding: 2px 5px; font-size: 7px; }
.ds-message-center > aside > p { padding: 12px; color: #736469; font-size: 8px; line-height: 1.5; }
.ds-message-center > section { display: grid; grid-template-rows: auto 1fr auto; min-width: 0; }
.ds-message-center > section > header { display: grid; gap: 3px; border-bottom: 1px solid #33242a; padding: 13px; }
.ds-message-center > section > header strong { font-size: 10px; }
.ds-message-center > section > header span { color: #6f6064; font-size: 7px; }
.ds-private-thread { display: flex; flex-direction: column; gap: 7px; overflow-y: auto; padding: 13px; }
.ds-private-thread > div { display: grid; align-self: flex-start; max-width: 80%; gap: 4px; border-radius: 10px 10px 10px 2px; background: #26121a; padding: 9px 11px; color: #dccdd1; font-size: 9px; }
.ds-private-thread > div.mine { align-self: flex-end; border-radius: 10px 10px 2px 10px; background: #6d1837; }
.ds-private-thread small { color: #8a777d; font-size: 6px; }
.ds-message-center form { display: flex; gap: 7px; border-top: 1px solid #33242a; padding: 10px; }
.ds-message-center form input { flex: 1; }
.ds-account-empty { display: grid; place-items: center; color: #716267; font-size: 9px; }
.ds-earnings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ds-earnings-grid article { display: grid; gap: 13px; border: 1px solid #38272d; border-radius: 12px; background: rgba(255,255,255,.018); padding: 15px; }
.ds-earnings-grid strong { color: #eadde0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.ds-consent-status { display: grid; gap: 6px; border: 1px solid rgba(231,176,108,.25); border-radius: 12px; background: rgba(231,176,108,.05); padding: 14px; }
.ds-consent-status.approved { border-color: rgba(92,208,145,.25); background: rgba(92,208,145,.05); }
.ds-consent-status strong { color: #e6d6da; font-size: 10px; }
.ds-consent-status span { color: #8a777c; font-size: 8px; }
.ds-release-copy { max-height: 210px; overflow-y: auto; border: 1px solid #33242a; border-radius: 12px; background: #0c0709; padding: 15px; }
.ds-consent-check { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 8px; color: #a7959a !important; font-size: 9px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.ds-consent-check input { width: auto; min-height: auto; margin-top: 2px; accent-color: #bd426a; }
.ds-provider-note { margin-top: 6px; border: 1px solid rgba(231,176,108,.18); border-radius: 11px; background: rgba(231,176,108,.04); padding: 13px; }
.ds-provider-note strong { color: #d9c2a6; font-size: 9px; }
.ds-provider-note p { margin: 5px 0 0; color: #887666; font-size: 8px; line-height: 1.55; }
.ds-toast { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: min(360px, calc(100% - 44px)); border: 1px solid rgba(255,244,230,.18); border-radius: 16px; background: #251017; padding: 14px 16px; box-shadow: 0 20px 60px rgba(0,0,0,.4); color: #e8dcd7; font-size: 12px; animation: toast-in .3s ease both; }
@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } }

@media (max-width: 900px) {
  .ds-hero { grid-template-columns: 1fr; padding-top: 62px; }
  .ds-creator-callout { grid-template-columns: 1fr; }
  .ds-hero-copy { max-width: 680px; }
  .ds-entry-card { max-width: 620px; }
  .ds-values-intro { align-items: flex-start; flex-direction: column; }
  .ds-lounge-grid { grid-template-columns: 1fr; }
  .ds-panel { min-height: 460px; }
  .ds-status { display: none; }
  .ds-account-center { grid-template-columns: 180px minmax(0, 1fr); }
}

@media (max-width: 640px) {
  .ds-shell { width: min(100% - 24px, 1180px); }
  .ds-header { min-height: 72px; }
  .ds-brand-copy span { display: none; }
  .ds-live-header > span { min-height: 29px; padding-inline: 8px; }
  .ds-live-header > span { font-size: 0; }
  .ds-live-header > span strong { font-size: 12px; }
  .ds-live-header > span strong::after { content: " online"; color: #ad9da0; font-family: Arial, Helvetica, sans-serif; font-size: 8px; }
  .ds-live-header > span:last-child strong::after { content: " cams"; }
  .ds-header-actions .ds-button { min-height: 38px; padding: 0 14px; font-size: 11px; }
  .ds-hero { gap: 42px; padding: 52px 0 70px; }
  .ds-hero h1 { font-size: clamp(52px, 18vw, 74px); }
  .ds-entry-card { padding: 22px; border-radius: 22px; }
  .ds-two-fields { grid-template-columns: 1fr; gap: 0; }
  .ds-value-grid { grid-template-columns: 1fr; }
  .ds-creator-callout { margin-bottom: 64px; padding: 30px 24px; border-radius: 24px; }
  .ds-earnings-math { grid-template-columns: 1fr; }
  .ds-value { min-height: auto; padding: 26px 20px; }
  .ds-value h3 { margin-top: 28px; }
  .ds-footer { align-items: flex-start; flex-direction: column; }
  .ds-lounge { padding-top: 18px; }
  .ds-lounge-top { align-items: flex-start; }
  .ds-lounge-actions { align-items: stretch; flex-direction: column; }
  .ds-lounge-title h1 { font-size: 28px; }
  .ds-video-grid { grid-template-columns: 1fr; min-height: 630px; }
  .ds-video { min-height: 315px; }
  .ds-video + .ds-video { border-left: 0; border-top: 1px solid var(--line); }
  .ds-stage-controls { flex-wrap: wrap; }
  .ds-match-button { order: -1; width: 100%; }
  .ds-panel { min-height: 470px; }
  .ds-wallet-packages { grid-template-columns: 1fr; }
  .ds-live-home { grid-template-columns: repeat(2, 1fr); width: 100%; }
  .ds-live-home .ds-live-home-label { grid-column: 1 / -1; min-height: 37px; border-bottom: 1px solid rgba(255,244,230,.12); }
  .ds-live-home > div:nth-child(2) { border-left: 0; }
  .ds-account-center { display: block; height: 94vh; overflow-y: auto; }
  .ds-account-nav { position: sticky; top: 0; z-index: 2; display: block; height: auto; border-right: 0; border-bottom: 1px solid #33242a; }
  .ds-account-person { display: none; }
  .ds-account-nav nav { display: flex; gap: 5px; overflow-x: auto; padding: 0; }
  .ds-account-nav nav button { flex: 0 0 auto; border: 1px solid #33242a; border-radius: 999px; padding: 8px 10px; }
  .ds-account-nav nav button.active { box-shadow: none; }
  .ds-account-signout { display: none; }
  .ds-account-content { overflow: visible; padding: 15px; }
  .ds-message-center { grid-template-columns: 1fr; }
  .ds-message-center > aside { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid #33242a; }
  .ds-message-center > aside button { min-width: 150px; }
}

@media (max-width: 430px) {
  .ds-brand-copy { display: none; }
  .ds-header-actions { gap: 6px; }
  .ds-header-actions .ds-button { padding-inline: 11px; font-size: 10px; }
  .ds-account-grid, .ds-earnings-grid, .ds-mini-packages { grid-template-columns: 1fr; }
  .ds-account-grid .wide { grid-column: auto; }
  .ds-inline-form { grid-template-columns: 1fr; }
  .ds-inline-form button { min-height: 38px; }
  .ds-data-rows article { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.admin-app-shell { display: grid; grid-template-columns: 236px minmax(0, 1fr); min-height: 100vh; background: radial-gradient(circle at 86% 0, rgba(92, 20, 44, .12), transparent 34%), #0b0709; color: #f7edef; }
.admin-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; overflow-y: auto; border-right: 1px solid #2d2025; background: rgba(13, 8, 10, .96); padding: 22px 14px; }
.admin-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 20px; border-bottom: 1px solid #2b1f24; }
.admin-brand > span, .admin-mobile-brand { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 244, 230, .18); border-radius: 10px; background: linear-gradient(140deg, #6e1634, #2c0c17); color: #fff3ef; font-family: Georgia, serif; font-size: 13px; letter-spacing: .06em; }
.admin-brand div { display: grid; gap: 3px; }
.admin-brand strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.admin-brand small, .admin-sidebar-foot span { color: #806f74; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.admin-nav { display: grid; gap: 2px; padding: 16px 0; }
.admin-nav p { margin: 14px 8px 6px; color: #67575c; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.admin-nav button { display: flex; align-items: center; width: 100%; gap: 10px; border: 0; border-radius: 9px; background: transparent; padding: 8px 9px; color: #9f8f93; cursor: pointer; text-align: left; font-size: 10px; }
.admin-nav button:hover { background: rgba(255,255,255,.035); color: #e6d9dc; }
.admin-nav button.active { background: rgba(140, 29, 66, .22); color: #f7e9ec; box-shadow: inset 2px 0 #b63d66; }
.admin-nav i { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #34262b; border-radius: 7px; color: #9f7e89; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .05em; }
.admin-nav button.active i { border-color: rgba(200, 78, 118, .45); background: rgba(196, 55, 102, .12); color: #f18bac; }
.admin-sidebar-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; border-top: 1px solid #2b1f24; padding: 16px 8px 0; }
.admin-sidebar-foot a { color: #c99baa; font-size: 9px; text-decoration: none; }
.admin-workspace { min-width: 0; padding: 0 32px 70px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 128px; border-bottom: 1px solid #2d2025; }
.admin-topbar h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 43px); font-weight: 400; letter-spacing: -.035em; }
.admin-topbar > div > span { display: block; margin-top: 6px; color: #85757a; font-size: 10px; line-height: 1.5; }
.admin-kicker { margin: 0 0 7px; color: #c47690 !important; font-size: 8px !important; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.admin-top-actions { display: flex; gap: 8px; flex-shrink: 0; }
.admin-button, .admin-icon-button { display: inline-grid; place-items: center; min-height: 36px; border: 1px solid rgba(255,244,230,.2); border-radius: 9px; background: #f3e5e3; padding: 0 14px; color: #260912; cursor: pointer; font-size: 9px; font-weight: 700; text-decoration: none; }
.admin-button:disabled, .admin-icon-button:disabled, .admin-table-actions button:disabled, .admin-inline-actions button:disabled { cursor: wait; opacity: .48; }
.admin-button-quiet, .admin-icon-button { background: rgba(255,255,255,.035); color: #d7c9cc; }
.admin-mobile-brand, .admin-mobile-nav { display: none; }
.admin-content { display: grid; gap: 16px; padding-top: 24px; }
.admin-alert, .admin-notice, .admin-loading, .admin-empty { margin-top: 20px; border: 1px solid #34242a; border-radius: 12px; background: rgba(255,255,255,.025); padding: 15px 16px; color: #a8989c; font-size: 10px; }
.admin-alert { border-color: rgba(255,100,132,.3); background: rgba(255,77,112,.06); color: #ff9aae; }
.admin-notice { border-color: rgba(92,208,145,.25); background: rgba(92,208,145,.05); color: #77d9a4; }
.admin-search { display: flex; gap: 8px; margin-top: 20px; }
.admin-search input { width: min(520px, 100%); min-height: 39px; border: 1px solid #34252a; border-radius: 9px; outline: none; background: #100a0d; padding: 0 13px; color: #f2e8ea; font-size: 10px; }
.admin-search button { border: 1px solid #4b303a; border-radius: 9px; background: #27121a; padding: 0 17px; color: #ebcbd5; cursor: pointer; font-size: 9px; font-weight: 700; }
.admin-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.admin-metric { min-height: 112px; border: 1px solid #302329; border-radius: 12px; background: linear-gradient(145deg, rgba(31,17,22,.88), rgba(14,9,11,.9)); padding: 16px; }
.admin-metric > span { color: #7f6e73; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.admin-metric strong { display: block; margin-top: 22px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.admin-metric small { display: block; margin-top: 5px; color: #675a5e; font-size: 8px; }
.admin-two-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.admin-two-columns-wide { grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); }
.admin-panel, .admin-case-card, .admin-drawer { min-width: 0; border: 1px solid #302329; border-radius: 14px; background: rgba(17,10,13,.82); padding: 18px; }
.admin-panel-head, .admin-drawer-head, .admin-case-head, .admin-editor-actions { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.admin-panel h2, .admin-drawer h2, .admin-case-card h2 { margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.admin-status-list { display: grid; gap: 1px; border: 1px solid #2b2024; border-radius: 10px; overflow: hidden; background: #2b2024; }
.admin-status-list > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: #0f0a0c; padding: 12px; color: #b6a5aa; font-size: 10px; }
.admin-badge { display: inline-flex; align-items: center; min-height: 20px; border: 1px solid #47333a; border-radius: 999px; background: rgba(255,255,255,.035); padding: 0 7px; color: #bba8ae; font-size: 7px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.admin-badge-active, .admin-badge-configured, .admin-badge-approved, .admin-badge-verified, .admin-badge-resolved, .admin-badge-valid, .admin-badge-published { border-color: rgba(92,208,145,.25); background: rgba(92,208,145,.07); color: #79dca8; }
.admin-badge-open, .admin-badge-banned, .admin-badge-failed, .admin-badge-broken, .admin-badge-declined { border-color: rgba(255,100,132,.25); background: rgba(255,100,132,.07); color: #ff91a8; }
.admin-badge-reviewing, .admin-badge-pending, .admin-badge-suspended, .admin-badge-needs-credentials, .admin-badge-draft { border-color: rgba(231,176,108,.25); background: rgba(231,176,108,.07); color: #e7b06c; }
.admin-table-wrap { max-width: 100%; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 9px; }
.admin-table th { border-bottom: 1px solid #302329; padding: 9px 10px; color: #6f6065; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.admin-table td { max-width: 330px; border-bottom: 1px solid #22191d; padding: 11px 10px; color: #b5a5a9; line-height: 1.45; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-clickable-row { cursor: pointer; }
.admin-clickable-row:hover td { background: rgba(111,29,57,.08); }
.admin-primary-cell { display: grid; gap: 3px; }
.admin-primary-cell strong { color: #e7dadd; font-weight: 600; }
.admin-primary-cell small { color: #716368; font-size: 7px; }
.admin-message-cell { display: block; min-width: 240px; white-space: normal; }
.admin-table code { color: #c98ea2; font-size: 8px; }
.admin-table-actions, .admin-inline-actions { display: flex; flex-wrap: wrap; gap: 5px; }
.admin-table-actions button, .admin-inline-actions button, .admin-link-button { border: 1px solid #3b2930; border-radius: 7px; background: rgba(255,255,255,.03); padding: 6px 8px; color: #d6c0c7; cursor: pointer; font-size: 7px; font-weight: 700; }
.admin-with-drawer { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 14px; }
.admin-drawer { position: sticky; top: 18px; align-self: start; }
.admin-drawer-head button { border: 0; background: transparent; color: #9c848c; cursor: pointer; font-size: 8px; text-transform: uppercase; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 15px; }
.admin-field { display: grid; gap: 6px; color: #88777c; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-field-wide { grid-column: 1 / -1; }
.admin-field input, .admin-field select, .admin-field textarea { width: 100%; min-height: 37px; border: 1px solid #38282e; border-radius: 8px; outline: none; background: #0d080a; padding: 9px 10px; color: #e8dcde; font: inherit; font-size: 10px; letter-spacing: 0; text-transform: none; }
.admin-field textarea { min-height: 88px; resize: vertical; line-height: 1.5; }
.admin-field input:focus, .admin-field select:focus, .admin-field textarea:focus { border-color: #7e3850; box-shadow: 0 0 0 2px rgba(145,53,84,.08); }
.admin-danger-zone { margin-top: 17px; border-top: 1px solid #302329; padding-top: 13px; }
.admin-danger-zone > p { color: #a58e95; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.admin-danger-zone > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.admin-danger-zone button { border: 1px solid rgba(255,100,132,.22); border-radius: 7px; background: rgba(255,100,132,.05); padding: 8px 4px; color: #e79aaa; cursor: pointer; font-size: 7px; }
.admin-breakdown { display: grid; gap: 8px; }
.admin-breakdown > div { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2b1f24; padding: 7px 0; }
.admin-breakdown strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.admin-card-list { display: grid; gap: 12px; }
.admin-case-head small { display: block; margin-top: 7px; color: #75676b; font-size: 8px; }
.admin-case-head > div > h2 { margin-top: 10px; }
.admin-case-head > span { color: #b18997; font-size: 9px; }
.admin-case-card > p { color: #ad9ba0; font-size: 10px; line-height: 1.6; }
.admin-evidence-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 12px 0; }
.admin-evidence-summary > div { min-width: 0; border: 1px solid #302329; border-radius: 10px; background: rgba(255,255,255,.018); padding: 9px 10px; }
.admin-evidence-summary .wide { grid-column: 1 / -1; }
.admin-evidence-summary span { display: block; margin-bottom: 4px; color: #7f6c72; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.admin-evidence-summary strong { display: block; overflow-wrap: anywhere; color: #d8c8cc; font-size: 9px; line-height: 1.45; }
.admin-inline-actions { margin-top: 12px; }
.admin-inline-actions button { padding: 8px 12px; }
.admin-warning { margin-bottom: 14px; border: 1px solid rgba(231,176,108,.2); border-radius: 8px; background: rgba(231,176,108,.04); padding: 10px 12px; color: #bd996e; font-size: 8px; line-height: 1.5; }
.admin-compliance-stack { display: grid; gap: 16px; }
.admin-launch-gate { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,100,132,.28); border-radius: 14px; background: linear-gradient(135deg, rgba(77,19,39,.28), rgba(20,10,14,.92)); padding: 20px; }
.admin-launch-gate.ready { border-color: rgba(92,208,145,.3); background: linear-gradient(135deg, rgba(24,77,53,.2), rgba(14,20,17,.92)); }
.admin-launch-gate h2 { margin: 4px 0 7px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.admin-launch-gate p:not(.admin-kicker) { margin: 0; color: #9d898f; font-size: 9px; }
.admin-task-list { display: grid; gap: 1px; border: 1px solid #302329; border-radius: 10px; overflow: hidden; background: #302329; }
.admin-task-list article { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0e090b; padding: 13px; }
.admin-task-list article > div:first-child { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 6px 10px; }
.admin-task-list strong { color: #d8c8cc; font-size: 10px; }
.admin-task-list p, .admin-task-list small { grid-column: 2; margin: 0; color: #78686d; font-size: 8px; line-height: 1.5; }
.admin-long-editor { min-height: 220px !important; }
.admin-legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 14px; }
.admin-doc-list { display: grid; align-content: start; gap: 5px; }
.admin-doc-list button { display: grid; gap: 8px; border: 1px solid #302329; border-radius: 10px; background: #100a0d; padding: 12px; color: #bba9ae; cursor: pointer; text-align: left; }
.admin-doc-list button.active { border-color: #713149; background: rgba(118,35,63,.13); color: #f0e2e5; }
.admin-doc-list button > span { font-family: Georgia, serif; font-size: 13px; }
.admin-doc-list small { display: flex; align-items: center; justify-content: space-between; color: #706065; font-size: 7px; }
.admin-legal-editor { min-height: 420px !important; font-family: Georgia, serif !important; font-size: 13px !important; line-height: 1.75 !important; }
.admin-editor-actions { align-items: center; margin: 0; }
.admin-editor-actions > span { color: #75666a; font-size: 8px; }
.admin-switch-list { display: grid; gap: 1px; margin: 15px 0; border: 1px solid #302329; border-radius: 10px; overflow: hidden; background: #302329; }
.admin-switch-list label { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #0e090b; padding: 13px; }
.admin-switch-list label > span { display: grid; gap: 4px; }
.admin-switch-list strong { color: #d5c5c9; font-size: 9px; }
.admin-switch-list small, .admin-helper { color: #706267; font-size: 8px; line-height: 1.5; }
.admin-switch-list input { accent-color: #ad3c63; }
.admin-danger-switch strong { color: #eaa0ae; }
.admin-integrity { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; border: 1px solid; border-radius: 10px; padding: 13px; }
.admin-integrity.valid { border-color: rgba(92,208,145,.23); background: rgba(92,208,145,.05); }
.admin-integrity.broken { border-color: rgba(255,100,132,.28); background: rgba(255,100,132,.06); }
.admin-integrity > div { display: grid; gap: 4px; }
.admin-integrity strong { color: #d9cbce; font-size: 10px; }
.admin-integrity span { color: #76686c; font-size: 8px; }
.admin-denied { display: grid; align-content: center; width: min(100% - 32px, 660px); min-height: 100vh; margin: auto; }
.admin-denied h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 6vw, 64px); font-weight: 400; letter-spacing: -.04em; }
.admin-denied > p:not(.admin-kicker) { max-width: 460px; color: #a69295; line-height: 1.6; }
.admin-denied .admin-button { width: fit-content; margin-top: 16px; }

@media (max-width: 1100px) {
  .admin-app-shell { grid-template-columns: 200px minmax(0, 1fr); }
  .admin-workspace { padding-inline: 20px; }
  .admin-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-with-drawer { grid-template-columns: 1fr; }
  .admin-drawer { position: static; }
  .admin-two-columns-wide { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .admin-app-shell { display: block; }
  .admin-sidebar { display: none; }
  .admin-workspace { padding: 0 12px 48px; }
  .admin-topbar { align-items: flex-start; min-height: auto; padding: 18px 0; }
  .admin-mobile-brand { display: grid; flex-shrink: 0; border: 0; }
  .admin-topbar h1 { font-size: 27px; }
  .admin-topbar > div > span { display: none; }
  .admin-top-actions { margin-left: auto; }
  .admin-top-actions .admin-icon-button { display: none; }
  .admin-mobile-nav { display: flex; gap: 5px; overflow-x: auto; padding: 10px 0 2px; scrollbar-width: none; }
  .admin-mobile-nav button { flex: 0 0 auto; border: 1px solid #34252a; border-radius: 999px; background: #100a0d; padding: 7px 10px; color: #8d7b80; font-size: 8px; }
  .admin-mobile-nav button.active { border-color: #733249; background: rgba(118,35,63,.14); color: #eedde2; }
  .admin-two-columns, .admin-legal-layout { grid-template-columns: 1fr; }
  .admin-task-list article, .admin-launch-gate { align-items: flex-start; flex-direction: column; }
  .admin-doc-list { grid-template-columns: repeat(5, minmax(145px, 1fr)); overflow-x: auto; }
  .admin-panel { padding: 13px; }
}

@media (max-width: 520px) {
  .admin-top-actions .admin-button { min-height: 32px; padding-inline: 10px; }
  .admin-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .admin-metric { min-height: 96px; padding: 13px; }
  .admin-metric strong { margin-top: 16px; font-size: 23px; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-field-wide { grid-column: auto; }
  .admin-danger-zone > div { grid-template-columns: repeat(2, 1fr); }
  .admin-case-head, .admin-editor-actions { flex-direction: column; }
}
