:root{--navy:#071f42;--green:#16845b;--muted:#66768a;--line:#dce4ee;--soft:#f7fafc;--orange:#f97316;--blue:#0d6fb8;--shadow:0 20px 60px rgba(7,31,66,.13);--radius:22px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--navy);background:#f4f7fb}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fbff,#eef5f2);overflow:hidden}button,input,textarea{font:inherit}button:disabled{opacity:.55;cursor:not-allowed}.app{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.topbar{height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px;border-bottom:1px solid rgba(220,228,238,.9);background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.02em;line-height:1.05}.brand-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:999px;border:1px solid #dce7f1;background:#fff;overflow:hidden;flex-shrink:0}.brand-icon svg{width:42px;height:42px}.brand-title{font-size:15px;font-weight:950}.brand-title span{color:var(--green)}.brand-sub{font-size:11px;font-weight:800;color:var(--muted);margin-top:3px;letter-spacing:0}.top-actions{display:flex;align-items:center;gap:10px}.ghost-link{border:0;background:transparent;color:var(--navy);font-size:13px;font-weight:800;cursor:pointer;text-decoration:none}.signin-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:900;color:var(--navy);cursor:pointer;box-shadow:0 3px 12px #071f420a}.layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;padding:22px;max-width:1380px;width:100%;margin:0 auto}.chat-shell,.journey-panel{background:#ffffffeb;border:1px solid rgba(220,228,238,.95);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.chat-shell{display:flex;flex-direction:column;height:100%;min-height:0}.chat-scroll{flex:1;min-height:0;overflow:auto;padding:34px 42px 18px;scroll-behavior:smooth}.hero{max-width:760px;margin:18px auto 26px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #d9eadf;background:#f3fbf6;color:var(--green);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;margin-bottom:16px}.hero h1{font-size:44px;line-height:1.06;margin:0;letter-spacing:-.05em}.hero p{margin:16px auto 0;color:var(--muted);font-size:17px;line-height:1.55;max-width:680px}.suggestions{max-width:820px;margin:26px auto 10px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.suggestion{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;color:#243a56;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease;box-shadow:0 5px 18px #071f420d}.suggestion:hover{transform:translateY(-1px);border-color:#b7c7d8}.conversation{max-width:860px;margin:0 auto;display:grid;gap:18px}.msg{display:flex;gap:12px;align-items:flex-start;animation:rise .35s ease both}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;font-weight:900;font-size:13px}.avatar.user{background:#eaf2ff;color:#0b5ca5}.avatar.ai{background:#eaf8f0;color:var(--green)}.bubble{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 5px 18px #071f420d;max-width:720px;line-height:1.52;color:#1d2f48}.bubble.user-bubble{background:#f8fbff}.bubble strong{color:var(--navy)}.thinking{display:grid;gap:8px;padding:10px 0 2px}.checkline{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:750}.check{width:18px;height:18px;border-radius:999px;background:#e8f7ef;color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:900;flex:0 0 auto}.ai-card{margin-top:12px;border:1px solid #d7e7de;background:#fbfffd;border-radius:16px;overflow:hidden}.ai-card-head{padding:14px 15px;border-bottom:1px solid #e2eee8;display:flex;align-items:center;justify-content:space-between;gap:12px}.route-title{font-weight:950;letter-spacing:-.03em;font-size:18px}.small-muted{font-size:12px;color:var(--muted);font-weight:750}.mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 15px}.mini{background:#fff;border:1px solid #e1eaf2;border-radius:13px;padding:11px}.mini-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:950;margin-bottom:4px}.mini-value{font-size:13px;font-weight:900;color:var(--navy)}.inline-actions{display:flex;gap:9px;flex-wrap:wrap;padding:0 15px 15px}.inline-actions.inline-only{padding:12px 0 0}.btn{border:1px solid transparent;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;gap:7px;text-decoration:none;justify-content:center}.btn.primary{background:var(--green);color:#fff}.btn.secondary{background:#fff;color:var(--green);border-color:#bddfcd}.btn.plain{background:#f7fafc;color:var(--navy);border-color:var(--line)}.btn.wide{width:100%}.input-area{flex:0 0 auto;padding:16px 22px 18px;background:linear-gradient(180deg,#ffffffb3,#fff);border-top:1px solid var(--line)}.composer{max-width:880px;margin:0 auto;border:1px solid #cbd7e4;border-radius:22px;background:#fff;box-shadow:0 12px 36px #071f421a;display:flex;align-items:flex-end;gap:10px;padding:10px 10px 10px 18px}.composer textarea{border:0;outline:0;resize:none;min-height:48px;max-height:120px;flex:1;padding:12px 0;color:var(--navy);font-size:15px;line-height:1.4;background:transparent}.send{width:46px;height:46px;border-radius:999px;border:0;background:var(--green);color:#fff;font-weight:900;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.hint{text-align:center;margin-top:10px;color:var(--muted);font-size:12px}.journey-panel{display:flex;flex-direction:column;height:100%;min-height:0;position:sticky;top:94px;max-height:calc(100dvh - 116px);transition:transform .25s ease,opacity .25s ease}.panel-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:var(--muted)}.panel-empty .circle{width:68px;height:68px;border-radius:999px;background:#f2f8f5;display:grid;place-items:center;font-size:28px;margin-bottom:14px}.panel-empty p{margin:8px 0 0;line-height:1.45}.panel-header{flex:0 0 auto;padding:20px 20px 14px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-title{font-size:18px;font-weight:950;letter-spacing:-.03em;margin:0}.panel-sub{margin:4px 0 0;color:var(--muted);font-size:12px;font-weight:750}.close-panel{display:none;border:0;background:#f4f7fa;border-radius:999px;width:34px;height:34px;cursor:pointer;color:var(--navy);font-weight:900}.panel-tabs{flex:0 0 auto;display:flex;gap:4px;padding:12px;border-bottom:1px solid var(--line);overflow:hidden}.tab{flex:1 1 0;min-width:0;border:0;background:transparent;border-radius:999px;padding:8px 6px;color:var(--muted);font-size:11px;font-weight:950;cursor:pointer;white-space:nowrap;text-transform:capitalize;text-align:center}.tab.active{background:#e9f7ef;color:var(--green)}.panel-body{flex:1;min-height:0;overflow:auto;padding:16px;display:grid;gap:14px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.section{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.section summary{list-style:none;cursor:pointer;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:950}.section summary::-webkit-details-marker{display:none}.section-content{padding:0 15px 15px;color:#243a56;font-size:13px;line-height:1.5}.section-content ul{padding-left:18px}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#f1f7f4;color:var(--green);font-size:11px;font-weight:950;padding:6px 9px;margin:4px 4px 0 0}.status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e3ebf2;background:#fbfdff;border-radius:13px;padding:11px 12px;margin-top:8px}.status-title{font-weight:900}.status-note{font-size:12px;color:var(--muted);margin-top:2px}.badge{font-size:11px;font-weight:950;border-radius:999px;padding:6px 9px;background:#e8f7ef;color:var(--green);white-space:nowrap}.badge.orange{background:#fff3e9;color:#c35a08}.timeline{display:grid;gap:10px;margin-top:8px}.timeline-item{display:grid;grid-template-columns:78px 1fr;gap:10px}.time-label{font-size:12px;color:var(--green);font-weight:950}.time-body{font-size:13px;color:#243a56}.share-box{border:1px dashed #b7c7d8;background:#fbfdff;border-radius:14px;padding:12px;margin-top:10px;font-size:13px;line-height:1.5}.mobile-journey-btn{display:none;position:fixed;right:16px;bottom:86px;border:0;background:var(--green);color:#fff;border-radius:999px;padding:12px 16px;font-weight:950;box-shadow:0 14px 35px #16845b59;z-index:25;cursor:pointer}.backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#071f4247;z-index:30}.hidden{display:none!important}.toast{position:fixed;top:86px;left:50%;transform:translate(-50%);z-index:80;background:var(--navy);color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:850;box-shadow:0 18px 50px #071f4233;cursor:pointer}.returning-card{max-width:860px;margin:0 auto 22px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 8px 28px #071f420f}.returning-card h2{margin:0 0 4px;font-size:20px}.returning-card p{margin:0 0 12px;color:var(--muted)}.journey-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.journey-return-card{text-align:left;background:#fbfdff;border:1px solid #e2eaf2;border-radius:15px;padding:12px;color:var(--navy);cursor:pointer}.journey-return-card strong,.journey-return-card span,.journey-return-card small{display:block}.journey-return-card span{font-size:12px;color:var(--muted);margin-top:4px}.journey-return-card small{font-weight:900;color:var(--green);margin-top:6px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#071f425c;display:grid;place-items:center;z-index:100;padding:16px}.auth-modal{position:relative;width:min(430px,100%);background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);padding:24px}.auth-modal h2{margin:0 0 6px}.auth-modal p{margin:0 0 16px;color:var(--muted);line-height:1.45}.auth-modal label{display:grid;gap:7px;font-size:13px;font-weight:900;margin:12px 0}.auth-modal input{min-height:42px;border:1px solid #cbd7e4;border-radius:12px;padding:0 12px;color:var(--navy)}.modal-close{position:absolute;right:14px;top:14px;border:0;background:#f4f7fa;border-radius:999px;width:34px;height:34px;cursor:pointer;font-weight:900}.switch-auth{display:block;margin:14px auto 0}@media(max-width:920px){.layout{display:block;padding:0;min-height:0;height:100%}.topbar{padding:0 14px;height:66px;flex-basis:66px}.brand-icon{width:40px;height:40px}.brand-icon svg{width:37px;height:37px}.brand-title{font-size:13px}.brand-sub,.ghost-link{display:none}.chat-shell{height:100%;min-height:0;border-radius:0;border:0;box-shadow:none}.chat-scroll{padding:24px 16px 12px}.hero{margin:8px auto 20px}.hero h1{font-size:32px}.hero p{font-size:15px}.suggestions{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.suggestion{white-space:nowrap}.mini-grid{grid-template-columns:1fr}.input-area{padding:12px}.composer{border-radius:20px;padding-left:14px}.journey-panel{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:40;height:88dvh;min-height:0;max-height:88dvh;border-radius:24px 24px 0 0;transform:translateY(108%);opacity:0;box-shadow:0 -20px 60px #071f4238}.journey-panel.open{transform:translateY(0);opacity:1}.close-panel{display:block}.mobile-journey-btn.show{display:inline-flex}.backdrop.show{display:block}.top-actions .signin-btn{padding:9px 12px}.panel-empty{display:none}.panel-header{padding:16px 14px 12px}.panel-title{font-size:16px}.panel-sub{font-size:11px}.panel-tabs{padding:10px;gap:3px}.tab{font-size:10.5px;padding:8px 4px}.panel-body{padding:12px 12px max(18px,env(safe-area-inset-bottom))}.section summary{padding:13px}.section-content{padding:0 13px 13px}.bubble{max-width:100%;font-size:14px}.msg{gap:9px}.avatar{width:30px;height:30px}.route-title{font-size:16px}.timeline-item{grid-template-columns:68px 1fr}.journey-cards{grid-template-columns:1fr}.toast{top:74px;width:calc(100% - 28px);border-radius:14px}}.panel-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn.compact{padding:9px 12px;font-size:12px;white-space:nowrap}@media(max-width:920px){.panel-header-actions{gap:8px}.btn.compact{padding:8px 10px}}.inline-card{margin-top:12px;border:1px solid #d7e7de;background:#fbfffd;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #071f420f}.inline-card>.route-title{padding:14px 15px 0;font-size:18px;font-weight:950;letter-spacing:-.03em;color:var(--navy)}.inline-card>p{margin:8px 15px 0;color:#243a56;font-size:13px;line-height:1.5}.inline-card .mini-grid{padding:14px 15px}.inline-card .mini span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:950;margin-bottom:4px}.inline-card .mini strong{display:block;font-size:13px;font-weight:900;color:var(--navy);overflow-wrap:anywhere}.inline-card .inline-actions{border-top:1px solid #e2eee8;padding:13px 15px 15px;background:#fff}.panel-body{overflow-y:auto;overflow-x:hidden;display:block;min-height:0;touch-action:pan-y}.panel-body .section{margin-bottom:14px}.panel-body .section:last-child{margin-bottom:0}.panel-header>div:first-child{min-width:0}.panel-title,.panel-sub{overflow-wrap:anywhere}.composer textarea::placeholder{color:#7b8aa0;opacity:1}@media(max-width:920px){body{overscroll-behavior:none}.journey-panel{top:7dvh;height:93dvh;max-height:93dvh;display:flex;flex-direction:column;overflow:hidden}.journey-panel.open{transform:translateY(0);opacity:1;pointer-events:auto}.panel-header{flex:0 0 auto;align-items:flex-start;padding:14px 12px 10px}.panel-header-actions{flex-shrink:0}.panel-tabs{flex:0 0 auto;overflow:visible}.panel-body{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto!important;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:12px 12px calc(28px + env(safe-area-inset-bottom))}.section summary{position:relative;z-index:1}.composer textarea{font-size:14px;min-width:0}.inline-card .inline-actions{display:grid;grid-template-columns:1fr}.inline-card .mini-grid{grid-template-columns:1fr}}html,body,#root,.app{max-width:100%;overflow-x:hidden}.hero,.chat-scroll,.suggestions{max-width:100%}@media(max-width:920px){.suggestions{display:grid;grid-template-columns:1fr;gap:10px;justify-content:stretch;overflow-x:hidden;overflow-y:visible;flex-wrap:unset;padding-bottom:0;width:100%}.suggestion{width:100%;max-width:100%;white-space:normal;text-align:left;line-height:1.25;min-height:42px}}.bubble{font-weight:500}.question-list{display:grid;gap:8px;margin-top:10px}.question-item{border:1px solid #e2ecf4;background:#fbfdff;border-radius:12px;padding:9px 10px;color:#33465f;font-size:13px;font-weight:700}.workspace-questions{margin-top:12px;border:1px solid #e2ecf4;background:#fbfdff;border-radius:14px;padding:12px}.workspace-questions strong{display:block;margin-bottom:8px}.panel-note{color:var(--muted);font-size:13px;line-height:1.5}.inline-card .btn.primary:last-child{background:var(--green);color:#fff;border-color:var(--green)}@media(max-width:920px){.topbar{height:62px;flex-basis:62px;padding:0 12px}.brand-icon{width:38px;height:38px}.brand-title{font-size:13px}.brand-sub{font-size:10px}.layout{padding:8px}.chat-scroll{padding:18px 12px 10px}.input-area{padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.composer{border-radius:18px;padding:6px 6px 6px 12px}.composer textarea{font-size:16px!important;min-height:38px;max-height:74px;padding:8px 0}.send{width:40px;height:40px}.mobile-journey-btn{bottom:72px}.journey-panel{top:4dvh;height:96dvh;max-height:96dvh}.panel-header{padding:12px 10px 8px}.close-panel{display:grid;place-items:center}.panel-tabs{padding:8px;gap:3px}.tab{font-size:10px;padding:7px 4px}.panel-body{padding:10px 10px calc(22px + env(safe-area-inset-bottom))}.section summary{padding:12px}.section-content{padding:0 12px 12px}.status-row{align-items:flex-start}.inline-card{margin-top:8px}.route-title{font-size:16px}.bubble{max-width:100%;padding:12px}.msg{gap:8px}.avatar{width:30px;height:30px;font-size:11px}}.thinking-msg .bubble{display:inline-flex;align-items:center;gap:8px;width:auto;color:#41556f;font-weight:750}.dots{display:inline-flex;gap:3px;align-items:center}.dots i{width:5px;height:5px;border-radius:999px;background:var(--green);display:block;animation:tcnPulse 1.1s infinite ease-in-out}.dots i:nth-child(2){animation-delay:.16s}.dots i:nth-child(3){animation-delay:.32s}@keyframes tcnPulse{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.itinerary-card{display:grid;gap:12px;border:1px solid #e2ecf4;background:linear-gradient(180deg,#fbfdff,#fff);border-radius:16px;padding:13px}.itinerary-card .timeline-item{align-items:start}.itinerary-card .time-label{background:#e8f7ef;color:var(--green);border-radius:999px;padding:5px 8px;text-align:center;width:max-content}@media(max-width:920px){.thinking-msg .bubble{font-size:13px;padding:10px 12px}.itinerary-card{padding:11px;gap:11px}.itinerary-card .timeline-item{grid-template-columns:72px 1fr}}.saved-pill{display:inline-flex;align-items:center;gap:5px;border:1px solid #bfe8d2;background:#eefaf4;color:var(--green);font-weight:950;border-radius:999px;padding:8px 11px;font-size:12px;white-space:nowrap}.section-block{border:1px solid #e2ecf4;background:#fff;border-radius:18px;margin-bottom:14px;overflow:hidden;box-shadow:0 8px 24px #071f420a}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 15px;border-bottom:1px solid #eef3f7}.section-heading h3{margin:0;font-size:15px;letter-spacing:-.01em;color:var(--navy)}.section-heading span{font-size:11px;color:var(--muted);font-weight:900}.route-map-card{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:12px;align-items:center;border:1px solid #e8eff6;background:linear-gradient(135deg,#fbfdff,#f7fffb);border-radius:18px;padding:16px}.route-end span,.route-end small{display:block;color:var(--muted);font-size:11px;font-weight:850}.route-end strong{display:block;margin:4px 0;font-size:20px;color:var(--navy);letter-spacing:-.03em;overflow-wrap:anywhere}.route-end.right{text-align:right}.route-line{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--green);min-width:0}.route-line:before,.route-line:after{content:"";height:1px;background:linear-gradient(90deg,transparent,var(--green));flex:1;min-width:20px}.route-line:after{background:linear-gradient(90deg,var(--green),transparent)}.route-line span{font-size:18px}.route-line em{font-style:normal;font-size:12px;font-weight:950;color:#5b2fc8;background:#f4efff;border:1px solid #dacdfd;border-radius:999px;padding:6px 10px;text-align:center;white-space:normal}.detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.detail-card{display:flex;gap:10px;align-items:center;border:1px solid #eaf0f6;border-radius:15px;background:#fbfdff;padding:12px;min-width:0}.detail-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#eefaf4}.detail-card small{display:block;color:var(--muted);font-size:11px;font-weight:900}.detail-card strong{display:block;color:var(--navy);font-size:12px;margin-top:3px;overflow-wrap:anywhere}.live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.live-info{border:1px solid #e8eff6;border-radius:15px;padding:12px;background:#fbfdff;min-width:0}.live-info small{display:block;color:var(--muted);font-size:11px;font-weight:950}.live-info strong{display:block;color:var(--green);font-size:14px;margin:5px 0}.live-info span{display:block;color:#56677c;font-size:11.5px;line-height:1.35}.full-width{width:100%;justify-content:center}.request-card{display:grid;gap:10px}.match-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dcefe5;background:#f4fcf7;color:var(--green);border-radius:14px;padding:10px 12px;font-size:12px;font-weight:900}.voices{display:grid;gap:10px}.voice{display:grid;grid-template-columns:30px 1fr;gap:10px;border:1px solid #e8eff6;background:#fbfdff;border-radius:15px;padding:11px;align-items:start}.voice.warn{background:#fffaf1;border-color:#f5deb8}.voice-icon{width:30px;height:30px;border-radius:999px;background:#e9f8ef;color:var(--green);display:grid;place-items:center;font-weight:950}.voice.warn .voice-icon{background:#fff0d6;color:#b56b00}.voice strong{display:block;font-size:12.5px;color:var(--navy);line-height:1.35}.voice span{display:block;margin-top:5px;font-size:11px;color:var(--muted);font-weight:850}.action-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid #e8eff6;border-radius:15px;padding:12px;background:#fbfdff;margin-bottom:10px}.action-row:last-child{margin-bottom:0}.action-row strong{display:block;font-size:13px;color:var(--navy);margin-bottom:4px}.action-row span{display:block;font-size:12px;color:#56677c;line-height:1.4}.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.insight-card{border:1px solid #e8eff6;border-radius:15px;background:linear-gradient(135deg,#fbfdff,#f7fbff);padding:12px}.insight-card small{display:block;color:#4e7ba6;font-weight:950;font-size:11px;margin-bottom:5px}.insight-card strong{display:block;color:var(--navy);font-size:12.5px;line-height:1.35;overflow-wrap:anywhere}@media(max-width:1100px){.detail-grid,.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.route-map-card{grid-template-columns:1fr}.route-end.right{text-align:left}.route-line{justify-content:flex-start}.route-line:before,.route-line:after{display:none}}@media(max-width:920px){.section-block{border-radius:16px;margin-bottom:12px}.section-heading{padding:12px}.section-heading h3{font-size:14px}.section-heading span{font-size:10px}.route-map-card{padding:12px;gap:10px}.route-end strong{font-size:18px}.detail-grid,.live-grid,.insight-grid{grid-template-columns:1fr}.detail-card{padding:10px}.action-row{grid-template-columns:1fr;gap:10px}.action-row .btn{width:100%;justify-content:center}.match-strip{display:grid;gap:6px}.voice{grid-template-columns:28px 1fr;padding:10px}.voice-icon{width:28px;height:28px}.panel-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.tab{text-transform:none}.inline-actions.inline-only{display:grid;grid-template-columns:1fr;gap:8px}}:root{--purple:#6d28d9;--purple-dark:#4c1d95;--purple-soft:#f4efff;--purple-line:#d8c8ff;--navy:#101336;--green:#6d28d9;--line:#e7e9f2;--soft:#f8f7ff;--muted:#6f7285;--shadow:0 14px 42px rgba(40,31,92,.08)}body{background:#fff;overflow:hidden;color:var(--navy)}.app{background:#fff}.topbar{height:58px;flex-basis:58px;background:#fff;border-bottom:1px solid #e7e9f2;box-shadow:0 2px 14px #1615300a;padding:0 24px;z-index:50}.brand{gap:10px}.brand-icon{width:34px;height:34px;border:0;background:var(--purple);box-shadow:0 8px 20px #6d28d933}.brand-icon svg{width:32px;height:32px}.brand-title{font-size:16px;color:var(--navy);font-weight:950}.brand-title span{color:var(--navy)}.brand-sub{display:none}.signin-btn{border:0;background:transparent;box-shadow:none;padding:8px 10px;color:var(--navy)}.ghost-link{display:none}.layout{max-width:none;width:100%;padding:0;gap:0;grid-template-columns:360px minmax(0,1fr);background:#fff;height:calc(100dvh - 58px)}.chat-shell{border:0;border-right:1px solid #e7e9f2;border-radius:0;box-shadow:none;background:#fff;height:100%;min-width:0}.chat-scroll{padding:22px 26px 14px;background:#fff}.conversation{max-width:100%;gap:16px}.msg{gap:10px}.avatar{width:34px;height:34px;background:var(--purple)!important;color:#fff!important;font-size:10px}.bubble{max-width:286px;border:0;box-shadow:none;border-radius:14px;padding:14px 15px;font-size:13px;line-height:1.45;background:#f3edff;color:#111331;font-weight:650}.msg.ai .bubble{background:#fff;border:1px solid #e6e4f4;box-shadow:0 6px 18px #281f5c0d}.bubble strong{font-weight:850}.question-list{border-left:2px solid #d9ccff;margin-left:8px;padding-left:12px}.question-item{border:0;background:transparent;padding:4px 0;font-size:13px;font-weight:700;color:#202240}.question-item:before{content:"✓";margin-right:8px;color:var(--purple);font-weight:950}.thinking-msg .bubble{background:#fff;border:1px solid #e6e4f4;box-shadow:0 6px 18px #281f5c0d;font-size:13px}.dots i{background:var(--purple)}.input-area{border-top:1px solid #e7e9f2;background:#fff;padding:14px 24px}.composer{max-width:none;border:1px solid #e2def4;border-radius:14px;box-shadow:0 8px 22px #281f5c14;padding:8px 8px 8px 14px}.composer textarea{min-height:38px;max-height:92px;font-size:14px;padding:8px 0}.send{width:40px;height:40px;background:linear-gradient(135deg,#7c3aed,#5b21b6)}.hero{margin:4px auto 16px;text-align:left}.eyebrow{background:#f6f0ff;border-color:#ded2ff;color:#5b21b6}.hero h1{font-size:28px;letter-spacing:-.04em}.hero p{font-size:14px;margin-top:10px}.suggestions{display:grid;grid-template-columns:1fr;gap:9px;justify-content:stretch;margin:18px 0 10px}.suggestion{border-radius:12px;text-align:left;box-shadow:none;background:#fbfaff;border-color:#e5def8;color:#272342;white-space:normal}.journey-panel{position:relative;top:auto;max-height:none;height:100%;border:0;border-radius:0;box-shadow:none;background:#fff;padding:16px 20px;min-width:0}.panel-empty{border:1px solid #e7e9f2;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.panel-header{border:1px solid #e7e9f2;border-bottom:0;border-radius:18px 18px 0 0;padding:16px 18px;background:#fff;box-shadow:0 10px 30px #281f5c0a}.panel-title{font-size:18px;display:flex;align-items:center;gap:10px}.panel-title:before{content:"♙";width:28px;height:28px;border:1px solid #dccfff;border-radius:10px;display:grid;place-items:center;color:var(--purple);background:#fbf8ff}.panel-sub{display:none}.panel-header-actions{align-items:center}.saved-pill{background:#f5f0ff;border-color:#cfc0ff;color:var(--purple);border-radius:8px;padding:8px 14px}.close-panel{display:grid;background:#fff;color:var(--navy)}.panel-tabs{border:1px solid #e7e9f2;border-top:0;border-bottom:1px solid #ececf5;padding:0 16px;background:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;overflow:visible}.tab{border-radius:0;padding:16px 6px 14px;background:transparent;color:#1c1c3d;font-size:13px;font-weight:850;position:relative}.tab.active{background:transparent;color:var(--purple)}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--purple);border-radius:999px 999px 0 0}.panel-body{border:1px solid #e7e9f2;border-top:0;border-radius:0 0 18px 18px;background:#fff;padding:16px;box-shadow:var(--shadow);height:calc(100% - 116px);overflow:auto}.section-block{border:1px solid #e8e8f3;border-radius:14px;box-shadow:none;margin-bottom:14px;background:#fff}.section-heading{padding:13px 14px;border-bottom:0}.section-heading h3{font-size:15px}.section-heading span{text-transform:none;color:#111331;font-weight:600}.section-content{padding:0 14px 14px}.route-map-card{border-color:#e8e8f3;background:#fff;border-radius:13px;padding:20px 24px;grid-template-columns:1fr 1.6fr 1fr}.route-end span{font-size:13px;color:#111331;font-weight:800}.route-end strong{font-size:20px;color:#111331}.route-end small{font-size:12px;color:#4a4d64}.route-line{color:var(--purple)}.route-line:before,.route-line:after{background:repeating-linear-gradient(90deg,#8b5cf6 0 4px,transparent 4px 8px);height:2px}.route-line em{background:#f4efff;border-color:#d8c8ff;color:#5b21b6;padding:8px 16px}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.detail-card{border:1px solid #e8e8f3;background:#fff;border-radius:13px;padding:14px 13px}.detail-card>span{background:#f4efff;color:var(--purple)}.detail-card small{font-size:11px;color:#565b72}.detail-card strong{font-size:13px;color:#111331}.live-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.live-info{border:1px solid #e8e8f3;background:#fff;border-radius:12px;padding:14px}.live-info strong{color:var(--purple)}.btn.primary{background:linear-gradient(135deg,#7c3aed,#5b21b6);border-color:#6d28d9;color:#fff}.btn.secondary{border-color:#d6c7ff;background:#fff;color:#5b21b6}.btn.plain{border-color:#e6e2f6;background:#fbfaff;color:#332960}.match-strip{background:#f4fbf6;border-color:#dbeee2;color:#15803d}.voice{border:1px solid #e8e8f3;background:#fff;border-radius:13px}.voice-icon{background:#eaf8ef;color:#15803d}.voice.warn .voice-icon{background:#fff1d6;color:#b45309}.action-row,.insight-card{border:1px solid #e8e8f3;background:#fff;border-radius:13px}.insight-card small{color:#5b21b6}.toast{background:#111331;border-radius:12px}.inline-card{border-color:#e8e8f3;background:#fff;border-radius:14px;box-shadow:0 8px 22px #281f5c12}.inline-card .inline-actions{display:grid;grid-template-columns:1fr 1fr 1fr}.inline-card .btn.secondary{color:#5b21b6}.inline-card .btn.primary:last-child{background:linear-gradient(135deg,#7c3aed,#5b21b6);border-color:#6d28d9}.mobile-journey-btn{background:linear-gradient(135deg,#7c3aed,#5b21b6)}@media(max-width:1180px){.layout{grid-template-columns:330px minmax(0,1fr)}.detail-grid,.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.route-map-card{grid-template-columns:1fr}.route-end.right{text-align:left}.route-line{justify-content:flex-start}.route-line:before,.route-line:after{display:none}}@media(max-width:920px){body{overflow:hidden}.topbar{height:56px;flex-basis:56px;padding:0 14px}.brand-title{font-size:14px}.layout{display:block;height:calc(100dvh - 56px);padding:0}.chat-shell{height:100%;border:0}.chat-scroll{padding:18px 14px 12px}.bubble{max-width:calc(100vw - 74px)}.input-area{padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.composer textarea{font-size:16px!important;min-height:38px}.journey-panel{position:fixed;left:0;right:0;bottom:0;top:3dvh;z-index:40;height:97dvh;max-height:97dvh;border-radius:22px 22px 0 0;padding:0;background:#fff;transform:translateY(108%);opacity:0;box-shadow:0 -16px 46px #281f5c33;overflow:hidden}.journey-panel.open{transform:translateY(0);opacity:1}.panel-header{border-radius:22px 22px 0 0;border-left:0;border-right:0;border-top:0;padding:13px 12px}.panel-title{font-size:14px}.panel-title:before{width:24px;height:24px}.saved-pill{font-size:11px;padding:6px 9px}.panel-tabs{border-left:0;border-right:0;padding:0 10px;gap:4px}.tab{font-size:11px;padding:12px 2px 10px}.panel-body{height:calc(97dvh - 103px);border:0;border-radius:0;box-shadow:none;padding:10px 12px calc(24px + env(safe-area-inset-bottom));overflow-y:auto!important}.route-map-card{padding:13px}.route-end strong{font-size:18px}.detail-grid,.live-grid,.insight-grid,.inline-card .inline-actions{grid-template-columns:1fr}.hero h1{font-size:28px}.hero p{font-size:14px}.mobile-journey-btn.show{display:inline-flex}.backdrop.show{display:block}}:root{--brand:#16845b;--brand-dark:#0f6b49;--brand-soft:#effaf4;--brand-line:#caead8;--navy:#071f42;--green:#16845b;--purple:#16845b;--purple-dark:#0f6b49;--purple-soft:#effaf4;--purple-line:#caead8;--line:#e4ebf1;--muted:#637282;--soft:#f7faf8;--shadow:0 14px 42px rgba(7,31,66,.08)}body{background:#fff!important;color:var(--navy);overflow:hidden}.app{background:#fff!important}.topbar{height:58px;flex-basis:58px;background:#fff;border-bottom:1px solid #e6edf2;box-shadow:0 2px 12px #071f420a}.brand-icon{background:var(--brand)!important;box-shadow:0 8px 18px #16845b33}.brand-title,.brand-title span{color:var(--navy)!important}.layout{grid-template-columns:360px minmax(0,1fr)!important;gap:0!important;padding:0!important;max-width:none!important;height:calc(100dvh - 58px)!important;background:#fff}.chat-shell{border:0!important;border-right:1px solid #e6edf2!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;min-width:0}.chat-scroll{padding:22px 26px 14px!important;overflow-y:auto;overflow-x:hidden;background:#fff!important}.conversation{max-width:100%!important;gap:16px!important}.msg{gap:10px!important}.msg.user{justify-content:flex-end}.msg.user .avatar{display:none}.avatar{width:34px!important;height:34px!important;background:var(--brand)!important;color:#fff!important;font-size:10px!important}.bubble{max-width:286px!important;border-radius:14px!important;padding:13px 15px!important;font-size:13px!important;line-height:1.45!important;font-weight:500!important;color:#10213a!important;overflow-wrap:anywhere;background:#f0f8f4!important;border:0!important;box-shadow:none!important}.msg.ai .bubble{background:#fff!important;border:1px solid #e3eaf0!important;box-shadow:0 6px 18px #071f420d!important}.bubble strong{font-weight:700!important;color:#071f42!important}.inline-card,.ai-card{display:none!important}.question-list{border-left:2px solid var(--brand-line)!important;margin:8px 0 0 4px!important;padding-left:12px!important}.question-item{background:transparent!important;border:0!important;padding:4px 0!important;font-weight:550!important}.question-item:before{content:"✓";color:var(--brand);font-weight:950;margin-right:8px}.thinking-msg .bubble{display:inline-flex;align-items:center;gap:8px;color:#435366}.dots i{background:var(--brand)!important}.input-area{background:#fff!important;border-top:1px solid #e6edf2!important;padding:14px 24px!important}.composer{border:1px solid #dce6ee!important;border-radius:14px!important;box-shadow:0 8px 22px #071f4214!important}.send,.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;border-color:var(--brand)!important;color:#fff!important}.btn.secondary{background:#fff!important;color:var(--brand)!important;border-color:var(--brand-line)!important}.hero h1{font-size:28px}.hero p{font-size:14px}.suggestions{display:grid;grid-template-columns:1fr;gap:9px;justify-content:stretch}.suggestion{text-align:left;border-radius:12px;white-space:normal;background:#fbfdfc;border-color:#dfece5;color:#173451}.journey-panel{position:relative!important;top:auto!important;max-height:none!important;height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:16px 20px!important;min-width:0!important;display:flex!important;flex-direction:column!important}.profile-panel{display:none}.panel-header{border:1px solid #e6edf2!important;border-bottom:0!important;border-radius:18px 18px 0 0!important;padding:16px 18px!important;background:#fff!important;box-shadow:0 10px 30px #071f420a!important}.panel-title{font-size:18px!important}.panel-title:before{content:"♙";width:28px;height:28px;border:1px solid var(--brand-line);border-radius:10px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.saved-pill{background:var(--brand-soft)!important;border:1px solid var(--brand-line)!important;color:var(--brand)!important;border-radius:8px!important;padding:8px 14px!important}.close-panel{display:none!important}.panel-tabs{border:1px solid #e6edf2!important;border-top:0!important;border-bottom:1px solid #e9eef3!important;padding:0 16px!important;background:#fff!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important}.tab{border-radius:0!important;padding:16px 6px 14px!important;background:transparent!important;color:#173451!important;font-size:13px!important;font-weight:800!important;position:relative}.tab.active{background:transparent!important;color:var(--brand)!important}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--brand);border-radius:999px 999px 0 0}.panel-body{border:1px solid #e6edf2!important;border-top:0!important;border-radius:0 0 18px 18px!important;background:#fff!important;padding:16px!important;box-shadow:var(--shadow)!important;flex:1!important;min-height:0!important;overflow:auto!important}.section-block{border:1px solid #e6edf2!important;border-radius:14px!important;box-shadow:none!important;margin-bottom:14px!important;background:#fff!important}.section-heading{padding:13px 14px!important;border-bottom:0!important}.section-heading h3{font-size:15px!important}.section-heading span{text-transform:none!important;color:#24384f!important;font-weight:500!important}.section-content{padding:0 14px 14px!important}.route-map-card{border-color:#e6edf2!important;background:#fff!important;border-radius:13px!important;padding:20px 24px!important;grid-template-columns:1fr 1.6fr 1fr!important}.route-end strong{font-size:20px!important;color:#071f42!important}.route-line{color:var(--brand)!important}.route-line:before,.route-line:after{background:repeating-linear-gradient(90deg,var(--brand) 0 4px,transparent 4px 8px)!important;height:2px}.route-line em{background:var(--brand-soft)!important;border-color:var(--brand-line)!important;color:var(--brand)!important;padding:8px 16px!important}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.detail-card{border:1px solid #e6edf2!important;background:#fff!important;border-radius:13px!important;padding:14px 13px!important}.detail-card>span{background:var(--brand-soft)!important;color:var(--brand)!important}.live-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.live-info{border:1px solid #e6edf2!important;background:#fff!important;border-radius:12px!important;padding:14px!important}.live-info strong{color:var(--brand)!important}.community-layout{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(300px,1.1fr);gap:16px}.request-card,.traveler-say-card{border:1px solid #e6edf2;background:#fff;border-radius:13px;padding:14px}.request-card h4,.traveler-say-card h4{margin:0 0 4px;font-size:14px}.compact-lines{display:grid;gap:7px;margin:12px 0;font-size:13px}.match-strip{background:#f2fbf6!important;border:1px solid #d8eee2!important;color:#117047!important;border-radius:10px!important;padding:9px 10px!important;margin:10px 0!important}.community-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.voices{gap:8px!important}.voice{grid-template-columns:30px 1fr!important;padding:9px!important;border-color:#e6edf2!important}.voice-icon{background:#e8f7ef!important;color:var(--brand)!important}.voice.warn .voice-icon{background:#fff3e9!important;color:#c35a08!important}.link-row{width:100%;border:0;background:#f7faf8;color:var(--brand);font-weight:850;padding:10px;border-radius:10px;margin-top:8px}.action-row{border:1px solid #e6edf2!important;background:#fff!important;border-radius:13px!important;position:relative;padding-left:22px!important}.action-row:before{content:"";position:absolute;left:9px;top:18px;bottom:18px;width:3px;background:var(--brand-soft);border-radius:999px}.insight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.insight-card{border:1px solid #e6edf2!important;background:#fff!important;border-radius:13px!important}.insight-card small{color:var(--brand)!important}.mobile-bottom-nav{display:none}.mobile-journey-btn,.backdrop{display:none!important}@media(max-width:1180px){.layout{grid-template-columns:330px minmax(0,1fr)!important}.detail-grid,.live-grid,.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.route-map-card{grid-template-columns:1fr!important}.route-line:before,.route-line:after{display:none}.route-end.right{text-align:left!important}.community-layout{grid-template-columns:1fr!important}}@media(max-width:920px){body{overflow:hidden!important}.topbar{height:56px!important;flex-basis:56px!important;padding:0 14px!important}.layout{display:block!important;height:calc(100dvh - 122px)!important;padding:0!important}.chat-shell,.journey-panel,.profile-panel{display:none!important;height:100%!important;border:0!important}.mobile-view-chat .chat-shell{display:flex!important}.mobile-view-workspace .journey-panel{display:flex!important;position:relative!important;transform:none!important;opacity:1!important;padding:0!important;border-radius:0!important;box-shadow:none!important}.mobile-view-profile .profile-panel{display:flex!important;background:#fff}.chat-scroll{padding:18px 14px 12px!important}.bubble{max-width:calc(100vw - 74px)!important;font-size:13px!important}.input-area{padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.composer textarea{font-size:16px!important;min-height:38px!important}.panel-header{border-radius:0!important;border-left:0!important;border-right:0!important;border-top:0!important;padding:13px 12px!important}.panel-title{font-size:14px!important}.panel-title:before{width:24px;height:24px}.saved-pill{font-size:11px!important;padding:6px 9px!important}.panel-tabs{border-left:0!important;border-right:0!important;padding:0 10px!important;gap:4px!important}.tab{font-size:11px!important;padding:12px 2px 10px!important}.panel-body{border:0!important;border-radius:0!important;box-shadow:none!important;padding:10px 12px calc(24px + env(safe-area-inset-bottom))!important;overflow-y:auto!important}.route-map-card{padding:13px!important}.route-end strong{font-size:18px!important}.detail-grid,.live-grid,.insight-grid,.community-layout,.action-row{grid-template-columns:1fr!important}.action-row .btn{width:100%!important}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:66px;display:grid!important;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid #e6edf2;z-index:90;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -8px 24px #071f4212}.mobile-bottom-nav button{border:0;background:transparent;color:#526070;font-size:18px;font-weight:850;display:grid;gap:2px;place-items:center;padding:7px 0 5px}.mobile-bottom-nav span{font-size:11px}.mobile-bottom-nav button.active{color:var(--brand)}.close-panel{display:none!important}}.brand-title{font-weight:650!important;letter-spacing:-.02em!important}.topbar .brand-title,.panel-title{font-weight:650!important}.bubble{font-weight:450!important;font-size:13px!important;line-height:1.45!important}.msg.ai .bubble{font-weight:450!important}.bubble strong{font-weight:650!important}.panel-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;padding:0 14px!important}.tab{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;padding:14px 5px 12px!important}.tab-icon{width:24px;height:24px;border-radius:9px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-weight:950;flex:0 0 auto}.tab-text{display:grid;text-align:left;line-height:1.15;min-width:0}.tab-text b{font-size:13px;white-space:nowrap}.tab-text small{display:block;font-size:10px;color:#718096;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab.active .tab-icon{background:var(--brand);color:#fff}.section-heading{align-items:flex-start!important}.section-heading h3{font-weight:750!important}.section-block,.route-map-card,.detail-card,.live-info,.request-card,.traveler-say-card,.action-row,.insight-card{background:#fff!important}.request-card,.traveler-say-card,.detail-card,.live-info,.insight-card,.action-row{background:linear-gradient(135deg,#fbfffd,#f4fbf7)!important;border-color:#dfeee6!important}.itinerary-exact{grid-template-columns:1fr 1.7fr 1fr!important;align-items:center!important;background:#fff!important}.route-end span{display:none!important}.route-end strong{font-size:22px!important}.route-end small{font-size:12px!important;margin-top:6px!important;color:#334155!important}.route-line{display:grid!important;grid-template-columns:1fr auto 1fr!important;gap:10px!important;align-items:center!important}.route-line>span{font-size:20px!important;color:var(--brand)!important}.airline-chip{display:grid;gap:5px;place-items:center;min-width:180px}.airline-chip small{font-size:11px;color:#334155;font-weight:800}.airline-chip b{font-size:13px;color:#0f172a}.airline-chip em{font-style:normal;background:var(--brand-soft)!important;border:1px solid var(--brand-line)!important;color:var(--brand)!important;border-radius:999px;padding:7px 14px!important;font-size:12px;font-weight:850!important}.detail-grid{margin-top:14px!important}.live-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.pnr-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--brand-line);background:var(--brand-soft);border-radius:12px;padding:10px 12px;color:var(--brand);font-weight:800;font-size:13px}.community-layout{grid-template-columns:minmax(240px,.85fr) minmax(320px,1.15fr)!important}.request-card h4,.traveler-say-card h4{font-size:14px!important;margin-bottom:4px!important}.match-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.match-cards div{border:1px solid #dfeee6;background:#fff;border-radius:13px;padding:12px}.match-cards strong{display:block;color:#0f172a;font-size:13px;margin-bottom:5px}.match-cards span{display:block;color:#64748b;font-size:12px;line-height:1.35}.timeline-rail{position:relative;margin-left:10px;padding-left:20px}.timeline-rail:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--brand),#f59e0b,#ef4444);border-radius:999px}.timeline-group{position:relative}.timeline-group:before{content:"";position:absolute;left:-25px;top:14px;width:12px;height:12px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.timeline-group:nth-child(2):before{background:#f59e0b;box-shadow:0 0 0 4px #fff7ed}.timeline-group:nth-child(3):before{background:#ef4444;box-shadow:0 0 0 4px #fef2f2}.good-to-know-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.insight-voices-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.insight-voice-card{border:1px solid #dfeee6;background:#fff;border-radius:14px;padding:13px;min-height:90px}.insight-voice-card strong{display:block;font-size:13px;line-height:1.4;color:#0f172a}.insight-voice-card span{display:block;margin-top:8px;color:#64748b;font-size:12px}.profile-panel{padding-bottom:78px!important}@media(max-width:1180px){.live-grid,.good-to-know-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.itinerary-exact{grid-template-columns:1fr!important}.route-line{grid-template-columns:auto!important;justify-items:start!important}.airline-chip{place-items:start;min-width:0}.match-cards,.insight-voices-row{grid-template-columns:1fr!important}}@media(max-width:920px){.layout{height:calc(100dvh - 132px)!important}.chat-shell{padding-bottom:0!important}.chat-scroll{padding-bottom:8px!important}.input-area{position:sticky!important;bottom:0!important;z-index:20!important;padding:10px 12px 12px!important;background:#fff!important}.composer{min-height:52px!important}.composer textarea{font-size:16px!important;line-height:1.25!important;max-height:84px!important}.mobile-bottom-nav{height:76px!important}.panel-tabs{gap:0!important;padding:0 8px!important}.tab{display:grid!important;gap:4px!important;justify-items:center!important;padding:10px 1px 9px!important}.tab-icon{width:22px;height:22px;font-size:12px}.tab-text{text-align:center}.tab-text b{font-size:10.5px}.tab-text small{display:none}.panel-body{padding-bottom:18px!important}.route-end strong{font-size:18px!important}.live-grid,.good-to-know-grid,.match-cards,.insight-voices-row{grid-template-columns:1fr!important}.pnr-bar{display:grid}.pnr-bar .btn{width:100%}.community-layout{grid-template-columns:1fr!important}.profile-panel{padding-bottom:76px!important}}:root{--brand:#0f8f57!important;--brand-dark:#087145!important;--brand-soft:#eefaf4!important;--brand-line:#bfe8d2!important;--green:#0f8f57!important;--purple:#0f8f57!important;--purple-dark:#087145!important;--purple-soft:#eefaf4!important;--purple-line:#bfe8d2!important}.eyebrow{background:var(--brand-soft)!important;border-color:var(--brand-line)!important;color:var(--brand)!important}.brand-icon,.avatar{background:var(--brand)!important}.send,.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark))!important;border-color:var(--brand)!important}.btn.secondary{border-color:var(--brand-line)!important;color:var(--brand)!important;background:#fff!important}.tab-icon{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:var(--brand)!important;font-size:18px!important;font-weight:900!important;line-height:1!important}.tab.active .tab-icon{background:transparent!important;color:var(--brand)!important}.tab.active:after{background:var(--brand)!important}.tab.active{color:var(--brand)!important}.tab-text b{font-weight:800!important}.tab-text small{color:#64748b!important;font-weight:650!important}.panel-tabs{gap:18px!important}.tab{gap:8px!important}.section-block{background:#fff!important}.section-content{background:linear-gradient(180deg,#fff,#fbfefc)!important}.detail-card,.live-info,.request-card,.traveler-say-card,.match-cards div,.action-row,.insight-card,.insight-voice-card{background:linear-gradient(135deg,#fff,#f4fbf7)!important;border-color:#dfeee6!important}.insight-voice-card{box-shadow:0 8px 20px #0f8f570d!important}.itinerary-exact{grid-template-columns:minmax(130px,1fr) minmax(320px,1.8fr) minmax(130px,1fr)!important;gap:22px!important;align-items:center!important;padding:22px 24px!important;overflow:hidden!important}.route-end span{display:block!important;color:#0f172a!important;font-size:15px!important;font-weight:850!important;line-height:1.2!important}.route-end strong{font-size:23px!important;letter-spacing:-.02em!important;line-height:1.05!important;margin:4px 0 18px!important;color:#0f172a!important}.route-end small{display:block!important;color:#334155!important;font-size:12px!important;font-weight:700!important;margin-top:3px!important}.terminal-line{color:var(--brand)!important;font-weight:850!important;margin-top:7px!important}.route-line{display:grid!important;grid-template-columns:minmax(70px,1fr) auto minmax(70px,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;color:var(--brand)!important}.route-line:before,.route-line:after{display:none!important}.route-segment{display:flex;align-items:center;gap:8px;min-width:0}.route-segment i{height:2px;flex:1;min-width:36px;background:repeating-linear-gradient(90deg,var(--brand) 0 5px,transparent 5px 10px);opacity:.72}.route-segment.depart{justify-content:flex-end}.route-segment.depart i{order:2}.route-segment.depart .plane-icon{order:1}.route-segment.arrive{justify-content:flex-start}.route-segment.arrive i{order:1}.route-segment.arrive .plane-icon{order:2}.plane-icon{font-size:20px;line-height:1;color:var(--brand);flex:0 0 auto}.airline-chip{min-width:170px!important;max-width:210px!important;display:grid!important;place-items:center!important;gap:5px!important;text-align:center}.airline-chip em{background:var(--brand-soft)!important;border-color:var(--brand-line)!important;color:var(--brand)!important}.community-layout{grid-template-columns:minmax(230px,.8fr) minmax(360px,1.2fr)!important;align-items:stretch!important}.request-card{padding:14px!important;border-radius:14px!important}.request-card h4,.traveler-say-card h4{font-size:14px!important;margin:0 0 4px!important}.small-muted{font-size:12px!important;color:#64748b!important;margin:0 0 10px!important}.compact-lines span{font-size:12.5px!important;line-height:1.55!important}.match-cards{grid-template-columns:1fr!important;gap:10px!important;margin:12px 0!important}.match-cards div{padding:13px 14px!important;border-radius:13px!important}.match-cards strong{font-size:13px!important}.match-cards span{font-size:12px!important}.match-strip{background:var(--brand-soft)!important;border-color:var(--brand-line)!important;color:var(--brand)!important}.timeline-rail{padding-left:26px!important;margin-left:14px!important}.timeline-rail:before{left:2px!important;top:9px!important;bottom:11px!important;width:2px!important;background:linear-gradient(var(--brand) 0 33%,#f59e0b 33% 66%,#ef4444 66% 100%)!important}.timeline-group{padding:0 0 12px!important}.timeline-group:before{left:-30px!important;top:6px!important;width:16px!important;height:16px!important}.timeline-group h4{font-size:13px!important;margin:0 0 8px!important;color:#0f172a!important}.action-row{margin-bottom:8px!important;padding:10px 12px!important}.action-row:before{display:none!important}.good-to-know-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.insight-voices-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.insight-voice-card strong{font-size:13px!important;color:#0f172a!important}.insight-voice-card span{color:#64748b!important}@media(max-width:1180px){.itinerary-exact{grid-template-columns:1fr!important}.route-end.right{text-align:left!important}.route-line{grid-template-columns:1fr!important;justify-items:stretch!important}.route-segment.depart,.route-segment.arrive{justify-content:flex-start}.airline-chip{place-items:start!important;text-align:left!important;max-width:none!important}.good-to-know-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.insight-voices-row,.community-layout{grid-template-columns:1fr!important}}@media(max-width:920px){html,body,#root,.app{height:100%;max-height:100%;overflow:hidden!important}.app{display:grid!important;grid-template-rows:52px minmax(0,1fr) 58px!important;height:100dvh!important;min-height:100dvh!important}.topbar{position:sticky!important;top:0!important;height:52px!important;flex-basis:auto!important;z-index:100!important;padding:0 12px!important;grid-row:1!important}.brand-icon{width:30px!important;height:30px!important}.brand-title{font-size:13px!important;font-weight:650!important}.signin-btn{font-size:12px!important;padding:6px 8px!important}.layout{grid-row:2!important;height:auto!important;min-height:0!important;display:block!important;overflow:hidden!important;padding:0!important;background:#fff!important}.chat-shell,.journey-panel,.profile-panel{height:100%!important;min-height:0!important;overflow:hidden!important}.mobile-view-chat .chat-shell{display:grid!important;grid-template-rows:minmax(0,1fr) auto!important}.mobile-view-workspace .journey-panel{display:grid!important;grid-template-rows:auto auto minmax(0,1fr)!important;position:relative!important;top:auto!important;height:100%!important;max-height:none!important;transform:none!important;opacity:1!important;padding:0!important;border-radius:0!important}.mobile-view-profile .profile-panel{display:flex!important;overflow:auto!important}.chat-scroll{min-height:0!important;overflow-y:auto!important;padding:14px 12px 8px!important}.input-area{position:relative!important;bottom:auto!important;z-index:25!important;padding:8px 10px 10px!important;background:#fff!important;border-top:1px solid #e6edf2!important}.composer{min-height:44px!important;border-radius:14px!important;padding:5px 5px 5px 12px!important}.composer textarea{font-size:16px!important;line-height:1.25!important;min-height:34px!important;max-height:72px!important;padding:7px 0!important}.send{width:36px!important;height:36px!important}.mobile-bottom-nav{grid-row:3!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;height:58px!important;min-height:58px!important;padding:2px 0 calc(2px + env(safe-area-inset-bottom))!important;z-index:100!important}.mobile-bottom-nav button{font-size:16px!important;padding:4px 0 3px!important;gap:0!important}.mobile-bottom-nav span{font-size:10px!important}.panel-header{padding:11px 12px!important}.panel-tabs{padding:0 6px!important;gap:0!important}.tab{padding:8px 1px 7px!important;gap:3px!important}.tab-icon{font-size:15px!important}.panel-body{min-height:0!important;overflow-y:auto!important;padding:10px 10px 14px!important}.section-block{margin-bottom:10px!important}.section-heading{padding:11px 12px!important}.section-content{padding:0 12px 12px!important}.itinerary-exact{padding:13px!important;gap:12px!important}.route-end strong{font-size:18px!important;margin:3px 0 8px!important}.route-end span{font-size:13px!important}.route-end small{font-size:11px!important}.route-line{gap:8px!important}.route-segment i{min-width:28px}.plane-icon{font-size:17px}.airline-chip em{font-size:11px!important;padding:6px 10px!important}.detail-grid,.live-grid,.good-to-know-grid,.insight-voices-row{grid-template-columns:1fr!important}.profile-panel{padding-bottom:0!important}}@media(max-width:920px){.app{grid-template-rows:52px minmax(0,1fr) 54px!important;overflow:hidden!important}.topbar{grid-row:1!important;position:relative!important;top:auto!important;z-index:110!important}.layout{grid-row:2!important;min-height:0!important;height:auto!important;overflow:hidden!important}.mobile-bottom-nav{grid-row:3!important;height:54px!important;min-height:54px!important;padding:1px 0 calc(1px + env(safe-area-inset-bottom))!important;box-shadow:0 -6px 18px #071f420f!important}.mobile-bottom-nav button{font-size:15px!important;padding:3px 0 2px!important}.mobile-bottom-nav span{font-size:9.5px!important}.mobile-view-workspace .journey-panel{min-height:0!important;overflow:hidden!important}.panel-body{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;scroll-padding-top:12px!important}.panel-body .section-block:last-child{margin-bottom:28px!important}.input-area,.chat-scroll{padding-bottom:10px!important}}.hero .eyebrow{color:var(--brand)!important;background:var(--brand-soft)!important;border-color:var(--brand-line)!important}.journey-panel{padding-top:0!important}.journey-panel .panel-header{display:none!important}.workspace-tabs-only{border:0!important;border-bottom:1px solid #e6edf2!important;border-radius:0!important;padding:0 14px!important;background:#fff!important;box-shadow:none!important}.panel-body.simplified{padding-top:14px!important}.tab-stack{display:grid;gap:14px}.tab .tab-icon,.tab.active .tab-icon{color:var(--brand)!important}.tab.active{background:transparent!important}.tab.active:after{height:3px!important;background:var(--brand)!important}.tab-text b{color:inherit}.tab.active .tab-text b{color:var(--brand)!important}.standalone-itinerary{margin-bottom:0!important}.travel-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.community-tab-simple .community-layout,.timeline-tab-simple,.insights-tab-simple{padding:0!important}.match-cards.stacked{grid-template-columns:1fr!important}.match-cards.stacked div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px;width:100%!important}.match-cards.stacked span{text-align:right!important}.request-card{align-self:start}.community-tab-simple .request-card,.community-tab-simple .traveler-say-card{box-shadow:0 8px 22px #0f8f570d!important}.insights-tab-simple .section-block:last-child{margin-bottom:8px!important}.profile-panel{padding-bottom:0!important}.mobile-bottom-nav button.active{background:var(--brand-soft)!important;color:var(--brand)!important;border-radius:14px!important;margin:4px 6px!important}.mobile-bottom-nav button.active span{font-weight:900!important}@media(max-width:920px){.app{height:100dvh!important;overflow:hidden!important}.topbar{position:relative!important;z-index:20!important;flex:0 0 58px!important;height:58px!important}.layout{height:calc(100dvh - 112px)!important;max-height:calc(100dvh - 112px)!important;overflow:hidden!important}.workspace-tabs-only{padding:0 4px!important}.panel-body.simplified{padding:10px 10px 34px!important;overflow-y:auto!important}.tab-stack{padding-bottom:28px!important}.travel-info-grid{grid-template-columns:1fr!important}.route-map-card.itinerary-exact{grid-template-columns:1fr!important;text-align:left!important}.route-end.right{text-align:left!important}.route-line{grid-template-columns:1fr!important;gap:8px!important;padding:4px 0!important}.route-segment.depart,.route-segment.arrive{display:flex!important;width:100%!important}.airline-chip{min-width:0!important}.match-cards.stacked div{display:grid!important;text-align:left!important}.match-cards.stacked span{text-align:left!important}.mobile-bottom-nav{height:54px!important;min-height:54px!important}.mobile-bottom-nav button{border-radius:14px!important;margin:4px!important}.chat-shell{height:100%!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important}.input-area{padding-bottom:calc(10px + env(safe-area-inset-bottom))!important}.composer{margin-bottom:0!important}.chat-scroll{padding-bottom:10px!important}}.intent-chip{display:inline-flex;align-items:center;border-radius:999px;background:var(--brand-soft);color:var(--brand);padding:4px 8px;font-size:11px;font-weight:900}.organizer-stack{display:grid;gap:9px;margin-top:2px}.organizer-section{border:1px solid #dcefe5;background:#fbfffd;border-radius:15px;overflow:hidden}.organizer-section summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:11px 13px;font-size:13px;font-weight:950;color:#0f172a}.organizer-section summary::-webkit-details-marker{display:none}.organizer-section summary span{color:var(--brand);font-size:14px}.organizer-content{display:grid;gap:7px;padding:0 13px 12px}.organizer-line{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf5f0;padding-top:7px;font-size:12px}.organizer-line span{color:#64748b;font-weight:850}.organizer-line strong{color:#0f172a;font-weight:850;text-align:right;overflow-wrap:anywhere}.bubble{line-height:1.5}.bubble .btn{margin-top:4px}@media(max-width:920px){.organizer-line{display:grid;gap:3px}.organizer-line strong{text-align:left}.organizer-section summary{padding:10px 12px}.organizer-content{padding:0 12px 11px}.bubble{font-size:14px}}@media(max-width:920px){.layout.mobile-view-workspace .journey-panel{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-rows:auto minmax(0,1fr)!important;height:100%!important;max-height:100%!important;overflow:hidden!important;transform:none!important}.layout.mobile-view-workspace .chat-shell,.layout.mobile-view-workspace .profile-panel,.layout.mobile-view-chat .journey-panel,.layout.mobile-view-chat .profile-panel,.layout.mobile-view-profile .chat-shell,.layout.mobile-view-profile .journey-panel{display:none!important}.layout.mobile-view-chat .chat-shell{display:grid!important}.layout.mobile-view-profile .profile-panel{display:flex!important}.mobile-bottom-nav button.active{background:#0478571a!important;color:var(--brand)!important}}
