.chat-fab[data-v-f346964e]{align-items:center;background:linear-gradient(135deg,var(--color-accent-hover),var(--color-accent));border:none;border-radius:50%;bottom:calc(80px + env(safe-area-inset-bottom,0px));box-shadow:0 4px 18px #22c55e61,0 1px 4px #0000001a;color:#fff;cursor:pointer;display:flex;height:52px;justify-content:center;position:fixed;right:var(--space-4);transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:52px;z-index:200}.chat-fab[data-v-f346964e]:hover{box-shadow:0 6px 24px #22c55e75,0 2px 6px #0000001a;transform:translateY(-2px)}.chat-fab.open[data-v-f346964e]{background:var(--color-text-muted);box-shadow:0 2px 8px #00000026}@media(min-width:768px){.chat-fab[data-v-f346964e]{bottom:var(--space-6);right:var(--space-6)}}@media(max-width:767px){.chat-fab.open[data-v-f346964e]{opacity:0;pointer-events:none;transform:scale(.85)}}.chat-panel[data-v-f346964e]{background:var(--color-bg-secondary);border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;inset:0;max-height:none;max-width:none;min-height:0;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0);padding-top:env(safe-area-inset-top,0);position:fixed;width:100%;z-index:260}@media(min-width:768px){.chat-panel[data-v-f346964e]{border:1px solid var(--color-border);border-radius:var(--radius-xl,16px);inset:auto;bottom:calc(80px + var(--space-6));box-shadow:0 8px 40px #00000024;height:min(540px,calc(100dvh - 180px));left:auto;max-height:min(540px,calc(100dvh - 180px));padding-bottom:0;padding-top:0;right:var(--space-6);top:auto;width:min(380px,calc(100vw - var(--space-4)*2))}}.chat-header[data-v-f346964e]{border-bottom:1px solid var(--color-border-light);flex-shrink:0;justify-content:space-between;padding:var(--space-3) var(--space-4)}.chat-header[data-v-f346964e],.chat-header-info[data-v-f346964e]{align-items:center;display:flex}.chat-header-info[data-v-f346964e]{gap:var(--space-2)}.chat-header-avatar[data-v-f346964e]{align-items:center;background:linear-gradient(135deg,var(--color-accent-light),var(--color-accent));border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.chat-header-title[data-v-f346964e]{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);line-height:1.2}.chat-header-subtitle[data-v-f346964e]{color:var(--color-text-muted);font-size:11px;line-height:1.2}.chat-header-action[data-v-f346964e],.chat-header-actions[data-v-f346964e]{align-items:center;display:flex;justify-content:center}.chat-header-action[data-v-f346964e]{background:transparent;border:none;border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;height:30px;transition:background var(--transition-fast),color var(--transition-fast);width:30px}.chat-header-action[data-v-f346964e]:hover{background:var(--color-bg-tertiary,rgba(0,0,0,.05));color:var(--color-text-primary)}.chat-history-loading[data-v-f346964e]{color:var(--color-text-muted);flex-shrink:0;font-size:var(--font-size-xs,12px);padding:var(--space-1) 0 var(--space-2);text-align:center}.chat-messages[data-v-f346964e]{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);scroll-behavior:smooth}@media(min-width:768px){.chat-messages[data-v-f346964e]{padding:var(--space-3) var(--space-3)}}.chat-welcome[data-v-f346964e]{align-items:center;display:flex;flex:1;flex-direction:column;gap:var(--space-2);justify-content:flex-start;min-height:0;padding:var(--space-2) var(--space-3) var(--space-4);text-align:center}@media(min-width:768px){.chat-welcome[data-v-f346964e]{justify-content:center;min-height:200px;padding:var(--space-4)}}.welcome-icon[data-v-f346964e]{align-items:center;background:linear-gradient(135deg,var(--color-accent-light),rgba(74,222,128,.3));border-radius:50%;color:var(--color-accent-deep);display:flex;height:52px;justify-content:center;margin-bottom:var(--space-1);width:52px}.welcome-title[data-v-f346964e]{color:var(--color-text-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold)}.welcome-subtitle[data-v-f346964e]{color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:1.45;max-width:320px}.welcome-chips[data-v-f346964e]{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center;margin-top:var(--space-1);width:100%}.welcome-chip[data-v-f346964e]{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-secondary);cursor:pointer;font-size:var(--font-size-xs,12px);padding:var(--space-1) var(--space-3);transition:all var(--transition-fast);white-space:nowrap}.welcome-chip[data-v-f346964e]:hover{background:var(--color-accent-light);border-color:var(--color-accent);color:var(--color-accent-deep)}.chat-typing[data-v-f346964e]{align-self:flex-start;display:flex;gap:4px;padding:var(--space-2) var(--space-3)}.chat-typing span[data-v-f346964e]{animation:typing-bounce-f346964e 1.2s ease-in-out infinite;background:var(--color-text-muted);border-radius:50%;height:7px;width:7px}.chat-typing span[data-v-f346964e]:nth-child(2){animation-delay:.2s}.chat-typing span[data-v-f346964e]:nth-child(3){animation-delay:.4s}@keyframes typing-bounce-f346964e{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-error[data-v-f346964e]{align-items:center;background:#ef444414;border-radius:var(--radius-md);color:#dc2626;display:flex;font-size:var(--font-size-xs,12px);gap:var(--space-1);padding:var(--space-2) var(--space-3)}.chat-widget-privacy[data-v-f346964e]{color:var(--color-text-muted,#64748b);font-size:10px;line-height:1.35;padding:0 var(--space-3) var(--space-2);text-align:center}.chat-widget-privacy a[data-v-f346964e]{color:var(--color-accent,#4ade80);text-decoration:underline}.chat-panel-enter-active[data-v-f346964e],.chat-panel-leave-active[data-v-f346964e]{transition:opacity .22s ease,transform .32s cubic-bezier(.32,.72,0,1)}.chat-panel-enter-from[data-v-f346964e],.chat-panel-leave-to[data-v-f346964e]{opacity:0;transform:translateY(100%)}@media(min-width:768px){.chat-panel-enter-from[data-v-f346964e],.chat-panel-leave-to[data-v-f346964e]{opacity:0;transform:translateY(16px) scale(.97)}}.feedback-fab[data-v-b51f5f2a]{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--color-bg-card,rgba(30,41,59,.95));border:1px solid var(--color-border,hsla(0,0%,100%,.12));border-radius:18px;bottom:calc(142px + env(safe-area-inset-bottom,0px));color:var(--color-text-secondary,#94a3b8);cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:6px;height:36px;padding:0 14px 0 10px;position:fixed;right:var(--space-4,16px);transition:border-color .15s,color .15s,background .15s;white-space:nowrap;z-index:48}.feedback-fab[data-v-b51f5f2a]:hover{border-color:var(--color-accent,#4ade80);color:var(--color-text-primary,#f1f5f9)}.fab-label[data-v-b51f5f2a]{line-height:1}@media(min-width:768px){.feedback-fab[data-v-b51f5f2a]{bottom:calc(var(--space-6, 24px) + 62px);right:var(--space-6,24px)}}@media(max-width:767px){.feedback-fab[data-v-b51f5f2a]{padding:0 10px}.fab-label[data-v-b51f5f2a]{display:none}}
