@charset "UTF-8";.main.svelte-45c0k3{flex:1;padding:60px 0;background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-main) 100%)}.container.svelte-45c0k3{max-width:800px;margin:0 auto;padding:0 24px}.form-wrapper.svelte-45c0k3{display:flex;flex-direction:column;gap:32px}.form-header.svelte-45c0k3{text-align:center}.title.svelte-45c0k3{font-size:36px;font-weight:700;color:var(--text-primary);margin-bottom:12px}.subtitle.svelte-45c0k3{font-size:16px;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto}.form-card.svelte-45c0k3{background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:48px;box-shadow:var(--shadow-xl)}.form-card.svelte-45c0k3 .input:hover:not(:disabled){border-color:var(--gold);background:var(--bg-main)}.form-card.svelte-45c0k3 .input:focus{outline:none;border-color:var(--gold);background:var(--bg-main);box-shadow:0 0 0 3px #d4b4674d}.form.svelte-45c0k3{display:flex;flex-direction:column;gap:32px}.form-section.svelte-45c0k3{display:flex;flex-direction:column;gap:12px;padding-bottom:32px;border-bottom:1px solid var(--border-light)}.form-section.svelte-45c0k3:last-of-type{border-bottom:none}.section-title.svelte-45c0k3{font-size:20px;font-weight:600;color:var(--text-primary)}.form-row.svelte-45c0k3{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkbox-group.svelte-45c0k3{display:flex;flex-direction:column;gap:2px;padding:0}.checkbox-label.svelte-45c0k3{display:flex;align-items:flex-start;gap:10px;cursor:pointer;position:relative;padding:1px 0}.checkbox-label.error.svelte-45c0k3 .checkbox-custom:where(.svelte-45c0k3){border-color:var(--error)}.checkbox-input.svelte-45c0k3{position:absolute;opacity:0;width:0;height:0}.checkbox-custom.svelte-45c0k3{width:20px;height:20px;min-width:20px;border:2px solid var(--border-medium);border-radius:4px;background:var(--bg-main);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);margin-top:2px}.checkbox-custom.svelte-45c0k3:after{content:"";width:10px;height:10px;background:var(--gold-dark);border-radius:2px;opacity:0;transform:scale(0);transition:all var(--transition-fast)}.checkbox-input.svelte-45c0k3:checked+.checkbox-custom:where(.svelte-45c0k3){border-color:var(--gold-dark);background:var(--bg-main)}.checkbox-input.svelte-45c0k3:checked+.checkbox-custom:where(.svelte-45c0k3):after{opacity:1;transform:scale(1)}.checkbox-input.svelte-45c0k3:focus-visible+.checkbox-custom:where(.svelte-45c0k3){outline:2px solid var(--gold-dark);outline-offset:2px}.checkbox-label.svelte-45c0k3:hover .checkbox-custom:where(.svelte-45c0k3){border-color:var(--gold-dark)}.checkbox-text.svelte-45c0k3{font-size:15px;line-height:1.35;color:var(--text-secondary);-webkit-user-select:none;user-select:none}.field-error.svelte-45c0k3{font-size:13px;color:var(--error);margin-left:34px;margin-top:0}.error-box.svelte-45c0k3{display:flex;gap:12px;padding:16px;background:var(--error-light);border:1px solid var(--error);border-left:3px solid var(--error);border-radius:var(--radius-md);font-size:14px;color:var(--error);line-height:1.6}.error-box.svelte-45c0k3 svg:where(.svelte-45c0k3){flex-shrink:0;margin-top:2px}.form-notes.svelte-45c0k3{margin-top:12px;font-size:13px;line-height:1.6;color:var(--text-secondary);text-align:center;display:flex;flex-direction:column;align-items:center;gap:2px}.form-notes.svelte-45c0k3 p:where(.svelte-45c0k3){color:var(--text-secondary)}.success-wrapper.svelte-45c0k3{display:flex;justify-content:center}.success-card.svelte-45c0k3{background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:60px 48px;box-shadow:var(--shadow-xl);text-align:center;max-width:600px}.success-icon.svelte-45c0k3{width:80px;height:80px;margin:0 auto 24px;background:var(--success-light);color:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center}.success-title.svelte-45c0k3{font-size:32px;font-weight:700;color:var(--text-primary);margin-bottom:16px}.success-description.svelte-45c0k3{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:40px}.success-steps.svelte-45c0k3{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;text-align:left}.step.svelte-45c0k3{display:flex;gap:16px;align-items:start}.step-number.svelte-45c0k3{width:36px;height:36px;background:var(--gold-dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-content.svelte-45c0k3{flex:1}.step-title.svelte-45c0k3{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.step-description.svelte-45c0k3{font-size:14px;color:var(--text-secondary)}@media(max-width:640px){.form-card.svelte-45c0k3{padding:32px 24px}.success-card.svelte-45c0k3{padding:40px 24px}.title.svelte-45c0k3{font-size:28px}.success-title.svelte-45c0k3{font-size:24px}.form-row.svelte-45c0k3{grid-template-columns:1fr}}
