@import"https://fonts.googleapis.com/css2?family=Borel&family=Outfit:wght@300;400;500;700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg-dark: #0f1115;--bg-darker: #090a0d;--text-primary: #f0f0f0;--text-secondary: #9ea3b0;--text-muted: #5d6371;--accent-primary: #c5b3c0;--accent-secondary: #8e7d9f;--accent-gradient: linear-gradient(135deg, #c5b3c0, #8e7d9f);--surface-color: rgba(255, 255, 255, .03);--surface-hover: rgba(255, 255, 255, .08);--border-color: rgba(255, 255, 255, .08);--status-success-text: #9fcbb6;--status-success-bg: rgba(159, 203, 182, .14);--status-success-border: rgba(159, 203, 182, .32);--status-warning-text: #d7bf82;--status-warning-bg: rgba(215, 191, 130, .14);--status-warning-border: rgba(215, 191, 130, .32);--status-error-text: #d69a9e;--status-error-bg: rgba(214, 154, 158, .14);--status-error-border: rgba(214, 154, 158, .32);--status-info-text: #a8b7d8;--status-info-bg: rgba(168, 183, 216, .14);--status-info-border: rgba(168, 183, 216, .32);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition-fast: .15s ease;--transition-normal: .3s cubic-bezier(.25, .8, .25, 1);--btn-primary-text: #fff;--nav-scrolled-bg: rgba(15, 17, 21, .85)}[data-theme=light]{--bg-dark: #f0e8ed;--bg-darker: #e8dde5;--text-primary: #1a1525;--text-secondary: #5a4e6a;--text-muted: #8a7f96;--accent-primary: #8e7d9f;--accent-secondary: #6b5b7b;--accent-gradient: linear-gradient(135deg, #8e7d9f, #6b5b7b);--surface-color: rgba(0, 0, 0, .03);--surface-hover: rgba(0, 0, 0, .06);--border-color: rgba(0, 0, 0, .1);--status-success-text: #3f7d5b;--status-success-bg: rgba(63, 125, 91, .12);--status-success-border: rgba(63, 125, 91, .26);--status-warning-text: #8b6d2f;--status-warning-bg: rgba(139, 109, 47, .12);--status-warning-border: rgba(139, 109, 47, .26);--status-error-text: #9a545e;--status-error-bg: rgba(154, 84, 94, .12);--status-error-border: rgba(154, 84, 94, .26);--status-info-text: #556789;--status-info-bg: rgba(85, 103, 137, .12);--status-info-border: rgba(85, 103, 137, .26);--btn-primary-text: #fff;--nav-scrolled-bg: rgba(240, 232, 237, .9)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);line-height:1.2}a{color:var(--text-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-primary)}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--surface-color);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;transition:transform var(--transition-normal),background var(--transition-normal)}.glass-card:hover{background:var(--surface-hover)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:500;font-size:1rem;transition:all var(--transition-normal);text-transform:capitalize;gap:.5rem}.btn-primary{background:var(--accent-primary);color:var(--btn-primary-text);box-shadow:0 4px 14px #c5b3c04d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c5b3c066;color:var(--btn-primary-text)}.btn-secondary{background:var(--surface-color);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--surface-hover)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.input-base{width:100%;padding:.8rem 1rem;border-radius:var(--radius-md);background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition-normal)}.input-base:focus{border-color:var(--accent-primary);background:#c5b3c00d;outline:none}.page-transition{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}@media (max-width: 640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}.assistant-shell.svelte-g5gb8q{position:fixed;right:1.5rem;bottom:1.5rem;z-index:70;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.assistant-panel.svelte-g5gb8q{width:min(390px,calc(100vw - 2rem));height:min(620px,calc(100vh - 7rem));display:grid;grid-template-rows:auto 1fr auto auto auto;overflow:hidden;border:1px solid var(--border-color);border-radius:18px;background:color-mix(in srgb,var(--bg-darker) 94%,transparent);box-shadow:0 24px 80px #00000061;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.assistant-header.svelte-g5gb8q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid var(--border-color);background:var(--surface-color)}.assistant-title.svelte-g5gb8q{display:flex;align-items:center;gap:.75rem;min-width:0}.assistant-title.svelte-g5gb8q h2:where(.svelte-g5gb8q){font-size:1.05rem;letter-spacing:0}.assistant-title.svelte-g5gb8q p:where(.svelte-g5gb8q){color:var(--text-secondary);font-size:.8rem;line-height:1.3}.assistant-avatar.svelte-g5gb8q,.assistant-toggle.svelte-g5gb8q{position:relative;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#15131b}.assistant-avatar.svelte-g5gb8q{width:46px;height:46px;border-radius:14px}.assistant-avatar.svelte-g5gb8q img:where(.svelte-g5gb8q),.assistant-toggle.svelte-g5gb8q img:where(.svelte-g5gb8q){width:100%;height:100%;object-fit:cover;object-position:center}.assistant-icon-btn.svelte-g5gb8q,.assistant-send.svelte-g5gb8q{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:var(--text-primary);background:var(--surface-color);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.assistant-icon-btn.svelte-g5gb8q{width:34px;height:34px}.assistant-icon-btn.svelte-g5gb8q:hover,.assistant-send.svelte-g5gb8q:hover:not(:disabled){color:var(--btn-primary-text);background:var(--accent-primary);transform:translateY(-1px)}.assistant-messages.svelte-g5gb8q{overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.assistant-message.svelte-g5gb8q{max-width:88%;width:fit-content;border:1px solid var(--border-color);border-radius:16px;padding:.75rem .85rem;line-height:1.45;font-size:.92rem;white-space:pre-wrap}.assistant-message.svelte-g5gb8q p:where(.svelte-g5gb8q){margin:0}.assistant-message.assistant.svelte-g5gb8q{align-self:flex-start;color:var(--text-primary);background:var(--surface-color);border-bottom-left-radius:6px}.assistant-message.user.svelte-g5gb8q{align-self:flex-end;color:var(--btn-primary-text);background:var(--accent-primary);border-color:transparent;border-bottom-right-radius:6px}.assistant-message.typing.svelte-g5gb8q{display:flex;gap:.3rem;align-items:center;min-height:40px}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q){width:7px;height:7px;border-radius:50%;background:var(--accent-primary);animation:svelte-g5gb8q-assistantTyping 1s ease-in-out infinite}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q):nth-child(2){animation-delay:.15s}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q):nth-child(3){animation-delay:.3s}@keyframes svelte-g5gb8q-assistantTyping{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.assistant-suggestions.svelte-g5gb8q{display:flex;gap:.5rem;overflow-x:auto;padding:0 1rem .8rem}.assistant-suggestions.svelte-g5gb8q button:where(.svelte-g5gb8q){flex:0 0 auto;max-width:180px;padding:.5rem .7rem;border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);background:var(--surface-color);font-size:.78rem;white-space:nowrap;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.assistant-suggestions.svelte-g5gb8q button:where(.svelte-g5gb8q):hover{color:var(--text-primary);border-color:var(--accent-primary);background:var(--surface-hover)}.assistant-error.svelte-g5gb8q{margin:0 1rem .8rem;padding:.65rem .75rem;border:1px solid var(--status-error-border);border-radius:var(--radius-sm);color:var(--status-error-text);background:var(--status-error-bg);font-size:.82rem}.assistant-input.svelte-g5gb8q{display:grid;grid-template-columns:1fr auto;gap:.6rem;padding:1rem;border-top:1px solid var(--border-color);background:var(--surface-color)}.assistant-input.svelte-g5gb8q textarea:where(.svelte-g5gb8q){min-height:44px;max-height:120px;resize:vertical;border:1px solid var(--border-color);border-radius:14px;padding:.75rem .85rem;color:var(--text-primary);background:var(--bg-dark);font-family:var(--font-body);font-size:.9rem;line-height:1.35;outline:none}.assistant-input.svelte-g5gb8q textarea:where(.svelte-g5gb8q):focus{border-color:var(--accent-primary)}.assistant-send.svelte-g5gb8q{width:44px;height:44px;align-self:end}.assistant-send.svelte-g5gb8q:disabled{cursor:not-allowed;color:var(--text-muted);opacity:.7}.assistant-toggle.svelte-g5gb8q{width:72px;height:72px;border-radius:22px;box-shadow:0 16px 38px #00000052;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.assistant-toggle.svelte-g5gb8q:hover{transform:translateY(-2px);box-shadow:0 20px 44px #0006}.assistant-pulse.svelte-g5gb8q{position:absolute;right:8px;bottom:8px;width:13px;height:13px;border:2px solid #15131b;border-radius:50%;background:var(--status-success-text)}@media (max-width: 640px){.assistant-shell.svelte-g5gb8q{right:1rem;bottom:1rem}.assistant-panel.svelte-g5gb8q{width:calc(100vw - 2rem);height:min(590px,calc(100vh - 5rem));border-radius:16px}.assistant-toggle.svelte-g5gb8q{width:62px;height:62px;border-radius:18px}}.announcement-bar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:32px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);color:#1a1525;display:flex;align-items:center;z-index:51;overflow:hidden;transition:transform var(--transition-normal)}.announcement-hidden.svelte-12qhfyh{transform:translateY(-100%)}.marquee-wrapper.svelte-12qhfyh{width:100%;overflow:hidden}.marquee.svelte-12qhfyh{display:flex;width:max-content;white-space:nowrap;animation:svelte-12qhfyh-marquee 25s linear infinite;will-change:transform}.marquee-content.svelte-12qhfyh{display:flex;flex-shrink:0}.marquee.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.8rem;font-weight:600;letter-spacing:.05em;padding-right:2rem}@keyframes svelte-12qhfyh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar.svelte-12qhfyh{position:fixed;top:32px;left:0;right:0;z-index:50;transition:all var(--transition-normal);padding:.75rem 0;background:transparent}.nav-scrolled.svelte-12qhfyh{top:0;background:var(--nav-scrolled-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.5rem 0;border-bottom:1px solid var(--border-color)}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:baseline;gap:.4rem;font-size:1.6rem;font-family:Borel,cursive;font-weight:400;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5));transition:filter var(--transition-fast);line-height:1}.nav-scrolled.svelte-12qhfyh .logo:where(.svelte-12qhfyh){filter:none}.logo-img.svelte-12qhfyh{align-self:center}.logo-text.svelte-12qhfyh{font-family:Borel,cursive;letter-spacing:-.02em;color:#fff;transition:color var(--transition-fast);line-height:1;position:relative;top:.3em}.navbar.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){top:.74em}.nav-scrolled.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){color:var(--text-primary)}.logo-img.svelte-12qhfyh{height:3rem;width:auto}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-link.svelte-12qhfyh{font-weight:600;font-size:.95rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);position:relative;padding:.5rem 0;transition:color var(--transition-fast),text-shadow var(--transition-fast)}.nav-scrolled.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){color:var(--text-secondary);text-shadow:none}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-gradient);transition:width var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{color:var(--text-primary)}.nav-link.svelte-12qhfyh:hover:after{width:100%}.nav-actions.svelte-12qhfyh{display:flex;gap:1.5rem;align-items:center}.currency-select.svelte-12qhfyh{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:var(--font-body);font-size:.8rem;font-weight:600;padding:.3rem .5rem;border-radius:var(--radius-sm);cursor:pointer;outline:none;letter-spacing:.03em;transition:all var(--transition-fast);filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.currency-select.svelte-12qhfyh option:where(.svelte-12qhfyh){background:var(--bg-dark);color:var(--text-primary)}.currency-select.svelte-12qhfyh:hover{border-color:var(--accent-primary)}.nav-scrolled.svelte-12qhfyh .currency-select:where(.svelte-12qhfyh){color:var(--text-primary);border-color:var(--border-color);filter:none}.nav-scrolled.svelte-12qhfyh .currency-select:where(.svelte-12qhfyh):hover{border-color:var(--accent-primary)}.action-btn.svelte-12qhfyh{color:#fff;font-size:1.25rem;background:transparent;border:none;padding:0;cursor:pointer;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));transition:transform var(--transition-fast),color var(--transition-fast),filter var(--transition-fast)}.nav-scrolled.svelte-12qhfyh .action-btn:where(.svelte-12qhfyh){color:var(--text-primary);filter:none}.action-btn.svelte-12qhfyh:hover{color:var(--accent-primary);transform:scale(1.1)}.cart-btn.svelte-12qhfyh{position:relative}.cart-badge.svelte-12qhfyh{position:absolute;top:-8px;right:-10px;background:var(--accent-primary);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.hamburger-btn.svelte-12qhfyh,.mobile-overlay.svelte-12qhfyh,.mobile-menu.svelte-12qhfyh{display:none}main.svelte-12qhfyh{min-height:80vh;padding-top:5rem}.footer.svelte-12qhfyh{background:var(--bg-darker);border-top:1px solid var(--border-color);padding-top:4rem;margin-top:4rem}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:1.5rem;font-size:1.2rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--text-secondary);margin-bottom:.8rem;font-size:.95rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-primary);transform:translate(4px)}.footer-bottom.svelte-12qhfyh{padding:2rem 0;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9rem}.hide-mobile.svelte-12qhfyh{display:inline-flex}@media (max-width: 1024px){.nav-links.svelte-12qhfyh{gap:1.25rem}.nav-link.svelte-12qhfyh{font-size:.85rem}}@media (max-width: 768px){.announcement-bar.svelte-12qhfyh{height:28px}.marquee.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.7rem}.navbar.svelte-12qhfyh{top:28px}.nav-links.svelte-12qhfyh,.hide-mobile.svelte-12qhfyh{display:none}.hamburger-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;font-size:1.3rem}.nav-actions.svelte-12qhfyh{gap:1.25rem}.logo-img.svelte-12qhfyh{height:2.25rem}.logo.svelte-12qhfyh{font-size:1.25rem}.mobile-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;animation:svelte-12qhfyh-fadeIn .2s ease}.mobile-menu.svelte-12qhfyh{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:280px;max-width:80vw;height:100vh;background:var(--bg-dark);border-left:1px solid var(--border-color);z-index:100;padding:5rem 1.5rem 2rem;overflow-y:auto;animation:svelte-12qhfyh-slideInRight .25s ease-out}.mobile-menu-section.svelte-12qhfyh{margin-bottom:2rem}.mobile-menu-label.svelte-12qhfyh{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.75rem;padding:.85rem .5rem;color:var(--text-secondary);font-size:1rem;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-hover);color:var(--text-primary)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh) i:where(.svelte-12qhfyh){width:20px;text-align:center;color:var(--accent-secondary)}.mobile-cart-count.svelte-12qhfyh{color:var(--accent-primary);font-weight:700}@keyframes svelte-12qhfyh-slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.footer.svelte-12qhfyh{padding-top:2.5rem;margin-top:2.5rem}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom.svelte-12qhfyh{padding:1.5rem 0}main.svelte-12qhfyh{padding-top:4rem}}
