*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#111827}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-shell{min-height:100vh;padding:20px 0}.container{max-width:800px;margin:0 auto 24px;padding:24px;background:#fff;border-radius:14px;box-shadow:0 12px 30px #11182724}.app-header{padding:20px 0;margin-bottom:20px}.app-header-logo{display:block;max-height:72px;max-width:100%;width:auto;object-fit:contain;margin:0 auto}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:20px}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:500;margin-bottom:8px;color:#374151}.form-input,.form-select,.form-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{min-height:100px;resize:vertical}.form-note{font-size:13px;color:#6b7280;margin-top:4px}.form-error{color:#dc2626;font-size:13px;margin-top:4px}.option-card{display:block;width:100%;margin-bottom:12px;cursor:pointer;border:1px solid #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.option-card:hover{border-color:#93c5fd}.option-card-selected{border:2px solid #3b82f6}.option-card-row{display:flex;align-items:flex-start;gap:12px}.option-radio{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:#2563eb}.option-content{flex:1}.option-title{font-weight:600;margin-bottom:4px}.option-note{font-size:13px;color:#6b7280;line-height:1.4}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.btn-outline{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-outline:hover{background-color:#f9fafb}.alert{padding:12px 16px;border-radius:6px;margin-bottom:20px}.alert-error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.alert-info{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-steps{display:flex;justify-content:space-between;margin-bottom:40px}.progress-step{flex:1;text-align:center;position:relative}.progress-step:not(:last-child):after{content:"";position:absolute;top:15px;left:50%;width:100%;height:2px;background-color:#d1d5db}.progress-step.active .step-number{background-color:#3b82f6;color:#fff}.progress-step.completed .step-number{background-color:#10b981;color:#fff}.progress-step.completed:after{background-color:#10b981}.step-number{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:#e5e7eb;color:#6b7280;font-weight:600;position:relative;z-index:1;margin-bottom:8px}.step-label{font-size:12px;color:#374151;font-weight:500}@media (max-width: 768px){.app-shell{padding:12px 0}.container{margin:0 10px 16px;padding:16px;border-radius:12px}}.text-center{text-align:center}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.flex{display:flex}.justify-between{justify-content:space-between}.gap-2{gap:8px}
