:root {
  --ink: #191915;
  --muted: #727168;
  --paper: #f4f1ea;
  --card: #fffdf8;
  --line: rgba(25, 25, 21, .13);
  --coral: #ff6b4a;
  --coral-dark: #e84f31;
  --mint: #b9e6cf;
  --yellow: #f3d778;
  --lilac: #c9b9ef;
  --shadow: 0 30px 80px rgba(57, 46, 34, .13), 0 3px 12px rgba(57, 46, 34, .07);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body { margin: 0; min-height: 100vh; color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(255, 107, 74, .28); outline-offset: 2px; }
[hidden] { display: none !important; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; opacity: .45; }
.ambient-one { width: 34vw; height: 34vw; min-width: 330px; min-height: 330px; left: -12vw; top: 18vh; background: radial-gradient(circle, rgba(201,185,239,.5), transparent 67%); }
.ambient-two { width: 36vw; height: 36vw; min-width: 360px; min-height: 360px; right: -13vw; bottom: -10vw; background: radial-gradient(circle, rgba(185,230,207,.6), transparent 67%); }

.topbar { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(25,25,21,.06); }
.brand { display: inline-flex; gap: 10px; align-items: center; color: inherit; text-decoration: none; font-size: 25px; font-weight: 780; letter-spacing: -.06em; }
.brand-mark { width: 29px; height: 29px; display: block; position: relative; transform: rotate(-8deg); }
.brand-mark i { display: block; width: 18px; height: 24px; border: 5px solid var(--coral); border-radius: 50% 50% 45% 45%; position: absolute; }
.brand-mark i:first-child { left: 0; top: 0; transform: rotate(-22deg); }
.brand-mark i:last-child { right: 0; bottom: 0; transform: rotate(24deg); border-color: var(--ink); }
.top-actions { display: flex; align-items: center; gap: 18px; }
.presence-control { display: flex; align-items: center; gap: 11px; cursor: pointer; }
.presence-label { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.presence-label b { font-size: 13px; }
.presence-label small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.presence-control input { position: absolute; opacity: 0; }
.switch-ui { width: 48px; height: 28px; border-radius: 30px; background: #d7d3ca; padding: 4px; transition: .25s; }
.switch-ui::after { content: ''; display: block; width: 20px; height: 20px; background: white; border-radius: 50%; box-shadow: 0 2px 5px #aaa; transition: .25s; }
.presence-control input:checked + .switch-ui { background: #41b978; }
.presence-control input:checked + .switch-ui::after { transform: translateX(20px); }
.icon-button { width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; }
.matches-button { position:relative; min-height:42px; display:flex; align-items:center; gap:6px; padding:0 12px; border:1px solid var(--line); border-radius:30px; background:rgba(255,255,255,.55); cursor:pointer; }.matches-button span { color:var(--coral); font-size:20px; line-height:1; }.matches-button b { font-size:11px; }.matches-button i { position:absolute; right:-4px; top:-5px; min-width:18px; height:18px; padding:0 4px; display:grid; place-items:center; border-radius:20px; background:var(--coral); color:white; font-size:8px; font-style:normal; }
.help-button { font: 600 18px var(--serif); padding: 0; }
.icon-button svg, .trust-row svg, .location-pin svg, .filter-button svg, .swipe-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

main { width: 100%; }
.onboarding { min-height: calc(100vh - 86px); padding: 55px clamp(22px, 7vw, 120px) 80px; display: grid; grid-template-columns: minmax(330px, .86fr) minmax(440px, 560px); gap: clamp(50px, 8vw, 150px); align-items: center; max-width: 1500px; margin: auto; }
.intro-copy { align-self: center; max-width: 600px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #5e5d55; font-size: 11px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #44ba7b; box-shadow: 0 0 0 4px rgba(68,186,123,.15); }
.intro-copy h1, .feed-heading h1 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .96; margin: 22px 0; font-size: clamp(54px, 6.3vw, 92px); }
.intro-copy h1 em { color: var(--coral); font-weight: 400; }
.intro-copy > p { color: var(--muted); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; max-width: 560px; }
.trust-row { margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; gap: 22px; flex-wrap: wrap; }
.trust-row span { display: flex; gap: 7px; align-items: center; font-size: 11px; font-weight: 680; color: #5e5d55; }
.trust-row svg { width: 16px; }
.schedule-notice { margin-top: 24px; padding: 14px 16px; border: 1px solid #e5d59c; border-radius: 14px; background: rgba(255,247,215,.72); display: flex; flex-direction: column; gap: 5px; }
.schedule-notice span { color: #8a6325; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.schedule-notice b { font-size: 13px; line-height: 1.35; }
.schedule-notice small { color: #766c50; font-size: 10px; line-height: 1.45; }

.setup-card { background: rgba(255,253,248,.88); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); border-radius: 26px; padding: 31px; backdrop-filter: blur(14px); }
.setup-head, .modal-head { display: flex; justify-content: space-between; align-items: flex-start; }
.setup-head h2, .modal-head h2 { font-family: var(--serif); font-weight: 400; font-size: 28px; letter-spacing: -.035em; margin: 5px 0 0; }
.step-label { font-size: 9px; letter-spacing: .17em; color: var(--coral-dark); font-weight: 800; }
.step-count { color: #8b8980; font-family: ui-monospace, monospace; font-size: 11px; }
.progress { height: 2px; background: #e6e1d7; margin: 23px 0 28px; }
.progress i { display: block; height: 100%; width: 33.3%; background: var(--coral); transition: width .3s ease; }
.form-step { display: none; animation: rise .3s ease; }
.form-step.active { display: block; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }
.field-label { display: flex; align-items: baseline; justify-content: space-between; gap:12px; margin: 0 0 9px; font-size: 12px; font-weight: 740; }
fieldset > legend.field-label { width:100%; }
.field-label span, .field-hint { font-size: 10px; color: #98958b; font-weight: 500; }
.text-input, .telegram-input { width: 100%; background: #f7f4ed; border: 1px solid transparent; border-radius: 11px; color: var(--ink); transition: .2s; }
.text-input { padding: 13px 14px; }
.text-input:focus, .telegram-input:focus-within { background: white; border-color: rgba(255,107,74,.6); outline: none; }
.age-input { font-size: 22px; margin-bottom: 22px; }
textarea.text-input { height: 82px; resize: vertical; line-height: 1.5; }
fieldset { border: 0; padding: 0; margin: 0 0 21px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice.wide { grid-column: span 2; }
.choice input, .intent-choice input { position: absolute; opacity: 0; }
.choice span { display: flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; cursor: pointer; transition: .2s; }
.choice input:checked + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #fff; }
.intent-guidance { color: var(--muted); font-size: 10px; line-height: 1.5; margin: -2px 0 12px; }
.audience-fieldset,.adult-access-fieldset { margin-top: 22px; }.audience-fieldset > legend,.adult-access-fieldset > legend,.adult-tags-panel > legend { width:100%; }
.audience-grid .choice { min-height: 43px; }
.adult-mode-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.adult-mode { position:relative; cursor:pointer; }
.adult-mode input,.tag-picker input { position:absolute; opacity:0; pointer-events:none; }
.adult-mode > span { min-height:70px; display:flex; flex-direction:column; justify-content:center; padding:12px; border:2px solid transparent; border-radius:12px; background:#ffe3dc; transition:.2s; }
.adult-mode.safe > span { background:#e4f3eb; }
.adult-mode input:checked + span { border-color:var(--ink); transform:translateY(-1px); box-shadow:0 5px 12px rgba(0,0,0,.07); }
.adult-mode b,.adult-mode small { display:block; }.adult-mode b { font-size:10px; }.adult-mode small { margin-top:4px; color:var(--muted); font-size:8px; line-height:1.35; }
.adult-tags-panel { margin-top:18px; padding:15px; border:1px solid #e7b5aa; border-radius:13px; background:#fff4f1; }
.adult-tags-panel[hidden] { display:none; }
.tag-picker { display:flex; flex-wrap:wrap; gap:7px; }
.tag-picker label { cursor:pointer; }.tag-picker span { display:inline-flex; min-height:30px; align-items:center; padding:0 10px; border:1px solid #d8cfc5; border-radius:20px; background:white; color:#625f58; font-size:9px; font-weight:750; transition:.18s; }
.tag-picker input:checked + span { border-color:#a84432; background:#262620; color:white; }
.tag-note { margin:10px 0 0; color:#706c64; font-size:8px; line-height:1.45; }.tag-note b { color:var(--ink); }
.intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.intent-choice { min-height: 108px; border-radius: 13px; padding: 13px; cursor: pointer; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto 1fr; column-gap: 8px; border: 2px solid transparent; transition: .2s; }
.intent-choice.coral { background: #ffe0d7; }.intent-choice.lilac { background: #eae3fb; }.intent-choice.rose { background: #ffdce1; }.intent-choice.mint { background: #dcf2e8; }.intent-choice.yellow { background: #faedbd; }
.intent-choice.wide { grid-column: span 2; min-height: 88px; }
.intent-choice:has(input:checked) { border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 5px 12px rgba(0,0,0,.08); }
.intent-icon { grid-row: span 2; width: 31px; height: 31px; border-radius: 50%; background: rgba(255,255,255,.7); display: grid; place-items: center; font-size: 17px; }
.intent-choice b { font-size: 12px; align-self: end; }
.intent-choice small { color: #67665f; font-size: 9px; line-height: 1.35; padding-top: 4px; }
.photo-field-label { margin-top:18px; }.photo-picker { display:grid; grid-template-columns:82px 1fr; gap:13px; align-items:center; padding:11px; border:1px solid var(--line); border-radius:13px; background:#f7f4ed; }.photo-preview { width:82px; aspect-ratio:4/5; overflow:hidden; display:grid; place-items:center; align-content:center; gap:3px; border:1px dashed #aaa49a; border-radius:10px; background:#ebe6dc; color:#777; cursor:pointer; }.photo-preview span { font-size:25px; font-weight:300; }.photo-preview small { font-size:8px; }.photo-preview img { width:100%; height:100%; object-fit:cover; }.photo-picker-copy b,.photo-picker-copy > span { display:block; }.photo-picker-copy b { font-size:11px; }.photo-picker-copy > span { margin:4px 0 9px; color:var(--muted); font-size:8px; line-height:1.45; }.photo-picker-copy div { display:flex; gap:7px; }.photo-picker-copy label,.photo-picker-copy button { border:0; border-radius:7px; padding:7px 9px; font-size:8px; font-weight:750; cursor:pointer; }.photo-picker-copy label { background:var(--ink); color:white; }.photo-picker-copy button { background:#eadfd7; color:#9b4333; }
.location-label-input { margin-bottom: 9px; }
.location-box { background: #edf6f0; border: 1px solid #d7eadf; border-radius: 13px; display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; padding: 12px; }
.location-box.located { background: #e4f6eb; border-color: #aad8bd; }
.location-pin { width: 36px; height: 36px; padding: 8px; border-radius: 50%; color: #258052; background: white; }
.location-box b { display: block; font-size: 11px; }.location-box small { display: block; color: #678071; line-height: 1.35; font-size: 8px; margin-top: 3px; }
.location-box button { border: 0; background: var(--ink); color: white; padding: 8px 10px; font-size: 9px; border-radius: 7px; cursor: pointer; }
.telegram-input { height: 47px; display: flex; align-items: center; padding: 0 13px; }
.telegram-input span { color: var(--coral); font-weight: 700; }.telegram-input input { flex: 1; border: 0; background: transparent; padding: 12px 7px; outline: none; }
.field-hint { margin: 6px 1px 16px; line-height: 1.45; }
.profile-lifetime-notice { margin: 0 0 15px; padding: 12px 13px; border: 1px solid #e8d58f; border-radius: 11px; background: #fff6d8; }.profile-lifetime-notice b,.profile-lifetime-notice span { display: block; }.profile-lifetime-notice b { font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .03em; }.profile-lifetime-notice span { margin-top: 5px; color: #746a48; font-size: 9px; line-height: 1.45; }
.consent { display: flex; gap: 9px; align-items: flex-start; font-size: 10px; line-height: 1.45; color: #67665f; cursor: pointer; }
.consent input { margin: 2px 0 0; accent-color: var(--coral); }
.field-error { min-height: 0; margin: 4px 0 8px; color: #c53c28; font-size: 10px; }
.field-error:empty { display: none; }
.form-error { color: #c53c28; font-size: 11px; margin-top: 8px; min-height: 15px; }
.setup-actions { display: flex; gap: 9px; margin-top: 7px; }
.primary-button, .back-button, .secondary-button { border: 0; border-radius: 11px; min-height: 48px; padding: 0 18px; font-weight: 750; font-size: 12px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.primary-button { background: var(--ink); color: white; flex: 1; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 8px 18px rgba(25,25,21,.14); }
.primary-button:hover { transform: translateY(-1px); box-shadow: 0 11px 22px rgba(25,25,21,.18); }.primary-button:disabled { opacity: .5; cursor: wait; }
.back-button, .secondary-button { background: #ebe7de; }
.privacy-note { text-align: center; color: #98958b; font-size: 8px; margin: 14px 0 0; }.privacy-note button { border: 0; background: none; padding: 0; color: inherit; text-decoration: underline; cursor: pointer; }
.recovery-link { display: block; margin: 9px auto 0; border: 0; background: none; color: #65635b; font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.discovery { min-height: calc(100vh - 86px); padding: 40px clamp(20px, 5vw, 74px) 50px; max-width: 1450px; margin: auto; }
.closed-lobby { min-height: calc(100vh - 86px); padding: 55px 20px 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.closed-lobby .eyebrow { margin-top: 24px; }
.closed-lobby h1 { margin: 16px 0; font: 400 clamp(48px, 6vw, 78px)/.98 var(--serif); letter-spacing: -.055em; }
.closed-lobby h1 em { color: var(--coral); font-weight: 400; }
.closed-lobby > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.closed-lobby time { margin-top: 27px; font-size: 15px; font-weight: 760; }
.closed-lobby > strong { margin-top: 7px; color: var(--coral-dark); font: 400 28px var(--serif); }
.closed-schedule { margin-top: 24px; min-width: min(360px, 90vw); padding: 16px 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.76); box-shadow: 0 12px 35px rgba(57,46,34,.07); }
.closed-schedule b,.closed-schedule span { display: block; }.closed-schedule b { font-size: 13px; }.closed-schedule span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.closed-orbit { position: relative; width: 92px; height: 92px; border: 1px solid #cfc8bb; border-radius: 50%; }
.closed-orbit::before { content: ''; position: absolute; inset: 18px; border: 1px solid #ddd7cc; border-radius: 50%; }
.closed-orbit span,.closed-orbit i { position: absolute; border-radius: 50%; }.closed-orbit span { width: 15px; height: 15px; left: 4px; top: 19px; background: var(--coral); }.closed-orbit i { width: 10px; height: 10px; right: 7px; bottom: 17px; background: #58bd85; }
.feed-heading { display: flex; justify-content: space-between; align-items: flex-end; max-width: 620px; margin: 0 auto 15px; }
.feed-heading h1 { font-size: 44px; margin: 7px 0 0; }
.feed-scope { margin: 8px 0 0; max-width: 460px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.feed-scope[data-tier="india"], .feed-scope[data-tier="regional"] { color: #8a5b35; }
.filter-button { border: 1px solid var(--line); background: rgba(255,255,255,.52); border-radius: 10px; height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; font-size: 11px; cursor: pointer; }
.filter-button svg { width: 15px; }
.filter-drawer { max-width: 620px; margin: 0 auto 16px; background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: 16px; padding: 16px; box-shadow: 0 12px 30px rgba(57,46,34,.08); animation: rise .2s ease; }
.filter-group { margin-bottom: 11px; }.filter-group > span { display: block; font-size: 9px; font-weight: 800; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; margin-bottom: 6px; }
.filter-pills { display: flex; gap: 6px; flex-wrap: wrap; }.filter-pills button { border: 1px solid var(--line); background: transparent; border-radius: 20px; padding: 6px 10px; font-size: 10px; cursor: pointer; }.filter-pills button.active { background: var(--ink); color: #fff; }
.compact-toggle { display: flex; align-items: center; gap: 7px; font-size: 10px; cursor: pointer; }.compact-toggle input { accent-color: var(--ink); }
.deck-shell { max-width: 620px; margin: auto; }
.deck { position: relative; height: min(63vh, 620px); min-height: 470px; }
.person-card { position: absolute; inset: 0; border-radius: 27px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.82); touch-action: none; user-select: none; transform-origin: 50% 100%; transition: transform .28s ease, opacity .28s ease; isolation: isolate; }
.person-card:nth-last-child(n+3) { display: none; }
.person-card:nth-last-child(2) { transform: translateY(11px) scale(.968); background: #e7e2d9; pointer-events: none; box-shadow: 0 18px 45px rgba(57,46,34,.08); }
.person-card:not(:last-child) > * { visibility: hidden; }
.person-card.dragging { transition: none; cursor: grabbing; }
.card-art { height: 49%; position: relative; overflow: hidden; background: var(--art); }
.card-art::before, .card-art::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); }
.card-art::before { width: 260px; height: 260px; left: -60px; top: -80px; box-shadow: 0 0 0 42px rgba(255,255,255,.1), 0 0 0 84px rgba(255,255,255,.07); }
.card-art::after { width: 180px; height: 180px; right: -45px; bottom: -80px; box-shadow: inset 0 0 0 30px rgba(255,255,255,.1); }
.profile-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }.card-art:has(.profile-photo)::before,.card-art:has(.profile-photo)::after { display:none; }
.profile-symbol { position: absolute; inset: 0; display: grid; place-items: center; }
.profile-symbol::before { content: ''; position: absolute; width: 142px; height: 142px; border-radius: 50%; background: rgba(255,255,255,.22); box-shadow: 0 0 0 22px rgba(255,255,255,.09); }
.profile-symbol span { position: relative; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.58); color: rgba(25,25,21,.7); font-family: var(--serif); font-size: 52px; line-height: 1; box-shadow: 0 14px 40px rgba(74,51,39,.1); backdrop-filter: blur(9px); }
.online-badge { position: absolute; left: 21px; top: 20px; background: rgba(25,25,21,.82); color: white; border-radius: 30px; padding: 8px 11px; font-size: 9px; font-weight: 750; letter-spacing: .08em; display: flex; align-items: center; gap: 7px; backdrop-filter: blur(8px); }
.online-badge i { width: 7px; height: 7px; background: #53d58d; border-radius: 50%; box-shadow: 0 0 0 3px rgba(83,213,141,.2); }
.offline-badge i { background: #aaa; box-shadow: none; }
.distance-badge { position: absolute; right: 21px; top: 20px; background: rgba(255,255,255,.75); border-radius: 30px; padding: 8px 11px; font-size: 9px; font-weight: 700; backdrop-filter: blur(8px); }
.swipe-stamp { position: absolute; top: 48%; z-index: 3; padding: 7px 12px; border: 3px solid; border-radius: 8px; font-weight: 900; font-size: 20px; letter-spacing: .08em; opacity: 0; pointer-events: none; }
.swipe-stamp.pass-stamp { right: 24px; color: #cc5037; transform: rotate(12deg); }.swipe-stamp.chat-stamp { left: 24px; color: #238a58; transform: rotate(-12deg); }
.card-body { height: 51%; padding: 21px 23px 18px; display: flex; flex-direction: column; background: var(--surface); }
.identity-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.identity-row h2 { display: flex; align-items: baseline; gap: 8px; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; font-size: 28px; margin: 0; }.identity-row h2 span { font-size: 36px; }.identity-row h2 i { color: #aaa69c; font-size: 19px; font-style: normal; }
.report-link { flex: 0 0 auto; border: 1px solid rgba(25,25,21,.1); background: rgba(255,255,255,.55); padding: 7px 10px; color: #77746c; font-size: 8px; border-radius: 30px; cursor: pointer; transition: .2s; }.report-link strong { color: #bd4f3c; font-size: 9px; }.report-link:hover { background: white; border-color: rgba(189,79,60,.3); transform: translateY(-1px); }
.card-location { color: #77746c; font-size: 10px; margin: 4px 0 13px; }
.expectation-row { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; background: rgba(255,255,255,.72); border: 1px solid rgba(25,25,21,.08); border-radius: 30px; padding: 6px 10px; font-size: 9px; line-height: 1; }.expectation-row span { color: #7b786f; }.expectation-row b { font-weight: 760; }
.profile-tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:8px; }.profile-tags span { display:inline-flex; align-items:center; min-height:21px; padding:0 7px; border:1px solid rgba(25,25,21,.1); border-radius:20px; background:rgba(255,255,255,.58); color:#625e57; font-size:8px; font-weight:800; line-height:1; }.profile-tags .nsfw-profile-tag { border-color:#a94431; background:#a94431; color:white; letter-spacing:.06em; }
.card-bio { max-width: 490px; font-family: var(--serif); font-size: 17px; line-height: 1.38; margin: 14px 0 10px; }
.card-footer { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; border-top: 1px solid rgba(25,25,21,.09); padding-top: 10px; }
.response-note, .telegram-hint { display: flex; flex-direction: column; gap: 3px; font-size: 8px; line-height: 1.25; color: #8c641e; }.response-note.good { color: #3d7a5a; }.response-note b, .telegram-hint b { font-size: 9px; font-weight: 780; }.response-note span, .telegram-hint span { color: #858279; }
.telegram-hint { color: var(--ink); text-align: right; }
.swipe-actions { display: grid; grid-template-columns: 58px 1fr 58px; align-items: center; gap: 15px; margin-top: 20px; }
.swipe-button { width: 58px; height: 58px; border: 0; border-radius: 50%; background: white; padding: 17px; cursor: pointer; box-shadow: 0 6px 18px rgba(57,46,34,.11); transition: .2s; }.swipe-button:hover { transform: translateY(-2px); }.swipe-button.connect { background: var(--coral); color: white; }.swipe-button svg { stroke-width: 2.2; }
.action-copy { display: flex; justify-content: space-between; color: #96938a; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.empty-state { min-height: 470px; border-radius: 27px; background: rgba(255,253,248,.8); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 50px; box-shadow: var(--shadow); }.empty-state h2 { font: 36px var(--serif); margin: 25px 0 8px; }.empty-state p { max-width: 370px; color: var(--muted); font-size: 13px; line-height: 1.6; }.empty-orbit { width: 90px; height: 90px; border: 1px solid #bdb8ac; border-radius: 50%; position: relative; }.empty-orbit::before { content: ''; position: absolute; inset: 16px; border: 1px solid #d5d0c4; border-radius: 50%; }.empty-orbit span { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--coral); left: 5px; top: 15px; }.empty-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--lilac); right: 10px; bottom: 18px; }.secondary-button { margin-top: 10px; }

.modal { width: min(calc(100% - 30px), 480px); max-height: calc(100svh - 30px); overflow-y: auto; border: 0; border-radius: 22px; padding: 25px; background: var(--card); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.24); }.modal::backdrop { background: rgba(20,20,17,.5); backdrop-filter: blur(4px); }.close-button { border: 0; background: #eeeae1; border-radius: 50%; width: 32px; height: 32px; cursor: pointer; font-size: 19px; }.modal > p { color: var(--muted); font-size: 12px; line-height: 1.6; }.report-options { display: grid; gap: 7px; margin-top: 18px; }.report-options button { border: 1px solid var(--line); background: #f6f2eb; padding: 12px; text-align: left; border-radius: 9px; cursor: pointer; font-size: 11px; }.report-options button:hover { border-color: var(--coral); }.dialog-message { min-height: 16px; color: #2c8657 !important; }.profile-summary { background: #f3efe7; border-radius: 13px; padding: 15px; margin: 20px 0; font-size: 12px; line-height: 1.8; }.primary-button.full { width: 100%; display: flex; }.secondary-button.full { width: 100%; }.recovery-code-button { margin-top: 9px; }.danger-link { display: block; border: 0; background: none; color: #bd3d2b; text-decoration: underline; font-size: 10px; margin: 18px auto 0; cursor: pointer; }
.report-options button.selected { border-color: var(--coral); background: #ffe3da; box-shadow: inset 0 0 0 1px var(--coral); }.report-details-label { display: flex; justify-content: space-between; margin: 16px 0 6px; font-size: 10px; font-weight: 750; }.report-details-label span { color: var(--muted); font-size: 8px; font-weight: 500; }.report-details { width: 100%; min-height: 86px; resize: vertical; line-height: 1.45; }.report-submit { margin-top: 10px; }
.matches-modal { width:min(calc(100% - 30px),720px); }.matches-content { display:grid; gap:10px; margin-top:18px; }.match-card { display:grid; grid-template-columns:92px 1fr; gap:14px; padding:10px; border:1px solid var(--line); border-radius:14px; background:#f7f3ec; }.match-card > img,.match-placeholder { width:92px; aspect-ratio:4/5; object-fit:cover; border-radius:10px; }.match-placeholder { display:grid; place-items:center; background:var(--match-color); font:32px var(--serif); }.match-copy { min-width:0; align-self:center; }.match-copy > span { color:var(--muted); font-size:8px; text-transform:uppercase; letter-spacing:.08em; }.match-copy h3 { margin:4px 0; font:24px var(--serif); }.match-copy p { margin:0 0 10px; color:var(--muted); font-size:10px; }.match-copy div { display:flex; gap:6px; align-items:center; flex-wrap:wrap; }.telegram-match { padding:8px 10px; border-radius:8px; background:#2587d8; color:white; text-decoration:none; font-size:9px; font-weight:800; }.match-copy button { border:0; background:#e9e4da; border-radius:8px; padding:8px 9px; font-size:8px; cursor:pointer; }.empty-matches { padding:35px 20px; text-align:center; border:1px dashed var(--line); border-radius:14px; }.empty-matches b { font:24px var(--serif); }.empty-matches p { max-width:380px; margin:8px auto 0; color:var(--muted); font-size:10px; line-height:1.55; }.matched-modal { width:min(calc(100% - 30px),480px); text-align:center; }.match-burst { width:76px; height:76px; display:grid; place-items:center; margin:4px auto 16px; border-radius:50%; background:#ffe1d8; color:var(--coral); font-size:42px; }.matched-modal h2 { margin:6px 0 4px; font:42px var(--serif); letter-spacing:-.04em; }.matched-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:20px; }.matched-actions button { margin:0; justify-content:center; }
.broadcast-modal { width: min(calc(100% - 30px), 520px); }.broadcast-modal #broadcastMessage { font-size: 14px; color: var(--ink); }.broadcast-poll { display: grid; gap: 8px; margin: 17px 0 5px; }.broadcast-poll button { border: 1px solid var(--line); border-radius: 10px; background: #f6f2eb; padding: 13px; text-align: left; font-size: 11px; cursor: pointer; }.broadcast-poll button:hover { border-color: var(--coral); background: #ffe8e0; }.broadcast-modal textarea { margin-top: 14px; width: 100%; min-height: 90px; resize: vertical; }.broadcast-modal #sendBroadcastFeedback { margin-top: 9px; }.broadcast-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }.broadcast-actions .secondary-button { margin: 0; }.broadcast-actions .primary-button { width: auto; }.broadcast-actions button[hidden] { display: none; }
.recovery-form { margin-top: 20px; }.recovery-form .primary-button { margin-top: 10px; }.recovery-input { text-transform: uppercase; letter-spacing: .11em; font-family: ui-monospace, monospace; }
.dialog-message.error { color: #bd3d2b !important; }
.tutorial-modal { width: min(calc(100% - 30px), 560px); }.tutorial-intro { margin: 12px 0 17px; }.tutorial-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.tutorial-steps article { display: flex; align-items: flex-start; gap: 10px; min-height: 104px; padding: 13px; background: #f3efe7; border: 1px solid rgba(25,25,21,.06); border-radius: 13px; }.tutorial-steps b { display: block; font-size: 11px; margin: 3px 0 5px; }.tutorial-steps p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }.tutorial-number,.tutorial-gesture { flex: 0 0 auto; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 13px; font-weight: 800; }.tutorial-gesture.left { background: #77746c; }.tutorial-gesture.right { background: var(--coral); }.tutorial-gesture.flag { color: #a94431; background: #ffe0d7; }
.recovery-code-panel { margin-top: 12px; padding: 16px; border: 2px solid #b5a0e3; border-radius: 13px; background: #eae3fb; }.recovery-code-panel h3 { margin: 0 0 5px; font: 700 22px var(--serif); letter-spacing: -.03em; text-transform: uppercase; }.recovery-code-panel > strong { display: block; color: #5b3e8a; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }.recovery-code-panel p { margin: 7px 0 12px; color: #5f5968; font-size: 10px; line-height: 1.5; }.recovery-code-row { display: flex; align-items: center; gap: 8px; }.recovery-code-row code { flex: 1; padding: 10px; border-radius: 8px; background: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-align: center; white-space: nowrap; }.recovery-code-row button { border: 0; background: var(--ink); color: white; border-radius: 8px; padding: 10px 12px; font-size: 9px; font-weight: 750; cursor: pointer; }.tutorial-done { margin-top: 12px; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 25px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: white; border-radius: 40px; padding: 11px 17px; font-size: 11px; box-shadow: 0 8px 25px rgba(0,0,0,.2); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.notice-button { position: relative; font-weight: 850; }.notice-button > span { font-size: 17px; }.notice-button i { position: absolute; right: -3px; top: -3px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--coral); color: white; font-size: 8px; font-style: normal; }
.verification-banner { width: min(calc(100% - 28px),1100px); margin: 18px auto 0; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #e0a04b; border-radius: 14px; background: #fff4d8; box-shadow: 0 8px 24px rgba(96,65,21,.08); }.verification-banner span { display:block; color:#a45c19; font-size:8px; font-weight:850; letter-spacing:.14em; }.verification-banner b { display:block; margin-top:4px; font-size:15px; }.verification-banner p { margin:4px 0 0; color:#78633e; font-size:10px; }.verify-telegram { flex:0 0 auto; border:0; border-radius:9px; background:#2587d8; color:white; padding:11px 15px; font-size:10px; font-weight:800; cursor:pointer; }.verify-telegram:disabled { opacity:.5; cursor:not-allowed; }
.telegram-verification { margin-top:10px; padding:12px; display:flex; align-items:center; justify-content:space-between; gap:12px; border:1px solid var(--line); border-radius:11px; background:#f3efe7; }.telegram-verification b,.telegram-verification span { display:block; }.telegram-verification b { font-size:10px; }.telegram-verification span { margin-top:3px; color:var(--muted); font-size:8px; }.telegram-verification.verified { border-color:#8bcdae; background:#e8f7ef; }.telegram-verification.verified .verify-telegram { display:none; }
.notices-modal { width:min(calc(100% - 30px),700px); }.notices-content { display:grid; gap:10px; }.notices-content > h4 { margin:14px 0 1px; color:var(--coral-dark); font-size:8px; letter-spacing:.14em; }.case-item,.notice-item { padding:15px; border:1px solid var(--line); border-radius:11px; background:#f7f3ec; }.case-item.urgent { border-left:4px solid var(--coral); }.case-item > span,.notice-item > span { color:var(--muted); font-size:8px; text-transform:uppercase; letter-spacing:.06em; }.case-item h3,.notice-item h3 { margin:6px 0; font-size:13px; }.case-item p,.notice-item p { margin:0; color:#656159; font-size:10px; line-height:1.55; }.case-item small { display:block; margin-top:8px; color:#a45c19; font-size:9px; }.case-item textarea { width:100%; min-height:85px; margin-top:12px; }.case-item .primary-button { width:auto; margin-top:7px; }.case-item blockquote { margin:10px 0 0; padding:10px; background:white; border-left:2px solid var(--lilac); font-size:10px; }.empty-notices { padding:30px; text-align:center; }
.case-consequence { margin-top:10px; padding:10px; border-radius:9px; background:#fff0ce; color:#755823; font-size:9px; line-height:1.5; }.case-consequence b { display:block; margin-bottom:3px; color:#8d5811; font-size:8px; letter-spacing:.05em; text-transform:uppercase; }

@media (min-width: 901px) {
  .topbar { height: 94px; }.brand { font-size: 29px; }.presence-label b { font-size: 15px; }.presence-label small { font-size: 11px; }
  .onboarding { min-height: calc(100vh - 94px); }.intro-copy > p { font-size: 19px; }.trust-row span { font-size: 12px; }
  .setup-card { padding: 36px; }.setup-head h2 { font-size: 32px; }.step-label { font-size: 10px; }.field-label { font-size: 14px; }.field-label span,.field-hint { font-size: 11px; }.text-input,.telegram-input { font-size: 14px; }.choice span { font-size: 14px; }.intent-choice b { font-size: 14px; }.intent-choice small { font-size: 11px; }.intent-guidance { font-size: 12px; }.adult-mode b { font-size:12px; }.adult-mode small { font-size:10px; }.tag-picker span { min-height:34px; padding:0 12px; font-size:10px; }.primary-button,.back-button,.secondary-button { font-size: 14px; }.privacy-note,.recovery-link { font-size: 10px; }
  .discovery { min-height: calc(100vh - 94px); }.feed-heading,.filter-drawer,.deck-shell { max-width: 700px; }.feed-heading h1 { font-size: 52px; }.filter-button { height: 43px; font-size: 13px; }.deck { min-height: 560px; height: min(66vh, 660px); }
  .online-badge,.distance-badge { font-size: 11px; padding: 9px 13px; }.card-body { padding: 25px 28px 21px; }.identity-row h2 { font-size: 34px; }.identity-row h2 span { font-size: 45px; }.report-link { font-size: 10px; padding: 9px 13px; }.report-link strong { font-size: 11px; }.card-location { font-size: 13px; margin-top: 6px; }.expectation-row { font-size: 11px; padding: 8px 12px; }.card-bio { font-size: 21px; line-height: 1.42; max-width: 580px; }.response-note,.telegram-hint { font-size: 10px; }.response-note b,.telegram-hint b { font-size: 11px; }.action-copy { font-size: 9px; }.swipe-button { width: 62px; height: 62px; }
  .modal > p { font-size: 14px; }.modal-head h2 { font-size: 32px; }.tutorial-steps b { font-size: 13px; }.tutorial-steps p { font-size: 11px; }.recovery-code-panel p { font-size: 11px; }.recovery-code-row code { font-size: 15px; }
}

@media (max-width: 900px) {
  .topbar { height: 70px; }
  .onboarding { display: block; padding-top: 32px; }
  .intro-copy { text-align: center; margin: 0 auto 35px; }.eyebrow { justify-content: center; }.intro-copy h1 { font-size: clamp(52px, 13vw, 80px); }.intro-copy > p { margin-inline: auto; }.trust-row { justify-content: center; }
  .setup-card { max-width: 560px; margin: auto; }
  .discovery { min-height: calc(100vh - 70px); padding-top: 25px; }
}
@media (max-width: 560px) {
  .topbar { padding: 0 12px; }.brand { font-size: 20px; }.brand-mark { width:25px; transform:scale(.86) rotate(-8deg); }.top-actions { gap: 6px; }.presence-label { display:none; }.presence-control { gap: 4px; }.switch-ui { width:42px; height:25px; padding:3px; }.switch-ui::after { width:19px; height:19px; }.presence-control input:checked + .switch-ui::after { transform:translateX(17px); }.icon-button { width: 36px; height: 36px; }.matches-button { width:36px; min-height:36px; padding:0; justify-content:center; }.matches-button b { display:none; }.matches-button span { font-size:19px; }
  .onboarding { padding: 29px 14px 50px; }.intro-copy h1 { margin: 17px 0; }.intro-copy > p { font-size: 15px; }.schedule-notice { margin-top: 19px; text-align: left; }.trust-row { gap: 12px; margin-top: 22px; padding-top: 18px; }.trust-row span { font-size: 9px; }
  .closed-lobby { min-height: calc(100svh - 70px); padding: 34px 19px 50px; }.closed-lobby .eyebrow { margin-top: 18px; }.closed-lobby h1 { font-size: 48px; }.closed-lobby > p { font-size: 14px; }.closed-lobby > strong { font-size: 24px; }
  .setup-card { padding: 23px 18px; border-radius: 21px; }.intent-grid { grid-template-columns: 1fr 1fr; }.intent-choice { min-height: 101px; padding: 10px; }.adult-mode-grid { grid-template-columns:1fr; }.adult-mode > span { min-height:58px; }.location-box { grid-template-columns: 34px 1fr; }.location-box button { grid-column: span 2; width: 100%; }.location-fallback { grid-template-columns: 1fr; }
  .discovery { padding: 20px 12px 30px; }.feed-heading { padding: 0 5px; }.feed-heading h1 { font-size: 38px; }.feed-scope { font-size: 11px; max-width: 265px; }.deck { height: calc(100svh - 257px); min-height: 440px; max-height: 570px; }.card-art { height: 44%; }.card-body { height: 56%; padding: 18px 17px 15px; }.identity-row h2 { font-size: 24px; }.identity-row h2 span { font-size: 32px; }.card-bio { font-size: 16px; margin-top: 12px; }.profile-symbol::before { width: 118px; height: 118px; }.profile-symbol span { width: 92px; height: 92px; font-size: 43px; }.swipe-actions { grid-template-columns: 52px 1fr 52px; margin: 14px 4px 0; }.swipe-button { width: 52px; height: 52px; padding: 15px; }.action-copy { font-size: 7px; }
  .tutorial-steps { grid-template-columns: 1fr; }.tutorial-steps article { min-height: 82px; }.recovery-code-row { align-items: stretch; flex-direction: column; }.recovery-code-row code { font-size: 11px; }.recovery-code-row button { min-height: 36px; }
  .match-card { grid-template-columns:76px 1fr; gap:10px; }.match-card > img,.match-placeholder { width:76px; }.matched-actions { grid-template-columns:1fr; }
}
@media (max-height: 700px) and (max-width: 560px) { .feed-heading h1 { font-size: 31px; }.feed-heading { margin-bottom: 8px; }.deck { min-height: 410px; height: calc(100svh - 200px); }.card-art { height: 39%; }.card-body { height: 61%; }.card-bio { margin: 8px 0; font-size: 15px; }.card-footer { padding-top: 8px; }.swipe-actions { margin-top: 8px; }.swipe-button { width: 46px; height: 46px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
.session-switch-modal { width:min(calc(100% - 30px),520px); }.session-switch-modal > p { margin:16px 0 22px; padding:14px; border-radius:10px; background:#fff2d8; color:#6f572e; font-size:12px; line-height:1.55; }.session-switch-actions { display:grid; grid-template-columns:1fr 1.25fr; gap:9px; }.session-switch-actions button { width:100%; min-height:44px; margin:0; justify-content:center; }.session-switch-actions .secondary-button { border:1px solid var(--line); border-radius:9px; background:#f2eee6; color:var(--ink); font-size:10px; cursor:pointer; }
@media(max-width:560px){.session-switch-actions{grid-template-columns:1fr}.session-switch-actions .primary-button{order:-1}}
