.app-form-container{max-width:900px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-form-wrapper{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.app-progress-section{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);padding:2rem}.app-progress-steps{justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;display:flex;position:relative}.app-progress-steps:before{content:"";z-index:0;background:#ffffff4d;height:2px;position:absolute;top:20px;left:40px;right:40px}.app-progress-line{z-index:1;background:#fff;height:2px;transition:width .3s;position:absolute;top:20px;left:40px}.app-progress-step{z-index:2;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.app-progress-circle{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;transition:all .3s;display:flex}.app-progress-step.active .app-progress-circle{color:#2563eb;background:#fff;box-shadow:0 4px 12px #ffffff4d}.app-progress-step.completed .app-progress-circle{color:#10b981;background:#fff}.app-progress-label{opacity:.9;text-align:center;font-size:.75rem}.app-progress-step.active .app-progress-label{opacity:1;font-weight:600}.app-form-content{padding:3rem}.app-step-section{animation:.4s appFadeIn;display:block}@keyframes appFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-step-header{text-align:center;margin-bottom:2rem}.app-step-title{color:#1f2937;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.app-step-description{color:#6b7280;font-size:1rem}.app-form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.app-form-grid.single{grid-template-columns:1fr}.app-form-group{flex-direction:column;display:flex}.app-form-label{color:#374151;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.app-required{color:#ef4444;font-size:1.25rem;line-height:1}.app-form-input,.app-form-select,.app-form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.app-form-input:focus,.app-form-select:focus,.app-form-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.app-form-input::placeholder,.app-form-textarea::placeholder{color:#9ca3af}.app-form-textarea{resize:vertical;min-height:120px}.app-form-helper{color:#6b7280;margin-top:.5rem;font-size:.8125rem}.app-file-upload{position:relative}.app-file-input{display:none}.app-file-dropzone{text-align:center;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;padding:2.5rem 2rem;transition:all .2s}.app-file-dropzone:hover{background:#2563eb05;border-color:#2563eb}.app-file-dropzone.dragging{background:#2563eb0d;border-color:#2563eb}.app-file-icon{margin-bottom:1rem;font-size:3rem}.app-file-text{color:#374151;margin-bottom:.5rem;font-size:1rem;font-weight:500}.app-file-hint{color:#6b7280;font-size:.875rem}.app-file-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-top:1rem;padding:1rem;display:none}.app-file-preview.show{justify-content:space-between;align-items:center;display:flex}.app-file-info{align-items:center;gap:1rem;display:flex}.app-file-icon-check{color:#fff;background:#10b981;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.app-file-name{color:#166534;font-size:.875rem;font-weight:600}.app-file-size{color:#15803d;font-size:.8125rem}.app-file-remove{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;font-size:1.25rem;transition:all .2s}.app-file-remove:hover{color:#dc2626;background:#fee2e2}.app-option-group{gap:1rem;display:grid}.app-option-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .2s;position:relative}.app-option-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}.app-option-input{opacity:0;width:0;height:0;position:absolute}.app-option-card:has(.app-option-input:checked){background:#2563eb05;border-color:#2563eb}.app-option-content{align-items:center;gap:1rem;display:flex}.app-option-radio{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.app-option-input:checked~.app-option-content .app-option-radio{background:#2563eb;border-color:#2563eb}.app-option-input:checked~.app-option-content .app-option-radio:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.app-option-text{flex:1}.app-option-title{color:#1f2937;margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.app-option-desc{color:#6b7280;font-size:.8125rem}.app-info-banner{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #2563eb;border-radius:12px;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.app-info-icon{flex-shrink:0;font-size:1.5rem}.app-info-content h4{color:#1e40af;margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.app-info-content p{color:#1e40af;margin:0;font-size:.875rem;line-height:1.6}.app-form-nav{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:3rem;padding-top:2rem;display:flex}.app-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.app-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}.app-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.app-btn-secondary{color:#4b5563;background:#f3f4f6}.app-btn-secondary:hover{background:#e5e7eb}.app-btn:disabled{opacity:.5;cursor:not-allowed}.app-success{text-align:center;background:#fff;border-radius:24px;padding:3rem 2rem;animation:.5s appFadeIn;display:block;box-shadow:0 20px 60px #0000004d}.app-success-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;display:flex;box-shadow:0 8px 24px #10b9814d}.app-success h2{color:#111827;text-shadow:none;margin-bottom:1rem;font-size:2rem;font-weight:700}.app-success p{color:#374151;margin-bottom:2rem;font-size:1.125rem;font-weight:500}.app-id-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.75rem;margin:1.5rem auto;padding:1rem 1.5rem;display:inline-flex}.app-id-label{color:#4b5563;font-size:.875rem;font-weight:600}.app-id-value{color:#2563eb;font-family:Courier New,monospace;font-size:1.125rem;font-weight:700}.app-next-steps{text-align:left;background:#f9fafb;border-radius:16px;max-width:500px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:2rem}.app-next-steps h3{color:#1f2937;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.app-next-steps ul{margin:0;padding:0;list-style:none}.app-next-steps li{align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.app-step-num{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.app-step-info strong{color:#111827;margin-bottom:.25rem;font-weight:600;display:block}.app-step-info span{color:#4b5563;font-size:.875rem}@media (max-width:768px){.app-form-content{padding:2rem 1.5rem}.app-form-grid{grid-template-columns:1fr}.app-progress-steps{gap:.5rem}.app-progress-label{display:none}.app-step-title{font-size:1.5rem}}
