.df-chat{position:fixed;right:24px;bottom:24px;z-index:500;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.df-chat__toggle{width:56px;height:56px;border-radius:50%;border:none;position:relative;background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;box-shadow:0 8px 24px rgba(79,70,229,0.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.df-chat__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#a855f7;color:#fff;font-size:0.75rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:2px solid #0f0f16}.df-chat__badge[hidden]{display:none!important}.df-chat__toggle:focus-visible,.df-chat__toggle:hover{outline:none;transform:translateY(-1px);box-shadow:0 12px 28px rgba(79,70,229,0.4)}.df-chat__toggle-icon{width:20px;height:20px;background-image:linear-gradient(135deg,#fff,#d9d6ff);mask:url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4 4H20V16H5.17L4 17.17V4Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8 8H16" stroke="black" stroke-width="2" stroke-linecap="round"/%3E%3Cpath d="M8 12H12" stroke="black" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E');-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-size:cover;mask-repeat:no-repeat}.df-chat__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.df-chat__window{position:absolute;right:0;bottom:72px;width:min(360px,calc(100vw - 32px));background:#0f0f16;border-radius:20px;box-shadow:0 18px 45px rgba(0,0,0,0.35);display:flex;flex-direction:column;overflow:hidden}.df-chat__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:rgba(148,77,237,0.08)}.df-chat__title{font-size:1rem;margin:0;color:#fff;font-weight:600}.df-chat__status{font-size:0.85rem;margin:2px 0 0;color:rgba(255,255,255,0.7)}.df-chat__close{background:transparent;border:none;color:rgba(255,255,255,0.7);font-size:1.5rem;cursor:pointer;line-height:1;padding:0}.df-chat__messages{padding:16px;display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;background:#14141f}.df-chat__bubble{padding:10px 14px;border-radius:16px;max-width:90%;font-size:0.92rem;line-height:1.4;color:#f4f4ff;text-align:left;white-space:pre-wrap;word-break:break-word}.df-chat__bubble--user{align-self:flex-end;background:linear-gradient(135deg,#6e59ff,#a855f7)}.df-chat__bubble--support{align-self:flex-start;background:rgba(255,255,255,0.08)}.df-chat__bubble time{display:block;margin-top:6px;font-size:0.75rem;color:rgba(255,255,255,0.6)}.df-chat__form{padding:14px 16px 16px;background:#0f0f16;border-top:1px solid rgba(255,255,255,0.08);display:flex;flex-direction:column;gap:10px}.df-chat__form textarea{resize:none;min-height:64px;border-radius:12px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);color:#fff;padding:10px 12px;font-family:inherit;font-size:0.95rem}.df-chat__form textarea:focus{outline:2px solid rgba(168,85,247,0.6);border-color:transparent}.df-chat__form-actions{display:flex;justify-content:flex-end}.df-chat__form button{border:none;border-radius:999px;padding:8px 18px;background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;font-weight:600;cursor:pointer;transition:opacity 0.2s ease}.df-chat__form button:disabled{opacity:0.5;cursor:not-allowed}.df-chat__form--loading textarea{opacity:0.7}.df-chat__form--disabled textarea{opacity:0.6}.df-chat--offline .df-chat__toggle{background:linear-gradient(135deg,#4b5563,#1f2937);box-shadow:0 8px 20px rgba(15,23,42,0.4)}.df-chat--offline .df-chat__form textarea,.df-chat--offline .df-chat__form button{cursor:not-allowed}.df-chat__window[hidden]{display:none}@media (max-width:640px){.df-chat{right:16px;bottom:16px}.df-chat__window{width:calc(100vw - 32px);bottom:64px}}.admin-layout .admin-chats-helper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-layout .admin-chats-ws{display:inline-flex;align-items:center;gap:8px}.admin-layout .admin-chats-sessions-wrap,.admin-layout .admin-chats-sessions-pager{margin-top:12px}.admin-chat-templates-wrap{position:relative;display:inline-block}.admin-chat-templates-popup{position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 10px);min-width:240px;max-width:360px;padding:6px;border-radius:10px;border:1px solid rgba(255,255,255,0.14);background:rgba(10,10,12,0.98);box-shadow:0 16px 36px rgba(0,0,0,0.5);z-index:50;display:none}.admin-chat-templates-popup.is-open{display:block}.admin-chat-templates-popup__message{padding:10px 8px}.admin-chat-templates-sep{height:1px;background:rgba(255,255,255,0.12);margin:8px 6px}.admin-chat-templates-row{display:flex;align-items:center;gap:8px;margin:4px 0}.admin-chat-templates-item{display:block;width:100%;text-align:left;padding:10px 10px;border-radius:10px;margin:0}.admin-chat-templates-delete{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;border-radius:10px;padding:0;line-height:0}.admin-chat-templates-delete svg{display:block}.admin-chat-templates-create{display:block;width:100%;text-align:left;padding:10px 10px;border-radius:10px}dialog.admin-chat-template-dialog{padding:0;border:1px solid rgba(255,255,255,0.14);border-radius:14px;background:rgba(10,10,12,0.98);color:inherit;width:min(680px,calc(100vw - 32px));max-width:680px}.admin-chat-template-dialog__wrap{padding:16px 16px}.admin-chat-template-dialog__wrap h3{margin:0 0 10px 0}.admin-chat-template-dialog__wrap .helper{display:block;margin-top:10px}.admin-chat-template-dialog__wrap .helper:first-of-type{margin-top:8px}.admin-chat-template-dialog__wrap .input{width:100%}.admin-chat-template-dialog__textarea{resize:vertical}.admin-chat-template-dialog__vars{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.admin-chat-template-var-chip{padding:6px 8px;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.admin-chat-template-dialog__actions{justify-content:flex-end;gap:8px;margin-top:14px}