@font-face{font-family:HKNova;src:url(../../../fonts/HKNova-Regular.woff2) format("woff2");font-weight:400 600;font-style:normal;font-display:swap}@font-face{font-family:HKNova;src:url(../../../fonts/HKNova-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary: #191f39;--color-primary-hover: #111629;--color-accent: #3b82f6;--color-accent-dark: #2563eb;--color-accent-light: rgb(59 130 246 / .1);--color-highlight: #ffddbf;--color-brand-purple: #4e3f89;--color-bg: #ffffff;--color-white: #ffffff;--color-text: #000000;--color-text-secondary: rgb(0 0 0 / .68);--color-text-muted: rgb(0 0 0 / .52);--color-border: rgb(0 0 0 / .1);--color-neutral-50: #f7f4f3;--color-neutral-100: #f7f4f3;--color-neutral-200: #ece8e7;--color-neutral-300: #d8d3d1;--color-sage: #f7f4f3;--color-sand: #ffddbf;--color-error: #C45B5B;--color-error-light: rgba(196, 91, 91, .1);--color-success: #5B9A6B;--color-warning: #C49B5B;--font-display: "HKNova", sans-serif;--font-body: "HKNova", sans-serif;--page-width: 1900px;--page-padding: 20px;--section-space: 72px;--radius-sm: 6px;--radius-md: clamp(10px, 1.053vw, 20px);--radius-lg: clamp(16px, 1.578vw, 30px);--shadow-soft: 0 10px 30px rgb(0 0 0 / .08);--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--text-5xl: 48px;--text-h1: 36px;--text-h2: 24px;--text-h3: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:var(--font-body);font-weight:400;line-height:1.2;color:var(--color-text);background-color:var(--color-bg)}#app{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1;letter-spacing:-.03em}::selection{background:var(--color-accent);color:#fff}:focus-visible{outline:2px solid #0b61cd;outline-offset:3px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-neutral-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}@media (max-width: 767px){::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}}@media (min-width: 768px){:root{--text-h1: 48px;--text-h2: 30px;--text-h3: 24px}}@media (min-width: 1024px){:root{--page-padding: 48px;--section-space: 96px;--text-h1: 56px;--text-h2: 36px;--text-h3: 30px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.search.svelte-1ulcrd7{display:flex;align-items:center;gap:8px;background:var(--color-neutral-100);border:1px solid transparent;border-radius:12px;padding:0 16px;transition:all .3s ease;width:100%}.search.svelte-1ulcrd7:focus-within{border-color:var(--color-accent);background:var(--color-white)}.search__icon.svelte-1ulcrd7{width:18px;height:18px;color:var(--color-text-muted);flex-shrink:0}.search__input.svelte-1ulcrd7{flex:1;border:none;background:transparent;padding:12px 0;font-family:var(--font-body);font-size:14px;color:var(--color-text);outline:none;min-width:0}.search__input.svelte-1ulcrd7::placeholder{color:var(--color-text-muted)}.search__clear.svelte-1ulcrd7{width:20px;height:20px;border:none;background:none;padding:0;cursor:pointer;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.search__clear.svelte-1ulcrd7 svg:where(.svelte-1ulcrd7){width:14px;height:14px}.search__clear.svelte-1ulcrd7:hover{color:var(--color-text)}.brand-logo.svelte-rpx1vf{display:flex;align-items:center;justify-content:center;max-width:100%}.brand-logo__image.svelte-rpx1vf{display:block;width:auto;max-width:var(--brand-logo-max-width, 220px);height:auto;max-height:var(--brand-logo-height, 52px);object-fit:contain;object-position:center;transition:filter .24s ease,opacity .24s ease}.brand-logo__image--black.svelte-rpx1vf{filter:brightness(0) saturate(100%)}.brand-logo__image--white.svelte-rpx1vf{filter:brightness(0) saturate(100%) invert(1)}.brand-logo__image--original.svelte-rpx1vf{filter:none}.brand-logo__fallback.svelte-rpx1vf{color:currentColor;font-family:var(--font-display);font-size:var(--brand-logo-fallback-size, 18px);font-weight:400;letter-spacing:var(--brand-logo-fallback-spacing, -.02em);line-height:1;white-space:nowrap}@media (prefers-reduced-motion: reduce){.brand-logo__image.svelte-rpx1vf{transition:none}}.header.svelte-ssrqy9{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--header-border, transparent);background:var(--header-background, rgb(255 255 255 / .98));color:var(--header-content-color, var(--color-text));backdrop-filter:blur(var(--header-blur, 12px));-webkit-backdrop-filter:blur(var(--header-blur, 12px));transition:transform .28s ease,opacity .28s ease,background 80ms linear,color 80ms linear,border-color .16s ease,box-shadow .3s ease,backdrop-filter .18s ease}.header--hidden.svelte-ssrqy9{transform:translateY(-100%);opacity:0;pointer-events:none}.header--scrolled.svelte-ssrqy9{box-shadow:0 10px 30px #0000000d}.header__announcement.svelte-ssrqy9{height:48px;display:flex;align-items:center;justify-content:center;gap:clamp(34px,8vw,120px);padding:0 var(--page-padding);background:#f7f4f3;color:#191f39;font-size:13px;font-weight:700}.header__announcement-item.svelte-ssrqy9{display:inline-flex;align-items:center;gap:8px}.header__announcement-item.svelte-ssrqy9 svg:where(.svelte-ssrqy9){width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.header__inner.svelte-ssrqy9{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo navigation icons";align-items:center;column-gap:24px;padding:20px;min-height:80px;max-width:1900px;margin:0 auto}@media (min-width: 768px){.header__inner.svelte-ssrqy9{padding:36px 48px 16px;min-height:104px}}.header__left.svelte-ssrqy9{grid-area:navigation;display:flex;align-items:center;justify-content:center;gap:8px}.header__dashboard-btn.svelte-ssrqy9{flex:0 0 40px;margin-right:4px}.header__menu-btn.svelte-ssrqy9{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;color:currentColor;padding:0}.header__menu-btn.svelte-ssrqy9 svg:where(.svelte-ssrqy9){width:22px;height:22px}@media (min-width: 1024px){.header__menu-btn.svelte-ssrqy9{display:none}}.header__nav.svelte-ssrqy9{display:none;gap:4px}@media (min-width: 1024px){.header__nav.svelte-ssrqy9{display:flex}}.header__nav-link.svelte-ssrqy9{min-height:42px;padding:0 20px;border-radius:60px;font-size:clamp(14px,.748rem + .3174vw,18px);font-weight:500;letter-spacing:0;color:currentColor;background:none;border:none;cursor:pointer;position:relative;overflow:hidden;transition:background .5s cubic-bezier(.3,1,.3,1),color .5s cubic-bezier(.3,1,.3,1);font-family:var(--font-body)}.header__nav-link.svelte-ssrqy9:hover{color:#fff;background:#000}.header__logo.svelte-ssrqy9{grid-area:logo;display:flex;flex-direction:column;align-items:center;line-height:1;gap:0;cursor:pointer;border:none;background:none;padding:0;color:currentColor;--brand-logo-height: 41px;--brand-logo-max-width: 80px;--brand-logo-fallback-size: 19px;--brand-logo-fallback-spacing: -.02em}@media (min-width: 768px){.header__logo.svelte-ssrqy9{--brand-logo-height: 52px;--brand-logo-max-width: 100px;--brand-logo-fallback-size: 23px;--brand-logo-fallback-spacing: -.02em}}.header__right.svelte-ssrqy9{grid-area:icons;display:flex;align-items:center;gap:4px;justify-content:flex-end}.header__icon-btn.svelte-ssrqy9{position:relative;width:40px;height:40px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:currentColor;padding:0;transition:color .2s ease}.header__icon-btn.svelte-ssrqy9:hover{color:var(--color-accent)}.header__icon-btn.svelte-ssrqy9 svg:where(.svelte-ssrqy9){width:20px;height:20px}.header__icon-btn--desktop.svelte-ssrqy9{display:none}@media (min-width: 768px){.header__icon-btn--desktop.svelte-ssrqy9{display:flex}}.header__badge.svelte-ssrqy9{position:absolute;top:4px;right:4px;min-width:16px;height:16px;border-radius:8px;background:#3b82f6;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.header__badge--dot.svelte-ssrqy9{min-width:8px;width:8px;height:8px;padding:0;top:8px;right:8px}.header__search.svelte-ssrqy9{border-top:1px solid var(--color-border);padding:12px 16px;animation:svelte-ssrqy9-slideDown .2s ease}@media (max-width: 1023px){.header__inner.svelte-ssrqy9{grid-template-columns:1fr auto 1fr;grid-template-areas:"navigation logo icons"}.header__left.svelte-ssrqy9{justify-content:flex-start}.header__right.svelte-ssrqy9{gap:0}}@media (max-width: 560px){.header__announcement.svelte-ssrqy9{justify-content:center;font-size:12px}.header__announcement-item--secondary.svelte-ssrqy9{display:none}.header__right.svelte-ssrqy9 .header__icon-btn:where(.svelte-ssrqy9):nth-child(2){display:none}}@media (min-width: 768px){.header__search.svelte-ssrqy9{padding:12px 32px}}.header__search-inner.svelte-ssrqy9{max-width:640px;margin:0 auto}@keyframes svelte-ssrqy9-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}footer.svelte-gv7xsr{background:#fff;color:#000}.footer.svelte-gv7xsr{display:grid;grid-template-columns:120px repeat(3,minmax(130px,1fr)) minmax(280px,1.25fr);gap:clamp(32px,3vw,64px);padding:72px var(--page-padding);background:#f7f4f3;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.footer__logo.svelte-gv7xsr{align-self:start;width:98px;border:0;background:transparent;padding:0}.footer__logo.svelte-gv7xsr img:where(.svelte-gv7xsr){width:98px;height:50px;object-fit:contain}h2.svelte-gv7xsr{color:#000;font-size:clamp(16px,.746rem + .6349vw,24px);font-weight:500;line-height:1.2;letter-spacing:-.03em;margin:0 0 24px}nav.svelte-gv7xsr{display:flex;flex-direction:column;align-items:flex-start;gap:12px}nav.svelte-gv7xsr button:where(.svelte-gv7xsr){border:0;background:transparent;color:#000000ad;font-size:14px;line-height:1.4;padding:0;text-align:left}nav.svelte-gv7xsr button:where(.svelte-gv7xsr):hover,.footer__bottom.svelte-gv7xsr a:where(.svelte-gv7xsr):hover{color:#3b82f6}.footer__newsletter.svelte-gv7xsr form:where(.svelte-gv7xsr){position:relative}.footer__newsletter.svelte-gv7xsr input:where(.svelte-gv7xsr){width:100%;height:52px;padding:0 62px 0 20px;border:1px solid rgb(0 0 0 / .14);border-radius:6px;background:#fff;color:#000;font-size:14px}.footer__newsletter.svelte-gv7xsr form:where(.svelte-gv7xsr) button:where(.svelte-gv7xsr){position:absolute;top:6px;right:6px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:60px;background:#3b82f6;color:#fff}.footer__newsletter.svelte-gv7xsr svg:where(.svelte-gv7xsr){width:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.footer__newsletter.svelte-gv7xsr p:where(.svelte-gv7xsr){color:#0009;font-size:14px;line-height:1.35;margin:16px 0 0}.footer__bottom.svelte-gv7xsr{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px var(--page-padding);background:#fff;font-size:12px}.footer__bottom.svelte-gv7xsr p:where(.svelte-gv7xsr){margin:0}@media (max-width: 1100px){.footer.svelte-gv7xsr{grid-template-columns:repeat(3,1fr)}.footer__logo.svelte-gv7xsr{grid-column:1 / -1}.footer__newsletter.svelte-gv7xsr{grid-column:1 / -1;max-width:600px}}@media (max-width: 700px){.footer.svelte-gv7xsr{grid-template-columns:1fr;padding-top:48px;padding-bottom:48px}.footer__logo.svelte-gv7xsr,.footer__newsletter.svelte-gv7xsr{grid-column:auto}.footer__column.svelte-gv7xsr{padding-bottom:24px;border-bottom:1px solid rgb(0 0 0 / .1)}.footer__bottom.svelte-gv7xsr{min-height:112px;flex-direction:column;justify-content:center}}.mobile-nav__backdrop.svelte-1euc9wl{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:90;animation:svelte-1euc9wl-fadeIn .2s ease}.mobile-nav.svelte-1euc9wl{position:fixed;top:128px;left:0;bottom:0;width:min(320px,85vw);background:var(--color-white);z-index:95;display:flex;flex-direction:column;justify-content:space-between;padding:32px 20px;animation:svelte-1euc9wl-slideIn .3s ease;overflow-y:auto}.mobile-nav__links.svelte-1euc9wl{display:flex;flex-direction:column;gap:0}.mobile-nav__link.svelte-1euc9wl{font-family:var(--font-display);font-size:24px;letter-spacing:-.03em;font-weight:400;color:var(--color-text);padding:16px 0;border:none;border-bottom:1px solid var(--color-border);background:none;cursor:pointer;text-align:left;transition:color .2s ease;width:100%}.mobile-nav__link.svelte-1euc9wl:hover{color:var(--color-accent)}.mobile-nav__footer.svelte-1euc9wl{display:flex;flex-direction:column;gap:16px;padding-top:24px;border-top:1px solid var(--color-border)}.mobile-nav__footer-link.svelte-1euc9wl{font-size:13px;letter-spacing:.5px;color:var(--color-text-secondary);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;padding:0;font-family:var(--font-body)}.mobile-nav__footer-link.svelte-1euc9wl:hover{color:var(--color-accent)}@media (min-width: 1024px){.mobile-nav__backdrop.svelte-1euc9wl,.mobile-nav.svelte-1euc9wl{display:none}}@keyframes svelte-1euc9wl-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1euc9wl-slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer__backdrop.svelte-o1gtgv{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;animation:svelte-o1gtgv-fadeIn .2s ease}.drawer.svelte-o1gtgv{position:fixed;top:0;right:0;bottom:0;width:min(400px,90vw);background:var(--color-bg);z-index:210;display:flex;flex-direction:column;animation:svelte-o1gtgv-slideInRight .3s ease}.drawer__header.svelte-o1gtgv{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.drawer__title.svelte-o1gtgv{font-family:var(--font-display);font-size:18px;font-weight:500;margin:0}.drawer__close.svelte-o1gtgv{width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);padding:0}.drawer__close.svelte-o1gtgv svg:where(.svelte-o1gtgv){width:20px;height:20px}.drawer__body.svelte-o1gtgv{flex:1;overflow-y:auto;padding:0 24px}.drawer__empty.svelte-o1gtgv{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:var(--color-text-muted)}.drawer__empty.svelte-o1gtgv svg:where(.svelte-o1gtgv){width:48px;height:48px}.drawer__empty.svelte-o1gtgv p:where(.svelte-o1gtgv){font-size:14px;margin:0}.drawer__footer.svelte-o1gtgv{padding:20px 24px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:12px}.drawer__subtotal.svelte-o1gtgv{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--color-text)}.drawer__subtotal-amount.svelte-o1gtgv{font-weight:600;font-size:18px}.drawer__shipping-note.svelte-o1gtgv{font-size:12px;color:var(--color-text-muted);margin:0}.drawer__view-cart.svelte-o1gtgv{font-size:12px;letter-spacing:.5px;text-decoration:underline;color:var(--color-text-secondary);background:none;border:none;cursor:pointer;padding:4px 0;text-align:center;font-family:var(--font-body)}.drawer__view-cart.svelte-o1gtgv:hover{color:var(--color-accent)}@keyframes svelte-o1gtgv-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-o1gtgv-slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.login-form.svelte-1p4rrh{display:flex;flex-direction:column;gap:20px;padding:32px 24px}.login-form__header.svelte-1p4rrh{text-align:center;margin-bottom:8px}.login-form__header.svelte-1p4rrh h2:where(.svelte-1p4rrh){font-family:var(--font-display);font-size:24px;font-weight:400;margin:0 0 8px;color:var(--color-text)}.login-form__header.svelte-1p4rrh p:where(.svelte-1p4rrh){font-size:13px;color:var(--color-text-muted);margin:0}.login-form__fields.svelte-1p4rrh{display:flex;flex-direction:column;gap:16px}.login-form__forgot.svelte-1p4rrh{background:none;border:none;color:var(--color-accent);font-size:12px;text-align:right;cursor:pointer;padding:0;margin-top:-8px;font-family:var(--font-body)}.login-form__forgot.svelte-1p4rrh:hover{text-decoration:underline}.login-form__error.svelte-1p4rrh{font-size:13px;color:var(--color-error, #c0392b);background:#fdf0ef;padding:10px 14px;border-radius:2px;margin:0;line-height:1.4}.login-form__divider.svelte-1p4rrh{position:relative;text-align:center;margin:8px 0}.login-form__divider.svelte-1p4rrh:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--color-border)}.login-form__divider.svelte-1p4rrh span:where(.svelte-1p4rrh){position:relative;background:#fff;padding:0 12px;font-size:12px;color:var(--color-text-muted)}.login-form__register.svelte-1p4rrh{background:none;border:1px solid var(--color-border);padding:12px;border-radius:2px;cursor:pointer;font-size:13px;color:var(--color-text-secondary);transition:border-color .2s ease;font-family:var(--font-body)}.login-form__register.svelte-1p4rrh:hover{border-color:var(--color-accent)}.login-form__register.svelte-1p4rrh strong:where(.svelte-1p4rrh){color:var(--color-accent)}.register-form.svelte-1mxnh87{display:flex;flex-direction:column;gap:20px;padding:32px 24px}.register-form__header.svelte-1mxnh87{text-align:center;margin-bottom:8px}.register-form__header.svelte-1mxnh87 h2:where(.svelte-1mxnh87){font-family:var(--font-display);font-size:24px;font-weight:400;margin:0 0 8px;color:var(--color-text)}.register-form__header.svelte-1mxnh87 p:where(.svelte-1mxnh87){font-size:13px;color:var(--color-text-muted);margin:0}.register-form__fields.svelte-1mxnh87{display:flex;flex-direction:column;gap:16px}.register-form__row.svelte-1mxnh87{display:grid;grid-template-columns:1fr 1fr;gap:12px}.register-form__error.svelte-1mxnh87{font-size:12px;color:var(--color-error);margin:-8px 0 0}.register-form__server-error.svelte-1mxnh87{font-size:13px;color:var(--color-error, #c0392b);background:#fdf0ef;padding:10px 14px;border-radius:2px;margin:0;line-height:1.4}.register-form__checkbox.svelte-1mxnh87{display:flex;gap:8px;font-size:12px;color:var(--color-text-secondary);cursor:pointer;line-height:1.4}.register-form__checkbox.svelte-1mxnh87 input:where(.svelte-1mxnh87){margin-top:2px;accent-color:var(--color-accent)}.register-form__checkbox.svelte-1mxnh87 a:where(.svelte-1mxnh87){color:var(--color-accent);text-decoration:none}.register-form__checkbox.svelte-1mxnh87 a:where(.svelte-1mxnh87):hover{text-decoration:underline}.register-form__divider.svelte-1mxnh87{position:relative;text-align:center;margin:8px 0}.register-form__divider.svelte-1mxnh87:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--color-border)}.register-form__divider.svelte-1mxnh87 span:where(.svelte-1mxnh87){position:relative;background:#fff;padding:0 12px;font-size:12px;color:var(--color-text-muted)}.register-form__login.svelte-1mxnh87{background:none;border:1px solid var(--color-border);padding:12px;border-radius:2px;cursor:pointer;font-size:13px;color:var(--color-text-secondary);transition:border-color .2s ease;font-family:var(--font-body)}.register-form__login.svelte-1mxnh87:hover{border-color:var(--color-accent)}.register-form__login.svelte-1mxnh87 strong:where(.svelte-1mxnh87){color:var(--color-accent)}.account-drawer.svelte-1f1sc3w{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;pointer-events:none}.account-drawer--open.svelte-1f1sc3w{pointer-events:all}.account-drawer__overlay.svelte-1f1sc3w{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0006;opacity:0;transition:opacity .3s ease;cursor:pointer}.account-drawer--open.svelte-1f1sc3w .account-drawer__overlay:where(.svelte-1f1sc3w){opacity:1}.account-drawer__panel.svelte-1f1sc3w{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--color-white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #0000001a}.account-drawer--open.svelte-1f1sc3w .account-drawer__panel:where(.svelte-1f1sc3w){transform:translate(0)}.account-drawer__header.svelte-1f1sc3w{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--color-border)}.account-drawer__title.svelte-1f1sc3w{font-family:var(--font-display);font-size:24px;font-weight:400;margin:0;color:var(--color-text)}.account-drawer__close.svelte-1f1sc3w{width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);padding:0;transition:color .2s ease}.account-drawer__close.svelte-1f1sc3w:hover{color:var(--color-accent)}.account-drawer__close.svelte-1f1sc3w svg:where(.svelte-1f1sc3w){width:20px;height:20px}.account-drawer__content.svelte-1f1sc3w{flex:1;overflow-y:auto}.account-drawer__user.svelte-1f1sc3w{display:flex;align-items:center;gap:16px;padding:24px;border-bottom:1px solid var(--color-border);background:none;cursor:pointer;text-align:left;transition:background-color .2s ease;width:100%}.account-drawer__user.svelte-1f1sc3w:hover{background-color:var(--color-neutral-50)}.account-drawer__user-info.svelte-1f1sc3w{flex:1;min-width:0}.account-drawer__user-name.svelte-1f1sc3w{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 4px}.account-drawer__user-email.svelte-1f1sc3w{font-size:13px;color:var(--color-text-muted);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-drawer__menu.svelte-1f1sc3w{display:flex;flex-direction:column;padding:8px 0}.account-drawer__menu-item.svelte-1f1sc3w{display:flex;align-items:center;gap:16px;padding:16px 24px;border:none;background:none;cursor:pointer;text-align:left;font-size:15px;color:var(--color-text);transition:background-color .2s ease;font-family:var(--font-body);border-bottom:1px solid var(--color-border)}.account-drawer__menu-item.svelte-1f1sc3w:hover{background:var(--color-neutral-50)}.account-drawer__menu-item--logout.svelte-1f1sc3w{color:var(--color-error)}.account-drawer__menu-icon.svelte-1f1sc3w{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);flex-shrink:0}.account-drawer__menu-item--logout.svelte-1f1sc3w .account-drawer__menu-icon:where(.svelte-1f1sc3w){color:var(--color-error)}.account-drawer__menu-icon.svelte-1f1sc3w svg:where(.svelte-1f1sc3w){width:20px;height:20px}.store-modal.svelte-hp0kd5{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:1rem}.store-modal--open.svelte-hp0kd5{opacity:1;pointer-events:all}.store-modal__content.svelte-hp0kd5{background:var(--color-white);border-radius:12px;width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #00000026;transform:translateY(16px) scale(.98);transition:transform .3s ease}.store-modal--open.svelte-hp0kd5 .store-modal__content:where(.svelte-hp0kd5){transform:translateY(0) scale(1)}.store-modal__header.svelte-hp0kd5{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--color-border);flex-shrink:0}.store-modal__header.svelte-hp0kd5 h2:where(.svelte-hp0kd5){font-family:var(--font-display);font-size:22px;font-weight:500;color:var(--color-text);margin:0}.store-modal__close.svelte-hp0kd5{width:36px;height:36px;border:none;background:var(--color-neutral-100);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background-color .2s ease,color .2s ease}.store-modal__close.svelte-hp0kd5:hover{background:var(--color-neutral-200);color:var(--color-accent)}.store-modal__close.svelte-hp0kd5 svg:where(.svelte-hp0kd5){width:18px;height:18px}.store-modal__body.svelte-hp0kd5{overflow-y:auto;padding:24px 28px;flex:1}.store-modal__loading.svelte-hp0kd5{display:flex;justify-content:center;padding:48px 0}.store-modal__empty.svelte-hp0kd5{text-align:center;color:var(--color-text-muted);font-size:15px;padding:48px 0}.store-modal__current.svelte-hp0kd5{margin-bottom:24px}.store-modal__current-label.svelte-hp0kd5{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:10px}.store-modal__list-header.svelte-hp0kd5{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:12px}.store-modal__grid.svelte-hp0kd5{display:flex;flex-direction:column;gap:12px}.store-card.svelte-hp0kd5{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-white);text-align:left;cursor:default;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;font-family:inherit;width:100%}button.store-card.svelte-hp0kd5{cursor:pointer}button.store-card.svelte-hp0kd5:hover{border-color:var(--color-accent);box-shadow:0 4px 16px #c4a2651f;transform:translateY(-1px)}.store-card--active.svelte-hp0kd5{border-color:var(--color-accent);background:linear-gradient(135deg,#c4a2650a,#c4a26514)}.store-card__icon.svelte-hp0kd5{width:44px;height:44px;border-radius:10px;background:var(--color-neutral-100);display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-card--active.svelte-hp0kd5 .store-card__icon:where(.svelte-hp0kd5){background:var(--color-accent-light)}.store-card__icon.svelte-hp0kd5 svg:where(.svelte-hp0kd5){width:22px;height:22px;color:var(--color-text-secondary)}.store-card--active.svelte-hp0kd5 .store-card__icon:where(.svelte-hp0kd5) svg:where(.svelte-hp0kd5){color:var(--color-accent-dark)}.store-card__info.svelte-hp0kd5{flex:1;min-width:0}.store-card__name.svelte-hp0kd5{font-size:15px;font-weight:600;color:var(--color-text);margin:0 0 4px;line-height:1.3}.store-card__address.svelte-hp0kd5{font-size:13px;color:var(--color-text-secondary);margin:0 0 2px;line-height:1.4}.store-card__detail.svelte-hp0kd5{font-size:12px;color:var(--color-text-muted);margin:4px 0 0;display:flex;align-items:center;gap:6px;line-height:1.3}.store-card__detail-icon.svelte-hp0kd5{width:13px;height:13px;flex-shrink:0}.store-card__badge.svelte-hp0kd5{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--color-accent-dark);background:var(--color-accent-light);padding:4px 10px;border-radius:20px;flex-shrink:0;align-self:center}.store-card__link-indicator.svelte-hp0kd5{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;align-self:center;color:var(--color-text-muted);transition:color .2s ease}button.store-card.svelte-hp0kd5:hover .store-card__link-indicator:where(.svelte-hp0kd5){color:var(--color-accent)}.store-card__link-indicator.svelte-hp0kd5 svg:where(.svelte-hp0kd5){width:18px;height:18px}.store-card__link-indicator.svelte-hp0kd5 span:where(.svelte-hp0kd5){font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 640px){.store-modal__content.svelte-hp0kd5{max-width:100%;max-height:90vh;border-radius:12px 12px 0 0;align-self:flex-end}.store-modal.svelte-hp0kd5{align-items:flex-end;padding:0}.store-modal__header.svelte-hp0kd5,.store-modal__body.svelte-hp0kd5{padding:20px}.store-card.svelte-hp0kd5{padding:16px}.store-modal__header.svelte-hp0kd5 h2:where(.svelte-hp0kd5){font-size:19px}}.toast-container.svelte-dvj68d{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast.svelte-dvj68d{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:6px;font-size:13px;font-weight:500;background-color:#1f2937;color:#fff;box-shadow:0 10px 25px #0000004d;animation:svelte-dvj68d-slideIn .35s cubic-bezier(.34,1.56,.64,1);pointer-events:auto;white-space:nowrap;min-width:280px;letter-spacing:.3px}@keyframes svelte-dvj68d-slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast--success.svelte-dvj68d{border-left:3px solid #10b981}.toast--error.svelte-dvj68d{border-left:3px solid #ef4444}.toast--info.svelte-dvj68d{border-left:3px solid #3b82f6}.toast__message.svelte-dvj68d{flex:1;line-height:1.4}.toast__close.svelte-dvj68d{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:#ffffff1a;color:#ffffffb3;border-radius:3px;cursor:pointer;font-size:18px;font-weight:300;transition:all .2s ease;flex-shrink:0}.toast__close.svelte-dvj68d:hover{background-color:#ffffff26;color:#fff}@media (max-width: 640px){.toast-container.svelte-dvj68d{top:12px;right:12px;left:12px}.toast.svelte-dvj68d{min-width:auto;width:100%}}.app-main.svelte-12qhfyh{flex:1;width:100%;margin-top:152px}.app-main--immersive.svelte-12qhfyh{margin-top:0}@media (max-width: 767px){.app-main.svelte-12qhfyh{margin-top:128px}}
