:root{font-family:Arial,Helvetica,sans-serif;color:#0f172a;background:#fff}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0}button,textarea{font:inherit}.app-shell{display:grid;height:100vh;min-height:0;overflow:hidden;grid-template-columns:278px 1fr}.sidebar{position:sticky;top:0;display:flex;height:100vh;min-height:0;flex-direction:column;overflow:hidden;border-right:1px solid #e2e8f0;background:#f8fafc}.brand-row{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 28px}.brand{display:flex;align-items:center;gap:11px;color:#0f172a;text-decoration:none}.brand strong{font-size:17px;letter-spacing:-.5px}.brand strong span{color:#2563eb}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#2563eb,#0ea5e9);box-shadow:0 8px 22px #2563eb30;font-size:13px;font-weight:800}.new-chat{height:44px;margin:0 12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;text-align:left;padding:0 14px;font-weight:700;color:#334155;cursor:pointer}.new-chat:hover{background:#f8fafc}.history{flex:1;min-height:0;overflow-y:auto;padding:28px 16px}.section-label{margin:0 0 12px 3px;color:#94a3b8;font-size:12px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.history-empty{padding:18px 14px;border:1px dashed #cbd5e1;border-radius:14px;background:#ffffffa8;color:#475569}.history-empty strong{display:block;font-size:14px}.history-empty p{margin:6px 0 0;font-size:14px;line-height:1.45;color:#64748b}.history-icon{display:grid;width:34px;height:34px;margin-bottom:12px;place-items:center;border-radius:10px;background:#eef2f7}.side-nav{flex:0 0 auto;border-top:1px solid #e2e8f0;padding:12px;background:#f8fafc}.side-nav button{display:flex;width:100%;height:42px;align-items:center;gap:10px;border:0;border-radius:10px;background:transparent;color:#475569;font-weight:700;cursor:pointer}.side-nav button:hover{background:#eef2f7}.side-nav b{margin-left:auto;border-radius:999px;padding:3px 8px;background:#eff6ff;color:#1d4ed8;font-size:11px}.account-button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:56px;margin:0 12px 12px;border:1px solid #e2e8f0;border-radius:12px;padding:9px 10px;background:#fff;color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 5px 18px #0f172a0a}.account-button:hover{border-color:#cbd5e1;background:#f8fafc}.account-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:900}.account-copy{display:grid;min-width:0;gap:2px}.account-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.account-copy small{color:#94a3b8;font-size:10px;font-weight:700;text-transform:uppercase}.account-chevron{color:#94a3b8;font-size:20px}.main-panel{position:relative;display:flex;min-width:0;height:100vh;min-height:0;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 52% 28%,#dbeafeaa,transparent 30%),linear-gradient(#fff,#fbfdff)}.main-panel:before{content:"";position:absolute;inset:0;opacity:.34;background-image:radial-gradient(#94a3b8 .65px,transparent .65px);background-size:22px 22px;mask-image:linear-gradient(#000,transparent 72%);pointer-events:none}.topbar{position:relative;z-index:1;display:flex;height:72px;flex:0 0 72px;align-items:center;padding:0 28px}.market{border:1px solid #e2e8f0;border-radius:999px;padding:7px 11px;background:#ffffffcc;color:#64748b;font-size:12px;font-weight:800}.sign-in{margin-left:auto;height:40px;border:0;border-radius:12px;padding:0 20px;background:#0f172a;color:#fff;font-weight:700;cursor:pointer}.hero{position:relative;z-index:1;width:min(820px,calc(100% - 48px));margin:auto;transform:translateY(-4vh);text-align:center}.status{display:inline-flex;align-items:center;gap:9px;border:1px solid #dbeafe;border-radius:999px;padding:7px 12px;background:#eff6ffcc;color:#1d4ed8;font-size:13px;font-weight:800}.status i{width:8px;height:8px;border-radius:50%;background:#2563eb}.hero h1{margin:22px 0 0;font-size:clamp(36px,5vw,58px);line-height:1.04;letter-spacing:-3px}.subtitle{max-width:630px;margin:18px auto 0;color:#64748b;font-size:17px;line-height:1.65}.composer{margin-top:38px;overflow:hidden;border:1px solid #cbd5e1;border-radius:22px;background:#fffffff2;box-shadow:0 22px 60px #0f172a1a}.composer:focus-within{border-color:#60a5fa;box-shadow:0 22px 60px #2563eb20,0 0 0 4px #3b82f617}.composer-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 17px 10px 19px}.search-icon{color:#64748b;font-size:28px}.composer textarea{width:100%;min-height:42px;resize:none;border:0;outline:0;padding:10px 0 7px;background:transparent;color:#0f172a;font-size:16px}.composer textarea::placeholder{color:#94a3b8}.send{display:grid;width:43px;height:43px;place-items:center;border:0;border-radius:14px;background:linear-gradient(145deg,#2563eb,#0ea5e9);color:#fff;font-size:22px;font-weight:800;cursor:pointer}.composer-foot{display:flex;justify-content:space-between;border-top:1px solid #f1f5f9;padding:10px 19px 12px;color:#94a3b8;font-size:12px;font-weight:700}.examples,.benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:18px}.examples button{border:1px solid #e2e8f0;border-radius:999px;padding:9px 13px;background:#ffffffbd;color:#64748b;font-size:12px;font-weight:700;cursor:pointer}.examples button:hover{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.benefits{gap:22px;margin-top:34px;color:#64748b;font-size:12px;font-weight:700}.benefits span::first-letter{color:#2563eb}.main-panel footer{position:relative;z-index:1;padding:15px 24px;text-align:center;color:#94a3b8;font-size:11px}.icon-button{width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:#475569;font-size:22px;cursor:pointer}.mobile-only{display:none}.login-dialog{width:min(440px,calc(100% - 30px));overflow:hidden;border:1px solid #e2e8f0;border-radius:22px;padding:0;background:#fff;box-shadow:0 30px 80px #0f172a38}.login-dialog::backdrop{background:#0f172a70;backdrop-filter:blur(3px)}.dialog-close{position:absolute;right:13px;top:14px;z-index:1;width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#64748b;font-size:22px;cursor:pointer}.dialog-accent{height:5px;background:linear-gradient(90deg,#2563eb,#0ea5e9,#22c55e)}.dialog-body{display:flex;flex-direction:column;align-items:center;padding:30px}.dialog-body h2{margin:16px 0 8px;font-size:24px;letter-spacing:-.6px}.dialog-body>p{margin:0 0 24px;color:#64748b;text-align:center;line-height:1.5}.provider{position:relative;width:100%;height:50px;margin-top:11px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#1e293b;font-weight:700;cursor:pointer}.provider:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.provider:disabled{color:#94a3b8;cursor:not-allowed}.google,.microsoft{position:absolute;left:16px;top:14px;width:20px;height:20px}.google{color:#4285f4;font-weight:900}.microsoft{display:grid;grid-template-columns:1fr 1fr;gap:2px}.microsoft i:nth-child(1){background:#f35325}.microsoft i:nth-child(2){background:#81bc06}.microsoft i:nth-child(3){background:#05a6f0}.microsoft i:nth-child(4){background:#ffba08}.dialog-body small{margin-top:22px;color:#94a3b8;text-align:center;line-height:1.5}.backdrop{position:fixed;inset:0;z-index:20;background:#0f172a40}.backdrop[hidden]{display:none}
@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:min(300px,88vw);height:100vh;transform:translateX(-105%);transition:transform .2s;box-shadow:18px 0 50px #0f172a20}.sidebar.open{transform:translateX(0)}.mobile-only{display:inline-grid;place-items:center}.hero{transform:translateY(-2vh)}}
@media(max-width:620px){.topbar{height:64px;padding:0 14px}.market{display:none}.hero{width:calc(100% - 28px);transform:none;padding:45px 0 28px}.hero h1{font-size:38px;letter-spacing:-2px}.subtitle{font-size:15px}.composer{margin-top:28px;border-radius:18px}.composer-main{grid-template-columns:1fr auto;padding:12px}.search-icon{display:none}.composer-foot span:last-child{display:none}.examples{flex-direction:column}.examples button{text-align:left;border-radius:12px}.benefits{display:grid;gap:10px;text-align:left}.main-panel footer{font-size:10px}}


.auth-form{width:100%;display:grid;gap:15px}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-name-grid[hidden]{display:none}.field{display:grid;gap:7px;text-align:left}.field[hidden]{display:none}.field label{color:#334155;font-size:13px;font-weight:800}.field input{width:100%;height:48px;border:1px solid #cbd5e1;border-radius:12px;padding:0 14px;outline:0;background:#fff;color:#0f172a}.field input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #3b82f617}.field>small{margin:0;color:#64748b;text-align:left}.password-wrap{position:relative}.password-wrap input{padding-right:78px}.password-wrap button{position:absolute;right:8px;top:7px;height:34px;border:0;border-radius:8px;padding:0 9px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800;cursor:pointer}.primary-action{width:100%;height:49px;border:0;border-radius:12px;background:linear-gradient(145deg,#2563eb,#0ea5e9);color:#fff;font-weight:800;cursor:pointer}.primary-action:disabled{opacity:.65;cursor:wait}.auth-switch{margin-top:17px;border:0;background:transparent;color:#64748b;cursor:pointer}.auth-switch strong{color:#2563eb}.form-message{min-height:20px;margin:0;color:#dc2626;font-size:13px;font-weight:700;text-align:left}.form-message.success{color:#15803d}.legal{margin-top:18px;color:#94a3b8;text-align:center;line-height:1.5}.dialog-body{padding-bottom:26px}



.search-feedback{display:flex;align-items:flex-start;gap:13px;margin:16px 0 0;border:1px solid #bfdbfe;border-radius:16px;padding:15px 17px;background:#eff6ff;color:#1e3a8a;text-align:left}
.search-feedback[hidden]{display:none}
.search-feedback-icon{display:grid;flex:0 0 34px;height:34px;place-items:center;border-radius:10px;background:#dbeafe;font-size:20px}
.search-feedback strong{display:block;margin-top:1px;font-size:14px}
.search-feedback p{margin:5px 0 0;color:#475569;font-size:13px;line-height:1.45}
.search-feedback[data-state="success"]{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.search-feedback[data-state="success"] .search-feedback-icon{background:#dcfce7}
.search-feedback[data-state="warning"]{border-color:#fde68a;background:#fffbeb;color:#92400e}
.search-feedback[data-state="warning"] .search-feedback-icon{background:#fef3c7}
.search-feedback[data-state="error"]{border-color:#fecaca;background:#fef2f2;color:#991b1b}
.search-feedback[data-state="error"] .search-feedback-icon{background:#fee2e2}
.send:disabled{opacity:.65;cursor:wait}


.panel-dialog{width:min(620px,calc(100% - 30px));overflow:hidden;border:1px solid #e2e8f0;border-radius:22px;padding:0;background:#fff;box-shadow:0 30px 80px #0f172a38}
.panel-dialog::backdrop{background:#0f172a70;backdrop-filter:blur(3px)}
.panel-dialog-body{display:flex;flex-direction:column;align-items:center;padding:30px}
.panel-dialog-body h2{margin:14px 0 7px;font-size:25px;letter-spacing:-.6px}
.panel-dialog-body>p{margin:0 0 22px;color:#64748b;text-align:center;line-height:1.5}
.panel-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#eff6ff;color:#2563eb;font-size:18px;font-weight:900}
.plan-grid{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:13px}
.plan-card{position:relative;display:flex;min-height:220px;flex-direction:column;align-items:flex-start;border:1px solid #e2e8f0;border-radius:16px;padding:20px;text-align:left}
.plan-card.featured{border-color:#60a5fa;background:#eff6ff66}
.plan-card>b{position:absolute;right:13px;top:13px;border-radius:999px;padding:4px 7px;background:#dbeafe;color:#1d4ed8;font-size:9px;letter-spacing:.5px}
.plan-card>span{color:#475569;font-size:13px;font-weight:800}
.plan-card>strong{margin:13px 0 5px;color:#0f172a;font-size:34px}
.plan-card>strong small{font-size:18px}
.plan-card>strong em{color:#64748b;font-size:11px;font-style:normal}
.plan-card>p{margin:0 0 18px;color:#64748b;font-size:13px;line-height:1.45}
.plan-card>button{width:100%;height:40px;margin-top:auto;border:0;border-radius:10px;background:#e2e8f0;color:#64748b;font-weight:800}
.panel-note{margin-top:18px;color:#94a3b8;text-align:center;line-height:1.5}
.account-details{display:grid;width:100%;gap:0;margin:0 0 18px;border:1px solid #e2e8f0;border-radius:15px;overflow:hidden}
.account-details>div{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:13px 15px;border-bottom:1px solid #f1f5f9;text-align:left}
.account-details>div:last-child{border-bottom:0}
.account-details dt{color:#64748b;font-size:12px;font-weight:800}
.account-details dd{min-width:0;margin:0;color:#0f172a;font-size:13px;font-weight:700;overflow-wrap:anywhere}
.secondary-action{width:100%;height:46px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#334155;font-weight:800;cursor:pointer}
.secondary-action.danger{border-color:#fecaca;color:#dc2626}
.secondary-action:disabled{opacity:.6;cursor:wait}
.panel-message{width:100%;min-height:18px!important;margin:0 0 8px!important;color:#dc2626!important;font-size:12px;font-weight:700;text-align:left!important}
.help-list{display:grid;width:100%;gap:12px}
.help-list article{display:flex;gap:13px;border:1px solid #e2e8f0;border-radius:14px;padding:14px;text-align:left}
.help-list article>b{display:grid;flex:0 0 30px;height:30px;place-items:center;border-radius:9px;background:#eff6ff;color:#2563eb}
.help-list strong{font-size:14px}
.help-list p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.45}
@media(max-width:620px){.auth-name-grid{grid-template-columns:1fr}.plan-grid{grid-template-columns:1fr}.panel-dialog-body{padding:25px 18px}.account-details>div{grid-template-columns:95px 1fr}}


.search-feedback>div{flex:1;min-width:0}
.search-results{display:grid;gap:10px;margin-top:13px}
.search-results:empty{display:none}
.model-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:13px}
.model-option{display:grid;gap:3px;border:1px solid #bfdbfe;border-radius:11px;padding:10px 12px;background:#fff;color:#0f172a;text-align:left;cursor:pointer}
.model-option:hover,.model-option:focus-visible{border-color:#60a5fa;background:#eff6ff;outline:none}
.model-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.model-option small{color:#64748b;font-size:10px;font-weight:700;text-transform:uppercase}
.year-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.year-option{min-width:72px;border:1px solid #bfdbfe;border-radius:999px;padding:9px 14px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:800;cursor:pointer}
.year-option:hover,.year-option:focus-visible{border-color:#60a5fa;background:#eff6ff;outline:none}
.vehicle-result{border:1px solid #bbf7d0;border-radius:12px;padding:12px;background:#fff}
.vehicle-result>strong{color:#0f172a;font-size:14px}
.result-prices{display:flex;flex-wrap:wrap;gap:18px;margin-top:9px}
.result-prices span{display:grid;color:#0f172a;font-size:17px;font-weight:800}
.result-prices small{margin-bottom:2px;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase}
.result-source{display:block;margin-top:9px;color:#64748b;font-size:11px}
.result-source a{color:#2563eb;text-decoration:none}
.result-source a:hover{text-decoration:underline}


.history-list{display:grid;gap:6px}
.history-entry{position:relative;min-width:0;border-radius:10px}
.history-item{display:grid;width:100%;gap:4px;border:0;border-radius:10px;padding:10px 11px;background:transparent;color:#334155;text-align:left;cursor:pointer}
.history-item:hover{background:#eef2f7}
.history-item strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.history-item small{color:#94a3b8;font-size:10px}
.history-empty[hidden]{display:none}

/* Conversational workspace */
.chat-workspace{position:relative;z-index:1;display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden}
.conversation{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth}
.welcome{display:flex;min-height:calc(100vh - 280px);width:min(900px,calc(100% - 48px));margin:0 auto;flex-direction:column;align-items:center;justify-content:center;padding:30px 0 18px;text-align:center}
.welcome h1{margin:22px 0 0;font-size:clamp(36px,5vw,58px);line-height:1.04;letter-spacing:-3px}
.welcome .subtitle{max-width:630px;margin:18px auto 0;color:#64748b;font-size:17px;line-height:1.65}
.message-list{display:none;width:min(900px,100%);margin:0 auto;padding:24px 30px 38px}
.chat-workspace.has-chat .welcome{display:none}
.chat-workspace.has-chat .message-list{display:grid;gap:24px}
.composer-dock{flex:0 0 auto;padding:10px 28px 16px;background:linear-gradient(180deg,#ffffff00,#fff 28%)}
.composer-dock .composer{width:min(820px,100%);margin:0 auto;overflow:hidden;border:1px solid #cbd5e1;border-radius:22px;background:#fffffff2;box-shadow:0 16px 45px #0f172a14}
.composer-note{margin:9px 0 0;text-align:center;color:#94a3b8;font-size:11px}
.chat-message{display:flex;width:100%;gap:12px}
.chat-message.user{justify-content:flex-end}
.chat-message.user .message-content{max-width:min(72%,680px);border-radius:20px 20px 5px 20px;padding:12px 16px;background:#2563eb;color:#fff;box-shadow:0 8px 24px #2563eb24;white-space:pre-wrap;overflow-wrap:anywhere}
.assistant-avatar{display:grid;flex:0 0 34px;height:34px;place-items:center;border-radius:11px;background:linear-gradient(145deg,#2563eb,#0ea5e9);color:#fff;font-size:10px;font-weight:900;box-shadow:0 6px 18px #2563eb24}
.chat-message.assistant .message-content{min-width:0;max-width:calc(100% - 46px);flex:1;color:#334155}
.assistant-response{border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;background:#fff;box-shadow:0 8px 30px #0f172a0a}
.assistant-response[data-state="found"]{border-color:#bbf7d0;background:#f0fdf4}
.assistant-response[data-state="warning"]{border-color:#fde68a;background:#fffbeb}
.assistant-response[data-state="error"]{border-color:#fecaca;background:#fef2f2}
.assistant-response h2{margin:0;color:#0f172a;font-size:14px;line-height:1.4}
.assistant-response p{margin:5px 0 0;color:#475569;font-size:13px;line-height:1.5}
.assistant-response .search-results{margin-top:14px}
.chat-message.loading .assistant-response{display:flex;align-items:center;gap:9px;color:#64748b}
.typing-dots{display:inline-flex;gap:4px}
.typing-dots i{width:6px;height:6px;border-radius:50%;background:#60a5fa;animation:typing 1s infinite ease-in-out}
.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}
@keyframes typing{0%,70%,100%{transform:translateY(0);opacity:.45}35%{transform:translateY(-4px);opacity:1}}
.history-entry[aria-current="true"] .history-item{background:#e0edff;color:#1d4ed8}
.history-more{position:absolute;right:5px;top:7px;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:8px;background:transparent;color:#64748b;font-size:20px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s,background .15s}
.history-entry:hover .history-more,.history-entry:focus-within .history-more,.history-entry[aria-current="true"] .history-more{opacity:1}
.history-more:hover{background:#dbeafe;color:#1d4ed8}
.history-item{padding-right:40px}
.history-menu{position:absolute;right:5px;top:39px;z-index:8;width:176px;border:1px solid #e2e8f0;border-radius:10px;padding:5px;background:#fff;box-shadow:0 12px 30px #0f172a24}
.history-menu[hidden]{display:none}
.history-delete{width:100%;border:0;border-radius:7px;padding:9px 10px;background:transparent;color:#dc2626;text-align:left;font-size:12px;font-weight:700;cursor:pointer}
.history-delete:hover{background:#fef2f2}
.history-delete:disabled{opacity:.55;cursor:wait}
@media(max-width:900px){.history-more{opacity:1}}

@media(min-width:901px){
  .chat-workspace:not(.has-chat){justify-content:center}
  .chat-workspace:not(.has-chat) .conversation{flex:0 0 auto;overflow:visible}
  .chat-workspace:not(.has-chat) .welcome{min-height:0;padding-top:10px}
  .chat-workspace:not(.has-chat) .composer-dock{width:100%;padding-top:20px;padding-bottom:max(48px,8vh)}
}

@media(max-width:900px){
  .chat-workspace{min-height:0}

.login-dialog{max-height:calc(100dvh - 30px);overflow-y:auto;overscroll-behavior:contain}}

@media(max-width:620px){
  .topbar{flex-basis:64px}
  .chat-workspace{min-height:0}
  .welcome{min-height:calc(100vh - 250px);width:calc(100% - 28px);padding:18px 0 10px}
  .welcome h1{font-size:38px;letter-spacing:-2px}
  .welcome .subtitle{font-size:15px}
  .message-list{padding:18px 14px 28px;gap:18px!important}
  .composer-dock{padding:8px 12px 10px}
  .composer-dock .composer{border-radius:18px}
  .composer-note{font-size:9px}
  .chat-message.user .message-content{max-width:86%;font-size:14px}
  .assistant-response{padding:13px}
  .assistant-avatar{flex-basis:30px;height:30px;border-radius:9px}
  .chat-message.assistant .message-content{max-width:calc(100% - 42px)}
}


.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.comparison-column{min-width:0;border:1px solid #bfdbfe;border-radius:14px;padding:12px;background:#fff}
.comparison-heading{display:grid;gap:4px;padding:1px 2px 10px;border-bottom:1px solid #e2e8f0}
.comparison-heading strong{color:#0f172a;font-size:13px}
.comparison-heading small{color:#1d4ed8;font-size:15px;font-weight:800}
.comparison-column .search-results{margin-top:10px}
.comparison-column .vehicle-result{padding:10px;border-color:#e2e8f0}
.comparison-column .vehicle-result>strong{font-size:12px}
.comparison-column .result-prices span{font-size:15px}
@media(max-width:620px){
  .comparison-grid{grid-template-columns:1fr}
}


/* Account menu */
.account-area{position:relative;margin:0 12px 12px}
.account-area .account-button{width:100%;margin:0}
.account-menu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:40;border:1px solid #dbe2ea;border-radius:14px;padding:6px;background:#fff;box-shadow:0 18px 45px #0f172a2b}
.account-menu[hidden]{display:none}
.account-menu button{display:grid;width:100%;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;border:0;border-radius:9px;padding:10px 9px;background:transparent;color:#1e293b;text-align:left;font-size:13px;cursor:pointer}
.account-menu button:hover,.account-menu button:focus-visible{background:#f1f5f9;outline:none}
.account-menu button>b{border-radius:999px;padding:3px 7px;background:#eff6ff;color:#1d4ed8;font-size:9px;letter-spacing:.4px}
.account-menu-divider{height:1px;margin:5px 3px;background:#e2e8f0}
.account-menu .account-sign-out{color:#334155}
.account-menu button:disabled{opacity:.6;cursor:wait}
.account-menu-message{margin:5px 8px 3px;color:#dc2626;font-size:11px;line-height:1.35}
.account-menu-message[hidden]{display:none}

/* Valikar branding */
.brand-logo{display:block;width:150px;max-width:100%;height:auto}
.auth-logo{display:block;width:58px;height:58px;margin:0 auto 14px;object-fit:contain}
.assistant-avatar{object-fit:contain;padding:3px;background:#fff}
