/* Waitlist ("notify me") form, shared by the landing #soon band and /board1405.  DT_WAITLIST_V2 2026-09-10
   Radius scale: controls 10px, card 16px, pills 999px. Accent: brand blue only. */
.soon-form{--wl-blue:#1354ff;--wl-ink:#08183f;--wl-muted:#52658d;--wl-line:#dfe7f6;background:#fff;border:1px solid var(--wl-line);border-radius:16px;padding:clamp(18px,2.4vw,32px);color:var(--wl-ink);font-family:Vazirmatn,Tahoma,sans-serif}
.soon-chips{border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.soon-chips legend{font-size:16px;font-weight:800;margin-bottom:12px;padding:0}
.soon-chips label{position:relative;display:inline-flex}
.soon-chips input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}
.soon-chips span{display:inline-flex;align-items:center;min-height:44px;padding:6px 16px;border:1px solid #cdd9f2;border-radius:999px;background:#fff;font-size:15px;font-weight:700;color:#314a78;transition:background .15s,color .15s,border-color .15s}
.soon-chips label:hover span{border-color:#8fb0ff}
.soon-chips input:checked+span{background:var(--wl-blue);border-color:var(--wl-blue);color:#fff}
.soon-chips input:focus-visible+span{outline:3px solid var(--wl-blue);outline-offset:3px}
.soon-extra{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;max-width:720px}
.soon-extra label,.soon-row label{display:block;font-size:16px;font-weight:800;margin-bottom:6px}
.soon-extra small{font-size:14px;font-weight:600;color:var(--wl-muted);margin-inline-start:4px}
.soon-extra select{width:100%;min-height:52px;padding:10px 14px;border:1px solid #c7d4ee;border-radius:10px;font:inherit;font-size:16px;background:#fff;color:var(--wl-ink)}
.soon-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:20px}
.soon-row label{width:100%;margin-bottom:0}
.soon-row input[type=tel]{flex:1 1 240px;max-width:360px;min-height:52px;padding:10px 16px;border:1px solid #c7d4ee;border-radius:10px;font-size:18px;background:#fff;text-align:left;color:var(--wl-ink)}
.soon-row input[aria-invalid=true]{border-color:#b42318;background:#fff8f7}
.soon-extra select:focus-visible,.soon-row input:focus-visible{outline:3px solid var(--wl-blue);outline-offset:2px}
.soon-msg{margin-top:12px;font-size:15px;font-weight:700;min-height:1.8em}
.soon-msg[data-state=ok]{color:#0f6b37}.soon-msg[data-state=error]{color:#b42318}
.soon-why{margin-top:10px;font-size:14px;color:var(--wl-muted)}
.soon-form .button,.soon-done .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 22px;border:0;border-radius:10px;background:var(--wl-blue);color:#fff;font:inherit;font-size:17px;font-weight:800;text-decoration:none;cursor:pointer;transition:opacity .15s,background .15s}
.soon-form .button:hover,.soon-done .button:hover{background:#0744e6}
.soon-form .button:not(.is-ready){opacity:.55}
.soon-form .button[aria-busy=true]{opacity:.8;cursor:progress}
.soon-form .button[aria-busy=true]::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:999px;animation:wl-spin .7s linear infinite}
@keyframes wl-spin{to{transform:rotate(360deg)}}
.soon-done{--wl-blue:#1354ff;background:#fff;border:1px solid #bfe5cd;border-radius:16px;padding:clamp(20px,2.6vw,32px);text-align:center;font-family:Vazirmatn,Tahoma,sans-serif;color:#08183f}
.soon-done:focus{outline:3px solid var(--wl-blue);outline-offset:3px}
.soon-done-ic{width:52px;height:52px;fill:none;stroke:#0f7a3e;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 8px;display:block}
.soon-done h3{font-size:20px;font-weight:800;margin:0 0 6px}
.soon-done p{font-size:16px;line-height:1.9;color:#3f527a;margin:0 0 16px}
.soon-done-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.soon-again{min-height:44px;padding:0 16px;border:1px solid #cdd9f2;border-radius:999px;background:#fff;color:#243c68;font:inherit;font-weight:700;cursor:pointer}
@media(prefers-reduced-motion:reduce){.soon-form .button[aria-busy=true]::after{animation:none}}
@media(max-width:700px){.soon-extra{grid-template-columns:1fr}.soon-row .button{flex:1 1 100%}}
/* DT_INVITE_V1: own invite link inside the confirmation card. Secondary actions only; the card keeps one primary button. */
.soon-box .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.soon-invite{margin:4px auto 18px;max-width:560px;border:1px solid #dfe7f6;border-radius:16px;background:#f7faff;padding:16px 18px;text-align:right}
.soon-invite h4{margin:0 0 4px;font-size:17px;font-weight:800;color:#08183f}
.soon-invite p{margin:0;font-size:15px;line-height:1.9;color:#3f527a}
.soon-invite-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 8px}
.soon-invite-row input{flex:1 1 220px;min-width:0;min-height:44px;padding:0 12px;border:1px solid #c7d4ee;border-radius:10px;background:#fff;font:15px/1 Tahoma,sans-serif;color:#08183f;text-align:left}
.soon-invite-row input:focus-visible{outline:3px solid #1354ff;outline-offset:2px}
.soon-copy{min-height:44px;padding:0 18px;border:1px solid #1354ff;border-radius:10px;background:#fff;color:#1354ff;font:inherit;font-weight:800;cursor:pointer}
.soon-copy:hover{background:#eef3ff}
.soon-invite .soon-invite-count{font-weight:700;color:#243c68;font-variant-numeric:tabular-nums}
