:root{color-scheme:dark;background:#07111f;color:#f7fbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top,#102640 0,#07111f 52%,#040a12 100%);color:#f7fbff}body{min-height:100vh}a{color:inherit;text-decoration:none}.screen{min-height:100vh;display:grid;place-items:center;padding:24px}.hero,.panel{width:min(100%,560px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}.panel{align-items:stretch;text-align:left}.mark{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;background:#e7fff5;color:#052215;font-weight:900;font-size:20px;letter-spacing:.08em;box-shadow:0 20px 60px rgba(0,0,0,.28)}h1{margin:0;font-size:clamp(2rem,7vw,4.4rem);line-height:.98;letter-spacing:-.055em}.panel h1{font-size:clamp(2rem,8vw,3.6rem)}h1 small{font-size:.34em;color:#8fa1b5;letter-spacing:0;font-weight:700}p{margin:0;color:#a9b7c8;font-size:1.05rem;line-height:1.5}.muted{font-size:.92rem;max-width:42ch}.actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:4px}.panel .actions{justify-content:flex-start}.btn,.choice{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);backdrop-filter:blur(12px);border-radius:16px;padding:14px 18px;font-weight:750;transition:transform .15s ease,border-color .15s ease,background .15s ease;color:inherit}.btn:hover,.choice:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.28)}.btn.primary{background:#e7fff5;color:#062117;border-color:#e7fff5}.step{font-size:.72rem;font-weight:850;letter-spacing:.18em;color:#7f93a8}.back{font-size:.9rem;color:#9aabba;width:max-content}.choices{display:grid;gap:10px;margin-top:8px}.choice{display:flex;justify-content:space-between;align-items:center;padding:18px 20px}.status-grid{display:grid;gap:10px;margin-top:6px}.status-card{display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:16px;padding:16px}.status-card div{display:flex;flex-direction:column;gap:2px}.status-card small{color:#8fa1b5}.dot{width:11px;height:11px;border-radius:50%;background:#74f0b1;box-shadow:0 0 0 5px rgba(116,240,177,.1)}.dot.amber{background:#ffc766;box-shadow:0 0 0 5px rgba(255,199,102,.1)}.quote-form{display:grid;gap:12px;margin-top:6px}.quote-form input{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;border-radius:16px;padding:17px 18px;font:inherit;outline:none}.quote-form input:focus{border-color:rgba(231,255,245,.7)}.quote-target{font-weight:750;color:#dce8f4;overflow-wrap:anywhere}.tiny-link{font-size:.86rem;color:#9fb4ca;text-decoration:underline;text-underline-offset:3px;width:max-content}.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}@media(max-width:560px){.screen{padding:18px}.actions{width:100%;display:grid}.btn{text-align:center}.panel{gap:16px}.quote-form .btn{width:100%}}