:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#747bff}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:#fff;min-height:100vh;line-height:1.6;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:800px;margin:0 auto;padding:0 1rem;flex:1}.header{padding:2rem 0;border-bottom:1px solid #e5e7eb}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:600;color:#f97316;text-decoration:none}.nav-links a{color:#666;text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:#333}.user-menu{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s}.user-menu:hover{background-color:#f8f9fa}.user-avatar{width:32px;height:32px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600}.user-name{color:#666;font-weight:500;font-size:.9rem}.hero{padding:4rem 0 3rem;text-align:center}.hero-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2;color:#333}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#666;max-width:600px;margin-left:auto;margin-right:auto}.demo-btn{padding:1rem 2.5rem;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #f973164d;margin-bottom:1rem}.demo-btn:hover:not(:disabled){background:#ea580c;transform:translateY(-2px);box-shadow:0 6px 16px #f9731666}.demo-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.demo-btn .loading-spinner{display:block}@media (min-width: 768px){.hero-title{font-size:3.5rem}}@media (max-width: 480px){.hero-title{font-size:2.8rem;line-height:1.1;margin-bottom:1.25rem}.hero-subtitle{font-size:1.1rem;line-height:1.5}.demo-btn{padding:1rem 2rem;font-size:1rem;width:auto;max-width:90%}}.input-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin:0 auto 4rem;max-width:600px}.input-label{font-size:1rem;font-weight:500;color:#333;margin-bottom:1rem;text-align:center}.url-input-container{position:relative;margin-bottom:1.5rem}.url-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;color:#333}.url-input:focus{outline:none;border-color:#667eea}.url-input::placeholder{color:#9ca3af}.url-input:disabled{opacity:.7;cursor:not-allowed}.analyze-btn{width:100%;padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.analyze-btn:hover:not(:disabled){background:#1f2937}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;display:none}.analyze-btn:disabled .loading-spinner{display:block}@media (max-width: 480px){.url-input{font-size:16px;padding:1rem}.analyze-btn{padding:1rem 2rem;font-size:1.1rem}}.features{padding:3rem 0;border-top:1px solid #e5e7eb}.features-title{text-align:center;color:#333;font-size:2rem;font-weight:600;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature{text-align:center;padding:1.5rem}.feature-icon{width:48px;height:48px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:24px;height:24px;color:#666}.feature-title{font-weight:600;margin-bottom:.75rem;color:#333}.feature-description{color:#666;font-size:.95rem}.footer{text-align:center;padding:2rem 0;color:#666;font-size:.9rem;border-top:1px solid #e5e7eb;margin-top:auto}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-top:1rem;display:none;font-size:.9rem}.error-message.show{display:block}.listing-summary-container{max-width:600px;margin:0 auto;padding:2rem 1rem}.listing-header{text-align:center;margin-bottom:2rem}.listing-header .logo{font-size:1.5rem;font-weight:600;color:#f97316;text-decoration:none;background:none;border:none;cursor:pointer;margin-bottom:.5rem;display:inline-block}.step-indicator{font-size:.9rem;color:#666}.listing-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.success-header{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.success-icon{width:40px;height:40px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem}.success-icon svg{width:20px;height:20px;color:#fff}.success-title{font-size:1.25rem;font-weight:600;color:#333}.car-details{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.car-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.details-grid{display:grid;grid-template-columns:1fr;gap:.25rem;max-width:300px;margin:0 auto}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.9rem;color:#666;font-weight:500}.detail-value{font-size:.9rem;font-weight:500;color:#333;text-align:right}.price-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;margin-bottom:2rem}.price-label{font-size:.9rem;color:#666;font-weight:500;margin-bottom:.5rem}.price-value{font-size:2rem;font-weight:600;color:#333;letter-spacing:-.5px}.dealer-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;text-align:center;margin-bottom:2rem}.dealer-label{font-size:.85rem;color:#666;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.dealer-name{font-size:1.1rem;font-weight:600;color:#333}.value-proposition{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.value-title{font-weight:600;color:#333;margin-bottom:1rem}.benefits-list{list-style:none;color:#666;font-size:.95rem}.benefits-list li{position:relative;padding:.5rem 0 .5rem 1.5rem}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.continue-btn{width:100%;padding:.75rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:.5rem}.continue-btn:hover{background:#1f2937}.continue-btn:disabled{opacity:.6;cursor:not-allowed}.continue-note{text-align:center;font-size:.85rem;color:#666;margin-top:.5rem}.listing-loading{text-align:center;padding:4rem 2rem}.listing-loading .loading-spinner.large{width:40px;height:40px;border-width:4px;margin:0 auto 1rem;display:block}.listing-error{text-align:center;padding:4rem 2rem}.listing-error h2{color:#333;margin-bottom:1rem}.listing-error p{color:#666;margin-bottom:2rem}.back-btn{padding:.75rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.back-btn:hover{background:#1f2937}.fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.listing-summary-container{padding:1rem .5rem}.listing-summary{padding:1.5rem}.car-title{font-size:1.25rem}.price-value{font-size:1.75rem}.details-grid{grid-template-columns:1fr}.detail-row{justify-content:space-between}.detail-value{text-align:left;margin-left:auto}.continue-btn{width:auto;max-width:320px;margin:0 auto;display:block;padding-left:3rem;padding-right:3rem}}.signup-container{max-width:600px;margin:0 auto;padding:0 1rem;flex:1}.signup-header{text-align:center;margin-bottom:2rem;padding-top:2rem}.signup-header-nav{padding:2rem 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.signup-header-nav .back-btn{color:#666;background:none;border:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.signup-header-nav .back-btn:hover{color:#333;background:none}.signup-header-nav .back-btn svg{width:16px;height:16px}.signup-form-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin:2rem 0}.signup-title-section{text-align:center;margin-bottom:2rem}.signup-title{font-size:1.75rem;font-weight:600;color:#333;margin-bottom:.5rem}.signup-subtitle{color:#666;font-size:1rem}.car-summary{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.car-summary-title{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.75rem}.car-details{font-weight:600;color:#333;margin-bottom:.5rem}.dealer-info{color:#666;font-size:.95rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#333;margin-bottom:.5rem;font-size:1rem}.tooltip-container{position:relative;display:inline-flex;align-items:center;margin-left:.5rem;vertical-align:middle}.tooltip-icon{display:inline-flex;align-items:center;cursor:pointer;color:#6b7280;transition:color .2s}.tooltip-icon:hover{color:#374151}.info-icon{width:16px;height:16px}.custom-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;white-space:nowrap;z-index:1000;box-shadow:0 4px 6px #0000001a;animation:tooltipFadeIn .2s ease-in-out}.custom-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1f2937}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 480px){.custom-tooltip{left:auto;right:0;transform:none;white-space:normal;max-width:200px}.custom-tooltip:after{left:auto;right:12px;transform:none}}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;color:#333}.form-input:focus{outline:none;border-color:#667eea}.form-input::placeholder{color:#9ca3af}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-row{grid-template-columns:1fr;gap:1.5rem}}.phone-input-container{position:relative}.country-code{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;font-weight:500;pointer-events:none;z-index:1}.phone-input{padding-left:3.5rem}.contact-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.contact-preview-title{font-weight:600;color:#333;margin-bottom:.75rem;font-size:1rem}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-item-icon{width:18px;height:18px;color:#666;flex-shrink:0}.contact-item-text{font-family:SF Mono,Monaco,monospace;background:#f8fafc;padding:.75rem;border-radius:6px;border:1px solid #e5e7eb;color:#333;font-weight:500;font-size:.9rem;flex:1;text-align:center}.legal-section{margin-bottom:1rem}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.checkbox{width:18px;height:18px;margin-top:2px;flex-shrink:0}.checkbox.error{outline:2px solid #ef4444;outline-offset:1px}.checkbox-label{font-size:.95rem;color:#666;line-height:1.5}.checkbox-label a{color:#667eea;text-decoration:none;font-weight:500}.checkbox-label a:hover{text-decoration:underline}.submit-btn{width:100%;padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){background:#1f2937}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn.form-valid{background:#1f2937}.submit-btn.form-valid:hover:not(:disabled){background:#111827}.signup-form .error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.9rem;display:none}.signup-form .error-message.show{display:block}.signup-form .form-input.error{border-color:#ef4444;background:#fef2f2}@media (max-width: 480px){.signup-container{padding:0 .5rem}.signup-form-container{padding:1.5rem}.signup-title{font-size:1.5rem}}.phone-display{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:center}.phone-icon{width:48px;height:48px;margin:0 auto 1rem;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.phone-title{font-size:1rem;font-weight:500;color:#333;margin-bottom:.5rem}.phone-number{color:#333;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.phone-subtitle{color:#666;font-size:.9rem}.mfa-form{margin-bottom:2rem}.code-label{display:block;font-weight:500;color:#333;margin-bottom:1rem;font-size:1rem;text-align:center}.code-input-container{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.code-digit{width:50px;height:60px;border:1px solid #ddd;border-radius:8px;font-size:1.5rem;font-weight:600;text-align:center;background:#fff;color:#333;transition:all .2s;outline:none}.code-digit:focus{outline:none;border-color:#333}.code-digit.filled{border-color:#333;background:#fff;color:#333}.code-digit.error{border-color:#ef4444;background:#fef2f2;animation:shake .5s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.verification-status{text-align:center;margin-bottom:1.5rem;min-height:24px}.status-message{padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;display:none}.status-success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534;display:flex;align-items:center;justify-content:center}.status-error{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;display:block}.status-verifying{background:#f8fafc;border:1px solid #e5e7eb;color:#333;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn.ready{opacity:1}.submit-btn:not(.ready){opacity:.6}.resend-section{text-align:center;margin-bottom:2rem}.resend-timer{color:#666;font-size:.9rem;margin-bottom:1rem}.countdown{font-weight:500;color:#333}.resend-btn{background:none;border:none;color:#333;font-weight:500;font-size:.95rem;cursor:pointer;text-decoration:underline;transition:color .2s}.resend-btn:hover{color:#666}.resend-btn:disabled{color:#9ca3af;cursor:not-allowed}.help-section{border-top:1px solid #e5e7eb;padding-top:1.5rem}.help-title{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.75rem;text-align:center}.help-list{list-style:none;font-size:.85rem;color:#666;line-height:1.6}.help-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.help-list li:before{content:"•";color:#333;font-weight:700;position:absolute;left:0}.help-list a{color:#333;text-decoration:underline}.help-list a:hover{color:#666}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.status-verifying .loading-spinner{border:2px solid rgba(51,51,51,.3);border-top:2px solid #333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}@media (max-width: 480px){.phone-display{padding:1.25rem}.code-digit{width:45px;height:55px;font-size:1.25rem}.code-input-container{gap:.25rem}}@media (max-width: 380px){.code-digit{width:40px;height:50px;font-size:1.1rem}}.login-divider{text-align:center;margin:1.5rem 0;position:relative;color:#666;font-size:.9rem}.login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb;z-index:1}.login-divider span{background:#f8fafc;padding:0 1rem;position:relative;z-index:2}.alt-actions{display:flex;flex-direction:column;gap:.75rem;text-align:center}.alt-action-btn{background:none;border:1px solid #e5e7eb;color:#666;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.alt-action-btn:hover{border-color:#333;color:#333;background:#fff}.alt-action-btn svg{width:16px;height:16px}.session-expired-message{background:#fef3c7;border:1px solid #f59e0b;color:#d97706;padding:.75rem;border-radius:6px;font-size:.9rem;margin-top:1rem;text-align:center}.dealer-contact-container{max-width:500px;margin:0 auto;padding:1.5rem;min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.dealer-contact-container .header{margin-bottom:2rem}.dealer-contact-container .logo{font-size:1.25rem;font-weight:600;color:#f97316;text-decoration:none}.progress-bar{display:flex;align-items:center;margin-bottom:2rem;position:relative}.progress-step{flex:1;text-align:center;position:relative}.progress-step:before{content:"";position:absolute;top:15px;left:50%;right:-50%;height:2px;background:#e2e8f0;z-index:0}.progress-step:last-child:before{display:none}.progress-step.completed:before{background:#10b981}.step-circle{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;position:relative;z-index:1;font-size:.875rem;font-weight:500}.progress-step.completed .step-circle{background:#10b981;border-color:#10b981;color:#fff}.progress-step.active .step-circle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.step-label{font-size:.75rem;color:#64748b}.instruction-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.step-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.instruction-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.instruction-text{color:#64748b;font-size:.9375rem;margin-bottom:1rem}.contact-info{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.info-value{font-family:SF Mono,Monaco,monospace;font-size:.9375rem;color:#1a1a1a;background:#fff;padding:.5rem 5rem .5rem .75rem;border-radius:6px;margin-bottom:.75rem;display:flex;align-items:center;border:1px solid #e2e8f0;position:relative;overflow:hidden}.info-value:last-child{margin-bottom:0}.info-value span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:.5rem}.copy-btn{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:4px;color:#3b82f6;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;font-size:.75rem;font-weight:500;transition:all .2s;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.copy-btn:hover{color:#2563eb;background:#fff;border-color:#3b82f6}.copy-btn.copied{color:#10b981;background:#10b9811a;border-color:#10b981}.dealer-contact-container .alert{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;gap:.75rem}.alert-icon{flex-shrink:0;width:20px;height:20px;color:#f59e0b}.alert-text{font-size:.875rem;color:#92400e;line-height:1.5}.alert-text strong{font-weight:600}.button-group{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.btn{flex:1;padding:.875rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-align:center;text-decoration:none;display:inline-block}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.btn-success{background:#10b981;color:#fff;width:100%;margin-bottom:.75rem}.btn-success:hover{background:#059669}.btn-disabled{background:#666;color:#fff}.btn-disabled:hover{background:#666;cursor:default}.car-header{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.car-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.dealer-name{font-size:.875rem;color:#64748b}.next-steps{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.next-steps-title{font-size:.875rem;font-weight:600;color:#0369a1;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.next-steps-list{font-size:.875rem;color:#075985;list-style:none;padding-left:1.5rem}.next-steps-list li{position:relative;margin-bottom:.25rem}.next-steps-list li:before{content:"→";position:absolute;left:-1.25rem}.dealer-contact-container .loading,.dealer-contact-container .error{text-align:center;padding:2rem;color:#666}@media (max-width: 640px){.dealer-contact-container{padding:1rem}.instruction-card{padding:1.25rem}.step-label{font-size:.625rem}}.account-container{width:100%;max-width:none;margin:0;padding:0 1rem;flex:1;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}@media (min-width: 768px){.account-container{max-width:600px;margin:0 auto;padding:0 2rem}}.account-header-nav{padding:1.5rem 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}@media (min-width: 768px){.account-header-nav{padding:2rem 0}}.account-header-nav .logo{font-size:1.25rem;font-weight:600;color:#f97316;text-decoration:none;background:none;border:none;cursor:pointer}.account-header-nav .back-btn{color:#666;background:none;border:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.account-header-nav .back-btn:hover{color:#333;background:none}.account-header-nav .back-btn svg{width:16px;height:16px}.account-page-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;padding:0 .5rem}@media (min-width: 768px){.account-page-title{font-size:2.5rem;padding:0}}.account-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;flex:1;display:flex;flex-direction:column;margin:0 0 1.5rem;width:100%;box-sizing:border-box}@media (min-width: 768px){.account-card{padding:2.5rem}}.account-profile-section{margin-bottom:2rem;flex:1}.account-profile-avatar{width:80px;height:80px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:600;margin-bottom:2rem}@media (min-width: 768px){.account-profile-avatar{width:100px;height:100px;font-size:2.5rem}}.account-profile-info,.account-info-group{margin-bottom:1.5rem}.account-info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.account-info-value{font-size:1.125rem;color:#1a1a1a;font-weight:500}@media (min-width: 768px){.account-info-value{font-size:1.25rem}}.account-member-since{padding:1rem 1.25rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1.5rem}@media (min-width: 768px){.account-member-since{padding:1.25rem 1.5rem}}.account-member-since-label{font-size:.75rem;color:#0369a1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:500}.account-member-since-date{font-size:.875rem;color:#075985;font-weight:500}.account-logout-section{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.account-logout-btn{width:100%;padding:.875rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.account-logout-btn:hover{background:#dc2626}.account-loading{text-align:center;padding:4rem 2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-loading .loading-spinner{width:40px;height:40px;border-width:4px;margin-bottom:1rem;display:block}.account-loading p{color:#666;font-size:1rem}.account-error{text-align:center;padding:4rem 2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.account-error p{color:#ef4444;margin-bottom:2rem;font-size:1rem}.retry-btn{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#1f2937}@media (max-width: 640px){.account-container{padding:0 .75rem}.account-card{padding:1.5rem;margin:0 0 1.5rem}.account-page-title{font-size:1.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.account-container{padding:0 .5rem}.account-card{padding:1.25rem;margin:0 0 1.5rem}.account-page-title{font-size:1.5rem;padding:0}}.listing-loading-page{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;background:#fff;padding-top:10vh;z-index:1000}.listing-loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.listing-loading-title{font-size:2rem;font-weight:600;color:#f97316;margin:0}.listing-loading-text{font-size:1.1rem;color:#666;margin:0}.listing-loading-video{max-width:400px;width:100%;height:auto;border-radius:12px}@media (max-width: 480px){.listing-loading-page{padding-top:15vh}.listing-loading-video{max-width:300px}.listing-loading-title{font-size:1.5rem}.listing-loading-text{font-size:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title{font-size:24px;font-weight:600;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:32px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-close:focus{outline:2px solid #3b82f6;outline-offset:2px}.modal-body{padding:28px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.modal-loading,.modal-error{padding:40px 20px;text-align:center;font-size:16px;color:#6b7280}.modal-error{color:#dc2626}.markdown-content{color:#374151;line-height:1.7;font-size:15px}.markdown-content h1{font-size:28px;font-weight:700;color:#111827;margin-top:0;margin-bottom:20px;line-height:1.3}.markdown-content h2{font-size:22px;font-weight:600;color:#111827;margin-top:32px;margin-bottom:16px;line-height:1.4}.markdown-content h3{font-size:18px;font-weight:600;color:#111827;margin-top:24px;margin-bottom:12px;line-height:1.4}.markdown-content p{margin-bottom:16px;margin-top:0}.markdown-content ul{margin:16px 0;padding-left:28px}.markdown-content li{margin-bottom:8px;line-height:1.7}.markdown-content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.markdown-content a:hover{border-bottom-color:#2563eb}.markdown-content strong{font-weight:600;color:#111827}.markdown-content em{font-style:italic}@media (max-width: 768px){.modal-overlay{padding:0}.modal-content{max-height:100vh;border-radius:0;height:100vh}.modal-header{padding:20px}.modal-title{font-size:20px}.modal-body{padding:20px}.markdown-content{font-size:14px}.markdown-content h1{font-size:24px}.markdown-content h2{font-size:20px}.markdown-content h3{font-size:16px}}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}
