@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App,body,html{height:100%;margin:0;padding:0}.App{height:100vh}*{box-sizing:border-box}.form-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.form-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:24px;box-shadow:0 32px 64px #0003;max-width:600px;overflow:hidden;padding:40px;position:relative;width:100%}.form-wrapper:before{animation:gradient 3s ease infinite;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7);background-size:400% 400%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.progress-container{margin-bottom:32px}.progress-bar{background:#0000001a;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#666;display:block;font-size:14px;font-weight:500;text-align:center}.step-container{display:flex;flex-direction:column;min-height:400px}.step-header{margin-bottom:32px;text-align:center}.step-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 32px #667eea4d;color:#fff;display:inline-flex;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.step-header h2{color:#2d3748;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 8px}.step-header p{color:#718096;font-size:16px;font-weight:400;margin:0}.step-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.gender-selection h3{color:#2d3748;font-size:20px;font-weight:600;margin-bottom:24px;text-align:center}.gender-options{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:400px}.gender-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;color:#4a5568;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:16px;font-weight:500;padding:24px 16px;transition:all .3s ease}.gender-button:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.gender-button.female:hover{border-color:#ed64a6;box-shadow:0 8px 25px #ed64a626}.gender-emoji{font-size:32px;margin-bottom:8px}.form-fields{margin:0 auto;max-width:500px;width:100%}.field-group{margin-bottom:24px}.field-group label{color:#2d3748;display:block;font-size:16px;font-weight:600;line-height:1.4;margin-bottom:8px}.field-group input,.field-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:16px;outline:none;padding:16px;transition:all .3s ease;width:100%}.field-group input:focus,.field-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.field-group input.error,.field-group textarea.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.field-group textarea{min-height:100px;resize:vertical}.error-message{color:#e53e3e;display:block;font-size:14px;font-weight:500;margin-top:4px}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-label{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;padding:16px;transition:all .3s ease}.radio-label:hover{background:#667eea05;border-color:#667eea}.radio-label input[type=radio]{opacity:0;pointer-events:none;position:absolute}.radio-custom{border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;height:20px;margin-right:12px;position:relative;transition:all .3s ease;width:20px}.radio-label input[type=radio]:checked+.radio-custom{background:#667eea;border-color:#667eea}.radio-label input[type=radio]:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.radio-text{color:#4a5568;font-size:16px;font-weight:500}.scale-container{text-align:center}.scale-labels{color:#718096;display:flex;font-size:14px;font-weight:500;justify-content:space-between;margin-bottom:16px}.scale-options{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(10,1fr);margin:0 auto;max-width:500px}.scale-label{cursor:pointer}.scale-label input[type=radio]{opacity:0;pointer-events:none;position:absolute}.scale-number{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.scale-label:hover .scale-number{background:#667eea1a;border-color:#667eea}.scale-label input[type=radio]:checked+.scale-number{background:#667eea;border-color:#667eea;color:#fff;transform:scale(1.1)}.checkbox-label{align-items:flex-start;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:20px;transition:all .3s ease}.checkbox-label:hover{background:#667eea05;border-color:#667eea}.checkbox-label input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.checkmark{background:#fff;border:3px solid #667eea;border-radius:6px;box-shadow:0 2px 8px #667eea26;flex-shrink:0;height:26px;margin-right:16px;margin-top:2px;position:relative;transition:all .3s ease;width:26px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#667eea;border-color:#667eea;transform:scale(1.05)}.checkbox-label input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.checkbox-text{color:#4a5568;font-size:15px;font-weight:500;line-height:1.6}.step-navigation{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:16px;margin-top:32px;padding-top:24px}.nav-spacer{flex:1 1}.nav-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:600;gap:8px;outline:none;padding:12px 24px;transition:all .3s ease}.prev-button{background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568}.prev-button:hover{background:#edf2f7;transform:translateY(-1px)}.next-button,.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.next-button:hover,.submit-button:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rejection-screen{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ee5a52);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.rejection-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:24px;box-shadow:0 32px 64px #0003;max-width:500px;padding:48px;text-align:center}.rejection-content h2{color:#2d3748;font-size:32px;font-weight:700;margin:24px 0 16px}.rejection-content p{color:#4a5568;font-size:18px;line-height:1.5;margin-bottom:16px}.back-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;margin-top:24px;padding:16px 32px;transition:all .3s ease}.back-button:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.success-screen{align-items:center;background:linear-gradient(135deg,#4ecdc4,#44a08d);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.success-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:24px;box-shadow:0 32px 64px #0003;max-width:500px;padding:48px;text-align:center}.success-content h2{color:#2d3748;font-size:32px;font-weight:700;margin:24px 0 16px}.success-content p{color:#4a5568;font-size:18px;line-height:1.5;margin-bottom:16px}@media (max-width:768px){.form-wrapper{margin:10px;padding:24px}.step-header h2{font-size:24px}.gender-options{grid-template-columns:1fr;max-width:300px}.scale-options{gap:12px;grid-template-columns:repeat(5,1fr)}.scale-options .scale-label:nth-child(n+6){margin-top:12px}.step-navigation{flex-direction:column;gap:12px}.nav-button{justify-content:center;width:100%}.rejection-content,.success-content{padding:32px 24px}}@media (max-width:480px){.form-container{padding:10px}.form-wrapper{padding:20px}.step-icon{height:48px;width:48px}.step-header h2{font-size:20px}.field-group input,.field-group textarea{font-size:16px;padding:12px}}.checkbox-label:focus-visible,.gender-button:focus-visible,.nav-button:focus-visible,.radio-label:focus-visible{outline:2px solid #667eea;outline-offset:2px}
/*# sourceMappingURL=main.b8967480.css.map*/