.bubble th,.bubble td{padding:9px 11px;text-align:left;vertical-align:top;white-space:normal;overflow-wrap:anywhere}.bubble th{background:#f2f6f9;color:#34445b}.bubble a{color:var(--accent);font-weight:700;text-decoration:none}.bubble a:hover{text-decoration:underline}.bubble td a{display:inline-block;padding:4px 8px;border-radius:7px;background:var(--accent-soft)}.bubble--kiwi{width:min(90%,820px);max-width:820px;padding:0;overflow:hidden;border-color:#d7e8e5;border-radius:16px;background:#f5f7f7}.kiwi-result__header{display:flex;align-items:center;gap:12px;padding:15px 18px;color:#fff;background:#005f58}.kiwi-result__header strong,.kiwi-result__header small{display:block}.kiwi-result__header small{margin-top:2px;color:#d8efeb}.kiwi-result__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#005f58;background:#fff;font-size:18px}.kiwi-result__body{padding:14px 18px 8px}.kiwi-result__body table{display:block;width:100%}.kiwi-result__body thead{display:none}.kiwi-result__body tbody{display:grid;gap:18px}.kiwi-result__body tr{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,2fr) minmax(100px,.8fr);gap:10px 16px;margin-bottom:34px;padding:14px;border:1px solid #dce7e5;border-radius:12px;background:#fff}.kiwi-result__body td{min-width:0;padding:0;border:0;white-space:normal;overflow-wrap:anywhere}.kiwi-result__body td:before{display:block;margin-bottom:3px;color:#657674;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.kiwi-result__body td:nth-child(1):before{content:"Option"}.kiwi-result__body td:nth-child(2):before{content:"Outbound"}.kiwi-result__body td:nth-child(3):before{content:"Return"}.kiwi-result__body td:nth-child(4):before{content:"Duration"}.kiwi-result__body td:nth-child(5):before{content:"Price"}.kiwi-result__body td:nth-child(6):before{content:"Booking"}.kiwi-result__body td:first-child{font-weight:700}.kiwi-result__body td:nth-child(5),.kiwi-result__body td:nth-child(6){align-self:end}.kiwi-result__body td:nth-child(5){grid-column:3;font-size:17px;font-weight:800}.kiwi-result__body td:nth-child(6){position:absolute;right:0;bottom:-38px}.kiwi-result__body td:nth-child(6):before{display:none}.kiwi-result__body td a{padding:5px 9px;white-space:nowrap;color:#fff;background:#00a991;font-size:12px;line-height:1.25}.kiwi-result__notice{padding:10px 18px 14px;color:#657674;font-size:12px}@media(max-width:720px){.bubble--kiwi{width:92%}.kiwi-result__body tr{grid-template-columns:1fr 1fr}.kiwi-result__body td:nth-child(1){grid-column:1 / -1}.kiwi-result__body td:nth-child(4),.kiwi-result__body td:nth-child(5),.kiwi-result__body td:nth-child(6){grid-column:auto}}@media(max-width:430px){.kiwi-result__body{padding-inline:12px}.kiwi-result__body tr{grid-template-columns:1fr}.kiwi-result__body td,.kiwi-result__body td:nth-child(1),.kiwi-result__body td:nth-child(4),.kiwi-result__body td:nth-child(5),.kiwi-result__body td:nth-child(6){grid-column:1}.kiwi-result__body td:nth-child(6){right:0;bottom:-38px}}:root{--sidebar-bg: #0f2a3d;--sidebar-surface: #16374c;--sidebar-border: #23495f;--sidebar-fg: #dde7ee;--sidebar-muted: #7a93a4;--accent: #0a6f5b;--accent-hover: #08594a;--accent-soft: #e4f2ed;--ink: #16283a;--ink-muted: #6b7c8c;--chat-bg: #fbfcfd;--surface: #ffffff;--line: #e5eaf0;--bubble-user: #16324b}*{box-sizing:border-box}body{margin:0;min-width:320px;font-family:Instrument Sans,Helvetica,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--chat-bg);font-synthesis:none}.app{display:flex;height:100vh;overflow:hidden}.sidebar{width:268px;flex:none;display:flex;flex-direction:column;gap:22px;padding:20px 16px;background:var(--sidebar-bg);color:var(--sidebar-fg)}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:0 4px}.sidebar__mark{display:grid;place-items:center;width:26px;height:26px;flex:none;border-radius:8px;background:var(--accent);color:#fff;font-size:13px;font-weight:700}.sidebar__wordmark{font-size:17px;font-weight:600;letter-spacing:-.01em;color:#fff}.sidebar__new-trip{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border:none;border-radius:10px;background:var(--accent);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.sidebar__new-trip:hover{background:var(--accent-hover)}.sidebar__new-trip-icon{font-size:16px;line-height:1}.sidebar__usage{margin-top:auto;padding-top:14px;border-top:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;color:var(--sidebar-muted);font-variant-numeric:tabular-nums}.sidebar__usage-label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}.sidebar__usage-row{display:flex;justify-content:space-between;gap:8px}.sidebar__usage+.sidebar__version{margin-top:0}.sidebar__version{margin-top:auto;padding-top:14px;border-top:1px solid var(--sidebar-border);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.08em;color:var(--sidebar-muted)}.chat{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--chat-bg)}.chat__header{display:flex;align-items:center;gap:12px;padding:16px 28px;border-bottom:1px solid var(--line);background:var(--surface)}.chat__title{margin:0;font-size:15px;font-weight:600}.chat__badge{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);padding:4px 8px;border-radius:5px}.messages{flex:1;min-height:0;overflow-y:auto;padding:26px 40px}.messages__inner{width:min(80%,1400px);margin-inline:auto}.welcome{text-align:center;max-width:520px;margin:10vh auto;padding:28px}.welcome .mark{font-size:2rem;color:var(--accent)}.welcome h2{font-size:2rem;margin:10px}.welcome p{color:var(--ink-muted);line-height:1.6}.welcome button{border:1px solid #cad5e2;background:#fff;border-radius:10px;padding:10px 14px;color:#25344c;cursor:pointer}.message{display:flex;gap:12px;margin:0 0 20px;align-items:flex-start}.message.user{flex-direction:row-reverse}.avatar{width:30px;height:30px;flex:0 0 30px;border-radius:9px;display:grid;place-items:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;font-weight:500;background:#dbe5ef}.assistant .avatar{background:var(--accent-soft);color:var(--accent)}.bubble{max-width:min(96%,1400px);border:1px solid var(--line);background:var(--surface);border-radius:4px 16px 16px;padding:12px 16px;line-height:1.55;box-shadow:0 5px 15px #1628460a}.user .bubble{background:var(--bubble-user);color:#eaf1f6;border-color:var(--bubble-user);border-radius:16px 4px 16px 16px}.bubble p{margin:.35em 0}.bubble ul,.bubble ol{padding-left:1.25rem}.bubble table{border-collapse:collapse;max-width:100%;overflow:auto;display:block}.bubble th,.bubble td{border:1px solid var(--line);padding:6px 9px}.usage{display:flex;gap:12px;margin-top:8px;padding-top:8px;border-top:1px solid var(--line);font-size:.72rem;color:var(--ink-muted);font-variant-numeric:tabular-nums}.typing span{display:inline-block;width:7px;height:7px;margin:0 3px;border-radius:50%;background:#8090a3;animation:pulse 1.2s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.footer{padding:12px 40px 22px;background:var(--chat-bg)}.error{background:#fff0f0;color:#9a2020;border:1px solid #f0caca;padding:9px 12px;border-radius:10px;margin-bottom:8px}.composer{display:flex;align-items:flex-end;gap:12px;padding:14px 16px;border:1px solid #dce3eb;border-radius:14px;background:var(--surface);box-shadow:0 8px 24px -20px #10283a80}.composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0a6f5b1f}textarea{flex:1;resize:none;border:0;outline:0;background:transparent;padding:8px;font:inherit;line-height:1.4}.send{width:34px;height:34px;flex:none;border:0;border-radius:9px;background:var(--bubble-user);color:#fff;font-size:14px;cursor:pointer}.send:hover:not(:disabled){background:var(--accent)}.send:disabled{opacity:.45;cursor:not-allowed}.footer small{display:block;text-align:center;color:#7c899a;margin-top:10px}@media(max-width:860px){.app{flex-direction:column;height:auto;min-height:100vh}.sidebar{width:auto;flex-direction:row;align-items:center;gap:14px;padding:12px 16px}.sidebar__new-trip{width:auto}.sidebar__version{margin:0 0 0 auto;padding-top:0;border-top:0}.chat__header{padding:14px 18px}.messages{padding:18px 12px}.messages__inner{width:100%}.bubble{max-width:86%}.footer{padding:10px 12px 14px}}
