@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap);:root{--primary:#f2660c;--primary-hover:#d45709;--primary-soft:#f4b58f;--primary-tint:#fff1e8;--bg:#fff;--surface:#fffaf5;--surface-2:#fafafa;--text:#0f172a;--text2:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-strong:#cbd5e1;--success:#16a34a;--danger:#dc2626;--warn:#d97706;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--container-max:640px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg);color:#0f172a;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);min-height:100vh}.takeover-app{margin:0 auto;max-width:640px;max-width:var(--container-max);min-height:100vh;padding:64px 24px 96px;position:relative}.takeover-progress{background:#0000;height:3px;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:10}.takeover-progress__fill{background:#f2660c;background:var(--primary);height:100%;transition:width .4s ease}.takeover-counter{color:#64748b;color:var(--text2);font-size:13px;font-weight:500;left:24px;letter-spacing:.02em;position:fixed;top:16px;z-index:9}.takeover-nav{bottom:24px;display:flex;flex-direction:column;gap:6px;position:fixed;right:24px;z-index:9}.takeover-nav__btn{align-items:center;background:#f2660c;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius-md);box-shadow:0 1px 2px #0000000f;color:#fff;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;line-height:1;transition:background .15s ease,opacity .15s ease,transform .05s ease;width:44px}.takeover-nav__btn:hover:not(:disabled){background:#d45709;background:var(--primary-hover)}.takeover-nav__btn:active:not(:disabled){transform:translateY(1px)}.takeover-nav__btn:disabled{background:#f4b58f;background:var(--primary-soft);cursor:not-allowed;opacity:.7}.takeover-nav__btn svg{stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.step-layout{display:flex;flex-direction:column;gap:24px}.step-title{color:#0f172a;color:var(--text);font-family:Playfair Display,Georgia,Times New Roman,serif;font-family:var(--font-serif);font-size:36px;font-weight:600;letter-spacing:-.01em;line-height:1.15}.step-content{display:flex;flex-direction:column;gap:18px}.progress-bar,.step-indicator{display:none}input,select,textarea{color:#0f172a;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);font-size:15px}input::placeholder,textarea::placeholder{color:#94a3b8;color:var(--text-muted)}input:focus,select:focus,textarea:focus{outline:none}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{background:#fffaf5;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-md);padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#f2660c;border-color:var(--primary);box-shadow:0 0 0 3px #f2660c1f}.code-input{display:flex;gap:10px;justify-content:center}.code-digit{background:#fff;background:var(--bg);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-md);color:#0f172a;color:var(--text);font-size:22px;font-weight:600;height:56px;outline:none;text-align:center;transition:border-color .15s ease,box-shadow .15s ease;width:48px}.code-digit:focus{border-color:#f2660c;border-color:var(--primary);box-shadow:0 0 0 3px #f2660c26}.loading-screen{padding:40px 0;text-align:center}.spinner{animation:spin .9s linear infinite;border:3px solid #e2e8f0;border-top-color:#f2660c;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:44px;margin:0 auto 20px;width:44px}@keyframes spin{to{transform:rotate(1turn)}}.loading-status{color:#64748b;color:var(--text2);margin-top:8px}.file-upload{align-items:center;display:flex;gap:12px}.file-name{color:#64748b;color:var(--text2);font-size:13px}.cta-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.enter-hint{font-size:13px}.enter-hint,.enter-hint strong{color:#64748b;color:var(--text2)}.enter-hint strong{font-weight:600}.cta-row .cta-row__btn{min-width:140px;padding-left:24px!important;padding-right:24px!important;width:auto!important}.btn--primary{background:#f2660c;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans);font-size:15px;font-weight:600;padding:12px 22px;transition:background .15s ease}.btn--primary:hover:not(:disabled){background:#d45709;background:var(--primary-hover)}.btn--primary:disabled{background:#f4b58f;background:var(--primary-soft);cursor:not-allowed;opacity:.85}.step-content h1,.step-content h2,.step-content h3{color:#0f172a;color:var(--text);font-family:Playfair Display,Georgia,Times New Roman,serif;font-family:var(--font-serif);letter-spacing:-.01em}input[type=checkbox],input[type=radio]{accent-color:#f2660c;accent-color:var(--primary)}.step-layout--centered,.step-layout--centered .step-title{text-align:center}.step-layout--centered .step-content{align-items:center;margin-left:auto;margin-right:auto;max-width:540px;text-align:center}.step-layout--centered .step-content>p{text-align:center}.step-layout--centered .cta-row{justify-content:center}.step-layout--underline-fields input[type=date],.step-layout--underline-fields input[type=email],.step-layout--underline-fields input[type=number],.step-layout--underline-fields input[type=password],.step-layout--underline-fields input[type=search],.step-layout--underline-fields input[type=tel],.step-layout--underline-fields input[type=text],.step-layout--underline-fields select,.step-layout--underline-fields textarea{background:#0000!important;border:none!important;border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--border)!important;border-radius:0!important;color:#0f172a!important;color:var(--text)!important;font-size:17px!important;padding:10px 0!important}.step-layout--underline-fields input:focus,.step-layout--underline-fields select:focus,.step-layout--underline-fields textarea:focus{border-bottom-color:#f2660c!important;border-bottom-color:var(--primary)!important;box-shadow:none!important;outline:none!important}.step-layout--underline-fields .step-content>div>div:first-child,.step-layout--underline-fields label{color:#0f172a;color:var(--text);font-size:15px;font-weight:600}
/*# sourceMappingURL=main.223bb6a9.css.map*/