.chat-widget-button{cursor:pointer;z-index:9998;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #ec489966}.chat-widget-button:hover{transform:scale(1.05);box-shadow:0 6px 24px #ec489980}.chat-widget-button svg{color:#fff;width:28px;height:28px}.chat-widget-badge{color:#fff;background:#ef4444;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.chat-options-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.chat-options-modal{text-align:center;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:360px;padding:32px}.chat-options-modal h3{color:#fff;margin:0 0 8px;font-size:20px;font-weight:600}.chat-options-modal p{color:#9ca3af;margin:0 0 24px;font-size:14px}.chat-option-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:12px;padding:16px 20px;font-size:16px;font-weight:500;transition:transform .2s,box-shadow .2s;display:flex}.chat-option-btn:hover{transform:translateY(-2px)}.chat-option-btn svg{width:24px;height:24px}.chat-option-telegram{color:#fff;background:#08c;box-shadow:0 4px 12px #0088cc4d}.chat-option-telegram:hover{box-shadow:0 6px 16px #08c6}.chat-option-chat{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);box-shadow:0 4px 12px #ec48994d}.chat-option-chat:hover{box-shadow:0 6px 16px #ec489966}.chat-options-close{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;margin-top:8px;padding:12px 24px;font-size:14px;transition:border-color .2s,color .2s}.chat-options-close:hover{color:#fff;border-color:#fff6}.chat-widget-window{z-index:9999;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:380px;height:520px;max-height:calc(100vh - 140px);display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 8px 40px #0006}@media (max-width:440px){.chat-widget-window{width:auto;height:calc(100vh - 120px);max-height:none;bottom:90px;left:12px;right:12px}.chat-widget-button{width:56px;height:56px;bottom:16px;right:16px}}.chat-widget-header{background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);justify-content:space-between;align-items:center;padding:16px;display:flex}.chat-widget-header-info{align-items:center;gap:12px;display:flex}.chat-widget-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-widget-avatar svg{color:#fff;width:24px;height:24px}.chat-widget-title{color:#fff;font-size:16px;font-weight:600}.chat-widget-status{color:#fffc;font-size:12px}.chat-widget-close{cursor:pointer;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.chat-widget-close:hover{background:#ffffff4d}.chat-widget-close svg{color:#fff;width:18px;height:18px}.chat-widget-messages{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.chat-widget-loading,.chat-widget-welcome{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.chat-widget-welcome-icon{margin-bottom:16px;font-size:48px}.chat-widget-welcome h4{color:#fff;margin:0 0 8px;font-size:20px}.chat-widget-welcome p{color:#9ca3af;margin:0;font-size:14px}.chat-widget-date{text-align:center;color:#6b7280;margin:8px 0;font-size:12px}.chat-widget-message{margin-bottom:4px;display:flex}.chat-widget-message-customer{justify-content:flex-end}.chat-widget-message-admin{justify-content:flex-start}.chat-widget-message-content{border-radius:16px;max-width:80%;padding:10px 14px}.chat-widget-message-customer .chat-widget-message-content{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border-bottom-right-radius:4px}.chat-widget-message-admin .chat-widget-message-content{color:#fff;background:#2d2d44;border-bottom-left-radius:4px}.chat-widget-message-author{color:#ec4899;margin-bottom:4px;font-size:12px;font-weight:500}.chat-widget-message-text{word-break:break-word;font-size:14px;line-height:1.4}.chat-widget-message-time{opacity:.7;text-align:right;margin-top:4px;font-size:10px}.chat-widget-input-container{background:#16162a;border-top:1px solid #ffffff1a;gap:8px;padding:12px 16px;display:flex}.chat-widget-input{color:#fff;background:#2d2d44;border:1px solid #ffffff1a;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.chat-widget-input::placeholder{color:#6b7280}.chat-widget-input:focus{border-color:#ec4899}.chat-widget-send{cursor:pointer;background:linear-gradient(135deg,#ec4899 0%,#8b5cf6 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,opacity .2s;display:flex}.chat-widget-send:hover:not(:disabled){transform:scale(1.05)}.chat-widget-send:disabled{opacity:.5;cursor:not-allowed}.chat-widget-send svg{color:#fff;width:20px;height:20px}
