:root {
  color-scheme: dark;
  --bg: #10110e;
  --surface: #181914;
  --surface-2: #20211b;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f4f1e8;
  --muted: #8f9187;
  --acid: #d8ff63;
  --acid-soft: rgba(216, 255, 99, 0.1);
  --ink: #15170f;
}

* { box-sizing: border-box; }
html { background: #080906; }
[hidden] { display: none !important; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(216, 255, 99, 0.07), transparent 34rem),
    #080906;
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button { color: inherit; }
.is-loading .app-shell { opacity: .35; pointer-events: none; }

.app-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 18px 46px;
  overflow: hidden;
  background: var(--bg);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.48);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  margin: 0 -18px;
  padding: 10px 18px 7px;
  background: rgba(16, 17, 14, 0.9);
  backdrop-filter: blur(18px);
}

.brand, .my-rank { display: flex; align-items: center; }
.brand { gap: 10px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(216, 255, 99, 0.42);
  border-radius: 50%;
  color: var(--acid);
  font-family: Georgia, serif;
  font-size: 19px;
}
.brand strong, .invite-trigger { display: block; }
.brand strong { font-size: 12px; letter-spacing: .16em; }
.invite-trigger { margin: 2px 0 0; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 9px; cursor: pointer; }
.invite-trigger i { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-left: 3px; border: 1px solid rgba(216,255,99,.34); border-radius: 50%; color: var(--acid); font-size: 10px; font-style: normal; line-height: 1; }

.my-rank { gap: 9px; }
.my-rank > span { color: var(--acid); font-family: Georgia, serif; font-size: 16px; }
.my-rank i, .avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  font-style: normal;
  font-weight: 850;
}
.my-rank i { width: 38px; height: 38px; background: var(--acid); font-size: 11px; }

