:root{--brand: #5b5ce2;--bg: #f6f7f9;--surface: #ffffff;--border: #e4e7ec;--text: #171a21;--text-2: #667085;--danger: #b42318;--radius: 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg);padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.app{min-height:100dvh;display:flex;flex-direction:column}.brand-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 20px;display:flex;align-items:center;justify-content:center}.brand-name{font-weight:700;font-size:18px}.brand-logo{max-height:36px;max-width:200px}.screen{flex:1;width:100%;max-width:560px;margin:0 auto;padding:20px 16px 40px}.centered{display:grid;place-items:center;min-height:40dvh}.step h1{font-size:22px;line-height:28px;margin:0 0 20px}.step-head{display:flex;align-items:center;gap:8px;margin-bottom:20px}.step-head h1{margin:0}.back{border:none;background:none;font-size:30px;line-height:1;padding:0 8px 4px 0;cursor:pointer;color:var(--text-2)}.options{display:flex;flex-direction:column;gap:10px}.option{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left;width:100%;min-height:56px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;font:inherit;color:inherit}.option:active{background:#f2f3f7}.option-primary{border-color:var(--brand)}.option-title{font-weight:600}.option-note,.option-meta{font-size:14px;color:var(--text-2)}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.days{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:8px;scroll-snap-type:x mandatory}.day{flex:0 0 auto;scroll-snap-align:start;min-width:64px;min-height:48px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font:inherit;cursor:pointer;text-transform:capitalize}.day-active{border-color:var(--brand);background:var(--brand);color:#fff;font-weight:600}.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px}.slot{min-height:52px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font:inherit;font-weight:600;cursor:pointer}.slot:active{background:var(--brand);color:#fff}.summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:20px}.summary-line{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.summary-note{font-size:14px;color:var(--text-2)}.form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:14px;font-weight:600}.field input{font-size:16px;min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.field input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.field em,.error{color:var(--danger);font-size:14px;font-style:normal}.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:20px}.checkbox input{width:20px;height:20px;margin-top:1px;flex-shrink:0}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.primary,.secondary{min-height:52px;border-radius:var(--radius);border:1px solid transparent;font:inherit;font-weight:600;cursor:pointer;background:var(--brand);color:#fff}.primary:disabled{opacity:.6}.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.step-done{text-align:center}.tick{width:64px;height:64px;margin:12px auto 16px;border-radius:50%;background:var(--brand);color:#fff;font-size:32px;display:grid;place-items:center}.receipt{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin:20px 0}.receipt dt{font-size:13px;color:var(--text-2);margin-top:12px}.receipt dt:first-child{margin-top:0}.receipt dd{margin:2px 0 0;font-weight:600}.reference{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.notice{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:center}.empty,.muted{color:var(--text-2);font-size:15px}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--brand);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}
