:root {
  --ink: #382630;
  --ink-soft: #6f5964;
  --berry: #d94f70;
  --berry-deep: #aa3154;
  --berry-wash: #ffe5e9;
  --cherry: #b82f52;
  --vanilla: #fffaf1;
  --cream: #fffdf9;
  --waffle: #d89a4a;
  --waffle-soft: #f6dfbd;
  --mint: #dff3e8;
  --mint-deep: #26785a;
  --lavender: #eee8ff;
  --lavender-deep: #6f54a7;
  --line: rgba(104, 69, 84, .14);
  --shadow-sm: 0 8px 24px rgba(79, 45, 59, .08);
  --shadow-lg: 0 26px 70px rgba(79, 45, 59, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
}

html { min-height: 100%; background: #fff8ee; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 8%, rgba(255, 205, 214, .72), transparent 25rem),
    radial-gradient(circle at 92% 15%, rgba(221, 241, 230, .82), transparent 27rem),
    radial-gradient(circle at 75% 92%, rgba(238, 226, 255, .58), transparent 30rem),
    linear-gradient(145deg, #fffaf2 0%, #fffdf9 52%, #fff7ef 100%);
  font-family: ui-rounded, "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: .2;
  background-image: radial-gradient(rgba(129, 79, 98, .28) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

::selection { color: white; background: var(--berry); }

.dating-root {
  width: min(100%, 1180px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 1.4rem 1.6rem 3.5rem;
}

.dating-content { margin-top: 1.15rem; }

/* CSS-drawn three-scoop mark: no third-party asset or tracking request. */
.scoop-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 57px;
  filter: drop-shadow(0 7px 8px rgba(92, 48, 64, .15));
}

.scoop-mark::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 3px;
  width: 48px;
  height: 34px;
  content: "";
  background:
    radial-gradient(circle at 20% 66%, #f38da4 0 25%, transparent 27%),
    radial-gradient(circle at 50% 38%, #fff0c9 0 29%, transparent 31%),
    radial-gradient(circle at 80% 66%, #8fd2b1 0 25%, transparent 27%);
}

.scoop-mark::after {
  position: absolute;
  bottom: 1px;
  left: 14px;
  width: 28px;
  height: 31px;
  content: "";
  background:
    repeating-linear-gradient(55deg, transparent 0 6px, rgba(126, 73, 27, .18) 6px 7px),
    repeating-linear-gradient(-55deg, transparent 0 6px, rgba(126, 73, 27, .14) 6px 7px),
    #dda658;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.scoop-mark-large {
  width: 74px;
  height: 78px;
  margin-bottom: 1.6rem;
  transform: scale(1.35);
  transform-origin: left bottom;
}

/* Private-preview entrance */
.preview-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .78fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  min-height: calc(100vh - 5rem);
  padding: 4vh clamp(.25rem, 3vw, 2.5rem);
}

.preview-story { max-width: 650px; padding: 2rem 0; }

.brand-eyebrow,
.form-eyebrow {
  display: block;
  color: var(--berry-deep);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .18em;
}

.preview-title {
  display: block;
  max-width: 680px;
  margin: .7rem 0 1.3rem;
  color: var(--ink);
  font-family: ui-rounded, "Avenir Next", Avenir, system-ui, sans-serif;
  font-size: clamp(3rem, 6vw, 5.45rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}

.preview-copy {
  display: block;
  max-width: 580px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
}

.signal-list { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: 1.7rem; }

.signal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .34rem .82rem;
  color: #6d4555;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(129, 79, 98, .12);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(79, 45, 59, .05);
  font-size: .84rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.signal-pill::before {
  width: 7px;
  height: 7px;
  margin-right: .48rem;
  content: "";
  background: var(--berry);
  border-radius: 50%;
}

.preview-access-gate {
  position: relative;
  overflow: hidden;
  max-width: 460px;
  padding: clamp(1.7rem, 4vw, 2.7rem);
  background: rgba(255, 253, 249, .91);
  border: 1px solid rgba(130, 78, 98, .13);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}

.preview-access-gate::before {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 180px;
  height: 180px;
  content: "";
  background: radial-gradient(circle, rgba(255, 205, 214, .7), transparent 68%);
  border-radius: 50%;
}

.gate-title {
  position: relative;
  display: block;
  margin: .35rem 0 .55rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.gate-copy { position: relative; display: block; color: var(--ink-soft); }

.preview-access-gate input {
  position: relative;
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 1.35rem 0 .25rem;
  padding: .8rem 1rem;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(109, 69, 84, .2);
  border-radius: 15px;
  box-shadow: inset 0 1px 2px rgba(73, 43, 54, .04);
}

.preview-access-gate .form-status { min-height: 1.55rem; margin: .35rem 0 .55rem; }
.gate-button { width: 100%; justify-content: center; }
.gate-button::after { margin-left: .55rem; content: "→"; transition: transform .2s ease; }
.gate-button:hover::after { transform: translateX(3px); }

/* Persistent application chrome */
.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: .75rem 1rem;
  background: rgba(255, 253, 249, .68);
  border: 1px solid rgba(109, 69, 84, .1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.brand-lockup { display: flex; gap: .8rem; align-items: center; }
.brand-words { display: flex; flex-direction: column; line-height: 1.1; }

.brand-name {
  display: block;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -.025em;
}

.brand-tagline {
  display: block;
  margin-top: .26rem;
  color: var(--berry-deep);
  font-size: .78rem;
  font-weight: 650;
}

.preview-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .28rem .7rem;
  color: #765f48;
  background: #fff1d6;
  border: 1px solid rgba(172, 112, 45, .16);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.auth-shell.signed-out {
  max-width: 520px;
  margin: clamp(2.2rem, 7vh, 5rem) auto 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(255, 253, 249, .92);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.auth-shell.signed-in {
  width: fit-content;
  max-width: 100%;
  margin: .65rem 0 -.35rem auto;
  padding: .3rem .6rem;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .56);
  border-radius: 999px;
  font-size: .86rem;
}

.auth-shell.signed-in button,
.auth-shell.signed-in .btn { min-height: 34px; padding: .32rem .72rem; font-size: .8rem; }
.auth-shell input { border-radius: 13px; }

/* Navigation and page surfaces */
.app-nav {
  display: inline-flex;
  gap: .3rem;
  margin: 1rem 0;
  padding: .32rem;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(109, 69, 84, .1);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(79, 45, 59, .06);
  backdrop-filter: blur(16px);
}

.app-nav .nav-button {
  min-height: 40px;
  margin: 0;
  padding: .48rem 1rem;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: .9rem;
}

.app-nav .nav-button:hover { color: var(--ink); background: rgba(255, 229, 233, .58); transform: none; }

.app-nav .nav-button.active {
  color: white;
  background: linear-gradient(135deg, var(--berry), #c64066);
  box-shadow: 0 7px 16px rgba(190, 54, 92, .22);
}

.page-section,
.active-call {
  padding: clamp(1.25rem, 3.5vw, 2.35rem);
  background: rgba(255, 253, 249, .88);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.section-title {
  display: block;
  margin: 0 0 1.2rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 820;
  letter-spacing: -.045em;
  line-height: 1.1;
}

.subsection-title {
  display: block;
  margin: .9rem 0 .7rem;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .075em;
}

.profile-card,
.connection-card {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
  padding: clamp(1.05rem, 3vw, 1.6rem);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,248,241,.9));
  border: 1px solid rgba(109, 69, 84, .12);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(79, 45, 59, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.profile-card:hover,
.connection-card:hover {
  border-color: rgba(217, 79, 112, .25);
  box-shadow: 0 16px 38px rgba(79, 45, 59, .1);
  transform: translateY(-1px);
}

.profile-card::after,
.connection-card::after {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(255, 221, 226, .46), transparent 68%);
}

.connection-card { padding: .55rem .8rem; }

.connection-summary,
button.connection-summary {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: .55rem .45rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  font-size: 1.08rem;
  text-align: left;
}

.connection-summary::after { content: "⌄"; color: var(--berry); font-size: 1.15rem; }
.connection-summary[aria-expanded="true"]::after { content: "⌃"; }
.connection-details { padding: .35rem .45rem .8rem; border-top: 1px solid var(--line); }

.card-title {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.3rem;
  font-weight: 820;
  letter-spacing: -.025em;
}

.profile-bio { display: block; max-width: 720px; margin: .65rem 0 1rem; white-space: pre-wrap; }

.profile-location {
  display: block;
  margin: .24rem 0 .65rem;
  color: var(--ink-soft);
  font-size: .9rem;
}

.profile-location::before { margin-right: .35rem; content: "⌖"; color: var(--berry); }

.connection-state,
.presence {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: .35rem .45rem .7rem 0;
  padding: .22rem .65rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 750;
}

.connection-state { color: #6d5360; background: var(--berry-wash); }
.presence { color: var(--ink-soft); background: #f0ecee; }
.presence::before { width: 8px; height: 8px; margin-right: .4rem; content: ""; border-radius: 50%; }
.presence.online { color: var(--mint-deep); background: var(--mint); }
.presence.online::before { background: #35a979; box-shadow: 0 0 0 3px rgba(53,169,121,.13); }
.presence.offline::before { background: #a69aa0; }

.call-banner {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(135deg, #fff0cf, #ffe5e9);
  border: 1px solid rgba(200, 128, 49, .22);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(132, 79, 46, .1);
}

.call-banner::before { margin-right: .65rem; content: "●"; color: var(--berry); animation: soft-pulse 1.5s ease-in-out infinite; }
.call-banner-title { display: inline-block; margin: 0 .8rem .65rem 0; font-weight: 820; }

/* Forms */
.field-label { display: block; margin-top: 1rem; margin-bottom: .28rem; font-size: .86rem; font-weight: 760; }

.profile-editor input,
.profile-editor textarea,
.profile-editor select {
  display: block;
  width: min(100%, 680px);
}

.profile-editor input[type="checkbox"],
.profile-editor input[type="radio"] {
  display: inline-block;
  width: auto;
}

.profile-preference-question {
  max-width: 760px;
  margin: .9rem 0;
  padding: .9rem;
  background: rgba(255, 247, 241, .58);
  border: 1px solid rgba(109, 69, 84, .12);
  border-radius: 18px;
}

.profile-preference-question > .field-label {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: .95rem;
}

.choice-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .55rem;
}

.choice-tile,
label.choice-tile {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
  padding: .7rem .8rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  border: 2px solid rgba(109, 69, 84, .14);
  border-radius: 14px;
  cursor: pointer;
  font-weight: 680;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease,
              transform .16s ease;
}

label.choice-tile:hover {
  border-color: rgba(217, 79, 112, .42);
  transform: translateY(-1px);
}

label.choice-tile:has(input:checked) {
  color: var(--berry-deep);
  background: linear-gradient(135deg, rgba(255, 228, 233, .96), rgba(255, 239, 220, .94));
  border-color: var(--berry);
  box-shadow: 0 7px 18px rgba(183, 45, 82, .12);
}

label.choice-tile:has(input:checked)::after {
  margin-left: auto;
  padding-left: .5rem;
  color: var(--berry-deep);
  content: "✓";
  font-size: 1.05rem;
  font-weight: 900;
}

.choice-tile input[type="checkbox"],
.choice-tile input[type="radio"] {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0 .7rem 0 0;
  accent-color: var(--berry);
  cursor: pointer;
}

label.choice-tile:has(input:focus-visible) {
  outline: 3px solid rgba(217, 79, 112, .25);
  outline-offset: 2px;
}

label.choice-tile:has(input:disabled) {
  cursor: not-allowed;
  opacity: .58;
}

.expanded-gender {
  display: grid;
  max-width: 680px;
  margin-top: .55rem;
  gap: .55rem;
}

input,
textarea,
select,
.form-control,
.form-select {
  color: var(--ink);
  background-color: rgba(255, 255, 255, .94);
  border: 1px solid rgba(109, 69, 84, .2);
  border-radius: 13px;
  box-shadow: inset 0 1px 2px rgba(73, 43, 54, .025);
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--berry);
  box-shadow: 0 0 0 4px rgba(217, 79, 112, .13);
  outline: 0;
}

textarea { padding: .75rem .9rem; }

.form-help,
.dev-boundary,
.demo-note {
  display: block;
  max-width: 760px;
  margin: .42rem 0;
  color: var(--ink-soft);
  font-size: .88rem;
}

.dev-boundary {
  width: fit-content;
  padding: .5rem .7rem;
  color: #7d5922;
  background: #fff3d9;
  border-radius: 10px;
}

.demo-note { margin: 1rem auto; padding: .6rem .8rem; background: #fff3d9; border-radius: 12px; }
.form-status { display: block; margin: .6rem 0; color: var(--mint-deep); font-size: .9rem; font-weight: 650; }
.form-status.error { color: #ad294c; }

button,
.btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: .25rem .4rem .25rem 0;
  padding: .55rem 1rem;
  border-radius: 999px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

button:hover:not(:disabled),
.btn:hover:not(:disabled) { transform: translateY(-1px); }

button:active:not(:disabled),
.btn:active:not(:disabled) { transform: translateY(0); }

.btn-primary,
button.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--berry), #c33c63);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(183, 45, 82, .2);
}

.btn-primary:hover,
button.btn-primary:hover { background: linear-gradient(135deg, #e25879, var(--berry-deep)); border-color: transparent; }
.btn-success { background: var(--mint-deep); border-color: var(--mint-deep); }
.btn-danger { background: var(--cherry); border-color: var(--cherry); }
.btn-outline-danger { color: var(--cherry); border-color: rgba(184, 47, 82, .45); }

.empty-state {
  display: block;
  padding: 2rem;
  color: var(--ink-soft);
  background: rgba(255, 245, 237, .65);
  border: 1px dashed rgba(109, 69, 84, .2);
  border-radius: var(--radius-md);
  text-align: center;
}

/* Photos and safety controls */
.account-actions,
.image-flow,
.profile-photos { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.account-actions { display: flex; gap: .7rem; align-items: center; flex-wrap: wrap; }
.report-action { display: flex; gap: .35rem; align-items: center; flex-wrap: wrap; }
.account-actions input { min-height: 42px; }
.image-flow { padding: 1rem; background: rgba(255, 242, 222, .38); border-radius: var(--radius-sm); }
.profile-photo-row { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; margin: .75rem 0; padding: .65rem; background: rgba(255,255,255,.64); border-radius: var(--radius-sm); }

.profile-photo-thumbnail,
.local-photo-preview {
  display: block;
  width: 156px;
  height: 156px;
  object-fit: cover;
  border: 5px solid white;
  border-radius: 19px;
  box-shadow: 0 9px 24px rgba(73, 43, 54, .13);
}

.local-photo-preview:not([src]) { display: none; }
.photo-state { font-weight: 750; }
.photo-primary { color: var(--mint-deep); font-weight: 750; }

/* Transcript and the central live-construction surface */
.transcript {
  overflow-y: auto;
  padding: .9rem;
  background: rgba(255, 249, 242, .72);
  border: 1px solid rgba(109, 69, 84, .12);
  border-radius: 18px;
  scrollbar-color: rgba(217,79,112,.38) transparent;
}

.compact-transcript { max-height: 250px; margin-top: .9rem; }
.active-transcript { min-height: 190px; max-height: 390px; margin-bottom: 1rem; }

.transcript-entry {
  width: fit-content;
  max-width: min(78%, 680px);
  margin: .55rem 0;
  padding: .65rem .82rem;
  background: white;
  border: 1px solid rgba(109, 69, 84, .11);
  border-radius: 18px 18px 18px 5px;
  box-shadow: 0 4px 12px rgba(73, 43, 54, .04);
}

.transcript-entry.mine {
  margin-left: auto;
  background: var(--berry-wash);
  border-color: rgba(217, 79, 112, .13);
  border-radius: 18px 18px 5px 18px;
}

.speaker { display: block; margin-bottom: .15rem; color: var(--ink-soft); font-size: .72rem; font-weight: 820; letter-spacing: .02em; }
.committed-text { display: block; white-space: pre-wrap; overflow-wrap: anywhere; }

.active-call {
  position: relative;
  overflow: hidden;
  color: #fff9f4;
  background:
    radial-gradient(circle at 100% 0, rgba(217,79,112,.48), transparent 30rem),
    linear-gradient(145deg, #392631 0%, #4b2d3c 55%, #38252f 100%);
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 28px 70px rgba(53, 27, 39, .24);
}

.active-call::before {
  position: absolute;
  top: -140px;
  right: -100px;
  width: 360px;
  height: 360px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(255, 198, 210, .16), transparent 65%);
}

.active-call .section-title { position: relative; color: white; }
.active-call .field-label { color: #fff7f1; }
.active-call .transcript { color: var(--ink); background: rgba(255, 252, 247, .94); }
.active-call .transcript .subsection-title { color: var(--ink-soft); }
.active-call .account-actions { border-color: rgba(255,255,255,.13); }
.active-call .account-actions input { color: var(--ink); background: rgba(255,255,255,.96); }
.active-call .image-flow { margin: 1rem 0; color: var(--ink); background: rgba(255,255,255,.94); }
.active-call .image-flow .form-help { color: var(--ink-soft); }
.call-photo-gallery { margin: 1rem 0; padding: 1rem; border-radius: var(--radius-sm); background: rgba(255,255,255,.94); color: var(--ink); }
.received-call-photo { display: block; width: min(100%, 420px); max-height: 520px; margin-top: .65rem; object-fit: contain; border-radius: 18px; }

.live-status {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  padding: .32rem .72rem;
  color: #bcebd7;
  background: rgba(45, 127, 93, .22);
  border: 1px solid rgba(143, 215, 185, .2);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 750;
}

.live-status::before { width: 8px; height: 8px; margin-right: .42rem; content: ""; background: #62d2a2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(98,210,162,.12); }

.live-draft-panel {
  min-height: 130px;
  margin-bottom: 1.15rem;
  padding: 1rem 1.1rem;
  color: #3f2c35;
  background: linear-gradient(135deg, #fff1ca, #ffe4e9);
  border: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(111, 74, 48, .09), 0 12px 30px rgba(24, 12, 18, .13);
}

.live-draft-label { display: block; color: #9b3a59; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.remote-live-draft { min-height: 3.1rem; margin-top: .5rem; white-space: pre-wrap; overflow-wrap: anywhere; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.55; }
.remote-live-draft:empty::after { color: rgba(79,45,59,.44); content: "Their words will appear here as they form…"; font-style: italic; }

.local-live-input {
  width: 100%;
  min-height: 145px;
  margin-bottom: .8rem;
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border: 2px solid transparent;
  border-radius: 20px;
  font-size: 1.06rem;
  line-height: 1.55;
  box-shadow: 0 12px 26px rgba(20, 8, 14, .16);
}

.local-live-input:focus { border-color: #f08aa1; box-shadow: 0 0 0 4px rgba(240,138,161,.18), 0 14px 28px rgba(20,8,14,.18); }

@keyframes soft-pulse {
  0%, 100% { opacity: .45; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 800px) {
  .dating-root { padding: .8rem .8rem 2.5rem; }
  .preview-shell { grid-template-columns: 1fr; gap: 1rem; min-height: auto; padding: 2.5rem .35rem; }
  .preview-story { padding: 0; }
  .preview-title { max-width: 600px; font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .preview-access-gate { width: 100%; max-width: none; }
  .scoop-mark-large { margin-bottom: 1.3rem; transform: scale(1.15); }
  .site-header { min-height: 70px; padding: .55rem .7rem; }
  .site-header .scoop-mark { margin-right: -.25rem; transform: scale(.86); transform-origin: left center; }
  .preview-badge { font-size: .58rem; }
  .brand-name { font-size: 1rem; }
  .app-nav { display: flex; width: 100%; }
  .app-nav .nav-button { flex: 1; justify-content: center; padding-inline: .5rem; }
  .page-section, .active-call { border-radius: 24px; }
  .live-status { position: static; width: fit-content; margin: -.45rem 0 1rem; }
  .transcript-entry { max-width: 88%; }
  .account-actions { align-items: stretch; }
  .account-actions input { width: 100%; }
  .profile-photo-thumbnail, .local-photo-preview { width: 132px; height: 132px; }
}

@media (max-width: 480px) {
  .preview-title { font-size: 2.75rem; }
  .preview-copy { font-size: .98rem; }
  .signal-list { gap: .4rem; }
  .signal-pill { padding-inline: .62rem; font-size: .76rem; }
  .preview-access-gate { padding: 1.4rem; border-radius: 24px; }
  .brand-tagline { display: none; }
  .section-title { font-size: 1.65rem; }
  button, .btn { min-height: 44px; }
}

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