:root{--green:#183d2b;--green2:#245b40;--lime:#c7e36f;--paper:#f4f0e5;--ink:#18231d;--muted:#627068;--line:#d9ddd5;--white:#fff;--danger:#b54835}*{box-sizing:border-box}[hidden]{display:none!important}html{background:#e9ede7}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 20% 0,#f9f6ed 0,#e8eee8 52%,#dfe7df 100%);min-height:100vh}.shell{width:min(100%,580px);margin:auto;padding:18px 16px 34px}.brand{display:flex;align-items:center;gap:11px;margin-bottom:20px}.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--green);color:var(--lime);display:grid;place-items:center;font-weight:900;letter-spacing:-1px;box-shadow:0 9px 25px #183d2b2a}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{font-size:12px;color:var(--muted);margin-top:2px}.hero{padding:17px 4px 22px}.eyebrow{font-weight:850;letter-spacing:.15em;font-size:11px;color:var(--green2)}h1{font-size:clamp(31px,8vw,44px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 12px;max-width:520px}.hero>p{font-size:16px;line-height:1.5;color:#4d5b53;margin:0;max-width:500px}.safety{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12px;font-weight:750;color:var(--green)}.safety span{color:#73a235}.card{background:rgba(255,255,255,.92);border:1px solid #ffffffde;border-radius:24px;box-shadow:0 24px 80px #183d2b22;padding:20px;backdrop-filter:blur(10px)}.progress{height:5px;background:#e5e9e3;border-radius:99px;overflow:hidden;margin-bottom:18px}.progress span{display:block;width:33%;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--green),#88ab44);transition:width .35s ease}.step-head{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}.step-head span{font-size:11px;color:var(--muted);font-weight:750;text-transform:uppercase;letter-spacing:.09em}.step-head strong{font-size:21px;letter-spacing:-.02em}fieldset{border:0;padding:0;margin:0}.step{display:none}.step.active{display:block}.choice{display:flex;align-items:center;gap:13px;padding:15px;border:1.5px solid var(--line);border-radius:17px;margin-bottom:11px;cursor:pointer;transition:.2s;background:#fff}.choice.selected{border-color:var(--green);box-shadow:0 0 0 3px #245b4014;background:#fbfdf9}.choice input{position:absolute;opacity:0;pointer-events:none}.choice-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;background:#edf2e8;color:var(--green);display:grid;place-items:center;font-size:19px;font-weight:900}.choice strong,.choice small{display:block}.choice strong{font-size:15px;line-height:1.25}.choice-state{display:none;margin-left:auto;font-size:10px;font-style:normal;font-weight:850;color:var(--green);background:#e4efdc;padding:5px 7px;border-radius:99px}.choice.selected .choice-state{display:block}.choice small,.field small,.check small{font-size:12px;color:var(--muted);line-height:1.35;margin-top:4px}.primary,.ghost{min-height:50px;border:0;border-radius:14px;padding:0 18px;font:inherit;font-size:14px;font-weight:850;cursor:pointer}.primary{width:100%;color:#fff;background:var(--green);box-shadow:0 9px 24px #183d2b29;margin-top:8px}.primary:hover{background:#214f39}.primary:disabled{opacity:.55;cursor:wait}.ghost{color:var(--green);background:#edf2ed}.actions{display:grid;grid-template-columns:92px 1fr;gap:10px;margin-top:18px}.actions .primary{margin:0}.guide{list-style:none;padding:0;margin:0;display:grid;gap:12px}.guide li{display:flex;gap:12px;padding:13px;background:#f5f7f3;border-radius:15px}.guide b{width:29px;height:29px;flex:0 0 29px;border-radius:9px;background:var(--green);color:#fff;display:grid;place-items:center}.guide strong,.guide small{display:block}.guide strong{font-size:14px}.guide small{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.35}.field{display:block}.field>span{display:block;font-size:13px;font-weight:800;margin-bottom:8px}.field input{width:100%;height:58px;border:1.5px solid #cbd2ca;border-radius:15px;padding:0 16px;font:inherit;font-size:22px;font-weight:850;letter-spacing:.08em;color:var(--ink);outline:0;background:#fff}.field input:focus{border-color:var(--green);box-shadow:0 0 0 4px #245b4014}.check{display:flex;gap:11px;align-items:flex-start;margin-top:15px;padding:12px;border-radius:14px;background:#f6f7f4}.check input{width:22px;height:22px;accent-color:var(--green);flex:0 0 22px;margin:1px 0}.check strong,.check small{display:block}.check strong{font-size:13px}.error{min-height:18px;color:var(--danger);font-size:12px;font-weight:700;margin-top:10px}.success{text-align:center;padding:8px 2px}.success h2{font-size:28px;letter-spacing:-.035em;margin:8px 0 10px}.success>p{font-size:14px;line-height:1.5;color:#506057}.pulse{min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.pulse strong{font-size:12px;color:var(--green)}.pulse span{width:20px;height:20px;border-radius:50%;background:#7ca342;box-shadow:0 0 0 0 #7ca34270;animation:pulse 1.8s infinite}.reference{display:flex;justify-content:space-between;align-items:center;background:var(--green);color:#fff;padding:14px 15px;border-radius:14px;margin:18px 0 10px}.reference span{font-size:12px;color:#dce8dd}.reference strong{font-size:16px;letter-spacing:.06em}.waiting{border:1px solid #d8dfd5;border-radius:13px;padding:12px;font-size:13px;font-weight:800;background:#f8faf7}.quiet{font-size:11px!important;color:#7c8881!important}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}footer{text-align:center;color:#718078;font-size:10px;line-height:1.5;padding:20px 8px 0}@keyframes pulse{70%{box-shadow:0 0 0 22px #7ca34200}}@media(min-width:700px){.shell{padding-top:34px}.card{padding:26px}.hero{padding-left:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
