@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background:#f5f5f0;color:#1a1a2e}h1,h2,h3{line-height:1.2}:root{--color-bg: #f5f5f0;--color-surface: #ffffff;--color-border: #d8d8d2;--color-border-focus: #1a1a2e;--color-text: #1a1a2e;--color-text-muted: #6b6b7a;--color-accent: #1a1a2e;--color-accent-hover: #2e2e4a;--color-error: #c0392b;--color-error-bg: #fdf2f1;--color-success: #1e7a4b;--color-success-bg: #f0faf4;--color-disabled: #e8e8e4;--radius: 6px;--shadow-card: 0 2px 16px rgba(26, 26, 46, .08);--font-body: "Inter", system-ui, sans-serif}.form-page{min-height:100vh;background:var(--color-bg);padding:48px 16px 80px}.form-header{max-width:720px;margin:0 auto 32px}.form-header__title{font-size:2rem;font-weight:700;color:var(--color-text);margin:0 0 8px;letter-spacing:-.02em}.form-header__sub{color:var(--color-text-muted);margin:0;font-size:.95rem}.reg-form{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.form-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:28px 32px;margin-bottom:16px;box-shadow:var(--shadow-card)}.form-section__heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.form-row{display:grid;gap:16px;margin-bottom:16px}.form-row:last-child{margin-bottom:0}.form-row--1{grid-template-columns:1fr}.form-row--2{grid-template-columns:1fr 1fr}.form-row--3{grid-template-columns:2fr 1.5fr 1fr}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:.825rem;font-weight:600;color:var(--color-text);letter-spacing:.01em}.field__required{color:var(--color-error)}.field__hint{font-size:.78rem;color:var(--color-text-muted);margin:0}.field__error-msg{font-size:.78rem;color:var(--color-error);margin:0}.input{width:100%;padding:10px 12px;font-size:.9rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius);outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;-webkit-text-size-adjust:100%}.input:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px #1a1a2e14}.input::placeholder{color:var(--color-text-muted);opacity:.7}.input--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b7a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.field--error .input{border-color:var(--color-error);background:var(--color-error-bg)}.field--error .input:focus{box-shadow:0 0 0 3px #c0392b1f}.turnstile-container{width:100%}.submit-error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #f5c6c2;border-radius:var(--radius);padding:12px 16px;font-size:.88rem;margin:0}.form-verify-row{display:flex;flex-direction:row;align-items:stretch;gap:0}.form-section--verify{flex:1;margin-bottom:0;border-right:none;border-radius:var(--radius) 0 0 var(--radius)}.form-verify-row .form-footer{flex-shrink:0;border-radius:0 var(--radius) var(--radius) 0;align-items:center}.form-footer{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:20px 32px;display:flex;justify-content:flex-end;box-shadow:var(--shadow-card)}.btn-submit{padding:13px 32px;font-size:.9rem;font-weight:600;font-family:var(--font-body);color:#fff;background:var(--color-accent);border:none;border-radius:var(--radius);cursor:pointer;letter-spacing:.02em;transition:background .15s ease,transform .1s ease;min-height:44px}.btn-submit:hover:not(:disabled){background:var(--color-accent-hover)}.btn-submit:active:not(:disabled){transform:translateY(1px)}.btn-submit:disabled{background:var(--color-disabled);color:var(--color-text-muted);cursor:not-allowed}.page-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;text-align:center;background:var(--color-bg)}.page-state h1{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0}.page-state p{color:var(--color-text-muted);max-width:400px;margin:0}.page-state__sub{font-size:.85rem}.page-state__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:var(--color-border);color:var(--color-text)}.page-state--error .page-state__icon{background:var(--color-error-bg);color:var(--color-error)}.page-state--success .page-state__icon{background:var(--color-success-bg);color:var(--color-success)}.text-center{text-align:center}.spinner{width:36px;height:36px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.form-page{padding:0 0 72px}.form-header{padding:28px 16px 0;margin-bottom:12px}.form-header__title{font-size:1.5rem}.form-section{border-left:none;border-right:none;border-radius:0;padding:20px 16px;margin-bottom:8px;box-shadow:none}.form-row--2,.form-row--3{grid-template-columns:1fr}.input{font-size:16px;padding:12px 14px;min-height:44px}.form-verify-row{flex-direction:column}.form-section--verify{border-right:1px solid var(--color-border);border-radius:0;margin-bottom:0}.form-footer{border-left:none;border-right:none;border-radius:0;padding:16px;box-shadow:none}.form-verify-row .form-footer{border-radius:0}.btn-submit{width:100%;font-size:1rem;padding:14px}.submit-error{margin:0;border-left:none;border-right:none;border-radius:0}}
