/* Osasoi 共通スタイル（design_handoff_osasoi の LP v3 トークンに統一）
   フォントは /assets/fonts/fonts.css（Zen Kaku Gothic New / Unbounded を自前配信。外部に通信しない） */
:root {
  --bg: #FFFFFF;
  --bg-sub: #F8F5F0;
  --bg-sub2: #F7F3EE;
  --bg-foot: #FAF8F4;
  --ink: #1C1A18;
  --ink-sub: #5B544D;
  --ink-aux: #7A726A;
  --ink-nav: #4A443E;
  --line: #ECE6DD;
  --line-2: #F0EBE3;
  --line-3: #DDD5CA;
  --accent: #B3560F;
  --accent-hover: #8A410B;
  --amber: #EE8E3A;
  --amber-2: #E48A3C;
  --amber-hi: #FFB46A;
  --amber-soft: #FFF1E2;
  --amber-pale: #F5DFC7;
  --trust: #2E3A8C;
  --trust-soft: #EEF0FB;
  --trust-pale: #F4F5FC;
  --trust-line: #9AA3DD;
  --black-hover: #3A3632;
  --ease: cubic-bezier(.2,.8,.2,1);
  --jp: "Zen Kaku Gothic New", -apple-system, "Hiragino Sans", sans-serif;
  --en: "Unbounded", "Zen Kaku Gothic New", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--jp); -webkit-font-smoothing: antialiased; }
