:root{--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "IBM Plex Sans Arabic", system-ui, sans-serif;--font-arabic: "IBM Plex Sans Arabic", system-ui, sans-serif;--color-bg: #ffffff;--color-surface: #f5f6f8;--color-text: #14161a;--color-text-muted: #5b6270;--color-border: #e2e5ea;--color-accent: #1a5cff;--color-accent-contrast: #ffffff;--color-send: rgba(74, 158, 235, 1);--color-header-bg: rgba(22, 24, 26, 1);--color-bubble-agent: rgba(241, 245, 249, 1);--color-bubble-user: rgba(215, 238, 255, 1);--color-bubble-text: rgba(30, 41, 59, 1)}:root{--color-ok: #1a9c5b;--color-error: #d23f3f;--color-loading: #9aa1ad}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg)}.health-panel{margin-top:1.5rem;padding:1rem 1.25rem;max-width:24rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px}.health-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1rem;color:var(--color-text-muted)}.health-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.health-item{display:flex;align-items:center;gap:.625rem}.health-dot{width:.7rem;height:.7rem;border-radius:50%;flex:0 0 auto;background:var(--color-loading)}.health-dot--ok{background:var(--color-ok)}.health-dot--error{background:var(--color-error)}.health-dot--loading{background:var(--color-loading)}.health-name{font-weight:600;min-width:5rem}.health-state{color:var(--color-text-muted)}.health-detail{margin:.75rem 0 0;font-size:.85rem;color:var(--color-error);word-break:break-word}html,body,#root{height:100%}#root{display:flex}.chat{display:flex;flex-direction:column;width:100%;max-width:46rem;height:100dvh;margin:0 auto;background:var(--color-bg);border-inline:1px solid var(--color-border)}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;background:linear-gradient(180deg,#16181a,#0e1013)}.brand{display:flex;align-items:center;gap:.65rem}.brand-avatar{position:relative;display:grid;place-items:center;width:2.35rem;height:2.35rem;color:var(--color-accent-contrast);background:linear-gradient(135deg,#1a5cff,#4d86ff);border-radius:12px;font-family:var(--font-display);font-weight:700;font-size:1rem;box-shadow:0 4px 14px #1a5cff73}.brand-online{position:absolute;right:-2px;bottom:-2px;width:.68rem;height:.68rem;border-radius:50%;background:#2fcf7a;border:2.5px solid #16181a}.brand-text{display:flex;flex-direction:column;min-width:0}.brand-title{margin:0;font-family:var(--font-display);font-weight:600;font-size:1rem;line-height:1.15;color:#fff}.brand-sub{margin:0;font-size:.72rem;color:#ffffff8c}.chat-header .btn--newchat{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;color:#ffffffd1;border-color:#ffffff29;background:#ffffff17}.chat-header .btn--newchat:hover{color:#fff;background:#ffffff29;border-color:#ffffff47}.row--receipt{justify-content:flex-start}.row--receipt.row--rtl{justify-content:flex-end}.receipt{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-ok) 35%,transparent);background:color-mix(in srgb,var(--color-ok) 10%,var(--color-bg));color:var(--color-ok);font-size:.85rem}.receipt-tick{display:inline-grid;place-items:center;width:1.15rem;height:1.15rem;border-radius:50%;background:var(--color-ok);color:#fff}.receipt-label{font-weight:600}.receipt-ref{font-weight:700;letter-spacing:.02em;font-variant-numeric:tabular-nums}.chat-thread{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.55rem;padding:1.1rem}.empty{margin:auto;text-align:center;color:var(--color-text-muted);max-width:23rem;display:flex;flex-direction:column;align-items:center}.empty-badge{width:46px;height:46px;border-radius:14px;margin-bottom:.9rem;display:grid;place-items:center;color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.empty-badge svg{width:24px;height:24px}.empty-hello{margin:0;font-family:var(--font-display);font-weight:600;font-size:1.15rem;letter-spacing:-.01em;color:var(--color-text)}.empty-sub{margin:.4rem 0 0;font-size:.86rem}.empty-cards{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;width:100%;margin-top:1.15rem}.empty-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.15rem;padding:1.1rem .8rem;background:var(--color-surface);border:none;border-radius:22px;cursor:pointer;color:var(--color-text);font-family:var(--font-body);box-shadow:0 1px 2px #14161a0f,0 6px 16px -8px #14161a24;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,background .18s ease}.empty-card:hover{background:color-mix(in srgb,var(--color-accent) 7%,var(--color-surface));box-shadow:0 2px 4px #14161a12,0 12px 26px -10px #1a5cff47}.empty-card:active{transform:scale(.96)}.empty-card:focus-visible{outline:2px solid color-mix(in srgb,var(--color-accent) 45%,transparent);outline-offset:3px}.empty-card-ic{width:38px;height:38px;border-radius:12px;margin-bottom:.6rem;display:grid;place-items:center;color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 14%,transparent)}.empty-card-ic svg{width:18px;height:18px}.empty-card b{font-family:var(--font-display);font-weight:600;font-size:.85rem}.empty-card small{font-size:.73rem;color:var(--color-text-muted);line-height:1.35}.row{display:flex}.row--user{justify-content:flex-end}.row--agent{justify-content:flex-start}.row--system{justify-content:center}.bubble{max-width:82%;padding:.6rem .85rem;border-radius:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word;font-size:13px;font-weight:400}.bubble--user{background:var(--color-bubble-user);color:var(--color-bubble-text);border-bottom-right-radius:4px}.bubble--agent{background:var(--color-bubble-agent);color:var(--color-bubble-text);border-bottom-left-radius:4px}.bubble--error{background:color-mix(in srgb,var(--color-error) 10%,var(--color-bg));color:var(--color-error);border:1px solid color-mix(in srgb,var(--color-error) 35%,transparent)}.bubble--system{background:transparent;color:var(--color-text-muted);font-size:.85rem;font-style:italic;text-align:center;max-width:90%}.bubble--rtl{direction:rtl;text-align:right;font-family:var(--font-arabic)}.bubble--ltr{direction:ltr;text-align:left}.caret{display:inline-block;width:2px;height:1em;margin-inline-start:2px;background:currentColor;vertical-align:text-bottom;animation:blink 1s steps(2) infinite}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.dots,.working-dots{display:inline-flex;gap:3px;align-items:center}.dots i,.working-dots i{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4;animation:bounce 1.2s infinite}.dots i:nth-child(2),.working-dots i:nth-child(2){animation-delay:.15s}.dots i:nth-child(3),.working-dots i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.working{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:12px;background:var(--color-surface);color:var(--color-text-muted);font-size:.85rem;font-style:italic}.composer-dock{border-top:1px solid var(--color-border);background:#fff}.composer{display:flex;gap:.6rem;align-items:center;padding:.75rem 1.1rem}.composer-input{flex:1;resize:none;height:42px;box-sizing:border-box;padding:10px 1.15rem;border:none;border-radius:1.4rem;font-family:var(--font-body);font-size:.95rem;color:var(--color-text);background:#f1f5f9;line-height:1.4}.composer-input::placeholder{color:var(--color-text-muted)}.composer-input:focus{outline:2px solid color-mix(in srgb,var(--color-accent) 40%,transparent);outline-offset:1px}.btn--ghost{padding:.4rem .8rem;background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border);font-size:.8rem}.btn--ghost:hover{color:var(--color-text);border-color:var(--color-text-muted)}.composer--closed{align-items:center;justify-content:space-between}.composer-ended{color:var(--color-text-muted);font-size:.9rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:10px;font-family:var(--font-display);font-size:.9rem;font-weight:600;cursor:pointer}.btn--send{background:var(--color-accent);color:var(--color-accent-contrast)}.btn--send:disabled{opacity:.45;cursor:not-allowed}.btn--stop{background:var(--color-error);color:#fff}.btn--send-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;width:2.6rem;height:2.6rem;border-radius:50%;background:var(--color-send);color:var(--color-accent-contrast);border:none}.btn--send-icon:hover:not(:disabled){background:color-mix(in srgb,#000 10%,var(--color-send))}.btn--send-icon:disabled{opacity:.45;cursor:not-allowed}.btn--stop-icon{display:flex;align-items:center;justify-content:center;padding:0;width:2.6rem;height:2.6rem;border-radius:50%;background:var(--color-error);color:#fff;border:none;box-shadow:0 6px 16px #d23f3f4d}.btn--attach{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;width:2.4rem;height:2.4rem;border-radius:50%;background:transparent;border:none;color:var(--color-text-muted);opacity:.4;cursor:default}.btn--attach+.btn--mic{margin-inline-start:-.35rem}.btn--mic{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;width:2.4rem;height:2.4rem;border-radius:50%;background:transparent;color:var(--color-text-muted);border:none;transition:color .15s,background-color .15s}.btn--mic:hover:not(:disabled){color:var(--color-text);background:color-mix(in srgb,var(--color-text) 7%,transparent)}.btn--mic:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 30%,transparent)}.btn--mic:disabled{opacity:.45;cursor:not-allowed}.composer--recording{align-items:center;justify-content:center;gap:.75rem}.voice-live{display:flex;align-items:center;gap:.4rem;font-variant-numeric:tabular-nums}.voice-elapsed{font-weight:600;font-size:.95rem}.voice-remaining{color:var(--color-text-muted);font-size:.85rem}.voice-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.6rem;height:2.6rem;padding:0;border:none;border-radius:50%;cursor:pointer;background:transparent;color:var(--color-text-muted);transition:background .15s ease,color .15s ease}.voice-icon--cancel:hover{color:var(--color-error);background:color-mix(in srgb,var(--color-error) 12%,transparent)}.voice-icon--stop{background:var(--color-accent);color:var(--color-accent-contrast)}.voice-icon--stop:hover{filter:brightness(1.08)}.voice-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--color-error);animation:voice-pulse 1.4s ease-in-out infinite}@keyframes voice-pulse{0%,to{opacity:1}50%{opacity:.25}}@media (prefers-reduced-motion: reduce){.voice-dot{animation:none}}.voice-player{display:flex;align-items:center;gap:.5rem;margin-block-end:.4rem;min-width:11rem}.voice-play{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.9rem;height:1.9rem;padding:0;border:none;border-radius:50%;cursor:pointer;background:color-mix(in srgb,currentColor 18%,transparent);color:inherit}.voice-play:hover{background:color-mix(in srgb,currentColor 28%,transparent)}.voice-track{flex:1 1 auto;height:.25rem;border-radius:999px;overflow:hidden;background:color-mix(in srgb,currentColor 22%,transparent)}.voice-progress{height:100%;background:currentColor;opacity:.75}.voice-time{flex:0 0 auto;font-size:.78rem;opacity:.8;font-variant-numeric:tabular-nums}.speak-btn{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:1.55rem;height:1.55rem;padding:0;margin-inline-start:.45rem;border:none;border-radius:50%;cursor:pointer;background:transparent;color:inherit;opacity:.4;transition:opacity .15s ease,background .15s ease}.speak-btn:hover{opacity:.9;background:color-mix(in srgb,currentColor 14%,transparent)}.speak-btn--on{opacity:1;background:color-mix(in srgb,currentColor 18%,transparent);animation:speak-pulse 1.6s ease-in-out infinite}@keyframes speak-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion: reduce){.speak-btn--on{animation:none}}.voice-note-hint{padding:0 1.1rem .7rem;margin:0;color:var(--color-text-muted);font-size:.8rem;text-align:center}.composer-disclaimer{padding:0 1.1rem .55rem;margin:-.15rem 0 0;color:var(--color-text-muted);font-size:.72rem;text-align:center}.vcards{display:flex;gap:.6rem;max-width:100%;box-sizing:border-box;align-self:flex-start;flex:0 0 auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-inline-end:1.25rem;padding-block:4px}.vcards::-webkit-scrollbar{display:none}.vcards--rtl{align-self:flex-end}.vcards>*{scroll-snap-align:start;flex:0 0 auto}.vcard{display:flex;flex-direction:column;width:265px;height:238px;box-sizing:border-box;border:1px solid rgba(240,241,242,1);border-radius:18px;overflow:hidden;background:#fff}.vcard--pressable{padding:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer;transition:border-color .15s}.vcard--pressable:hover:not(:disabled){border-color:#ffb300}.vcard--pressable:focus-visible{outline:none;border-color:#ffb300;box-shadow:0 0 0 3px #ffb30040}.vcard--pressable:disabled{cursor:not-allowed;opacity:.55}.vcard--static{cursor:default}.vcard-img{width:100%;height:134px;flex:0 0 auto;display:block;object-fit:cover;object-position:center;border-bottom:2px solid rgba(255,179,0,1);background:var(--color-surface)}.vcard-img--empty{display:grid;place-items:center;color:var(--color-text-muted);font-size:1.5rem}.vcard-body{display:flex;flex-direction:column;height:98px;box-sizing:border-box;margin-top:2px;border-top:2px solid rgba(255,179,0,1);padding:12px 22px;min-width:0}.vcard-head{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:.5rem}.vcard-name{font-family:var(--font-display);font-weight:500;font-size:14px;line-height:18px;color:var(--color-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcard-price{font-family:var(--font-display);font-weight:500;font-size:14px;line-height:18px;color:var(--color-text);font-variant-numeric:tabular-nums;white-space:nowrap;flex:0 0 auto}.vcard-tagline{margin-top:6px;font-family:var(--font-body);font-weight:400;font-size:11px;line-height:14px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcard-chips{display:flex;gap:.35rem;margin:10px 0 0;padding:0;list-style:none;overflow:hidden}.vcard-chip{padding:5px 12px;border-radius:10px;background:var(--color-bubble-agent);color:var(--color-bubble-text);font-family:var(--font-body);font-weight:500;font-size:11px;line-height:14px;white-space:nowrap}.bkgs{align-self:flex-start;display:flex;flex-direction:column;gap:.6rem;width:100%;box-sizing:border-box;flex:0 0 auto}.bkgs>*{flex:0 0 auto}.bkgs--rtl{align-self:flex-end}.bkgs--superseded{opacity:.55}.bkgs--superseded .bkg-link{pointer-events:none;text-decoration:none}.bkg{display:flex;width:100%;box-sizing:border-box;border:1px solid rgba(240,241,242,1);border-radius:18px;overflow:hidden;background:#fff}.bkg-rail{display:flex;justify-content:center;flex:0 0 auto;width:48px;padding-top:1.05rem;background:var(--color-surface);border-inline-end:2px solid rgba(255,179,0,1);color:#ffb300}.bkg-main{flex:1;min-width:0;margin-inline-start:2px;border-inline-start:2px solid rgba(255,179,0,1);padding:1rem}.bkg-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem}.bkg-head-label{font-family:var(--font-display);font-size:15px;font-weight:500}.bkg-count{display:inline-grid;place-items:center;min-width:1.4rem;height:1.4rem;padding:0 .5rem;border-radius:999px;background:var(--color-error);color:#fff;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.bkg-grid{display:flex;flex-wrap:wrap;gap:.75rem 22px}.bkg-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.bkg-field--wide{margin-top:1rem}.bkg-label{font-size:13px;font-weight:400;color:var(--color-text)}.bkg-value{font-size:13px;font-weight:700;color:var(--color-text);white-space:nowrap}.bkg-link{font-size:14px;font-weight:400;color:var(--color-accent);text-decoration:underline;overflow-wrap:anywhere}.bkg-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.vcards--rtl .vcard-body{text-align:right}.shrs{display:flex;flex-direction:column;gap:.5rem;width:100%;align-self:flex-start}.shrs--rtl{align-self:flex-end}.shr{display:flex;align-items:center;gap:.7rem;width:100%;box-sizing:border-box;padding:.7rem 1.15rem;border:none;border-radius:999px;background:var(--color-bubble-agent);color:var(--color-text);font-family:var(--font-body);text-align:start;cursor:pointer;transition:background-color .15s}.shr:hover:not(:disabled){background:color-mix(in srgb,rgba(255,179,0,1) 22%,var(--color-bubble-agent))}.shr:focus-visible{outline:none;box-shadow:0 0 0 3px #ffb30059}.shr:disabled{cursor:not-allowed}.shr-mark{display:inline-flex;flex:0 0 auto;color:#ffb300}.shr-bars{flex:0 0 auto;box-sizing:content-box;width:3px;height:20px;border-inline:3px solid rgba(255,179,0,1);border-radius:1px}.shr-name{flex:0 0 auto;font-family:var(--font-display);font-weight:600;font-size:14px}.shr-address{flex:0 1 auto;min-width:0;font-size:13px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shr--selected,.shr--selected:disabled{opacity:1;cursor:default;background:color-mix(in srgb,rgba(255,179,0,1) 18%,var(--color-bubble-agent))}.shr--dead{opacity:.55}.slots{display:flex;flex-direction:column;gap:1.15rem;max-width:100%;align-self:flex-start}.slots--rtl{align-self:flex-end}.slot-group{display:flex;flex-direction:column;gap:.65rem}.slot-group-head{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.slot-group-mark{align-self:center;flex:0 0 auto;box-sizing:content-box;width:3px;height:20px;border-inline:3px solid rgba(198,201,207,1);border-radius:1px}.slot-group-mark--picked{border-inline-color:rgba(255,179,0,1)}.slot-group-day{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--color-text)}.slot-group-where{font-size:14px;color:var(--color-text-muted)}.slot-group-times{display:flex;flex-wrap:wrap;gap:.6rem}.slot-chip{padding:.65rem 1.5rem;border:none;border-radius:999px;background:var(--color-bubble-agent);color:var(--color-text);font-family:var(--font-display);font-weight:600;font-size:14px;font-variant-numeric:tabular-nums;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background-color .15s}.slot-chip:hover:not(:disabled){background:color-mix(in srgb,rgba(255,179,0,1) 22%,var(--color-bubble-agent))}.slot-chip:focus-visible{outline:none;box-shadow:0 0 0 3px #ffb30059}.slot-chip:disabled{opacity:.5;cursor:not-allowed}.slot-chip--selected,.slot-chip--selected:disabled{opacity:1;cursor:default;background:#ffb300;color:var(--color-text)}.vdlg-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14161a73;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.vdlg{background:var(--color-bg);border:1px solid var(--color-border);border-radius:14px;width:min(30rem,100%);max-height:min(85vh,44rem);overflow-y:auto;padding:1rem 1.15rem 1.25rem;font-family:var(--font-body)}.vdlg-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.vdlg-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--color-text)}.vdlg-close{border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--color-text-muted);padding:0 .25rem}.vdlg-img{width:100%;border-radius:10px;background:var(--color-surface);margin-bottom:.9rem}.vdlg-img--empty{display:grid;place-items:center;aspect-ratio:16 / 9;color:var(--color-border);font-size:2rem}.vdlg-rows{display:flex;flex-direction:column;gap:.4rem}.vdlg-row{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem;border-bottom:1px solid var(--color-border);padding-bottom:.4rem}.vdlg-row-label{color:var(--color-text-muted)}.vdlg-row-value{color:var(--color-text);text-align:end}.vdlg-section{margin-top:1rem}.vdlg-section-title{font-family:var(--font-display);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0 0 .4rem}.vdlg-features,.vdlg-showrooms{margin:0;padding-inline-start:1.1rem;font-size:.9rem;line-height:1.5;color:var(--color-text)}.vdlg-features li,.vdlg-showrooms li{margin-bottom:.25rem}.vdlg-book{width:100%;margin-top:1.25rem;padding:.7rem 1rem;border:none;border-radius:10px;background:var(--color-accent);color:var(--color-accent-contrast);font-family:var(--font-display);font-size:.95rem;font-weight:600;cursor:pointer}.vdlg-note{color:var(--color-text-muted);font-size:.9rem;padding:1rem 0}.vdlg-note--error{color:var(--color-error)}.speak-btn--loading{opacity:.75;cursor:progress;animation:speak-spin .9s linear infinite}@keyframes speak-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.speak-btn--loading{animation:none}}
