:root{--bg:#1c1b19;--surface:#262420;--surface-2:#2f2c27;--text:#f5f1ea;--text-muted:#c4bdb0;--text-faint:#8a8478;--border:#3a3631;--border-strong:#4a453e;--accent:#d99c5f;--accent-soft:#e8c9a0;--accent-ink:#1c1b19;--rec:#e0795c;--w1:#ef9f27;--w2:#1d9e75;--w3:#378add;--w4:#c8896b;--w5:#9b7ede;--w6:#5fae9e}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5}#root{flex-direction:column;align-items:center;min-height:100dvh;display:flex}.phone-shell{background:var(--bg);width:100%;max-width:34rem;min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);flex-direction:column;margin-inline:auto;display:flex;position:relative}.eyebrow{letter-spacing:.08em;color:var(--text-faint);text-transform:uppercase;font-size:11px}.divider{background:var(--border);width:100%;height:.5px}.cta{background:var(--accent);width:100%;color:var(--accent-ink);cursor:pointer;border:none;border-radius:14px;padding:15px;font-size:15px;font-weight:600}.cta:active{opacity:.85}.cta:disabled{opacity:.5;cursor:default}.btn-ghost{border:.5px solid var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:12px;padding:14px 16px;font-size:14px}.skip-link{color:var(--text-faint);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:underline}.phase-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.top-bar{justify-content:space-between;align-items:center;padding:16px 24px 0;display:flex}.top-bar .time{color:var(--text-faint);font-size:11px}.top-bar .name{color:var(--text-muted);font-size:13px}.nav-corner{border:.5px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:flex}.nav-corner:active{opacity:.85}input,select,textarea{background:var(--surface);border:.5px solid var(--border-strong);color:var(--text);border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:16px}input::placeholder,textarea::placeholder{color:var(--text-faint)}textarea{resize:none}select option{background:var(--surface)}@keyframes vc-halo{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes vc-wave{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@keyframes vc-blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes vc-spin{to{transform:rotate(360deg)}}@keyframes vc-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