html { -webkit-text-size-adjust: 100%; }
a { color: var(--accent); }
a:hover { color: var(--accent-hover); }
button, input, textarea { font-family: inherit; }
.en { font-family: var(--en); }
.nb { display: inline-block; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
[hidden] { display: none !important; }

/* ---- ロゴ・鍵 ---- */
.orb { width: 20px; height: 20px; border-radius: 50%; display: block; flex: none;
  background: radial-gradient(circle at 35% 35%, #FFD6A6, #EE8E3A 55%, #C9661B); box-shadow: 0 0 14px rgba(238,142,58,.55); }
.logo { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--ink); }
.logo:hover { color: var(--ink); }
.logo b { font-family: var(--en); font-weight: 600; font-size: 16px; letter-spacing: .02em; }
.lock { flex: none; }

/* ---- ボタン ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px;
  border-radius: 999px; font-weight: 700; font-size: 15px; text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: background .2s var(--ease); }
.btn-black { background: var(--ink); color: #fff; box-shadow: 0 12px 34px rgba(28,26,24,.22); }
.btn-black:hover { background: var(--black-hover); color: #fff; }
.btn-line { border-color: var(--line-3); background: #fff; color: var(--ink); }
.btn-line:hover { background: var(--bg-sub2); color: var(--ink); }
.dot-glow { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-hi); box-shadow: 0 0 10px var(--amber-hi); }

/* ---- サイトの枠（規約・サポート） ---- */
.site-head { position: sticky; top: 12px; z-index: 50; display: flex; justify-content: center; padding: 0 12px; }
.site-head .pill { width: 100%; max-width: 1160px; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 8px 8px 8px 18px; border-radius: 999px; background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: blur(18px) saturate(1.6); backdrop-filter: blur(18px) saturate(1.6);
  border: 1px solid rgba(28,26,24,.08); box-shadow: 0 8px 30px rgba(60,40,20,.06); }
.site-head nav { display: flex; align-items: center; gap: clamp(10px,2.2vw,26px); font-size: 14px; }
.site-head nav a { color: var(--ink-nav); text-decoration: none; }
.site-head nav a:hover { color: var(--ink); }
.site-head nav a.btn { min-height: 40px; padding: 0 18px; font-size: 14px; box-shadow: none; color: #fff; }
.site-foot { border-top: 1px solid var(--line); background: var(--bg-foot); margin-top: 64px; }
.site-foot .in { max-width: 1200px; margin: 0 auto; padding: 36px clamp(20px,4vw,40px) 44px; display: flex; flex-wrap: wrap;
  gap: 20px 32px; align-items: center; justify-content: space-between; }
.site-foot nav { display: flex; flex-wrap: wrap; gap: 12px 26px; font-size: 14.5px; }
.site-foot nav a { color: var(--ink-nav); }
.site-foot .copy { font-family: var(--en); font-size: 11.5px; color: var(--ink-aux); width: 100%; }

.doc { max-width: 760px; margin: 0 auto; padding: 48px clamp(20px,4vw,40px) 24px; }
.doc .label { font-family: var(--en); font-size: 12px; font-weight: 600; color: var(--accent); letter-spacing: .22em; margin: 0 0 14px; }
.doc h1 { font-weight: 900; font-size: clamp(28px,4vw,44px); line-height: 1.35; margin: 0 0 10px; }
.doc h2 { font-weight: 900; font-size: 20px; line-height: 1.5; margin: 40px 0 10px; padding-top: 22px; border-top: 1px solid var(--line); }
.doc h3 { font-weight: 700; font-size: 16.5px; margin: 22px 0 6px; }
.doc p, .doc li { font-size: 15.5px; line-height: 1.9; color: var(--ink-sub); }
.doc strong { color: var(--ink); }
.doc .updated { font-size: 13.5px; color: var(--ink-aux); }
.doc .summary { background: var(--trust-pale); border-radius: 24px; padding: 20px 22px; font-size: 15px; line-height: 1.85; color: var(--ink); }
.doc .summary strong { color: var(--trust); }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 700; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 10px 0 0; }
.form label { display: block; font-weight: 700; font-size: 14.5px; margin: 18px 0 6px; color: var(--ink); }
.form input, .form textarea { width: 100%; font-size: 16px; color: var(--ink); background: var(--bg-sub); border: 1.5px solid var(--line); border-radius: 14px; padding: 12px 14px; outline: none; }
.form input:focus, .form textarea:focus { border-color: var(--amber); background: #fff; }
.form textarea { min-height: 170px; line-height: 1.7; }
.form .hp { position: absolute; left: -9999px; }
.form .btn { margin-top: 20px; min-height: 56px; width: 100%; font-size: 16px; }
.form .note { font-size: 13.5px; color: var(--ink-aux); }

/* ---- 回答ページ ---- */
.answer-wrap { max-width: 520px; margin: 0 auto; padding: 0 18px 48px; }
.a-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; }
.a-head .tag { font-size: 13px; color: var(--ink-sub); }
.a-event { padding: 14px 4px 18px; }
.a-event .host { font-size: 14px; color: var(--accent); font-weight: 700; margin-bottom: 6px; }
.a-event h1 { font-weight: 900; font-size: 30px; line-height: 1.35; margin: 0 0 8px; text-wrap: pretty; word-break: break-word; }
.a-event .meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 14px; color: var(--ink-sub); margin-bottom: 14px; }
.a-event .msg { font-size: 15px; line-height: 1.75; color: var(--ink-sub); background: var(--bg-sub); border-radius: 16px; padding: 12px 14px; margin: 0 0 14px; white-space: pre-wrap; word-break: break-word; }
.a-event .lead { font-size: 17px; line-height: 1.7; margin: 0; }
.a-event .lead strong { color: var(--accent); }
.anon-banner { display: flex; gap: 14px; align-items: flex-start; background: var(--trust); color: #fff; border-radius: 20px; padding: 18px; margin-bottom: 22px; }
.anon-banner .ic { flex: none; width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; }
.anon-banner .t { font-weight: 700; font-size: 17px; line-height: 1.5; }
.anon-banner .d { font-size: 14.5px; line-height: 1.65; opacity: .92; margin-top: 2px; }
.q-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px 18px; margin-bottom: 14px; }
.q-card h2 { font-weight: 900; font-size: 20px; margin: 0 0 4px; }
.q-card .hint { font-size: 14px; color: var(--ink-sub); margin: 0 0 14px; line-height: 1.6; }
.q-row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.q-row h2 { margin: 0; }
.q-row span { font-size: 13px; color: var(--ink-sub); }
.budget-label { text-align: center; font-family: var(--en); font-weight: 800; font-size: clamp(21px, 6.6vw, 30px); white-space: nowrap; letter-spacing: -.01em; margin: 14px 0 4px; color: var(--ink); }
.budget-label.jp { font-family: var(--jp); font-weight: 900; }
.budget-sub { text-align: center; font-size: 13.5px; color: var(--ink-sub); margin-bottom: 18px; }
.track { position: relative; height: 44px; touch-action: none; cursor: pointer; margin: 0 14px; }
.track .rail { position: absolute; left: 0; right: 0; top: 19px; height: 6px; border-radius: 3px; background: var(--amber-pale); }
.track .fill { position: absolute; top: 19px; height: 6px; border-radius: 3px; background: var(--amber-2); }
.track .knob { position: absolute; top: 8px; width: 28px; height: 28px; margin-left: -14px; border-radius: 50%; background: #fff;
  border: 3px solid var(--accent); box-shadow: 0 2px 6px rgba(28,26,24,.2); padding: 0; cursor: grab; }
.track .knob:focus-visible { outline: 3px solid var(--amber-hi); outline-offset: 2px; }
.track-ends { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-sub); margin: 2px 0 16px; }
.presets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.presets button { min-height: 48px; border-radius: 14px; font-size: 15px; font-weight: 500; border: 1.5px solid var(--line-3); background: #fff; color: var(--ink); cursor: pointer; }
.presets button.on { background: var(--amber-soft); border-color: var(--amber-2); color: var(--accent-hover); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 46px; padding: 0 16px; border-radius: 999px; font-size: 15.5px; font-weight: 500; border: 1.5px solid var(--line-3); background: #fff; color: var(--ink); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.chips.small .chip { font-size: 15px; }
.text-in { margin-top: 12px; width: 100%; min-height: 50px; border-radius: 14px; border: 1.5px solid var(--line-3); background: var(--bg-sub); padding: 0 14px; font-size: 16px; color: var(--ink); outline: none; }
.text-in:focus, .text-area:focus { border-color: var(--amber); background: #fff; }
.text-area { width: 100%; border-radius: 14px; border: 1.5px solid var(--line-3); background: var(--bg-sub); padding: 12px 14px; font-size: 16px; line-height: 1.6; color: var(--ink); outline: none; resize: vertical; }
.opt-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; margin-bottom: 22px; overflow: hidden; }
.opt-toggle { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 18px; background: none; border: none; cursor: pointer; color: var(--ink); text-align: left; }
.opt-toggle b { font-weight: 900; font-size: 18px; }
.opt-toggle small { font-size: 13.5px; color: var(--ink-sub); margin-left: 8px; }
.opt-toggle .pm { font-size: 22px; color: var(--accent); font-weight: 700; }
.opt-body { padding: 0 18px 22px; display: flex; flex-direction: column; gap: 20px; }
.opt-title { font-weight: 700; font-size: 15.5px; margin-bottom: 8px; }
.seg { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; background: var(--bg-sub2); border-radius: 16px; padding: 5px; }
.seg button { min-height: 46px; border-radius: 12px; border: none; font-size: 15px; font-weight: 500; background: transparent; color: var(--ink-sub); cursor: pointer; }
.seg button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: 0 1px 4px rgba(28,26,24,.15); }
.submit { width: 100%; min-height: 60px; border-radius: 18px; border: none; background: var(--accent); color: #fff; font-size: 18px; font-weight: 700; letter-spacing: .04em; cursor: pointer; box-shadow: 0 6px 18px rgba(179,86,15,.28); }
.submit:hover { background: var(--accent-hover); }
.submit:disabled { opacity: .6; cursor: default; }
.submit-note { display: flex; justify-content: center; align-items: center; gap: 6px; font-size: 13.5px; color: var(--ink-sub); margin: 12px 0 0; text-align: center; }
.small-note { font-size: 12.5px; color: var(--ink-aux); text-align: center; margin: 8px 0 0; line-height: 1.7; }
.err { color: #C0392B; font-weight: 700; font-size: 14.5px; margin: 10px 0 0; text-align: center; }
.done { text-align: center; padding: 56px 8px 24px; }
.cheers { position: relative; width: 132px; height: 132px; margin: 0 auto 28px; }
.cheers .c { position: absolute; inset: 0; border-radius: 50%; background: var(--amber-soft); }
.cheers .g1, .cheers .g2 { position: absolute; top: 34px; width: 38px; height: 58px; border-radius: 6px 6px 14px 14px; box-shadow: inset 0 10px 0 #FFF4E4; }
.cheers .g1 { left: 30px; background: var(--amber); transform: rotate(-12deg); }
.cheers .g2 { right: 30px; background: var(--accent); transform: rotate(12deg); }
.done h1 { font-weight: 900; font-size: 28px; line-height: 1.45; margin: 0 0 12px; }
.done .lead { font-size: 17px; line-height: 1.75; margin: 0 0 28px; }
.done .box { background: var(--trust-pale); border-radius: 20px; padding: 18px; text-align: left; font-size: 14.5px; line-height: 1.7; color: var(--ink-sub); margin-bottom: 24px; }
.done .box b { display: block; color: var(--trust); margin-bottom: 4px; }
.redo { min-height: 50px; padding: 0 22px; border-radius: 14px; border: 1.5px solid var(--line-3); background: transparent; font-size: 15.5px; color: var(--ink); cursor: pointer; }
.linkish { background: none; border: none; color: var(--ink-aux); font-size: 13.5px; text-decoration: underline; cursor: pointer; padding: 8px; }
.done .more { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-sub); line-height: 1.7; }
.done .more a { font-weight: 700; }
.state { text-align: center; padding: 64px 8px; }
.state h1 { font-weight: 900; font-size: 24px; margin: 0 0 10px; }
.state p { color: var(--ink-sub); line-height: 1.8; }
.demo-note { background: var(--amber-soft); color: var(--accent-hover); border-radius: 14px; padding: 10px 14px; font-size: 13.5px; font-weight: 700; margin: 0 0 14px; text-align: center; }

/* ---- 集計ページ ---- */
.r-wrap { max-width: 1080px; margin: 0 auto; padding: 8px clamp(16px,4vw,32px) 64px; }
.r-head { max-width: 1080px; margin: 0 auto; padding: 16px clamp(16px,4vw,32px); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.r-head .tag { font-size: 13px; color: var(--ink-sub); background: var(--bg-sub2); border-radius: 999px; padding: 6px 12px; }
.r-title { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 12px 0 22px; }
.r-title .k { font-size: 14px; color: var(--ink-sub); margin-bottom: 4px; }
.r-title h1 { font-weight: 900; font-size: clamp(26px,4vw,36px); line-height: 1.35; margin: 0; word-break: break-word; }
.r-stats { display: flex; gap: 10px; flex-wrap: wrap; }
.r-stat { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 10px 16px; }
.r-stat .k { font-size: 12.5px; color: var(--ink-sub); }
.r-stat .v { font-weight: 900; font-size: 22px; }
.r-stat .v .en { font-weight: 800; }
.r-stat .v small { font-size: 13px; font-weight: 500; color: var(--ink-sub); }
.r-anon { display: flex; gap: 12px; align-items: center; background: var(--trust); color: #fff; border-radius: 18px; padding: 14px 18px; margin-bottom: 18px; font-size: 14.5px; line-height: 1.6; }
.r-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,460px), 1fr)); gap: 16px; }
.r-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 24px clamp(18px,3vw,28px); }
.r-card h2 { font-weight: 900; font-size: 19px; margin: 0 0 18px; }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-bottom: 24px; }
.tile { border-radius: 20px; padding: 16px 18px; background: var(--bg-sub); }
.tile.dark { background: var(--ink); color: #fff; }
.tile .k { font-size: 13.5px; color: var(--ink-sub); }
.tile.dark .k { color: rgba(255,255,255,.85); }
.tile .v { font-family: var(--en); font-weight: 800; font-size: clamp(26px,4.4vw,36px); line-height: 1.25; letter-spacing: -.01em; }
.tile.dark .v { color: var(--amber-hi); }
.dist-t { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.dist-s { font-size: 13px; color: var(--ink-sub); margin-bottom: 14px; }
.dist { display: flex; align-items: flex-end; gap: clamp(4px,1.2vw,10px); height: 170px; border-bottom: 1.5px solid var(--line-3); }
.dist .col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; gap: 6px; }
.dist .n { font-size: 13px; font-weight: 700; color: var(--ink-sub); }
.dist .bar { width: 100%; border-radius: 8px 8px 2px 2px; background: var(--amber-pale); transition: height .6s var(--ease); }
.dist .col.hi .n { color: var(--accent); }
.dist .col.hi .bar { background: var(--amber-2); }
.dist-x { display: flex; gap: clamp(4px,1.2vw,10px); margin-top: 8px; }
.dist-x span { flex: 1; text-align: center; font-size: 12px; color: var(--ink-sub); }
.reco { margin-top: 18px; background: var(--amber-soft); border-radius: 14px; padding: 12px 14px; font-size: 14.5px; line-height: 1.6; color: #5A2E0C; }
.r-col { display: flex; flex-direction: column; gap: 26px; }
.r-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; gap: 10px; }
.r-sub h2 { margin: 0; }
.r-sub span { font-size: 13px; color: var(--accent); font-weight: 700; }
.bars { display: flex; flex-direction: column; gap: 10px; }
.brow { display: grid; grid-template-columns: 6.5em minmax(0,1fr) 2.8em; align-items: center; gap: 10px; font-size: 15.5px; }
.brow b { font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brow .track2 { height: 12px; border-radius: 6px; background: var(--bg-sub2); }
.brow .track2 i { display: block; height: 100%; border-radius: 6px; background: var(--accent); }
.brow.soft .track2 i { background: var(--amber); }
.brow .c { text-align: right; font-weight: 700; }
.empty { font-size: 14.5px; color: var(--ink-aux); }
.mini { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.mini div { background: var(--bg-sub); border-radius: 14px; padding: 10px 12px; }
.mini .k { font-size: 12.5px; color: var(--ink-sub); }
.mini .v { font-weight: 700; font-size: 18px; }
.search { margin-top: 16px; background: var(--ink); color: #fff; border-radius: 26px; padding: 26px clamp(18px,3vw,32px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,380px), 1fr)); gap: 22px; align-items: center; }
.search h2 { font-weight: 900; font-size: 22px; margin: 0 0 14px; }
.search .cond { display: flex; flex-wrap: wrap; gap: 8px; }
.search .cond span { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 14.5px; }
.search .go { display: flex; flex-direction: column; gap: 8px; }
.search .go a { display: flex; align-items: center; justify-content: center; min-height: 58px; border-radius: 18px; background: var(--amber); color: var(--ink); text-decoration: none; font-weight: 700; font-size: 17px; }
.search .go a:hover { background: var(--amber-hi); color: var(--ink); }
.search .go a.sub { min-height: 46px; background: rgba(255,255,255,.1); color: #fff; font-size: 15px; }
.search .go small { font-size: 13px; opacity: .8; text-align: center; }
.share { margin-top: 16px; }
.share-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.share-top h2 { margin: 0 0 2px; }
.share-top .s { font-size: 13.5px; color: var(--ink-sub); }
.share-top .bt { display: flex; gap: 8px; }
.share-top .bt a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 14px; font-size: 15px; font-weight: 700; text-decoration: none; }
.share-top .x { background: var(--ink); color: #fff; }
.share-top .x:hover { background: var(--black-hover); color: #fff; }
.share-top .line { background: #06A94D; color: #fff; }
.share-top .line:hover { background: #05913F; color: #fff; }
.card-wrap { max-width: 720px; container-type: inline-size; }
.scard { aspect-ratio: 1200/630; border-radius: 3cqw; background: #FFFFFF; border: 1px solid var(--line); position: relative; overflow: hidden; padding: 6cqw 6.5cqw; display: flex; flex-direction: column; justify-content: space-between; }
.scard .glow1 { position: absolute; right: -6cqw; top: -8cqw; width: 34cqw; height: 34cqw; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #FFD6A6, #EE8E3A 70%); opacity: .45; }
.scard .glow2 { position: absolute; right: 22cqw; top: 4cqw; width: 9cqw; height: 9cqw; border-radius: 50%; background: #FFB46A; opacity: .35; }
.scard .rel { position: relative; }
.scard .sub { font-size: 2.6cqw; color: var(--ink-sub); margin-bottom: 1cqw; }
.scard .ttl { font-weight: 900; font-size: 3.6cqw; }
.scard .nums { display: flex; gap: 6cqw; align-items: flex-end; }
.scard .k { font-size: 2.4cqw; color: var(--ink-sub); }
.scard .big { font-family: var(--en); font-weight: 800; font-size: 9cqw; line-height: 1.1; color: var(--accent); letter-spacing: -.02em; }
.scard .mid { font-weight: 900; font-size: 6cqw; line-height: 1.1; }
.scard .foot { display: flex; justify-content: space-between; align-items: center; }
.scard .anon { display: flex; align-items: center; gap: 1.2cqw; font-size: 2.3cqw; color: var(--trust); font-weight: 700; }
.scard .anon svg { width: 2.2cqw; height: 2.4cqw; }
.scard .brand { display: flex; align-items: center; gap: 1cqw; }
.scard .brand i { width: 2.6cqw; height: 2.6cqw; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #FFD6A6, #EE8E3A 55%, #C9661B); display: block; }
.scard .brand b { font-family: var(--en); font-weight: 600; font-size: 2.6cqw; }
.locked { text-align: center; padding: 40px 20px; }
.locked .dots { display: flex; gap: 8px; max-width: 240px; margin: 18px auto; }
.locked .dots i { flex: 1; height: 10px; border-radius: 999px; background: var(--bg-sub2); }
.locked .dots i.on { background: var(--amber-2); }
.locked h2 { font-weight: 900; font-size: 22px; margin: 0 0 8px; }
.locked p { color: var(--ink-sub); line-height: 1.8; margin: 0; }
.requests { display: flex; flex-direction: column; gap: 8px; }
.requests div { background: var(--bg-sub); border-radius: 12px; padding: 10px 12px; font-size: 14.5px; line-height: 1.6; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
.note-top { margin-top: 10px; }
.share-page { margin: 24px auto 0; }
.share-cta { max-width: 720px; margin: 32px auto 0; }
.share-cta h2 { font-weight: 900; font-size: clamp(22px,3vw,30px); margin: 0 0 10px; }
.share-cta p { color: var(--ink-sub); line-height: 1.85; margin: 0 0 18px; }
.small-note a { white-space: nowrap; }
.site-head nav a { white-space: nowrap; }
@media (max-width: 440px) { .site-head nav a:not(.btn) { display: none; } }
