.language-switcher.svelte-1v2j48r{display:flex;gap:var(--space-1);background:var(--color-bg-tertiary);padding:2px;border-radius:var(--radius-lg)}.lang-btn.svelte-1v2j48r{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:16px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);opacity:.6}.lang-btn.svelte-1v2j48r:hover{opacity:1;background:var(--color-bg-hover)}.lang-btn.active.svelte-1v2j48r{opacity:1;background:var(--color-bg-card);box-shadow:var(--shadow-sm)}.theme-toggle.svelte-1cmi4dh{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast)}.theme-toggle.svelte-1cmi4dh:hover{background:var(--color-bg-hover);color:var(--color-accent-primary);border-color:var(--color-border-hover)}.cookie-banner.svelte-1xqvkrg{position:fixed;bottom:var(--space-4);left:50%;transform:translate(-50%);z-index:var(--z-modal);display:flex;align-items:center;gap:var(--space-6);padding:var(--space-4) var(--space-6);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:600px}.cookie-content.svelte-1xqvkrg{display:flex;align-items:center;gap:var(--space-3)}.cookie-icon.svelte-1xqvkrg{font-size:1.5rem;flex-shrink:0}.cookie-text.svelte-1xqvkrg{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0}.cookie-text.svelte-1xqvkrg a:where(.svelte-1xqvkrg){color:var(--color-accent-primary)}.cookie-actions.svelte-1xqvkrg{display:flex;gap:var(--space-2);flex-shrink:0}@keyframes svelte-1xqvkrg-slide-up{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.animate-slide-up.svelte-1xqvkrg{animation:svelte-1xqvkrg-slide-up .3s ease-out}@media(max-width:640px){.cookie-banner.svelte-1xqvkrg{flex-direction:column;left:var(--space-4);right:var(--space-4);transform:none;max-width:none}}.chat-toggle.svelte-wsb0g3{position:fixed;bottom:var(--space-6);right:var(--space-6);width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-gradient);border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;box-shadow:var(--shadow-xl);z-index:var(--z-modal);transition:all var(--transition-fast)}.chat-toggle.svelte-wsb0g3:hover{transform:scale(1.05)}.chat-toggle.open.svelte-wsb0g3{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.chat-badge.svelte-wsb0g3{position:absolute;top:-4px;right:-4px;font-size:9px;font-weight:700;background:linear-gradient(135deg,var(--color-accent-primary),var(--color-success));color:#fff;padding:2px 6px;border-radius:var(--radius-full)}.chat-window.svelte-wsb0g3{position:fixed;bottom:calc(var(--space-6) + 70px);right:var(--space-6);width:400px;height:550px;display:flex;flex-direction:column;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);z-index:var(--z-modal);overflow:hidden}.chat-header.svelte-wsb0g3{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:linear-gradient(135deg,var(--color-bg-secondary),var(--color-bg-tertiary));border-bottom:1px solid var(--color-border)}.chat-avatar.svelte-wsb0g3{font-size:1.5rem}.chat-title.svelte-wsb0g3{flex:1;display:flex;flex-direction:column}.chat-name.svelte-wsb0g3{font-weight:600}.chat-status.svelte-wsb0g3{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--color-accent-primary)}.status-dot.svelte-wsb0g3{width:6px;height:6px;background:var(--color-success);border-radius:var(--radius-full);animation:svelte-wsb0g3-pulse 2s infinite}@keyframes svelte-wsb0g3-pulse{0%,to{opacity:1}50%{opacity:.5}}.cart-indicator.svelte-wsb0g3{font-size:var(--text-sm);background:var(--color-accent-primary);color:#fff;padding:4px 10px;border-radius:var(--radius-full)}.chat-messages.svelte-wsb0g3{flex:1;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.message.svelte-wsb0g3{display:flex;gap:var(--space-2);max-width:90%}.message.user.svelte-wsb0g3{align-self:flex-end;flex-direction:row-reverse}.message-avatar.svelte-wsb0g3{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px}.message-bubble.svelte-wsb0g3{display:flex;flex-direction:column;gap:var(--space-2)}.message-content.svelte-wsb0g3{padding:var(--space-3);border-radius:var(--radius-lg);font-size:var(--text-sm);line-height:1.5}.message.assistant.svelte-wsb0g3 .message-content:where(.svelte-wsb0g3){background:var(--color-bg-tertiary)}.message.user.svelte-wsb0g3 .message-content:where(.svelte-wsb0g3){background:var(--color-accent-primary);color:#fff}.message-content.svelte-wsb0g3 a{color:var(--color-accent-primary);text-decoration:underline}.message.user.svelte-wsb0g3 .message-content:where(.svelte-wsb0g3) a{color:#fff}.message-content.svelte-wsb0g3 strong{font-weight:600}.message-content.svelte-wsb0g3 code{font-family:var(--font-mono);font-size:var(--text-xs);background:#0003;padding:2px 6px;border-radius:var(--radius-sm)}.message-actions.svelte-wsb0g3{display:flex;flex-wrap:wrap;gap:var(--space-2)}.action-btn.svelte-wsb0g3{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);font-weight:500;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast)}.action-btn.svelte-wsb0g3:hover{background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:#fff}.action-btn.add_to_cart.svelte-wsb0g3{background:var(--color-success-bg);border-color:var(--color-success);color:var(--color-success)}.action-btn.checkout.svelte-wsb0g3{background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:#fff}.typing.svelte-wsb0g3{display:flex;gap:4px;padding:var(--space-3) var(--space-4)}.typing.svelte-wsb0g3 span:where(.svelte-wsb0g3){width:8px;height:8px;background:var(--color-text-muted);border-radius:var(--radius-full);animation:svelte-wsb0g3-bounce 1.4s infinite ease-in-out}.typing.svelte-wsb0g3 span:where(.svelte-wsb0g3):nth-child(1){animation-delay:0s}.typing.svelte-wsb0g3 span:where(.svelte-wsb0g3):nth-child(2){animation-delay:.2s}.typing.svelte-wsb0g3 span:where(.svelte-wsb0g3):nth-child(3){animation-delay:.4s}@keyframes svelte-wsb0g3-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chat-suggestions.svelte-wsb0g3{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0 var(--space-4) var(--space-3)}.suggestion-btn.svelte-wsb0g3{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast)}.suggestion-btn.svelte-wsb0g3:hover{background:var(--color-bg-hover);border-color:var(--color-accent-primary);color:var(--color-text-primary)}.chat-input.svelte-wsb0g3{display:flex;gap:var(--space-2);padding:var(--space-4);border-top:1px solid var(--color-border)}.chat-input.svelte-wsb0g3 input:where(.svelte-wsb0g3){flex:1;padding:var(--space-3);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-primary);font-size:var(--text-sm)}.chat-input.svelte-wsb0g3 input:where(.svelte-wsb0g3):focus{outline:none;border-color:var(--color-accent-primary)}.send-btn.svelte-wsb0g3{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-primary);border:none;border-radius:var(--radius-lg);color:#fff;cursor:pointer;transition:all var(--transition-fast)}.send-btn.svelte-wsb0g3:hover:not(:disabled){background:var(--color-accent-secondary)}.send-btn.svelte-wsb0g3:disabled{opacity:.5;cursor:not-allowed}@keyframes svelte-wsb0g3-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up.svelte-wsb0g3{animation:svelte-wsb0g3-slide-up .3s ease-out}@media(max-width:480px){.chat-window.svelte-wsb0g3{left:var(--space-4);right:var(--space-4);bottom:calc(var(--space-4) + 70px);width:auto;height:65vh}}.toast-container.svelte-1cpok13{position:fixed;top:var(--space-6);right:var(--space-6);z-index:calc(var(--z-modal) + 10);display:flex;flex-direction:column;gap:var(--space-3);pointer-events:none}.toast.svelte-1cpok13{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);pointer-events:auto;min-width:300px;max-width:400px;position:relative;overflow:hidden}.toast-success.svelte-1cpok13{border-left:4px solid var(--color-success)}.toast-error.svelte-1cpok13{border-left:4px solid var(--color-error)}.toast-info.svelte-1cpok13{border-left:4px solid var(--color-accent-primary)}.toast-image.svelte-1cpok13{width:48px;height:48px;object-fit:cover;border-radius:var(--radius-md);flex-shrink:0}.toast-content.svelte-1cpok13{display:flex;align-items:flex-start;gap:var(--space-3);flex:1}.toast-icon.svelte-1cpok13{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);font-size:14px;font-weight:700;flex-shrink:0}.toast-success.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--color-success-bg);color:var(--color-success)}.toast-error.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:var(--color-error-bg);color:var(--color-error)}.toast-info.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13){background:#8b5cf626;color:var(--color-accent-primary)}.toast-text.svelte-1cpok13{display:flex;flex-direction:column;gap:2px}.toast-message.svelte-1cpok13{font-size:var(--text-sm);font-weight:500;color:var(--color-text-primary)}.toast-product.svelte-1cpok13{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.toast-close.svelte-1cpok13{position:absolute;top:var(--space-2);right:var(--space-2);width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;font-size:16px;opacity:0;transition:opacity var(--transition-fast)}.toast.svelte-1cpok13:hover .toast-close:where(.svelte-1cpok13){opacity:1}.toast-progress.svelte-1cpok13{position:absolute;bottom:0;left:0;height:3px;background:var(--color-success);animation:svelte-1cpok13-progress 3s linear forwards}.toast-error.svelte-1cpok13 .toast-progress:where(.svelte-1cpok13){background:var(--color-error)}.toast-info.svelte-1cpok13 .toast-progress:where(.svelte-1cpok13){background:var(--color-accent-primary)}@keyframes svelte-1cpok13-progress{0%{width:100%}to{width:0%}}@keyframes svelte-1cpok13-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.animate-slide-in.svelte-1cpok13{animation:svelte-1cpok13-slide-in .3s ease-out}@media(max-width:480px){.toast-container.svelte-1cpok13{left:var(--space-4);right:var(--space-4)}.toast.svelte-1cpok13{min-width:unset;max-width:unset}}.header.svelte-12qhfyh{position:sticky;top:0;z-index:var(--z-sticky);background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.nav.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);font-weight:600;font-size:var(--text-lg);color:var(--color-text-primary)}.logo-icon.svelte-12qhfyh{color:var(--color-accent-primary);font-size:var(--text-xl)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-6)}.nav-link.svelte-12qhfyh{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:500;transition:color var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{color:var(--color-text-primary)}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-3)}.cart-btn.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg-tertiary);border-radius:var(--radius-lg);color:var(--color-text-primary);transition:all var(--transition-fast)}.cart-btn.svelte-12qhfyh:hover{background:var(--color-bg-hover);color:var(--color-accent-primary)}.cart-count.svelte-12qhfyh{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-primary);color:#fff;font-size:10px;font-weight:600;border-radius:var(--radius-full);padding:0 4px}main.svelte-12qhfyh{min-height:calc(100vh - 264px)}.footer.svelte-12qhfyh{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:var(--space-12) 0;margin-top:var(--space-16)}.footer-content.svelte-12qhfyh{text-align:center}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:600;margin-bottom:var(--space-4)}.footer-text.svelte-12qhfyh{margin-bottom:var(--space-2)}.footer-tech.svelte-12qhfyh{margin:var(--space-4) 0}.footer-links.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:var(--space-3);margin-top:var(--space-4);font-size:var(--text-sm)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);transition:color var(--transition-fast)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text-primary)}.footer-sep.svelte-12qhfyh{color:var(--color-text-muted)}@media(max-width:768px){.nav-links.svelte-12qhfyh,.logo-text.svelte-12qhfyh{display:none}}
