@tailwind base;@tailwind components;@tailwind utilities;@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes float-1{0%,to{transform:translateY(0) translate(0);opacity:.3}33%{transform:translateY(-20px) translate(10px);opacity:.6}66%{transform:translateY(-10px) translate(-5px);opacity:.4}}@keyframes float-2{0%,to{transform:translateY(0) translate(0);opacity:.2}25%{transform:translateY(-15px) translate(-8px);opacity:.5}75%{transform:translateY(-25px) translate(12px);opacity:.3}}@keyframes float-3{0%,to{transform:translateY(0) translate(0);opacity:.4}40%{transform:translateY(-18px) translate(6px);opacity:.7}80%{transform:translateY(-8px) translate(-10px);opacity:.2}}@keyframes pulse-slow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.animate-gradient-shift{background-size:200% 200%;animation:gradient-shift 8s ease-in-out infinite}.animate-float-1{animation:float-1 6s ease-in-out infinite}.animate-float-2{animation:float-2 8s ease-in-out infinite}.animate-float-3{animation:float-3 7s ease-in-out infinite}.animate-pulse-slow{animation:pulse-slow 4s ease-in-out infinite}body{margin:0;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}*{box-sizing:border-box}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0f172af2,#1e293bf2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem;overflow-y:auto}.modal-content{background:linear-gradient(145deg,#1e293b,#334155);border-radius:20px;padding:2.5rem;width:90%;max-width:450px;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #94a3b833,inset 0 1px #94a3b81a;animation:slideUp .4s ease-out;border:1px solid rgba(148,163,184,.2);max-height:90vh;overflow-y:auto}.modal-content.large-modal{max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h2{color:#f1f5f9;font-size:1.5rem;font-weight:700;margin:0}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0f172af2,#1e293bf2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.auth-modal{background:linear-gradient(145deg,#1e293b,#334155);border-radius:20px;padding:2.5rem;width:90%;max-width:450px;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #94a3b833,inset 0 1px #94a3b81a;animation:slideUp .4s ease-out;border:1px solid rgba(148,163,184,.2)}.close-button{position:absolute;top:1.25rem;right:1.25rem;background:linear-gradient(145deg,#475569,#64748b);border:1px solid rgba(148,163,184,.3);font-size:1.25rem;cursor:pointer;color:#e2e8f0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .2s ease;font-weight:500}.close-button:hover{background:linear-gradient(145deg,#64748b,#94a3b8);color:#f1f5f9;transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.auth-form h2{text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.75rem;font-weight:700;letter-spacing:-.025em}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.75rem;color:#cbd5e1;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.form-group input{width:100%;padding:1rem;border:2px solid #475569;border-radius:12px;font-size:1rem;transition:all .3s ease;background:linear-gradient(145deg,#334155,#475569);box-shadow:inset 0 2px 4px #0003;color:#e2e8f0}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e933,inset 0 2px 4px #0003;transform:translateY(-1px);background:linear-gradient(145deg,#475569,#64748b)}.form-group input:disabled{background:linear-gradient(145deg,#1e293b,#334155);cursor:not-allowed;opacity:.7;color:#64748b}.auth-button{width:100%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;box-shadow:0 4px 14px #0ea5e966;position:relative;overflow:hidden}.auth-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.auth-button:hover:before{left:100%}.auth-button:hover:not(:disabled){background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 8px 25px #0ea5e980}.auth-button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 14px #0ea5e966}.auth-button:disabled{background:linear-gradient(135deg,#64748b,#475569);cursor:not-allowed;transform:none;box-shadow:none}.auth-toggle{text-align:center;margin-top:2rem;color:#94a3b8;font-size:.9rem}.link-button{background:none;border:none;color:#0ea5e9;cursor:pointer;text-decoration:none;font-size:inherit;font-weight:600;transition:all .2s ease;padding:.25rem .5rem;border-radius:6px;margin-left:.25rem}.link-button:hover{color:#0284c7;background:#0ea5e91a;transform:translateY(-1px)}.error-message{background:linear-gradient(145deg,#fef2f2,#fee2e2);border:2px solid #fecaca;color:#dc2626;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 6px #dc26261a;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.success-message{text-align:center;background:linear-gradient(145deg,#f0fdf4,#dcfce7);border:2px solid #bbf7d0;border-radius:12px;padding:2rem;animation:bounceIn .6s ease-out}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-message p{margin-bottom:1.5rem;color:#065f46;font-weight:500;font-size:1rem}.step-wizard-modal{background:#0f172afa;border-radius:16px;border:1px solid rgba(148,163,184,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px -12px #0006;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.step-wizard-header{display:flex;justify-content:flex-end;padding:1rem 1.5rem 0}.step-close-btn{background:#94a3b81a;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;padding:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.step-close-btn:hover{background:#ef44441a;color:#ef4444}.step-content-header{text-align:center;padding:0 1.5rem 1.5rem}.step-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}.step-description{font-size:1rem;color:#94a3b8;line-height:1.5;max-width:500px;margin:0 auto}.step-content{padding:0 1.5rem 1.5rem;flex:1}.client-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.client-type-card{background:#1e293b66;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.client-type-card:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.client-type-card.selected{border-color:#3b82f6;background:#3b82f614;box-shadow:0 0 20px #3b82f626}.client-type-icon{display:flex;justify-content:center;margin-bottom:1rem}.client-type-card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-align:center}.client-type-description{color:#94a3b8;margin-bottom:1rem;line-height:1.5;text-align:center;font-size:.875rem}.client-type-benefits{position:relative}.client-type-benefits h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-align:center}.client-type-benefits ul{list-style:none;padding:0;margin:0}.client-type-benefits li{color:#94a3b8;font-size:.75rem;margin-bottom:.25rem;padding-left:1rem;position:relative;line-height:1.4}.client-type-benefits li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0;top:0;font-size:.75rem}.project-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.project-type-card{background:#1e293b66;border:1px solid rgba(148,163,184,.1);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:140px;display:flex;flex-direction:column;justify-content:center}.project-type-card:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.project-type-card.selected{border-color:#3b82f6;background:#3b82f614;box-shadow:0 0 20px #3b82f626}.project-type-icon{display:flex;justify-content:center;margin-bottom:.75rem}.project-type-card h3{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.project-type-card p{color:#94a3b8;font-size:.75rem;line-height:1.4;position:relative}.form-container{max-width:600px;margin:0 auto}.form-grid{display:grid;gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#fff;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#fff;font-size:.875rem;padding:.75rem;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer}.step-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.1)}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f633}.btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#94a3b81a;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.btn-secondary:hover{background:#94a3b833;color:#fff;transform:translateY(-1px)}.auth-container{max-width:400px;margin:0 auto}.auth-tabs{display:flex;background:#1e293b66;border-radius:8px;padding:.25rem;margin-bottom:1.5rem}.auth-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.auth-tab.active{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f633}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#fca5a5;padding:.75rem;font-size:.875rem}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.step-wizard-modal{margin:.5rem;max-height:calc(100vh - 1rem);border-radius:12px;display:flex;flex-direction:column}.step-wizard-header{padding:.75rem 1rem 0;flex-shrink:0}.step-progress-container{padding:0 1rem .75rem;flex-shrink:0}.step-content-header{padding:0 1rem 1rem;flex-shrink:0}.step-title{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem}.step-description{font-size:.875rem;line-height:1.4}.step-content{padding:0 1rem 1rem;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.client-types-grid{grid-template-columns:1fr;gap:.75rem}.client-type-card{padding:1rem;border-radius:12px;min-height:auto}.client-type-card h3{font-size:1.125rem}.client-type-description{font-size:.8125rem}.client-type-benefits li{font-size:.6875rem}.project-types-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.project-type-card{padding:1rem;min-height:120px}.project-type-card h3{font-size:.875rem;margin-bottom:.25rem}.project-type-card p{font-size:.6875rem}.form-grid{gap:.75rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:.875rem .75rem}.step-navigation{margin-top:1rem;padding-top:1rem;gap:.75rem}.btn{padding:.875rem 1.25rem;font-size:.875rem;border-radius:8px}.auth-container{max-width:100%}.auth-tabs{margin-bottom:1rem}.auth-form{gap:.75rem}}@media (min-width: 769px) and (max-width: 1024px){.step-wizard-modal{max-width:700px}.client-types-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.project-types-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.step-title{font-size:1.625rem}.step-description{font-size:.9375rem}}@media (max-width: 480px){.step-wizard-modal{margin:.25rem;border-radius:8px}.project-types-grid{grid-template-columns:1fr}.step-title{font-size:1.25rem}.step-description{font-size:.8125rem}.step-circle{width:24px;height:24px;font-size:.6875rem}.step-label{font-size:.5625rem;max-width:40px}.btn{padding:.75rem 1rem;font-size:.8125rem}}@media (max-height: 500px) and (orientation: landscape){.step-wizard-modal{max-height:95vh}.step-content-header{padding:0 1rem .5rem}.step-title{font-size:1.25rem;margin-bottom:.25rem}.step-description{font-size:.8125rem}.progress-steps{margin-bottom:.5rem}.step-navigation{margin-top:.75rem;padding-top:.75rem}}@media (max-width: 480px){.summary-item{flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:12px}.summary-label{font-size:12px}.summary-value{font-size:13px;font-weight:700}.form-label-enhanced{font-size:13px}.char-counter{font-size:11px;padding:2px 6px}.form-input-enhanced{padding:12px 14px;font-size:16px}.field-error,.field-success{font-size:11px;padding:6px 10px}.form-progress-text{font-size:13px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.step-wizard-modal *:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (hover: none) and (pointer: coarse){.client-type-card,.project-type-card,.btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.step-close-btn{min-width:44px;min-height:44px}.auth-tab{min-height:44px}}.modal-overlay-modern{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content-modern{background:#0f172a;border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(148,163,184,.1);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #94a3b80d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-button{position:absolute;top:20px;right:20px;background:#94a3b81a;border:none;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .2s ease;z-index:10}.modal-close-button:hover{background:#94a3b833;color:#e2e8f0;transform:scale(1.05)}.success-content{padding:48px 40px;text-align:center}.success-icon-modern{margin:0 auto 32px;animation:scaleIn .5s ease-out .2s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-title{font-size:32px;font-weight:700;color:#f8fafc;margin:0 0 12px;letter-spacing:-.025em}.success-subtitle{font-size:18px;color:#94a3b8;margin:0 0 40px;line-height:1.6}.request-info-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px}.info-card{background:#94a3b80d;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:20px;text-align:left}.info-label{font-size:14px;color:#64748b;margin-bottom:8px;font-weight:500}.info-value{font-size:16px;color:#f8fafc;font-weight:600;word-break:break-all}.timeline-section{margin-bottom:40px}.timeline-title{font-size:20px;font-weight:600;color:#f8fafc;margin:0 0 24px;text-align:left}.timeline-steps{display:flex;flex-direction:column;gap:16px}.timeline-step{display:flex;align-items:flex-start;gap:16px;text-align:left}.step-number{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.step-content{flex:1}.step-title{font-size:16px;font-weight:600;color:#f8fafc;margin-bottom:4px}.step-description{font-size:14px;color:#94a3b8}.cta-section{background:#3b82f60d;border:1px solid rgba(59,130,246,.1);border-radius:20px;padding:32px;margin-bottom:32px}.cta-content{margin-bottom:24px}.cta-title{font-size:20px;font-weight:600;color:#f8fafc;margin:0 0 8px}.cta-description{font-size:16px;color:#94a3b8;margin:0}.cta-buttons{display:flex;gap:12px;justify-content:center}.btn-primary-modern{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}.btn-primary-modern:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-secondary-modern{background:#94a3b81a;color:#f8fafc;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary-modern:hover{background:#94a3b833;border-color:#94a3b84d;transform:translateY(-1px)}.btn-close-modern{background:transparent;color:#64748b;border:none;font-size:16px;cursor:pointer;padding:12px 24px;border-radius:8px;transition:all .2s ease}.btn-close-modern:hover{color:#94a3b8;background:#94a3b80d}.auth-form-content-modern{padding:40px}.back-button-modern{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#94a3b8;font-size:16px;cursor:pointer;padding:8px 0;margin-bottom:32px;transition:all .2s ease}.back-button-modern:hover{color:#f8fafc}.auth-header-modern{text-align:center;margin-bottom:32px}.auth-title-modern{font-size:28px;font-weight:700;color:#f8fafc;margin:0 0 12px}.auth-subtitle-modern{font-size:16px;color:#94a3b8;margin:0;line-height:1.5}.auth-form-modern{margin-bottom:32px}.form-group-modern{margin-bottom:24px}.form-label-modern{display:block;font-size:14px;font-weight:600;color:#f8fafc;margin-bottom:8px}.form-input-modern{width:100%;background:#94a3b80d;border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:14px 16px;font-size:16px;color:#f8fafc;transition:all .2s ease;box-sizing:border-box}.form-input-modern:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input-modern:disabled{opacity:.5;cursor:not-allowed}.form-hint-modern{display:block;font-size:12px;color:#64748b;margin-top:6px}.error-message-modern{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:12px 16px;color:#fca5a5;font-size:14px;margin-bottom:20px}.btn-submit-modern{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-submit-modern:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #3b82f64d}.btn-submit-modern:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{display:flex;align-items:center;gap:8px}.loading-spinner svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-switch-modern{text-align:center}.auth-switch-text{color:#94a3b8;font-size:14px;margin:0}.auth-switch-button{background:none;border:none;color:#3b82f6;font-size:14px;font-weight:600;cursor:pointer;margin-left:8px;transition:all .2s ease}.auth-switch-button:hover:not(:disabled){color:#1d4ed8}.auth-switch-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.modal-content-modern{margin:20px;border-radius:20px}.success-content{padding:32px 24px}.success-title{font-size:28px}.success-subtitle{font-size:16px}.request-info-cards{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn-primary-modern,.btn-secondary-modern{width:100%}.auth-form-content-modern{padding:32px 24px}.auth-title-modern{font-size:24px}}
