:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#192338;background:#f7f8fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:disabled{cursor:wait;opacity:.5}button:focus-visible,a:focus-visible,textarea:focus-visible{outline:3px solid #2348ca;outline-offset:5px}header{max-width:1040px;margin:auto;padding:30px 32px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#3157d5;font-size:23px;font-weight:750;letter-spacing:-.6px}.brand svg{width:34px;height:34px}.availability{font-size:13px;color:#637087}.availability.ready:before{content:"";display:inline-block;width:7px;height:7px;background:#438565;border-radius:50%;margin-right:7px}main{max-width:850px;margin:32px auto 0;padding:0 28px}.intro{text-align:center;margin-bottom:36px}h1{font-size:clamp(40px,6vw,59px);line-height:1.05;letter-spacing:-2.4px;margin:0 0 21px;font-weight:750}h1 span{color:#3157d5}p{line-height:1.6}.intro p{font-size:17px;color:#657086;margin:0}.choices{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choice{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:29px 28px;background:white;border:1px solid #e2e6ee;border-radius:20px;color:#192338;box-shadow:0 6px 22px #25325204;transition:border-color .18s,transform .18s,box-shadow .18s}.choice:hover:not(:disabled){border-color:#b0bdec;transform:translateY(-3px);box-shadow:0 10px 28px #2532520a}.icon{display:grid;place-items:center;width:53px;height:53px;border-radius:15px;margin-bottom:22px}.icon svg{width:27px;height:27px}.blue{background:#edf1ff;color:#3157d5}.coral{background:#fff0e9;color:#b95935}.choice strong{font-size:22px;letter-spacing:-.6px;margin-bottom:10px}.choice>span:not(.icon):not(.choice-action){font-size:14px;line-height:1.6;color:#6b7589}.choice-action{display:flex;justify-content:space-between;width:100%;margin-top:30px;border-top:1px solid #eceef4;padding-top:19px;font-size:14px;font-weight:650;color:#3157d5}.choice-action span{font-size:21px;line-height:15px}.formats{grid-column:1/-1;text-align:center;margin:0;font-size:12px;color:#768095}.panel{background:#fff;border:1px solid #e2e6ee;border-radius:20px;padding:36px;text-align:center;max-width:670px;margin:0 auto}h2{font-size:25px;letter-spacing:-.6px;margin:12px 0 8px}.panel p{color:#68758b;margin:0 0 22px}.primary,.secondary{border-radius:11px;padding:15px 23px;font-weight:650;font-size:16px;min-height:52px;border:1px solid transparent}.primary{background:#3157d5;color:white}.primary:hover{background:#2545ba}.secondary{background:white;border-color:#d9dfec;color:#3157d5}.text-button{display:block;border:0;background:transparent;color:#627088;font-size:14px;padding:13px;margin:16px auto 0;text-decoration:underline;text-underline-offset:4px}.timer{font-size:48px;font-variant-numeric:tabular-nums;margin:24px 0 30px;letter-spacing:-1px}.record-dot{display:block;width:14px;height:14px;border-radius:50%;background:#d25349;margin:0 auto 18px;animation:pulse 1.5s infinite}.spinner{width:37px;height:37px;border:3px solid #e5eafb;border-top-color:#3157d5;border-radius:50%;margin:0 auto 22px;animation:spin 1s linear infinite}progress{display:block;width:100%;height:9px;border:none;border-radius:9px;overflow:hidden;accent-color:#3157d5;margin:26px 0 18px;background:#eaf0ff}progress::-webkit-progress-bar{background:#eaf0ff;border-radius:9px}progress::-webkit-progress-value{background:#3157d5;border-radius:9px}.panel .small,.small{font-size:13px;color:#7b8495;margin:0}.result{max-width:none;text-align:left;padding:28px}.result-heading{display:flex;align-items:center;gap:15px;margin-bottom:20px}.result-heading h2{margin:0 0 4px}.result-heading p{margin:0;font-size:14px}.done-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#eaf5ef;color:#42855e;font-size:24px;flex-shrink:0}textarea{width:100%;resize:vertical;min-height:240px;max-height:600px;border:1px solid #e3e7ef;border-radius:12px;background:#fafbfe;font-family:inherit;font-size:16px;line-height:1.85;padding:20px;color:#25324b}.result-actions{display:flex;gap:12px;margin:18px 0 12px;flex-wrap:wrap}.result .text-button{margin-bottom:0}.privacy{position:relative;font-size:12px;color:#778197;text-align:center;line-height:1.8;margin:31px 0 0}.privacy svg{width:15px;height:15px;margin-right:5px;vertical-align:-2px}footer{text-align:center;font-size:12px;color:#9aa3b2;margin:45px 0 24px}#error{padding:16px 19px;background:#fff0eb;color:#914a31;border:1px solid #f1d3c5;border-radius:12px;font-size:15px;line-height:1.6;margin-bottom:20px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.3}}@media(max-width:580px){header{padding:23px 22px}main{margin-top:26px;padding:0 20px}.intro{margin-bottom:27px}.intro p{font-size:15px}.choices{grid-template-columns:1fr;gap:14px}.choice{padding:23px;display:grid;grid-template-columns:48px 1fr;column-gap:16px}.icon{grid-row:1/3;width:48px;height:48px;margin:0}.choice strong{font-size:20px;margin:0 0 5px}.choice>span:not(.icon):not(.choice-action){font-size:13px}.choice-action{grid-column:1/-1;margin-top:18px;padding-top:14px}.formats{font-size:11px;margin-top:5px}.panel{padding:28px 22px}.result{padding:23px 18px}.result-heading h2{font-size:21px}.result-actions{flex-direction:column}.result-actions button{width:100%}footer{margin-top:30px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
