:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10243f;background:#f3f6fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.app{min-height:100vh;background:radial-gradient(circle at top right,#244f82 0,#071729 35%,#f3f6fb 35.1%);padding-bottom:calc(92px + env(safe-area-inset-bottom))}header{height:112px;max-width:760px;margin:auto;padding:24px 20px;display:flex;align-items:center;gap:14px;color:#fff}header img{width:68px;height:68px;object-fit:contain}header div{display:grid;gap:3px}header b{font-size:1.15rem}header span{color:#b9c9df}.card{width:min(720px,calc(100% - 24px));margin:0 auto;background:#fff;border:1px solid #d9e2ef;border-radius:28px;box-shadow:0 20px 55px #06142420;padding:28px}.progress{display:flex;align-items:center;justify-content:space-between;color:#58708f;font-weight:700;font-size:.86rem}.progress div{display:flex;gap:6px}.progress i{width:24px;height:5px;border-radius:9px;background:#d9e2ef}.progress i.on{background:#4b78b7}h1{font-size:clamp(1.65rem,5vw,2.15rem);letter-spacing:-.035em;margin:18px 0 24px}section{display:grid;gap:18px}.field{display:grid;gap:8px}.field span,legend{font-weight:750;font-size:.92rem;color:#243c5a}.field small,.section-heading span,.upload small{color:#657890;font-size:.82rem;font-weight:500}input,select{width:100%;min-height:50px;border:1px solid #b9c7da;border-radius:14px;background:#f9fbfe;color:#10243f;padding:12px 14px;font:inherit}input:focus,select:focus,button:focus-visible,[tabindex="-1"]:focus{outline:3px solid #91b7ef;outline-offset:2px}input[readonly]{color:#61748e;background:#edf2f8}fieldset{border:0;padding:0;margin:0;display:grid;gap:10px}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.check{display:flex;gap:10px;align-items:flex-start;line-height:1.35;padding:12px;border:1px solid #d5deea;border-radius:13px;background:#f9fbfe}.check input{width:20px;height:20px;min-height:auto;margin:0;flex:0 0 auto}.slots{display:grid;gap:10px}.section-heading{display:grid;gap:4px}.slot{display:grid;grid-template-columns:1.2fr 1fr 1fr 48px;gap:8px;align-items:center}.upload{min-height:140px;border:2px dashed #88a7cd;border-radius:20px;display:grid;place-items:center;align-content:center;gap:8px;color:#173e6f;font-weight:800;background:#f4f8fd;cursor:pointer;text-align:center;padding:18px}.upload input{position:absolute;opacity:0;pointer-events:none}.previews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.previews figure{margin:0;border:1px solid #d8e1ec;border-radius:14px;padding:8px;background:#f9fbfe}.preview-image{aspect-ratio:.72;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#e6ecf4}.previews img{width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.previews figcaption{text-align:center;font-size:.8rem;font-weight:750;padding:7px 0}.preview-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.icon-button{min-height:38px;padding:8px;border:1px solid #becbdb;background:#fff;color:#21456f;border-radius:10px}.icon-button svg{width:17px}.icon-button.danger{color:#a2382b}.review{display:grid;gap:6px;padding:16px;border-radius:16px;background:#eef4fb}.review span{color:#5b6d84}.fine{font-size:.85rem;color:#60738c}.ok{color:#167548;font-weight:750;display:flex;align-items:center;gap:7px}.ok svg{width:20px}.turnstile{min-height:65px;width:100%;display:flex;justify-content:center}.error{background:#fff0ed;color:#9c2f22;border:1px solid #ffc6bc;padding:13px;border-radius:13px;margin-top:18px}footer{position:sticky;bottom:0;margin:28px -28px -28px;padding:16px 28px calc(16px + env(safe-area-inset-bottom));display:flex;gap:10px;background:#fff;border-radius:0 0 28px 28px;border-top:1px solid #e3e9f1;z-index:2}button{min-height:48px;border-radius:14px;padding:10px 17px;font:inherit;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}button:disabled{opacity:.55}.primary{margin-left:auto;background:#123f74;color:#fff;border:1px solid #123f74}.secondary{background:#fff;color:#143d6d;border:1px solid #8ca4c2}.add-slot{justify-self:start}.state{text-align:center;white-space:pre-line;min-height:260px;display:grid;place-items:center;align-content:center}.state>svg{width:44px;height:44px;color:#3475b9}.state p{max-width:58ch;line-height:1.6}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:560px){.app{background:linear-gradient(#071729 0 150px,#f3f6fb 150px)}header{height:106px;padding:16px 18px}header img{width:58px;height:58px}.card{width:calc(100% - 16px);padding:22px 18px;border-radius:22px}.choices{grid-template-columns:1fr}.slot{grid-template-columns:1fr 1fr 44px}.slot select{grid-column:1/-1}.previews{grid-template-columns:repeat(2,1fr)}footer{margin:24px -18px -22px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));border-radius:0 0 22px 22px}.primary{flex:1}.secondary{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.spin{animation-duration:2s}.previews img{transition:none}}
