:root{font-family:Manrope,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;--color-bg: oklch(.955 .014 88);--color-surface: oklch(.985 .01 88);--color-border: oklch(.84 .02 88);--color-text: oklch(.2 .018 250);--color-muted: oklch(.44 .03 250);--color-accent: oklch(.54 .17 28);--color-accent-hover: oklch(.42 .13 28);--color-accent-strong: oklch(.47 .15 28);--color-error: oklch(.505 .19 27)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100dvh}body{background:var(--color-bg);color:var(--color-text)}:focus-visible{outline:3px solid oklch(.58 .19 27);outline-offset:2px}.btn-primary:focus-visible,.chat__send:focus-visible,.vehicle-card__link:hover:focus-visible{outline:3px solid oklch(.985 .01 88);outline-offset:2px;box-shadow:0 0 0 5px var(--color-accent)}.app-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:100vh;padding:1.5rem;text-align:center}.app-shell{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem;position:relative}.app-brand{position:fixed;top:1.25rem;left:1.5rem;z-index:10;display:inline-flex;line-height:0}.app-brand img{height:44px;width:auto;display:block}.access-form{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:0 12px 32px #10171e1a}.access-form__brand{display:block;height:40px;width:auto;margin:0 0 1rem}.access-form__header{margin-bottom:1.5rem}.access-form__header h1{letter-spacing:-.01em;font-weight:800}.access-form__header h1{margin:0 0 .5rem;font-size:1.5rem}.access-form__header p{margin:0;color:var(--color-muted);font-size:.95rem}.access-form form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.9rem;font-weight:600}.field__optional{font-weight:400;color:var(--color-muted)}.field input{padding:.65rem .75rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:1rem}.field input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #bd393138}.field input[aria-invalid=true]{border-color:var(--color-error)}.field__error,.form__error{margin:0;color:var(--color-error);font-size:.85rem}.btn-primary{margin-top:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;background:var(--color-accent-strong);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.otp-input{font-size:1.5rem;letter-spacing:.5rem;text-align:center;font-variant-numeric:tabular-nums}.access-form__actions{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-top:1.25rem}.btn-link{border:none;background:none;color:var(--color-muted);font-size:.9rem;cursor:pointer;padding:.25rem .5rem;text-decoration:underline}.btn-link:hover:not(:disabled){color:var(--color-text)}.btn-link:disabled{opacity:.55;cursor:not-allowed}.btn-link--emphasis{color:var(--color-accent);font-weight:600}.btn-link--emphasis:hover:not(:disabled){color:var(--color-accent-hover)}.chat{display:flex;flex-direction:column;width:100%;max-width:760px;height:min(100dvh - 3rem,900px);min-height:0}.chat__header{padding:.5rem .25rem .75rem}.chat__header{display:flex;align-items:center}.chat__brand{display:block;flex:none;height:40px;width:auto}.chat__messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:oklch(.2 .018 250 / .14) transparent}.chat__messages::-webkit-scrollbar{width:6px}.chat__messages::-webkit-scrollbar-track{background:transparent}.chat__messages::-webkit-scrollbar-thumb{background:#10171e1f;border-radius:999px}.chat__messages:hover::-webkit-scrollbar-thumb{background:#10171e38}.chat__empty{margin:auto;max-width:40ch;text-align:center;color:var(--color-muted);font-size:.95rem}.chat-bubble{max-width:78%;padding:.6rem .85rem;border-radius:14px;font-size:.95rem;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.chat-bubble--user{align-self:flex-end;background:var(--color-accent-strong);color:#fff;border-bottom-right-radius:4px}.chat-bubble--carlos{align-self:flex-start;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);border-bottom-left-radius:4px}.chat-bubble--error{border-color:var(--color-error);color:var(--color-error);background:color-mix(in srgb,var(--color-error) 12%,var(--color-bg))}.chat-bubble__typing{display:inline-flex;gap:4px;align-items:center}.chat-bubble__typing span{width:6px;height:6px;border-radius:50%;background:var(--color-muted);animation:chat-typing 1.2s infinite ease-in-out}.chat-bubble__typing span:nth-child(2){animation-delay:.15s}.chat-bubble__typing span:nth-child(3){animation-delay:.3s}@keyframes chat-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-turn{display:flex;flex-direction:column;gap:.6rem;max-width:100%;min-width:0}.chat-turn--user{align-items:flex-end}.chat-turn--carlos{align-items:flex-start}.vehicle-cards{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%;max-width:92%}@media (min-width: 560px){.vehicle-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.brand-chips{padding:.7rem 1rem 0}.brand-chips__title{margin:0 0 .45rem;font-size:.8rem;font-weight:600;color:var(--color-muted)}.brand-chips__list{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.brand-chips__chip{padding:.3rem .75rem;border-radius:999px;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.brand-chips__chip:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.brand-chips__chip:focus-visible{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #bd393138}.brand-chips__chip:disabled{opacity:.55;cursor:not-allowed}.chat__composer{display:flex;align-items:center;gap:.5rem;margin:.85rem 1rem;padding:.4rem .4rem .4rem .5rem;background:#fff;border:1px solid var(--color-border);border-radius:26px;box-shadow:0 4px 14px #10171e0f;transition:border-color .15s ease,box-shadow .15s ease}.chat__composer:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px #bd393133}.chat__input{flex:1;min-width:0;padding:.5rem .4rem;border:0;background:transparent;color:var(--color-text);font-size:1rem}.chat__input:focus{outline:none}.chat__input:disabled{opacity:.6}.chat__send{flex-shrink:0;width:2.4rem;height:2.4rem;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.15rem;line-height:1}.chat__send>span{display:block;line-height:1;transform:translate(.02em,-.065em)}.chat__send:disabled{opacity:.45;cursor:not-allowed}.chat__attach{flex-shrink:0;width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-muted);font-size:1.35rem;line-height:1;cursor:pointer;transition:border-color .15s ease,color .15s ease}.chat__attach:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.chat__attach:disabled{opacity:.5;cursor:not-allowed}.chat__attachments{list-style:none;margin:0;padding:.5rem 1rem 0;display:flex;flex-direction:column;gap:.5rem}.chat-attachment{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg)}.chat-attachment--error{border-color:var(--color-error)}.chat-attachment__preview{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border)}.chat-attachment__thumb{width:100%;height:100%;object-fit:cover}.chat-attachment__icon{font-size:.7rem;font-weight:700;letter-spacing:.03em;color:var(--color-muted)}.chat-attachment__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.chat-attachment__name{font-size:.85rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-attachment__progress{width:100%;height:6px;border-radius:999px;background:var(--color-border);overflow:hidden}.chat-attachment__progress-bar{height:100%;background:var(--color-accent);transition:width .15s ease}.chat-attachment__status{font-size:.8rem}.chat-attachment__status--ready{color:var(--color-muted)}.chat-attachment__status--error{color:var(--color-error)}.chat-attachment__retry{font-size:.8rem}.chat-attachment__remove{flex-shrink:0;width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:var(--color-muted);font-size:1.2rem;line-height:1;cursor:pointer}.chat-attachment__remove:hover{background:var(--color-surface);color:var(--color-text)}.chat__attachment-notice{margin:0;padding:.25rem 1rem 0;color:var(--color-error);font-size:.85rem}.chat__privacy{margin:0;padding:0 1rem .75rem;color:var(--color-muted);font-size:.78rem;line-height:1.4}.sr-only{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.vehicle-card{display:flex;flex-direction:column;gap:.75rem;padding:1.1rem 1.15rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 6px 18px #10171e14;transition:border-color .15s ease,transform .15s ease}.vehicle-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.vehicle-card__image{margin:-1.1rem -1.15rem 0;aspect-ratio:16 / 10;width:calc(100% + 2.3rem);overflow:hidden;border-radius:12px 12px 0 0;background:#ece4d2}.vehicle-card__image img{display:block;width:100%;height:100%;object-fit:cover}.vehicle-card__head{display:flex;flex-direction:column;gap:.2rem}.vehicle-card__title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3;color:var(--color-text)}.vehicle-card__subtitle{margin:0;font-size:.85rem;color:var(--color-muted)}.vehicle-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.vehicle-card__price-hero{font-size:1.9rem;font-weight:800;line-height:1;letter-spacing:-.01em;color:var(--color-text);font-variant-numeric:tabular-nums}.vehicle-card__price-msrp{font-size:1rem;color:var(--color-muted);text-decoration:line-through;font-variant-numeric:tabular-nums}.vehicle-card__price-tbd{font-size:1.25rem;font-weight:700;color:var(--color-muted)}.vehicle-card__chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.vehicle-card__chip{padding:.25rem .6rem;border-radius:999px;background:var(--color-bg);border:1px solid var(--color-border);font-size:.78rem;color:var(--color-muted);white-space:nowrap}.vehicle-card__color{display:flex;align-items:center;gap:.5rem}.vehicle-card__swatch{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:1px solid oklch(.2 .018 250 / .18);box-shadow:inset 0 0 0 1px #ffffff59}.vehicle-card__color-name{font-size:.85rem;color:var(--color-text)}.vehicle-card__link{margin-top:auto;align-self:flex-start;padding:.5rem .85rem;border-radius:8px;border:1px solid var(--color-accent);color:var(--color-accent);font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease}.vehicle-card__link:hover{background:var(--color-accent-strong);color:#fff}
