:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0}@media (width<=1024px){:root{font-size:16px}}#root,html,body{width:100%;min-width:0;min-height:0;margin:0;background:0 0!important}@media (prefers-color-scheme:dark){:root{background:0 0!important}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:initial;box-sizing:border-box}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--brand-teal:#009aaf;--brand-green:#99cc01;--brand-orange:#eb680d;--sun-yellow:#fbb913;--cream:#fdf8ef;--bot-bubble:#fff4d9;--border:#ecdfc4;--font-main:"Lucida Sans Unicode", "Lucida Grande", sans-serif}*{box-sizing:border-box}body{font-family:var(--font-main);margin:0}.page{min-height:0;background:0 0!important}.chat-launcher{z-index:20;background:var(--brand-teal);color:#fff;cursor:pointer;max-width:calc(100vw - 32px);min-height:64px;font-family:var(--font-main);text-align:left;border:0;border-radius:999px;align-items:center;gap:12px;padding:10px 18px 10px 10px;transition:transform .15s,box-shadow .15s,background .15s;display:flex;position:fixed;bottom:12px;right:12px;box-shadow:0 14px 32px #00606e3d}.chat-launcher:hover{background:#00879a;box-shadow:0 18px 38px #00606e4d}.chat-launcher:active{transform:scale(.98)}.launcher-logo{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:5px;display:flex}.launcher-logo img{object-fit:contain;width:100%;height:100%;display:block}.launcher-text{white-space:nowrap;flex-direction:column;gap:2px;line-height:1.15;display:flex}.launcher-text span{opacity:.9;font-size:.76rem}.launcher-text strong{font-size:.95rem}.chat-card{z-index:30;border:1px solid var(--border);opacity:0;pointer-events:none;transform-origin:100% 100%;background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:340px;height:450px;max-height:90vh;transition:opacity .18s,transform .18s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translateY(12px)scale(.98);box-shadow:0 12px 40px #009aaf24}.chat-card.is-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (width<=600px){.chat-launcher{bottom:16px;right:16px}.chat-card{border-radius:18px;width:calc(100vw - 24px);height:min(640px,100svh - 24px);max-height:calc(100svh - 24px);bottom:12px;right:12px}.chat-header{padding:14px 16px}.chat-header h1{font-size:1.05rem}.chat-header p{font-size:.72rem}.chat-messages{padding:14px}.message-row{max-width:90%}.bubble{font-size:.88rem}.chat-input{padding:10px;padding-bottom:max(10px, env(safe-area-inset-bottom))}.chat-input input{font-size:1rem}}@media (orientation:landscape) and (height<=480px){.chat-card{border-radius:16px;width:calc(100vw - 16px);max-width:480px;height:calc(100svh - 16px);max-height:calc(100svh - 16px);bottom:8px;right:8px}.chat-header{gap:10px;padding:10px 12px}.logo-badge{border-radius:10px;width:36px;height:36px}.chat-header h1{font-size:1rem}.chat-header p{display:none}.close-chat{width:32px;height:32px}.chat-messages{gap:10px;padding:12px}.message-row{max-width:92%}.bubble{padding:9px 12px;font-size:.86rem;line-height:1.35}.chat-input{padding:10px}.chat-input input{padding:10px 14px;font-size:1rem}.chat-input button{width:40px;height:40px}}.chat-header{background:var(--brand-teal);color:#fff;align-items:center;gap:10px;padding:12px 14px;display:flex}.header-copy{text-align:center;flex:1;min-width:0}.logo-badge{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:5px;display:flex;box-shadow:0 2px 8px #0000001f}.logo-badge img,.avatar img{object-fit:contain;width:100%;height:100%;display:block}.chat-header h1{font-family:var(--font-main);margin:0;font-size:.98rem;font-weight:600}.chat-header p{color:#e6fbff;margin:2px 0 0;font-size:.68rem}@media (width<=600px){.logo-badge{width:40px;height:40px}}.close-chat{color:#fff;cursor:pointer;width:30px;height:30px;font-family:var(--font-main);background:#ffffff26;border:1px solid #ffffff5c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;line-height:1;transition:background .15s,transform .1s;display:flex}.close-chat:hover{background:#ffffff3d}.close-chat:active{transform:scale(.94)}.chat-messages{background:var(--cream);flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.message-row{align-items:flex-end;gap:8px;max-width:85%;display:flex}.from-bot{align-self:flex-start}.from-user{flex-direction:row-reverse;align-self:flex-end}.avatar{border:1px solid var(--border);background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:3px;display:flex}.bubble{border-radius:14px;padding:9px 12px;font-size:.82rem;line-height:1.38}.bubble p{margin:0}.from-bot .bubble{background:var(--bot-bubble);border:1px solid var(--border);color:#24343a;border-bottom-left-radius:4px}.from-user .bubble{background:var(--brand-green);color:#fff;border-bottom-right-radius:4px}.meta{opacity:.85;font-size:.78rem;margin-top:6px!important}.meta a{color:var(--brand-orange);font-weight:600;text-decoration:none}.source-link{color:var(--brand-orange);margin-top:8px;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.source-link:hover{text-decoration:underline}.typing{gap:4px;padding:14px;display:flex}.dot{background:var(--brand-orange);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.chat-input{border-top:1px solid var(--border);background:#fff;gap:8px;padding:10px;display:flex}.chat-input input{border:1px solid var(--border);font-size:.84rem;font-family:var(--font-main);border-radius:999px;outline:none;flex:1;padding:10px 14px;transition:border-color .15s}.chat-input input:focus{border-color:var(--brand-orange)}.chat-input button{background:var(--brand-orange);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:transform .1s,background .15s;display:flex}.chat-input button:hover:not(:disabled){background:#d85d0a}.chat-input button:active:not(:disabled){transform:scale(.93)}.chat-input button:disabled{cursor:not-allowed;background:#d8c9a3}.source-button{background:var(--brand-orange);color:#fff;border-radius:999px;margin-top:10px;padding:8px 12px;font-weight:700;text-decoration:none;display:inline-block}.source-button:hover{opacity:.9}@media (width<=600px){.chat-header{padding:14px 16px}.chat-header h1{font-size:1.05rem}.chat-header p{font-size:.72rem}.chat-messages{padding:14px}.bubble{font-size:.88rem}.chat-input input{font-size:1rem}}@media (orientation:landscape) and (height<=480px){.chat-header{gap:10px;padding:10px 12px}.logo-badge{border-radius:10px;width:36px;height:36px}.chat-header h1{font-size:1rem}.chat-header p{display:none}.close-chat{width:32px;height:32px}.chat-messages{gap:10px;padding:12px}.message-row{max-width:92%}.bubble{padding:9px 12px;font-size:.86rem;line-height:1.35}.chat-input{padding:10px}.chat-input input{padding:10px 14px;font-size:1rem}.chat-input button{width:40px;height:40px}}
