.ChatWidget-module__zCRJnG__toggleButton{bottom:var(--space-4);right:var(--space-4);background:var(--color-vivid-purple);color:#fff;cursor:pointer;z-index:500;width:60px;height:60px;transition:all var(--transition-base);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 4px 20px #7c3aed59}.ChatWidget-module__zCRJnG__toggleButton:hover{background:var(--color-deep-purple);transform:scale(1.05);box-shadow:0 6px 28px #7c3aed80}.ChatWidget-module__zCRJnG__panel{bottom:var(--space-4);right:var(--space-4);background:var(--color-pure-white);border-radius:var(--radius-xl);z-index:600;flex-direction:column;width:380px;height:560px;animation:.25s ChatWidget-module__zCRJnG__slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 48px #00000026}@keyframes ChatWidget-module__zCRJnG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__zCRJnG__header{padding:var(--space-2) var(--space-3);background:var(--color-deep-purple);color:#fff;justify-content:space-between;align-items:center;display:flex}.ChatWidget-module__zCRJnG__headerInfo{align-items:center;gap:var(--space-2);display:flex}.ChatWidget-module__zCRJnG__headerDot{background:#4ade80;border-radius:50%;width:10px;height:10px;animation:2s infinite ChatWidget-module__zCRJnG__pulse}@keyframes ChatWidget-module__zCRJnG__pulse{0%,to{opacity:1}50%{opacity:.5}}.ChatWidget-module__zCRJnG__headerInfo strong{font-size:15px;line-height:1.2;display:block}.ChatWidget-module__zCRJnG__headerStatus{opacity:.8;font-size:12px}.ChatWidget-module__zCRJnG__closeBtn{color:#fff;cursor:pointer;width:36px;height:36px;transition:background var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__closeBtn:hover{background:#ffffff26}.ChatWidget-module__zCRJnG__messages{padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatWidget-module__zCRJnG__bubble{word-wrap:break-word;border-radius:16px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.ChatWidget-module__zCRJnG__bubble p{margin:0}.ChatWidget-module__zCRJnG__userBubble{background:var(--color-vivid-purple);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__zCRJnG__assistantBubble{background:var(--color-soft-white);color:var(--color-charcoal);border-bottom-left-radius:4px;align-self:flex-start}.ChatWidget-module__zCRJnG__typing{gap:4px;padding:4px 0;display:flex}.ChatWidget-module__zCRJnG__typing span{background:var(--color-light-purple);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatWidget-module__zCRJnG__typingDot}.ChatWidget-module__zCRJnG__typing span:nth-child(2){animation-delay:.2s}.ChatWidget-module__zCRJnG__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__zCRJnG__typingDot{0%,80%,to{opacity:.4;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}.ChatWidget-module__zCRJnG__ctaButtons{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.ChatWidget-module__zCRJnG__ctaBtn,.ChatWidget-module__zCRJnG__ctaBtnSecondary{font-size:12px;font-weight:var(--weight-semibold);transition:all var(--transition-fast);border-radius:20px;align-items:center;gap:4px;padding:6px 12px;text-decoration:none;display:inline-flex}.ChatWidget-module__zCRJnG__ctaBtn{background:var(--color-vivid-purple);color:#fff}.ChatWidget-module__zCRJnG__ctaBtn:hover{background:var(--color-deep-purple);color:#fff}.ChatWidget-module__zCRJnG__ctaBtnSecondary{color:var(--color-vivid-purple);border:1px solid var(--color-vivid-purple);background:0 0}.ChatWidget-module__zCRJnG__ctaBtnSecondary:hover{color:var(--color-vivid-purple);background:#7c3aed0d}.ChatWidget-module__zCRJnG__chips{padding:0 var(--space-3) var(--space-2);flex-wrap:wrap;gap:6px;display:flex}.ChatWidget-module__zCRJnG__chip{background:var(--color-lavender);color:var(--color-deep-purple);font-size:12px;font-weight:var(--weight-semibold);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;border-radius:16px;padding:6px 12px}.ChatWidget-module__zCRJnG__chip:hover{background:var(--color-vivid-purple);color:#fff}.ChatWidget-module__zCRJnG__inputArea{padding:var(--space-2) var(--space-3);border-top:1px solid var(--color-light-gray);align-items:center;gap:8px;display:flex}.ChatWidget-module__zCRJnG__input{border:1px solid var(--color-light-gray);height:40px;font-size:14px;font-family:var(--font-sans);transition:border-color var(--transition-fast);border-radius:20px;outline:none;flex:1;padding:0 12px}.ChatWidget-module__zCRJnG__input:focus{border-color:var(--color-vivid-purple)}.ChatWidget-module__zCRJnG__sendBtn{background:var(--color-vivid-purple);color:#fff;cursor:pointer;width:36px;height:36px;transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__sendBtn:disabled{background:var(--color-light-gray);cursor:not-allowed}.ChatWidget-module__zCRJnG__sendBtn:not(:disabled):hover{background:var(--color-deep-purple)}.ChatWidget-module__zCRJnG__footer{padding:6px var(--space-3) 10px;justify-content:space-between;align-items:center;font-size:12px;display:flex}.ChatWidget-module__zCRJnG__resetBtn{color:var(--color-gray);cursor:pointer;font-size:12px;font-family:var(--font-sans);transition:color var(--transition-fast);background:0 0;border:none}.ChatWidget-module__zCRJnG__resetBtn:hover{color:var(--color-vivid-purple)}.ChatWidget-module__zCRJnG__servicesLink{color:var(--color-vivid-purple);font-weight:var(--weight-semibold);align-items:center;gap:4px;font-size:12px;text-decoration:none;display:inline-flex}.ChatWidget-module__zCRJnG__servicesLink:hover{text-decoration:underline}@media (max-width:768px){.ChatWidget-module__zCRJnG__toggleButton{bottom:88px}.ChatWidget-module__zCRJnG__panel{border-radius:0;width:100%;height:100%;animation:none;bottom:0;right:0}}
