:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.demo-page{background-color:#0000;background-image:linear-gradient(#0f1f349e,#0f1f34ad),url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;place-items:center;min-height:100vh;padding:32px;display:grid}.demo-shell{color:#fff;width:min(720px,100%)}.eyebrow{color:#ffd070;letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:700}.demo-shell h1{letter-spacing:0;margin:0;font-size:clamp(40px,7vw,72px);line-height:.95}.demo-shell p:last-child{color:#ffffffdb;max-width:560px;margin:20px 0 0;font-size:18px;line-height:1.6}.chat-panel{z-index:20;background:#fff;border:1px solid #141e301a;border-radius:8px;grid-template-rows:auto 1fr auto;width:min(440px,100vw - 32px);height:min(680px,100vh - 148px);display:none;position:fixed;bottom:116px;right:28px;overflow:hidden;box-shadow:0 20px 48px #0f1f3433}.chat-panel.is-open{display:grid}.chat-header{color:#fff;background:#f4a900;align-items:center;gap:16px;min-height:96px;padding:18px 22px;display:flex}.chat-header h2{letter-spacing:0;margin:0;font-size:28px;font-weight:650}.chat-header p{align-items:center;gap:8px;margin:5px 0 0;font-size:16px;display:flex}.status-dot{background:#28b463;border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 4px #28b4632e}.bot-avatar{background:#eaf3ff;border-radius:999px;flex:none;place-items:center;display:grid;position:relative;box-shadow:inset 0 0 0 1px #2563eb1f}.bot-avatar.large{width:62px;height:62px}.bot-avatar.small{width:40px;height:40px}.robot-head{background:#fff;border:3px solid #2563eb;border-radius:10px;width:34px;height:25px;position:relative}.bot-avatar.small .robot-head{border-width:2px;border-radius:7px;width:24px;height:18px}.robot-head:before{content:"";background:#2563eb;width:2px;height:8px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.robot-eye{background:#172033;border-radius:999px;width:5px;height:5px;position:absolute;top:8px}.bot-avatar.small .robot-eye{width:4px;height:4px;top:6px}.robot-eye.left{left:8px}.robot-eye.right{right:8px}.robot-mouth{background:#172033;border-radius:999px;height:3px;position:absolute;bottom:5px;left:10px;right:10px}.chat-log{scrollbar-color:#c9ced8 transparent;padding:24px 22px 20px;overflow-y:auto}.message{gap:12px;margin-bottom:14px;display:flex}.message.user{justify-content:flex-end}.message-body{max-width:min(330px,82%)}.sender{color:#596273;align-items:center;gap:8px;margin:0 0 6px;font-size:14px;font-weight:700;display:flex}.bubble{color:#111827;overflow-wrap:anywhere;background:#e5e7eb;border-radius:8px;width:fit-content;max-width:100%;padding:12px 14px;font-size:16px;line-height:1.45}.message.user .bubble{color:#fff;background:#1f6feb;margin-left:auto}.confidence{text-transform:uppercase;border-radius:999px;padding:2px 7px;font-size:11px}.confidence.high{color:#155e2f;background:#dcfce7}.confidence.medium{color:#854d0e;background:#fef3c7}.confidence.low{color:#991b1b;background:#fee2e2}.citations{gap:5px;margin-top:8px;display:grid}.citations a{color:#2962c7;font-size:13px;line-height:1.35;text-decoration:none}.citations a:hover{text-decoration:underline}.composer{background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:1fr auto;gap:14px;padding:18px;display:grid}.composer input{color:#172033;border:1px solid #c9ced8;border-radius:8px;outline:none;min-width:0;height:48px;padding:0 16px}.composer input:focus{border-color:#f4a900;box-shadow:0 0 0 3px #f4a9002e}.composer button{color:#fff;cursor:pointer;background:#f4a900;border:0;border-radius:8px;width:92px;height:48px}.composer button:disabled,.composer input:disabled{cursor:not-allowed;opacity:.68}.launcher{cursor:pointer;z-index:21;background:#f4a900;border:0;border-radius:999px;place-items:center;width:74px;height:74px;display:grid;position:fixed;bottom:28px;right:28px;box-shadow:0 16px 32px #0f1f3438}.launcher-icon,.launcher-icon:before,.launcher-icon:after{background:#fff;border-radius:999px;width:32px;height:4px;display:block}.launcher-icon{position:relative}.launcher-icon:before,.launcher-icon:after{content:"";position:absolute;left:0}.launcher-icon:before{top:-10px}.launcher-icon:after{top:10px}.launcher.is-open .launcher-icon{transform:rotate(45deg)}.launcher.is-open .launcher-icon:before{opacity:0;top:0}.launcher.is-open .launcher-icon:after{top:0;transform:rotate(90deg)}.typing{background:currentColor;border-radius:999px;width:8px;height:8px;margin-left:8px;animation:.9s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:.25}50%{opacity:1}}@media (width<=560px){.demo-page{place-items:start;padding:24px}.demo-shell{padding-top:56px}.chat-panel{width:calc(100vw - 20px);height:min(640px,100vh - 112px);bottom:92px;right:10px}.chat-header{min-height:86px;padding:16px}.chat-header h2{font-size:24px}.chat-log{padding:18px 14px}.composer{grid-template-columns:1fr}.composer button{width:100%}.launcher{width:64px;height:64px;bottom:18px;right:18px}}
