:root{--bg: #FFFFFF;--surface: #FFFFFF;--ink: #14162B;--ink-soft: #5B6470;--line: #E7EAF3;--teal: #3B4EEA;--teal-dark: #2C3BC4;--gold: #3B4EEA;--gold-dark: #2C3BC4;--success: #4C9A6A;--error: #C0533E;--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;justify-content:center}.hero-light{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;background:#fff;z-index:10;display:flex;flex-direction:column}.hero-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid #EEF1F0;flex-shrink:0}.hero-logo{height:34px;width:auto;display:block}.hero-nav-cta{font-family:var(--font-body);font-weight:600;font-size:14px;color:#fff;background:#14183e;border:none;border-radius:100px;padding:10px 20px;cursor:pointer;transition:opacity .15s ease}.hero-nav-cta:hover{opacity:.85}.hero-light-body{flex:1;display:flex;flex-direction:column;padding:40px 28px 60px;gap:40px}.hero-light-copy{display:flex;flex-direction:column;align-items:flex-start}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#eef1fb;color:#3341a8;font-family:var(--font-body);font-weight:600;font-size:12.5px;padding:7px 14px;border-radius:100px;margin-bottom:22px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#3b4eea;flex-shrink:0}.hero-light-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(38px,9vw,58px);line-height:1.04;letter-spacing:-.02em;color:#14162b;margin:0 0 20px}.hero-light-tagline{font-family:var(--font-body);font-size:16px;line-height:1.6;color:#5b6470;margin:0 0 28px;max-width:460px}.hero-light-cta{font-family:var(--font-body);font-weight:600;font-size:15.5px;color:#fff;background:#3b4eea;border:none;border-radius:12px;padding:16px 26px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 10px 24px #3b4eea47}.hero-light-cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px #3b4eea57}.hero-light-cta:active{transform:scale(.98)}.hero-light-footnote{font-family:var(--font-body);font-size:12.5px;color:#9aa2ac;margin:14px 0 0}.hero-light-visual{position:relative}.hero-photo-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:20px;background:linear-gradient(135deg,#eef1fb,#f6f3ee);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-photo-placeholder-inner{display:flex;flex-direction:column;align-items:center;gap:14px;opacity:.55}.hero-photo-placeholder-mark{width:120px;height:auto}.hero-photo-placeholder-inner p{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#8a93a6;margin:0}.hero-status-card{position:absolute;bottom:18px;left:18px;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 12px 32px #14162b24;min-width:168px}.hero-status-label{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.08em;color:#9aa2ac;margin-bottom:5px}.hero-status-row{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:14px;color:#14162b}.hero-status-dot{width:8px;height:8px;border-radius:50%;background:#3b4eea;flex-shrink:0;animation:statusPulse 1.8s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.35}}@media (min-width: 860px){.hero-light-body{flex-direction:row;align-items:center;padding:60px;gap:60px}.hero-light-copy{flex:1;max-width:520px}.hero-light-visual{flex:1}}.app-shell{width:100%;max-width:480px;min-height:100vh;background:var(--surface);display:flex;flex-direction:column;box-shadow:0 0 40px #1c2b3a0f}.app-header{padding:28px 24px 20px;border-bottom:1px solid var(--line)}.wordmark{font-family:var(--font-display);font-weight:600;font-size:22px;letter-spacing:-.01em;margin:0;color:var(--ink)}.wordmark span{color:var(--teal)}.clothesline{display:flex;align-items:center;padding:18px 24px 0;gap:4px}.clothesline-pin{width:10px;height:10px;border-radius:50%;background:var(--line);border:2px solid var(--line);flex-shrink:0;transition:all .25s ease}.clothesline-pin.done{background:var(--teal);border-color:var(--teal)}.clothesline-pin.active{background:var(--surface);border-color:var(--gold);width:12px;height:12px}.clothesline-rope{flex:1;height:2px;background:var(--line);position:relative}.clothesline-rope.done{background:var(--teal)}.clothesline-label{padding:6px 24px 0;font-size:12px;color:var(--ink-soft);letter-spacing:.02em}.step{flex:1;padding:28px 24px 100px;display:flex;flex-direction:column;gap:18px}.step h1{font-family:var(--font-display);font-size:26px;font-weight:600;line-height:1.25;margin:0 0 4px}.step p.subtext{color:var(--ink-soft);font-size:14.5px;line-height:1.5;margin:0}label{font-size:13px;font-weight:600;color:var(--ink-soft);display:block;margin-bottom:6px}input,textarea,select{width:100%;font-family:var(--font-body);font-size:16px;padding:13px 14px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink);outline:none;transition:border-color .15s ease}input:focus,textarea:focus,select:focus{border-color:var(--teal)}.field{margin-bottom:2px}.btn{border:none;border-radius:10px;padding:15px 20px;font-family:var(--font-body);font-weight:600;font-size:15.5px;cursor:pointer;transition:transform .1s ease,opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--teal);color:#fff;width:100%}.btn-primary:hover:not(:disabled){background:var(--teal-dark)}.btn-ghost{background:transparent;color:var(--ink-soft);padding:10px 4px}.btn-sticky{position:sticky;bottom:0;padding:16px 24px 24px;background:linear-gradient(to top,var(--surface) 60%,transparent)}.card{border:1.5px solid var(--line);border-radius:14px;padding:18px;background:var(--surface)}.card-highlight{border-color:var(--teal);background:#eef1fb}.hub-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;color:var(--teal-dark);background:#eef1fb;padding:4px 10px;border-radius:20px;width:fit-content}.price-line{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--font-mono);font-size:14px;color:var(--ink-soft)}.error-banner{background:#fbeae6;color:var(--error);padding:12px 14px;border-radius:10px;font-size:14px}.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.slot-option{border:1.5px solid var(--line);border-radius:10px;padding:12px;text-align:left;background:var(--surface);cursor:pointer;font-family:var(--font-body)}.slot-option.selected{border-color:var(--gold);background:#eef1fb}.slot-option .slot-day{font-weight:600;font-size:14px}.slot-option .slot-time{font-size:12.5px;color:var(--ink-soft)}.otp-inputs{display:flex;gap:8px}.otp-inputs input{text-align:center;font-family:var(--font-mono);font-size:20px;padding:12px 0}.confirmation-icon{width:56px;height:56px;border-radius:50%;background:#eef1fb;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.cta-dock{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:14px 24px calc(20px + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--surface) 65%,transparent);z-index:20}.step{padding-bottom:120px}.app-logo{height:26px;width:auto;display:block}.pref-group{margin-bottom:4px}.pref-label{font-size:13px;font-weight:600;color:var(--ink-soft);margin-bottom:10px}.pref-options{display:flex;flex-wrap:wrap;gap:8px}.pref-chip{border:1.5px solid var(--line);border-radius:10px;padding:10px 14px;background:var(--surface);font-family:var(--font-body);font-size:13.5px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .15s ease,background .15s ease}.pref-chip.selected{border-color:var(--teal);background:#eef1fb;color:var(--teal)}.pref-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line)}.pref-toggle-row:last-of-type{border-bottom:1px solid var(--line)}.pref-toggle-label{font-size:14.5px;font-weight:600;color:var(--ink)}.toggle-switch{width:44px;height:26px;border-radius:100px;background:var(--line);position:relative;cursor:pointer;flex-shrink:0;transition:background .18s ease}.toggle-switch.on{background:var(--teal)}.toggle-switch-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .18s ease}.toggle-switch.on .toggle-switch-knob{transform:translate(18px)}.confirm-check-circle{width:76px;height:76px;border-radius:50%;background:#eef1fb;display:flex;align-items:center;justify-content:center;margin:8px auto 6px;animation:confirmPop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes confirmPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.confirm-check-path{stroke-dasharray:40;stroke-dashoffset:40;animation:drawCheck .5s ease .3s forwards}@keyframes drawCheck{to{stroke-dashoffset:0}}.confirm-title,.confirm-subtext{text-align:center}.referral-card{border-radius:16px;padding:20px;background:linear-gradient(135deg,#14162b,#2c3bc4);color:#fff;display:flex;flex-direction:column;gap:12px}.referral-title{font-family:var(--font-display);font-weight:700;font-size:18px;margin:0;line-height:1.25}.referral-sub{font-size:13.5px;color:#ffffffb8;margin:0;line-height:1.5}.referral-code-row{display:flex;align-items:center;gap:8px;background:#ffffff1a;border:1px dashed rgba(255,255,255,.35);border-radius:10px;padding:10px 14px}.referral-code{font-family:var(--font-mono);font-weight:500;font-size:15px;letter-spacing:.04em;flex:1}.referral-copy-btn{background:#fff;color:#14162b;border:none;border-radius:8px;padding:8px 14px;font-family:var(--font-body);font-weight:600;font-size:12.5px;cursor:pointer}.referral-note{font-size:11px;color:#ffffff80;margin:0}
