:root{--spot-primary: #0e7c86;--spot-bg: #f6f8fa;--spot-ink: #10202c;--spot-ink-soft: #5a6b78;--spot-line: #dde3e8;--spot-surface: #ffffff;--spot-danger: #b3261e;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100dvh;background:var(--spot-bg);color:var(--spot-ink);-webkit-text-size-adjust:100%}.wrap{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom))}.card{width:100%;max-width:420px;background:var(--spot-surface);border:1px solid var(--spot-line);border-radius:14px;padding:28px 24px;box-shadow:0 1px 2px #10202c0f,0 8px 24px #10202c0f}.logo{max-width:160px;max-height:64px;margin:0 auto 18px;display:block}h1{font-size:21px;margin:0 0 6px;letter-spacing:-.02em;text-wrap:balance}.lead{margin:0 0 20px;color:var(--spot-ink-soft);font-size:14.5px;line-height:1.5}label{display:block;font-size:13px;font-weight:600;margin:14px 0 5px}input[type=text],input[type=email],input[type=tel]{width:100%;padding:11px 12px;font-size:16px;border:1px solid var(--spot-line);border-radius:9px;background:var(--spot-surface);color:inherit}input:focus-visible{outline:2px solid var(--spot-primary);outline-offset:1px}button{width:100%;margin-top:18px;padding:13px 16px;font-size:16px;font-weight:600;color:#fff;background:var(--spot-primary);border:0;border-radius:9px;cursor:pointer}button:disabled{opacity:.55;cursor:default}button.secondary{background:transparent;color:var(--spot-primary);border:1px solid var(--spot-line);margin-top:8px}.methods{display:flex;flex-direction:column;gap:8px;margin-top:8px}.methods button{margin-top:0}.terms{margin-top:18px;padding:12px 14px;max-height:168px;overflow-y:auto;background:var(--spot-bg);border:1px solid var(--spot-line);border-radius:9px;font-size:12.5px;line-height:1.55;color:var(--spot-ink-soft);white-space:pre-wrap}.consent{display:flex;gap:10px;align-items:flex-start;margin-top:14px;font-size:13.5px}.consent input{margin-top:2px;width:18px;height:18px;flex:none}.error{margin-top:16px;padding:11px 13px;border-radius:9px;background:#fdecea;color:var(--spot-danger);font-size:13.5px;line-height:1.45}.done{text-align:center}.done .tick{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:var(--spot-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px}footer{margin-top:22px;text-align:center;font-size:12px;color:var(--spot-ink-soft);line-height:1.5}@media(prefers-reduced-motion:no-preference){.card{animation:rise .24s ease-out}@keyframes rise{0%{opacity:0;transform:translateY(6px)}}}
