.chat-launcher{position:fixed;right:24px;bottom:22px;z-index:80;border:1px solid #eaba7b;background:#eaba7b;color:#17130d;display:flex;align-items:center;gap:12px;border-radius:40px;box-shadow:0 8px 40px #0007;padding:13px 20px;font:600 .875rem var(--font);cursor:pointer;min-height:52px}.chat-launcher[hidden]{display:none}.chat-launcher .chat-monogram{font:400 1.25rem Consolas,monospace;letter-spacing:-2px}.chat-launcher:hover{background:#f2ce9a;transform:translateY(-2px)}
.singleton-chat{position:fixed;z-index:90;right:24px;bottom:22px;width:min(420px,calc(100vw - 32px));height:min(640px,calc(100dvh - 48px));display:flex;flex-direction:column;border:1px solid #4c4539;border-radius:15px;background:#111214;color:var(--fg);box-shadow:0 18px 100px #000b;font:400 .9375rem/1.55 var(--font);overflow:hidden}.singleton-chat[hidden]{display:none}.chat-header{display:flex;gap:12px;align-items:center;padding:17px 18px;border-bottom:1px solid var(--line);background:#17181b;flex-shrink:0}.chat-avatar{width:38px;height:38px;display:grid;place-items:center;font:400 1.3rem Consolas,monospace;background:#eaba7b;color:#17130d;border-radius:9px;letter-spacing:-2px}.chat-heading{flex:1}.chat-heading strong{font-weight:600}.chat-heading small{display:block;font-size:.75rem;color:#babbbd}.chat-icon-button{width:38px;height:38px;border:0;border-radius:6px;color:#ccc;background:transparent;cursor:pointer;font-size:1.4rem}.chat-icon-button:hover{background:#ffffff0c;color:#fff}.chat-icon-button:disabled{opacity:.4;cursor:default}.chat-messages{flex:1;min-height:100px;overflow-y:auto;overscroll-behavior:contain;padding:20px 16px 10px;display:flex;flex-direction:column;gap:18px;scrollbar-width:thin;scrollbar-color:#454545 transparent}.chat-message{max-width:92%;flex-shrink:0}.chat-message-user{align-self:flex-end}.chat-speaker{display:block;font-size:.75rem;color:#b8b8b8;margin-bottom:6px}.chat-message-user .chat-speaker{text-align:right}.chat-message p{padding:12px 14px;margin:0;background:#202125;border:1px solid #303136;border-radius:2px 12px 12px 12px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9375rem;line-height:1.6}.chat-message-user p{background:#eaba7b;color:#1c170f;border-color:#eaba7b;border-radius:12px 2px 12px 12px}.chat-choices{display:flex;gap:7px;flex-wrap:wrap;padding:4px 16px 12px;flex-shrink:0}.chat-choices[hidden]{display:none}.chat-choices button{font:400 .8125rem var(--font);text-align:left;line-height:1.4;color:#e8c798;background:#211e19;border:1px solid #594b38;border-radius:20px;padding:8px 12px;cursor:pointer}.chat-choices button:hover{background:#302719}.chat-status{font-size:.8125rem;color:#c1b49e;padding:0 18px;margin:0;flex-shrink:0}.chat-status:empty{display:none}.chat-error{color:#f0c091}.chat-retry{align-self:flex-start;margin:8px 18px;background:transparent;color:var(--accent);border:1px solid #665035;border-radius:4px;font-size:.8125rem;padding:7px 12px;cursor:pointer}.chat-retry[hidden]{display:none}.singleton-chat form.chat-form{flex:0 0 auto;max-width:none;display:flex;flex-direction:row;align-items:flex-end;gap:8px;padding:12px 16px 10px;margin:0;border-top:1px solid var(--line)}.singleton-chat .chat-input{resize:none;min-width:0;min-height:47px;max-height:130px;flex:1;font:400 1rem/1.4 var(--font);padding:11px 12px;border-radius:8px;border:1px solid #45464a;background:#08090b;color:var(--fg);margin:0}.chat-send{height:47px;min-width:46px;background:var(--accent);color:#16120d;border:0;border-radius:8px;font-size:1.3rem;cursor:pointer}.chat-send:disabled{opacity:.5;cursor:wait}.chat-footer{padding:0 18px 13px;flex-shrink:0}.chat-footer a{font-size:.8125rem;text-decoration:underline;text-underline-offset:3px;color:#d8c3a5}.chat-footer p{color:#a8a9ac;font-size:.75rem;line-height:1.4;margin:7px 0 0}.chat-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-demo{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px 0 0}.chat-demo p{margin:0;font-size:.9375rem;color:var(--muted)}.chat-demo button{flex-shrink:0;background:transparent;border:1px solid #65523b;border-radius:5px;color:var(--accent);padding:11px 16px;font:500 .875rem var(--font);cursor:pointer}.hero-bottom{padding-right:185px}.hero-bottom>a{display:none}
@media(max-width:680px){.chat-launcher{right:16px;bottom:16px;padding:12px 16px;font-size:.8125rem}.singleton-chat{right:10px;bottom:10px;width:calc(100vw - 20px);height:min(620px,calc(100dvh - 20px));max-height:calc(100dvh - 20px)}.chat-header{padding:12px 14px}.chat-demo{align-items:flex-start;flex-direction:column;gap:15px}.hero-bottom{padding-right:0;bottom:60px}.chat-footer p{font-size:.75rem}.chat-choices button{font-size:.8125rem}footer{padding-bottom:95px}}
@media(prefers-reduced-motion:reduce){.chat-launcher:hover{transform:none}}
