#chatnox-root{position:fixed;bottom:22px;z-index:999999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}#chatnox-root.chatnox-right{right:22px}#chatnox-root.chatnox-left{left:22px}#chatnox-launcher{display:flex;align-items:center;gap:10px;background:#1f2330;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:13px 16px;font-size:16px;font-weight:700;box-shadow:0 18px 45px rgba(15,23,42,.2);cursor:pointer}.chatnox-launcher-dot{width:10px;height:10px;border-radius:999px;background:var(--chatnox-brand)}#chatnox-panel{width:360px;max-width:calc(100vw - 24px);height:580px;max-height:calc(100vh - 100px);margin-top:12px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 22px 64px rgba(15,23,42,.24);border:1px solid #e5e7eb;display:flex;flex-direction:column}.chatnox-header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 18px 16px;background:var(--chatnox-brand);color:#fff}.chatnox-header h3{margin:0;font-size:24px;line-height:1.1}.chatnox-header p{margin:6px 0 0;opacity:.95}.chatnox-header button{background:transparent;border:0;color:#fff;font-size:28px;line-height:1;cursor:pointer}.chatnox-body{padding:16px;display:flex;flex-direction:column;gap:12px;height:100%}.chatnox-welcome{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:12px 14px;color:#9a5c08;font-size:14px}.chatnox-body input,.chatnox-body textarea{width:100%;border:1px solid #dbe0ea;border-radius:14px;padding:12px 13px;outline:none;box-sizing:border-box;font-size:14px;resize:none}.chatnox-body input:focus,.chatnox-body textarea:focus{border-color:var(--chatnox-brand);box-shadow:0 0 0 3px rgba(243,139,20,.12)}.chatnox-error{color:#b91c1c;font-size:13px;min-height:18px}.chatnox-button{border:0;background:var(--chatnox-brand);color:#fff;border-radius:14px;padding:13px 16px;font-weight:700;cursor:pointer}.chatnox-note{font-size:12px;color:#64748b}.chatnox-compose{display:flex;gap:10px;align-items:flex-end}.chatnox-compose textarea{flex:1;min-height:46px}#chatnox-messages{flex:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px;overflow:auto;display:flex;flex-direction:column;gap:10px}.chatnox-msg{max-width:82%;padding:11px 13px;border-radius:16px;line-height:1.45;white-space:pre-wrap;font-size:14px}.chatnox-msg small{display:block;font-size:11px;opacity:.7;margin-top:5px}.chatnox-msg.visitor{background:#fff;align-self:flex-end;border:1px solid #e5e7eb}.chatnox-msg.admin{background:#1f2937;color:#fff;align-self:flex-start}.chatnox-msg.system{background:#fff7ed;color:#9a5c08;align-self:center}@media (max-width:640px){#chatnox-root.chatnox-right,#chatnox-root.chatnox-left{right:12px;left:12px}#chatnox-panel{width:auto;height:min(72vh,560px)}#chatnox-launcher{margin-left:auto}}
