:root{--font: "Inter", system-ui, -apple-system, sans-serif;--blue-50: #EFF6FF;--blue-100: #DBEAFE;--blue-600: #2563EB;--blue-700: #1D4ED8;--blue-800: #1E40AF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--green-50: #ECFDF5;--green-600: #059669;--green-700: #047857;--amber-50: #FFFBEB;--amber-600: #D97706;--red-50: #FEF2F2;--red-600: #DC2626;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04);--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font);font-size:15px;line-height:1.6;color:var(--gray-900);background:var(--gray-50);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600;line-height:1.3}p{margin:0 0 1rem}a{color:var(--blue-600);text-decoration:none;font-weight:500}a:hover{color:var(--blue-700);text-decoration:underline}ul{margin:0;padding:0;list-style:none}.app-header{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-xs)}.app-nav{max-width:1100px;margin:0 auto;padding:0 1.25rem;height:60px;display:flex;align-items:center;gap:1.5rem}.app-nav .brand{font-size:1.1rem;font-weight:700;color:var(--blue-700);text-decoration:none;letter-spacing:-.3px}.app-nav .brand:hover{text-decoration:none;color:var(--blue-800)}.app-nav a:not(.brand){font-size:.9rem;color:var(--gray-500);font-weight:500}.app-nav a:not(.brand):hover{color:var(--gray-900);text-decoration:none}.app-nav .logout-btn{margin-left:auto}.app-main{max-width:900px;margin:0 auto;padding:2rem 1.25rem;width:100%}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--font);font-size:.875rem;font-weight:500;line-height:1;padding:.55rem 1rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;background:var(--gray-100);color:var(--gray-700)}button:hover{background:var(--gray-200)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible{outline:2px solid var(--blue-600);outline-offset:2px}.btn-primary,button.primary{background:var(--blue-600);color:#fff;border-color:var(--blue-600)}.btn-primary:hover,button.primary:hover{background:var(--blue-700);border-color:var(--blue-700)}.btn-danger{background:var(--red-50);color:var(--red-600);border-color:#fecaca}.btn-danger:hover{background:#fee2e2}.btn-ghost{background:transparent;color:var(--gray-500);border-color:transparent}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-700)}.btn-sm{font-size:.8rem;padding:.35rem .7rem}.btn-success{background:var(--green-50);color:var(--green-600);border-color:#a7f3d0}.btn-success:hover{background:#d1fae5}.form-group{display:flex;flex-direction:column;gap:.3rem}label,.form-label{font-size:.825rem;font-weight:500;color:var(--gray-700)}input,select,textarea{font-family:var(--font);font-size:.9rem;width:100%;padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);background:#fff;color:var(--gray-900);transition:border-color .15s,box-shadow .15s;box-sizing:border-box}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1a}input::placeholder{color:var(--gray-400)}.form-row{display:flex;gap:.75rem}.form-row>*{flex:1;min-width:0}.form-grid{display:grid;gap:.75rem}.card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:.75rem;box-shadow:var(--shadow-xs);transition:box-shadow .15s}.card:hover{box-shadow:var(--shadow-sm)}.card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.card-actions{display:flex;gap:.4rem;flex-shrink:0;flex-wrap:wrap}.card-title{font-size:.95rem;font-weight:600;color:var(--gray-900)}.card-meta{font-size:.8rem;color:var(--gray-500);margin-top:.2rem}.section{margin-bottom:2.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--gray-200)}.section-title{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.75rem}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;letter-spacing:.01em}.badge-blue{background:var(--blue-50);color:var(--blue-700)}.badge-green{background:var(--green-50);color:var(--green-700)}.badge-amber{background:var(--amber-50);color:var(--amber-600)}.badge-gray{background:var(--gray-100);color:var(--gray-500)}.badge-red{background:var(--red-50);color:var(--red-600)}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem;border:1px solid transparent}.alert-error{background:var(--red-50);color:var(--red-600);border-color:#fecaca}.alert-success{background:var(--green-50);color:var(--green-700);border-color:#a7f3d0}.alert-info{background:var(--blue-50);color:var(--blue-700);border-color:var(--blue-100)}.auth-page{min-height:calc(100vh - 60px);display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem}.auth-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;width:100%;max-width:420px;box-shadow:var(--shadow-md)}.auth-card h2{font-size:1.4rem;margin-bottom:.25rem}.auth-subtitle{font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}.auth-footer{margin-top:1.25rem;font-size:.85rem;color:var(--gray-500);display:flex;flex-wrap:wrap;gap:.25rem .75rem}.profile-bar{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1rem 1.25rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:2rem;box-shadow:var(--shadow-xs)}.profile-bar .profile-name{font-weight:600;font-size:1rem;color:var(--gray-900)}.profile-bar .credit-count{font-size:1.05rem;color:var(--gray-700)}.profile-bar .credit-count strong{color:var(--blue-700);font-size:1.2rem}.profile-bar .buy-credits{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.score-bar{display:flex;align-items:center;gap:.5rem}.score-bar .score-track{width:60px;height:6px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.score-bar .score-fill{height:100%;background:var(--blue-600);border-radius:var(--radius-full)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-400);font-size:.9rem}.empty-state-icon{color:var(--gray-300);margin-bottom:.75rem;display:flex;justify-content:center}.empty-state-title{font-size:.95rem;font-weight:600;color:var(--gray-500);margin-bottom:.3rem}.empty-state-hint{font-size:.82rem;color:var(--gray-400)}.loading{color:var(--gray-400);font-size:.875rem;padding:1rem 0}.divider{border:none;border-top:1px solid var(--gray-200);margin:1.5rem 0}.stat-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.stat-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem;min-width:110px;box-shadow:var(--shadow-xs)}.stat-box .stat-value{font-size:1.5rem;font-weight:700;color:var(--blue-700);line-height:1}.stat-box .stat-label{font-size:.75rem;color:var(--gray-500);margin-top:.2rem}@media(max-width:600px){.app-main{padding:1.25rem 1rem}.form-row{flex-direction:column;gap:.75rem}.card-row{flex-direction:column}.card-actions{margin-top:.5rem}.profile-bar{gap:.75rem}.profile-bar .buy-credits{margin-left:0;width:100%}.app-nav .logout-btn{margin-left:auto}.auth-page{padding:1.5rem 1rem;align-items:flex-start}.auth-card{padding:1.5rem}.stat-row{gap:.75rem}.steps-grid{grid-template-columns:1fr}.social-proof{gap:1.25rem;padding:2rem 1rem}.hero{padding:3.5rem 1.25rem 3rem}.hero h1{font-size:2rem}}.hero{background:linear-gradient(140deg,#1e3a8a,#1d4ed8 55%,#2563eb);color:#fff;padding:5rem 1.5rem 4.5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-100px;right:-100px;width:450px;height:450px;background:#ffffff0a;border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-120px;left:-80px;width:350px;height:350px;background:#ffffff0a;border-radius:50%;pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:620px;margin:0 auto}.hero-pill{display:inline-block;background:#ffffff26;color:#bfdbfe;font-size:.78rem;font-weight:600;padding:.3rem .9rem;border-radius:var(--radius-full);margin-bottom:1.25rem;letter-spacing:.04em;text-transform:uppercase}.hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.5px;line-height:1.15}.hero-sub{font-size:1.05rem;color:#bfdbfe;margin:0 auto 2.25rem;line-height:1.75}.hero-ctas{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-btn-primary{background:#fff;color:var(--blue-700);font-size:.95rem;font-weight:600;padding:.75rem 1.75rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .15s,box-shadow .15s;font-family:var(--font)}.hero-btn-primary:hover{background:#eff6ff;box-shadow:0 4px 12px #00000026}.hero-btn-secondary{background:#ffffff1f;color:#fff;font-size:.95rem;font-weight:500;padding:.75rem 1.75rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,.25);cursor:pointer;transition:background .15s;font-family:var(--font)}.hero-btn-secondary:hover{background:#fff3}.social-proof{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;padding:2.5rem 1.5rem;border-bottom:1px solid var(--gray-200);background:#fff}.proof-item{text-align:center}.proof-value{font-size:1.6rem;font-weight:700;color:var(--blue-700);line-height:1}.proof-label{font-size:.78rem;color:var(--gray-500);margin-top:.3rem}.home-content{max-width:900px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.home-section-label{text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue-600);margin-bottom:.6rem}.home-section-title{text-align:center;font-size:1.4rem;font-weight:700;color:var(--gray-900);margin-bottom:2.25rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem 1.25rem;box-shadow:var(--shadow-xs)}.step-icon{width:40px;height:40px;background:var(--blue-50);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--blue-600)}.step-card h3{font-size:.95rem;font-weight:600;margin-bottom:.4rem}.step-card p{font-size:.85rem;color:var(--gray-500);margin:0;line-height:1.6}.dealer-section{background:#fff;border-top:1px solid var(--gray-200);padding:3.5rem 1.5rem 4rem}.dealer-section-inner{max-width:900px;margin:0 auto}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:2.25rem}.two-col-block h3{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:2px solid var(--blue-600);display:inline-block}.flow-steps{display:flex;flex-direction:column;gap:1rem}.flow-step{display:flex;gap:.9rem;align-items:flex-start}.flow-step-num{width:26px;height:26px;background:var(--blue-600);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.flow-step-text strong{display:block;font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.15rem}.flow-step-text span{font-size:.825rem;color:var(--gray-500);line-height:1.55}.credits-box{background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius-lg);padding:1.25rem;margin-top:1.5rem}.credits-box h4{font-size:.875rem;font-weight:700;color:var(--blue-700);margin-bottom:.6rem}.credits-box p{font-size:.825rem;color:var(--blue-800);margin:0;line-height:1.6}.faq-section{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3.5rem 1.5rem 4rem}.faq-inner{max-width:700px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.faq-item{border-bottom:1px solid var(--gray-200);padding:1.1rem 1.25rem}.faq-item:last-child{border-bottom:none}.faq-item dt{font-size:.9rem;font-weight:600;color:var(--gray-900);margin-bottom:.4rem}.faq-item dd{font-size:.85rem;color:var(--gray-500);margin:0;line-height:1.65}.bottom-cta{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);padding:3.5rem 1.5rem;text-align:center}.bottom-cta h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.6rem}.bottom-cta p{font-size:.95rem;color:#bfdbfe;margin-bottom:1.75rem}.bottom-cta-btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}@media(max-width:600px){.two-col{grid-template-columns:1fr;gap:2rem}}.auth-split{min-height:calc(100vh - 60px);display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem}.auth-split-panel{display:none}.auth-split-form{width:100%;max-width:460px}.auth-split-form .auth-card{max-width:100%}@media(min-width:820px){.auth-split{align-items:center;padding:3rem 1.5rem}.auth-split-inner{display:flex;align-items:stretch;width:100%;max-width:860px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 8px 30px #0000001a;border:1px solid var(--gray-200)}.auth-split-panel{display:flex;flex-direction:column;justify-content:center;width:340px;flex-shrink:0;background:linear-gradient(155deg,#1e3a8a,#1d4ed8);padding:3rem 2.25rem;color:#fff}.auth-split-form{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem;background:#fff;max-width:none}.auth-split-form .auth-card{box-shadow:none;border:none;border-radius:0;padding:0;max-width:380px;width:100%}}.auth-panel-brand{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:2rem;letter-spacing:-.3px}.auth-panel-heading{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.25}.auth-panel-sub{font-size:.875rem;color:#bfdbfe;line-height:1.7;margin-bottom:2rem}.auth-panel-bullets{display:flex;flex-direction:column;gap:.75rem}.auth-panel-bullet{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#bfdbfe}.auth-panel-bullet svg{flex-shrink:0;color:#60a5fa}
