*{box-sizing:border-box;margin:0;padding:0}:root{--accent:#6d5b9e;--accent-hover:#5a4a82;--accent-border:#d7cfe8;--accent-tint:#f5f2fa;--accent-shadow:rgba(109,91,158,.28);--gold:#7a5f1c;--gold-tint:#f5edd6;--gold-spark:#c6a23c}body,html{height:100%;font-family:system-ui,-apple-system,sans-serif;color:#0f172a}.map-container{position:absolute;inset:0;height:100%;width:100%;z-index:0}.app{position:fixed;inset:0;z-index:2;display:grid;grid-template-areas:"conversation";padding:1rem;grid-gap:1rem;gap:1rem}.app-has-recs{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-template-rows:minmax(0,1fr) minmax(0,clamp(10rem,32vh,15rem));grid-template-areas:"conversation detail" "deck         detail"}.conversation{background:#faf9fc}.deck,.detail{background:#fff}.conversation,.deck,.detail{border-radius:16px;box-shadow:0 6px 28px rgba(15,23,42,.16);overflow:hidden;min-height:0}.conversation{grid-area:conversation;display:flex;flex-direction:column;align-items:center;color:#3d3d3a}.conversation-log{flex:1 1 auto;overflow-y:auto;width:100%;max-width:52rem;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-msg{font-size:1rem;line-height:1.55;white-space:pre-wrap}.chat-msg-user{align-self:flex-end;max-width:80%;background:#efecf4;color:#3d3d3a;padding:.7rem 1rem;border-radius:18px;border-bottom-right-radius:6px}.chat-msg-assistant{align-self:stretch;color:#3d3d3a}.chat-typing{font-style:italic;opacity:.65}.chat-error{align-self:stretch;background:#fbeae5;color:#9a3412;font-size:.9rem;padding:.6rem .85rem;border-radius:10px}.hero{flex:1 1 auto;width:100%;max-width:44rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;padding:2rem 1.5rem;text-align:center}.hero-greeting{font-family:Georgia,Times New Roman,ui-serif,serif;font-weight:400;font-size:clamp(1.9rem,4vw,2.75rem);color:#3d3d3a;letter-spacing:-.01em}.hero-spark{color:var(--gold-spark)}.hero-error{align-self:center;width:100%;max-width:40rem;margin-top:.5rem}.hero-sub{color:#73726c;font-size:1.05rem;line-height:1.5;max-width:34rem;margin-bottom:.4rem}.hero-sub em{color:#5a5953}.composer-bar{width:100%;display:flex;justify-content:center;padding:.75rem 1.25rem 1.25rem}.composer{display:flex;align-items:flex-end;gap:.5rem;width:100%;max-width:40rem;background:#fff;border:1px solid #e3e1d8;border-radius:1.6rem;padding:.5rem .5rem .5rem 1.1rem;box-shadow:0 1px 2px rgba(15,23,42,.06),0 6px 18px rgba(15,23,42,.05);transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:var(--accent-border);box-shadow:0 1px 2px rgba(15,23,42,.06),0 6px 22px rgba(109,91,158,.14)}.composer-input{flex:1 1 auto;border:none;outline:none;background:transparent;font:inherit;font-size:1rem;line-height:1.5;padding:.5rem 0;color:#3d3d3a;resize:none;max-height:9rem;overflow-y:auto}.composer-input::placeholder{color:#a3a199}.composer-send{flex:none;width:2.4rem;height:2.4rem;display:grid;place-items:center;border:none;border-radius:50%;background:var(--accent);color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;transition:background .15s}.composer-send:hover:not(:disabled){background:var(--accent-hover)}.composer-send:disabled{background:#e6e3da;color:#b6b2a6;cursor:not-allowed}.deck{grid-area:deck;display:flex;flex-direction:column}.deck-head{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 1rem .5rem;gap:.5rem}.deck-title{font-weight:600;font-size:.95rem}.deck-hint{font-size:.8rem;color:#64748b}.deck-list{list-style:none;display:flex;gap:.75rem;overflow-x:auto;padding:.25rem 1rem 1rem;flex:1 1 auto}.deck-card{position:relative;display:flex;flex-direction:column;gap:.25rem;width:11rem;min-width:11rem;height:100%;text-align:left;padding:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.deck-card:hover{border-color:var(--accent-border);transform:translateY(-2px)}.deck-card-selected{border-color:var(--accent);background:var(--accent-tint);box-shadow:0 0 0 2px var(--accent-shadow)}.deck-badge{align-self:flex-start;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--gold);background:var(--gold-tint);padding:.1rem .4rem;border-radius:999px}.deck-card-name{font-weight:600;font-size:.95rem;line-height:1.25}.deck-card-meta{font-size:.8rem;color:#64748b}.deck-card-fit{margin-top:auto;font-size:.8rem;font-weight:600;color:var(--accent)}.detail{grid-area:detail;overflow-y:auto;padding:1.5rem}.detail-empty{display:flex;align-items:center;justify-content:center;text-align:center}.detail-empty-text{max-width:22rem;color:#64748b;font-size:1rem}.detail-header{border-bottom:1px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1rem}.detail-name{font-size:1.6rem;font-weight:700;line-height:1.15}.detail-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-size:.9rem;color:#64748b}.detail-stat-fit{font-weight:600;color:var(--accent)}.detail-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.detail-tag{font-size:.75rem;font-weight:600;color:#334155;background:#f1f5f9;padding:.2rem .55rem;border-radius:999px}.detail-section{margin-top:1.5rem}.detail-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.6rem}.detail-routes{list-style:none;display:flex;flex-direction:column}.detail-route{display:flex;align-items:baseline;gap:.6rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.detail-route-name{flex:1 1 auto;font-size:.95rem}.detail-route-grade{font-weight:600;font-size:.9rem;color:#334155}.detail-route-stars{color:#f59e0b;font-size:.85rem}.detail-muted{color:#94a3b8;font-size:.9rem}.detail-cond{display:flex;gap:.6rem;padding:.45rem 0;border-bottom:1px solid #f1f5f9;font-size:.9rem}.detail-cond-label{flex:0 0 6.5rem;font-weight:600;color:#334155}.detail-cond-value{flex:1 1 auto;color:#475569}.detail-factors{list-style:none;display:flex;flex-direction:column;gap:.4rem}.detail-factor{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.detail-factor-label{flex:0 0 6.5rem;color:#475569}.detail-factor-track{flex:1 1 auto;height:6px;border-radius:999px;background:#eef1f6;overflow:hidden}.detail-factor-fill{display:block;height:100%;border-radius:999px;background:var(--accent)}.detail-factor-pct{flex:0 0 1.8rem;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#334155}.detail-placeholder{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;text-align:center;padding:1rem}.detail-photo{height:9rem;margin-bottom:.5rem}.detail-map{height:8rem}@media (max-width:820px){.app{position:absolute;inset:0;grid-template-columns:1fr;overflow-y:auto;padding:.75rem;gap:.75rem}.app:not(.app-has-recs){grid-template-rows:minmax(0,1fr);grid-template-areas:"conversation"}.app-has-recs{grid-template-rows:minmax(0,45vh) auto auto;grid-template-areas:"conversation" "detail" "deck"}.app-has-recs .detail{min-height:55vh}.app-has-recs .deck{height:14rem}}