.reveal-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 8px 0 28px;
  padding: 13px;
  border: 1px solid rgba(216, 255, 99, 0.18);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(216, 255, 99, 0.1), rgba(216, 255, 99, 0.025));
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}
.reveal-card:active { transform: scale(.988); }
.reveal-card[hidden] { display: none; }
.reveal-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-size: 18px;
}
.reveal-copy { min-width: 0; }
.reveal-copy small, .reveal-copy strong, .reveal-copy em { display: block; }
.reveal-copy small { color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reveal-copy strong { margin-top: 4px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.reveal-copy em { margin-top: 3px; color: var(--muted); font-size: 9px; font-style: normal; }
.rank-shift { text-align: right; }
.rank-shift small, .rank-shift strong { display: block; }
.rank-shift small { color: var(--muted); font-size: 9px; text-decoration: line-through; }
.rank-shift strong { margin-top: 2px; color: var(--acid); font-family: Georgia, serif; font-size: 15px; }

.vote-header { margin: 0 2px 16px; }
.vote-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.vote-meta button { padding: 0; border: 0; border-bottom: 1px dotted #66685f; background: transparent; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.vote-meta span:first-child { color: var(--acid); }
.vote-meta i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px var(--acid-soft); }
.vote-header h1 { max-width: 355px; margin: 15px 0 8px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; line-height: 1.04; letter-spacing: -.02em; }
.vote-header p { max-width: 355px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.vote-header.is-complete .vote-meta span:first-child { color: var(--muted); }
.vote-header.is-complete .vote-meta i { background: var(--muted); box-shadow: none; }

.circle-pulse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  margin: 17px 0 4px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
  transition: border-color .22s ease, background .22s ease;
}
.circle-pulse.is-complete { border-color: rgba(216,255,99,.3); background: var(--acid-soft); }
.pulse-copy strong, .pulse-copy small { display: block; }
.pulse-copy strong { font-size: 10px; }
.pulse-copy small { margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.circle-pulse.is-complete .pulse-copy small { color: var(--acid); }
.pulse-seals { display: flex; flex: 0 0 auto; gap: 6px; }
.pulse-seal {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #3a3b34;
  border-radius: 50%;
  color: transparent;
  font-size: 7px;
  transition: .25s ease;
}
.pulse-seal.is-sealed {
  border-color: rgba(216,255,99,.58);
  background: var(--acid-soft);
  color: var(--acid);
  box-shadow: 0 0 0 3px rgba(216,255,99,.035);
  animation: seal-in .35s cubic-bezier(.2,.8,.2,1) both;
}
.circle-pulse.is-complete .pulse-seal.is-sealed { background: var(--acid); color: var(--ink); }
.circle-pulse:not([hidden]) + .search { margin-top: 12px; }
@keyframes seal-in { from { opacity: .3; transform: scale(.72); } to { opacity: 1; transform: scale(1); } }

.search {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 45px;
  margin: 20px 0 13px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
}
.search span { color: var(--muted); font-size: 19px; }
.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 12px; }
.search input::placeholder { color: #66685f; }

.list-heading { display: flex; justify-content: space-between; padding: 7px 4px 8px 40px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.member-row {
  display: grid;
  grid-template-columns: 25px 42px minmax(0, 1fr) auto 38px;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 7px 3px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
}
button.member-row { cursor: pointer; }
.member-row.is-selected { margin: 3px -7px; width: calc(100% + 14px); padding: 7px 10px; border: 1px solid rgba(216,255,99,.3); border-radius: 16px; background: var(--acid-soft); }
.member-row.is-me { background: rgba(255,255,255,.025); }
.position { color: var(--muted); font-family: Georgia, serif; font-size: 14px; text-align: center; }
.avatar { width: 42px; height: 42px; font-size: 10px; }
.avatar-anna { background: #efb2d6; }
.avatar-theo { background: #a8caf2; }
.avatar-daniel { background: #efd07f; }
.avatar-keanu { background: #ceb6ee; }
.avatar-larry { background: var(--acid); }
.member-name { min-width: 0; }
.member-name strong, .member-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.member-name strong { font-size: 12px; }
.member-name small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.score { text-align: right; }
.score strong, .score small { display: block; }
.score strong { font-size: 13px; }
.score small { margin-top: 2px; color: var(--acid); font-size: 8px; }
.vote-diamond {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--acid);
  font-size: 12px;
}
.member-row.is-selected .vote-diamond { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.member-row.is-locked { cursor: default; }
.member-row.is-locked .vote-diamond { visibility: hidden; }
.member-row.is-voted-for { margin: 3px -7px; width: calc(100% + 14px); padding: 7px 10px; border: 1px solid rgba(216,255,99,.22); border-radius: 16px; background: var(--acid-soft); }
.member-row.is-voted-for .vote-diamond { visibility: visible; border: 0; background: var(--acid); color: var(--ink); }
.member-row.is-blocked { opacity: .52; }
.member-row.is-blocked .vote-diamond { visibility: visible; color: var(--muted); }
.empty-state { padding: 34px 0; color: var(--muted); font-size: 11px; text-align: center; }

.confirmation {
  position: fixed;
  z-index: 40;
  right: max(10px, calc((100vw - 460px) / 2));
  bottom: max(10px, env(safe-area-inset-bottom));
  left: max(10px, calc((100vw - 460px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px 11px 10px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 21px;
  background: rgba(31, 32, 26, .96);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: .22s ease;
}
.confirmation.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.confirmation-person { min-width: 0; }
.confirmation-person small, .confirmation-person strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.confirmation-person small { color: var(--muted); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.confirmation-person strong { margin-top: 4px; font-size: 12px; }
.confirm-button { height: 48px; padding: 0 17px; border: 0; border-radius: 15px; background: var(--acid); color: var(--ink); font-size: 11px; font-weight: 850; cursor: pointer; }
.confirm-button span { margin-left: 5px; }

.sheet-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 max(0px, calc((100vw - 480px) / 2));
  background: rgba(0,0,0,.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility 0s linear .22s;
}
.sheet-backdrop.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.bottom-sheet {
  width: min(100%, 480px);
  max-height: min(90dvh, 760px);
  overflow-y: auto;
  padding: 12px 18px max(22px, env(safe-area-inset-bottom));
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: #1a1b16;
  transform: translateY(102%);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}
.sheet-backdrop.is-open .bottom-sheet { transform: translateY(0); }
.sheet-handle { display: block; width: 42px; height: 5px; margin: 0 auto 24px; border: 0; border-radius: 7px; background: #494a42; cursor: pointer; }
.eyebrow { margin: 0 0 8px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bottom-sheet h2 { max-width: 355px; margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; line-height: 1.08; }
.reveal-question { max-width: 370px; margin: 12px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.35; }
.constellation {
  margin: 22px 0 0;
  padding: 15px 14px 12px;
  border: 1px solid rgba(216,255,99,.17);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 48%, rgba(216,255,99,.09), transparent 42%),
    rgba(8,9,6,.38);
}
.constellation-heading { display: flex; align-items: center; justify-content: space-between; }
.constellation-heading span small, .constellation-heading span strong { display: block; }
.constellation-heading small { color: var(--acid); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.constellation-heading strong { margin-top: 4px; font-family: Georgia,serif; font-size: 14px; font-weight: 500; }
.constellation-heading i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(216,255,99,.24); border-radius: 50%; color: var(--acid); font-style: normal; }
.constellation-canvas { margin-top: 4px; }
.constellation-canvas svg { display: block; width: 100%; height: auto; overflow: visible; }
.constellation-line { stroke: rgba(255,255,255,.12); stroke-width: 1.5; animation: constellation-appear .7s ease both; }
.constellation-line.is-incoming { stroke: rgba(216,255,99,.54); stroke-width: 2; filter: url(#constellation-glow); }
.constellation-line.is-outgoing { stroke: rgba(168,202,242,.48); stroke-width: 1.7; stroke-dasharray: 4 5; }
.constellation-line.is-mutual { stroke: var(--acid); stroke-width: 3; stroke-dasharray: none; filter: url(#constellation-glow); }
.constellation-node { animation: constellation-appear .45s ease both; }
.constellation-node circle { stroke: rgba(255,255,255,.15); stroke-width: 1; }
.constellation-node.is-me circle { stroke: var(--acid); stroke-width: 2; filter: url(#constellation-glow); }
.constellation-node text { fill: var(--ink); font-size: 9px; font-weight: 900; text-anchor: middle; dominant-baseline: middle; }
.constellation-node .constellation-name { fill: var(--muted); font-size: 8px; font-weight: 650; dominant-baseline: auto; }
.constellation-node.is-me .constellation-name { fill: var(--acid); }
.constellation > p { margin: -2px 2px 0; color: #686a61; font-size: 8px; line-height: 1.45; text-align: center; }
@keyframes constellation-appear { from { opacity: 0; } to { opacity: 1; } }
.mutual-card { display: grid; grid-template-columns: 43px 1fr; gap: 12px; align-items: center; margin-top: 22px; padding: 13px; border: 1px solid rgba(216,255,99,.28); border-radius: 17px; background: linear-gradient(135deg, rgba(216,255,99,.15), rgba(216,255,99,.04)); }
.mutual-symbol { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 19px; box-shadow: 0 0 0 6px rgba(216,255,99,.06); }
.mutual-card small, .mutual-card strong { display: block; }
.mutual-card small { color: var(--acid); font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.mutual-card strong { margin-top: 5px; font-family: Georgia,serif; font-size: 16px; font-weight: 500; }
.reveal-result { display: grid; grid-template-columns: auto 20px auto 1fr; gap: 12px; align-items: end; margin: 24px 0 27px; padding: 17px; border: 1px solid rgba(216,255,99,.15); border-radius: 18px; background: var(--acid-soft); }
.reveal-result span small, .reveal-result span strong { display: block; }
.reveal-result span small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.reveal-result span strong { margin-top: 3px; font-family: Georgia,serif; font-size: 22px; }
.reveal-result i { padding-bottom: 3px; color: var(--muted); font-style: normal; }
.reveal-result em { justify-self: end; padding-bottom: 5px; color: var(--acid); font-size: 10px; font-style: normal; }
.impact-card { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; margin: -12px 0 25px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.impact-symbol { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--surface-2); color: var(--acid); font-size: 18px; }
.impact-card small, .impact-card strong, .impact-card em { display: block; }
.impact-card small { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.impact-card strong { margin-top: 4px; font-size: 12px; }
.impact-card em { margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.4; }
.impact-card.is-decisive { border-color: rgba(216,255,99,.24); background: var(--acid-soft); }
.impact-card.is-decisive .impact-symbol { background: var(--acid); color: var(--ink); }
.support-title { margin: 24px 0 8px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.support-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; min-height: 59px; border-bottom: 1px solid var(--line); }
.support-list strong { font-size: 12px; }
.support-list article > span:nth-child(2) strong, .support-list article > span:nth-child(2) small { display: block; }
.support-list article > span:nth-child(2) small { margin-top: 3px; color: var(--acid); font-size: 8px; }
.support-list article > span:nth-child(2) .support-note { max-width: 255px; color: var(--text); font-family: Georgia,serif; font-size: 11px; font-style: italic; line-height: 1.35; }
.support-list article > span:nth-child(2) .support-mutual { color: var(--acid); font-family: inherit; font-size: 8px; font-style: normal; }
.support-list .mutual-person { margin: 3px -8px; padding: 0 8px; border: 1px solid rgba(216,255,99,.17); border-radius: 15px; background: rgba(216,255,99,.05); }
.no-supporters { margin: 16px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.support-list em { color: var(--acid); font-size: 12px; font-style: normal; font-weight: 800; }
.sheet-close { width: 100%; height: 48px; margin-top: 18px; border: 0; border-radius: 15px; background: var(--text); color: var(--ink); font-size: 11px; font-weight: 850; cursor: pointer; }

.spark-explainer { max-width: 360px; margin: 12px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.spark-options { display: grid; gap: 8px; }
.spark-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  color: var(--text);
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}
.spark-option::after { content: "✦"; color: #55574f; font-size: 10px; }
.spark-option.is-selected { border-color: rgba(216,255,99,.38); background: var(--acid-soft); }
.spark-option.is-selected::after { color: var(--acid); }
.spark-own { position: relative; display: block; margin-top: 14px; padding: 11px 13px 9px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.spark-own > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.spark-own input { width: calc(100% - 34px); padding: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 11px; }
.spark-own input::placeholder { color: #606259; }
.spark-own > small { position: absolute; right: 12px; bottom: 9px; color: #66685f; font-size: 8px; }
.spark-save { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; margin-top: 14px; padding: 0 16px; border: 0; border-radius: 15px; background: var(--acid); color: var(--ink); font-size: 11px; font-weight: 850; cursor: pointer; }
.spark-save:disabled { opacity: .32; cursor: default; }
.spark-save span { font-size: 15px; }
.spark-skip { width: 100%; height: 40px; margin-top: 4px; border: 0; background: transparent; color: var(--muted); font-size: 9px; cursor: pointer; }

.invite-explainer { max-width: 360px; margin: 12px 0 22px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.access-member-list { border-top: 1px solid var(--line); }
.access-member-row { display: grid; grid-template-columns: 40px 1fr auto; gap: 11px; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); }
.access-member-row .avatar { width: 40px; height: 40px; }
.access-member-row strong, .access-member-row small { display: block; }
.access-member-row strong { font-size: 12px; }
.access-member-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.access-member-row > button { min-width: 72px; height: 32px; padding: 0 10px; border: 1px solid rgba(216,255,99,.24); border-radius: 11px; background: var(--acid-soft); color: var(--acid); font-size: 9px; font-weight: 800; cursor: pointer; }
.personal-link-result { margin-top: 18px; }
.invite-code { padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-2); }
.invite-code small, .invite-code code { display: block; }
.invite-code small { margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.invite-code code { overflow: hidden; color: var(--text); font-family: inherit; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.telegram-share { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; margin-top: 12px; padding: 0 16px; border: 0; border-radius: 15px; background: var(--acid); color: var(--ink); font-size: 11px; font-weight: 850; cursor: pointer; }
.telegram-share span { font-size: 17px; }
.invite-note { margin: 13px 3px 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.install-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; margin-top: 18px; padding: 0 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); color: var(--muted); font-size: 10px; font-weight: 750; cursor: pointer; }
.install-trigger i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 15px; font-style: normal; }

.access-screen { position: fixed; z-index: 300; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: min(100%, 480px); margin: 0 auto; padding: 28px; background: var(--bg); text-align: center; }
.access-mark { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 25px; border: 1px solid rgba(216,255,99,.42); border-radius: 50%; color: var(--acid); font-family: Georgia,serif; font-size: 34px; }
.access-screen h1 { max-width: 350px; margin: 0; font-family: Georgia,serif; font-size: 34px; font-weight: 500; line-height: 1.06; }
.access-screen > p:not(.eyebrow) { max-width: 330px; margin: 13px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.access-screen > button { width: min(100%, 330px); height: 52px; border: 0; border-radius: 16px; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 850; cursor: pointer; }
.access-screen > small { max-width: 310px; margin-top: 14px; color: #66685f; font-size: 9px; line-height: 1.45; }

.toast {
  position: fixed;
  z-index: 200;
  right: 50%;
  bottom: 24px;
  width: min(calc(100% - 32px), 430px);
  padding: 13px 16px;
  border-radius: 15px;
  background: var(--text);
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 18px);
  transition: .22s ease;
}
.toast.is-visible { opacity: 1; transform: translate(50%, 0); }

@media (min-width: 700px) {
  body { padding: 24px 0; }
  .app-shell { min-height: calc(100vh - 48px); border-radius: 28px; }
  .sheet-backdrop { align-items: center; }
  .bottom-sheet { border-bottom: 1px solid var(--line); border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
