#cw-toggle{position:fixed;right:20px;bottom:20px;width:62px;height:62px;border-radius:50%;background:#fff;color:var(--void,#04050a);border:none;cursor:pointer;font-size:30px;box-shadow:0 0 0 1px rgba(255,255,255,.2),0 8px 24px var(--glow,rgba(91,140,255,.45));z-index:90;transition:transform 0.15s ease,box-shadow 0.15s ease}#cw-toggle:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #fff,0 12px 36px var(--glow,rgba(91,140,255,.45))}#cw-toggle:focus-visible{outline:2px solid var(--blue-2,#8fb4ff);outline-offset:2px}#cw-panel{position:fixed;right:20px;bottom:88px;width:400px;max-width:calc(100vw - 40px);height:560px;max-height:calc(100vh - 130px);background:var(--void-2,#080a12);border:1px solid var(--line,rgba(255,255,255,0.10));border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,0.6);display:none;flex-direction:column;z-index:91;overflow:hidden;font-family:var(--font-body,'Sora',system-ui,sans-serif);color:var(--ink,#f4f6fc)}#cw-panel.open{display:flex}#cw-header{padding:12px 16px;background:rgba(255,255,255,.03);color:var(--ink,#f4f6fc);border-bottom:1px solid var(--line,rgba(255,255,255,0.10));display:flex;justify-content:space-between;align-items:center;font-size:13.5px;font-weight:700;font-family:var(--font-mono,'JetBrains Mono',monospace);letter-spacing:0.04em}#cw-close{background:none;border:none;color:var(--ink-soft,#c2c9dc);font-size:22px;cursor:pointer;line-height:1;padding:0 4px}#cw-close:hover{color:#fff}#cw-disclaimer{font-size:10.5px;color:var(--muted,#79829a);padding:6px 16px;background:var(--void,#04050a);border-bottom:1px solid var(--line-soft,rgba(255,255,255,0.06));text-align:center;font-family:var(--font-mono,monospace);letter-spacing:0.04em}#cw-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.55;background:var(--void-2,#080a12)}.cw-msg{max-width:80%;padding:10px 14px;border-radius:12px;word-wrap:break-word;white-space:pre-wrap}.cw-msg--user{align-self:flex-end;background:linear-gradient(135deg,var(--blue,#5b8cff),var(--blue-2,#8fb4ff));color:var(--void,#04050a);font-weight:500;border-bottom-right-radius:4px;box-shadow:0 4px 12px var(--glow,rgba(91,140,255,.45))}.cw-msg--bot{align-self:flex-start;background:rgba(255,255,255,.05);color:var(--ink,#f4f6fc);border:1px solid var(--line-soft,rgba(255,255,255,0.06));border-bottom-left-radius:4px}.cw-msg--system{align-self:center;background:transparent;color:var(--muted,#79829a);font-size:11.5px;font-style:italic;max-width:100%;font-family:var(--font-mono,monospace);letter-spacing:0.04em}.cw-msg--error{background:rgba(255,132,112,0.12);color:#ff8470;border:1px solid #ff8470}#cw-form{display:flex;gap:6px;padding:10px;border-top:1px solid var(--line,rgba(255,255,255,0.10));background:var(--void,#04050a)}#cw-input{flex:1;padding:9px 12px;border:1px solid var(--line,rgba(255,255,255,0.10));border-radius:8px;font-size:14px;font-family:inherit;background:var(--void-2,#080a12);color:var(--ink,#f4f6fc);resize:none;min-height:38px;max-height:80px}#cw-input::placeholder{color:var(--muted,#79829a)}#cw-input:focus{outline:none;border-color:var(--blue,#5b8cff)}#cw-send{background:#fff;color:var(--void,#04050a);border:none;padding:0 16px;border-radius:999px;cursor:pointer;font-size:13.5px;font-weight:700;font-family:var(--font-mono,monospace);letter-spacing:0.04em}#cw-send:hover{box-shadow:0 0 0 1px #fff,0 6px 18px var(--glow,rgba(91,140,255,.45))}#cw-send:disabled{opacity:0.4;cursor:wait;box-shadow:none}@media (max-width:480px){#cw-panel{right:10px;bottom:80px;width:calc(100vw - 20px);height:70vh}}