.chat-toggle{position:fixed;bottom:24px;right:24px;z-index:65;background:var(--lime);color:var(--ink);border:0;border-radius:30px;display:flex;align-items:center;gap:12px;padding:16px 22px;font-size:14px;font-weight:600;box-shadow:0 6px 35px #0007;min-height:54px}.chat-panel{position:fixed;bottom:92px;right:24px;z-index:70;width:390px;height:min(590px,calc(100dvh - 115px));background:#17171d;border:1px solid #4a4a53;border-radius:14px;padding:0;box-shadow:0 20px 80px #000a;display:flex;flex-direction:column;overflow:hidden}.chat-panel[hidden]{display:none}.chat-head{padding:18px;display:flex;gap:12px;align-items:center;border-bottom:1px solid #36363e}.chat-head strong{font-size:15px}.chat-head span{display:block;font-size:12px;color:var(--muted)}.chat-head button{margin-left:auto;background:none;color:white;border:0;font-size:28px;width:35px;height:35px}.chat-log{flex:1;overflow:auto;padding:20px 16px;display:flex;flex-direction:column;gap:14px;overscroll-behavior:contain}#chat-panel .message{padding:13px 15px;border-radius:12px;font-size:14px;line-height:1.6;max-width:94%;white-space:pre-wrap;overflow-wrap:anywhere;flex-shrink:0}#chat-panel .message.assistant{background:#282830;border-bottom-left-radius:3px}#chat-panel .message.user{background:#bbff3920;color:#e5ffbb;border:1px solid #baff3544;align-self:flex-end;border-bottom-right-radius:3px}#chat-panel .message a{color:var(--lime);text-decoration:underline;text-underline-offset:3px}.chat-prompts{display:flex;gap:6px;padding:10px 15px}.chat-prompts button{border:1px solid #53535d;background:transparent;color:#dedee5;padding:6px 12px;border-radius:20px;font-size:12px}.chat-prompts button:hover{border-color:var(--lime);color:var(--lime)}#chat-form{display:flex;margin:0 15px;gap:8px;border:1px solid #565660;border-radius:8px;padding:6px}#chat-form input{width:100%;min-width:0;border:0;background:none;color:white;padding:7px;font-size:14px}#chat-form input:focus{outline:none}#chat-form:focus-within{outline:2px solid var(--lime)}#chat-form button{background:var(--lime);color:#101012;border:0;border-radius:5px;width:38px;flex-shrink:0;font-size:22px}#chat-form button:disabled{opacity:.5}.chat-foot{padding:10px 18px 0;display:flex;justify-content:space-between;font-size:12px}.chat-foot a:first-child{color:var(--lime)}.chat-disclaimer{font-size:12px;text-align:center;margin:7px 0 12px}
#chat-panel button,#chat-panel input{font:inherit}#chat-panel button,#chat-toggle{cursor:pointer}#chat-panel .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#chat-panel a:focus-visible,#chat-panel button:focus-visible,#chat-toggle:focus-visible{outline:2px solid var(--lime);outline-offset:3px}#chat-panel{line-height:1.6}#chat-panel .chat-head strong{font-size:15px}#chat-panel .chat-head button{font-size:28px}#chat-panel #chat-form button{font-size:22px}#chat-panel .chat-prompts button{font-size:12px}#chat-panel .chat-foot a{font-size:12px}#chat-toggle{font:600 14px var(--ui)}
@media(max-width:520px){#chat-toggle{bottom:16px;right:16px;padding:14px 18px}#chat-panel{right:10px;bottom:83px;width:calc(100% - 20px);height:min(560px,calc(100dvh - 95px))}}
