.wizard-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.wizard-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:500px;width:100%;padding:2rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wizard-card.error{border-left:4px solid #e74c3c;background:#fef5f5}.wizard-card.success{border-left:4px solid #27ae60;background:#f0fdf4;text-align:center}.wizard-header{margin-bottom:2rem;position:relative}.wizard-header h2{margin:0 0 .5rem;color:#2c3e50;font-size:1.5rem}.wizard-header .back-btn{position:absolute;top:-2rem;left:0;background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:1rem;padding:0;transition:color .2s}.wizard-header .back-btn:hover{color:#2c3e50}.wizard-subtitle{margin:0;color:#7f8c8d;font-size:.95rem}.request-type-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.request-type-btn{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:2px solid #ecf0f1;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.request-type-btn:hover{border-color:#3498db;background:#f8fbfd;box-shadow:0 4px 12px #3498db1a}.btn-icon{font-size:1.8rem;min-width:2rem;margin-top:.2rem}.btn-text{display:flex;flex-direction:column;gap:.3rem}.btn-text strong{color:#2c3e50;font-size:1rem}.btn-text span{color:#95a5a6;font-size:.85rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600;font-size:.95rem}.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ecf0f1;border-radius:6px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s}.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{min-height:100px}.char-count{text-align:right;font-size:.8rem;color:#95a5a6;margin-top:.3rem}.helper-text{margin:.5rem 0 0;font-size:.85rem;color:#95a5a6;font-style:italic}.review-section{background:#f8fbfd;border-left:3px solid #3498db;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem}.review-row{display:flex;flex-direction:column;margin-bottom:1rem}.review-row:last-child{margin-bottom:0}.review-row strong{color:#2c3e50;margin-bottom:.3rem;font-size:.9rem}.review-value{color:#34495e;font-size:.95rem}.review-text{white-space:pre-wrap;word-break:break-word;line-height:1.5}.btn-primary{width:100%;padding:.75rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#2980b9;box-shadow:0 4px 12px #3498db4d}.btn-primary:disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.error-message{background:#fadbd8;border-left:3px solid #e74c3c;color:#c0392b;padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.confirmation-icon{font-size:3rem;margin-bottom:1rem;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.wizard-card.success h2{color:#27ae60;margin-bottom:1rem}.wizard-card.success p{margin:.5rem 0;color:#2c3e50}.muted{color:#95a5a6;font-size:.85rem}@media (max-width: 640px){.wizard-card{padding:1.5rem}.wizard-header h2{font-size:1.25rem}.request-type-btn{padding:1rem}.btn-icon{font-size:1.5rem}.btn-text strong{font-size:.9rem}.confirmation-icon{font-size:2.5rem}}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#111827;line-height:1.4}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;font-weight:700}p{margin:0 0 1rem}.p-4{padding:1rem}.pb-20{padding-bottom:5rem}.pt-4{padding-top:1rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mt-1{margin-top:.25rem}.fixed{position:fixed}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-center{align-items:center}.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-blue-400{color:#60a5fa}.border-t{border-top:1px solid #e5e7eb}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-md{box-shadow:0 4px 6px #0000001a}.text-xs{font-size:.75rem}.min-h-screen{min-height:100vh}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.transition-colors{transition:color .2s ease,background-color .2s ease}.duration-200{transition-duration:.2s}.space-y-4>*+*{margin-top:1rem}nav{background:#fff;border-top:1px solid #e5e7eb}nav a{text-decoration:none;display:flex;flex-direction:column;align-items:center}nav a:hover{opacity:.8}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background-color:#f9fafb;color:#111827}
