.gof-chat{position:fixed;right:22px;bottom:22px;z-index:60;font-family:Inter,system-ui,Arial;color:#e2e8f0}.gof-chat [hidden]{display:none!important}.gof-chat-tip{border:1px solid rgba(34,211,238,.55);background:linear-gradient(135deg,#22d3ee,#818cf8);color:#020617;font-weight:900;border-radius:999px;padding:13px 18px;box-shadow:0 18px 55px rgba(34,211,238,.25);cursor:pointer}.gof-chat-panel{display:none;width:360px;height:520px;border:1px solid rgba(125,211,252,.35);border-radius:24px;overflow:hidden;background:linear-gradient(145deg,rgba(2,6,23,.98),rgba(15,23,42,.96));box-shadow:0 28px 90px rgba(0,0,0,.55)}.gof-chat-open .gof-chat-tip{display:none}.gof-chat-open .gof-chat-panel{display:flex;flex-direction:column}.gof-chat-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(15,23,42,.92);font-weight:900}.gof-chat-head button{margin-left:6px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.06);color:white;padding:4px 8px;cursor:pointer}.gof-chat-start{display:grid;gap:12px;padding:18px}.gof-chat-start p{margin:0;color:#67e8f9;font-weight:900}.gof-chat input,.gof-chat select{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0f172a;color:white;padding:12px;outline:none}.gof-chat button[type=submit],.gof-chat-start button,.gof-chat-send button{border:0;border-radius:14px;background:#22d3ee;color:#020617;font-weight:900;padding:12px;cursor:pointer}.gof-chat-room{min-height:0;flex:1;display:flex;flex-direction:column}.gof-chat-log{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.gof-msg{max-width:82%;border-radius:18px;padding:10px 12px;white-space:pre-wrap;font-size:14px}.gof-msg.user{align-self:flex-end;background:#22d3ee;color:#020617}.gof-msg.admin,.gof-msg.system{align-self:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#e2e8f0}.gof-chat-send{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.1)}.gof-chat-small .gof-chat-panel{width:420px;height:560px}.gof-chat-full{left:0;right:0;bottom:0;top:72px}.gof-chat-full .gof-chat-panel{width:100%;height:100%;border-radius:0}.gof-chat-full .gof-chat-tip{display:none}@media(max-width:640px){.gof-chat{right:12px;bottom:12px}.gof-chat-panel,.gof-chat-small .gof-chat-panel{width:calc(100vw - 24px);height:70vh}.gof-chat-full{top:64px}}