*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-page);color:var(--text-primary);transition:background-color .15s ease,color .15s ease;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;border:none;background:none}input,textarea,select{font:inherit;color:inherit}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}::selection{background:color-mix(in srgb,var(--accent) 20%,transparent);color:var(--text-primary)}:root,[data-theme=light]{--bg-page: #f5f5f5;--bg-surface: #ffffff;--bg-elevated: #f0f0f0;--bg-invert: #0a0a0a;--text-primary: #0a0a0a;--text-secondary: #555555;--text-tertiary: #888888;--text-invert: #ffffff;--border-primary: #e5e5e5;--border-secondary: #efefef;--border-focus: #0a0a0a;--accent: #e8380d;--accent-hover: #c42f0a;--accent-text: #ffffff;--status-active: #0d8a3f;--status-reserved: #d4890a;--status-sold: #888888;--status-error: #cc1100;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-dropdown: 0 4px 16px rgba(0, 0, 0, .12)}[data-theme=dark]{--bg-page: #111111;--bg-surface: #1a1a1a;--bg-elevated: #242424;--bg-invert: #f5f5f5;--text-primary: #f0f0f0;--text-secondary: #aaaaaa;--text-tertiary: #666666;--text-invert: #0a0a0a;--border-primary: #2a2a2a;--border-secondary: #1f1f1f;--border-focus: #f0f0f0;--accent: #ef4b20;--accent-hover: #ff6040;--accent-text: #ffffff;--status-active: #15b858;--status-reserved: #e8a020;--status-sold: #666666;--status-error: #ff3322;--shadow-dropdown: 0 4px 16px rgba(0, 0, 0, .4)}:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--mobile-safe-bottom: env(safe-area-inset-bottom, 0px);--mobile-bottom-nav-height: 72px;--mobile-bottom-nav-offset: calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom))}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", monospace;--type-display: 2.5rem;--type-display-weight: 800;--type-display-tracking: -.02em;--type-h1: 2rem;--type-h1-weight: 800;--type-h1-tracking: -.02em;--type-h2: 1.5rem;--type-h2-weight: 700;--type-h2-tracking: -.01em;--type-h3: 1.25rem;--type-h3-weight: 700;--type-h4: 1rem;--type-h4-weight: 700;--type-body-lg: 1.125rem;--type-body: 1rem;--type-body-sm: .875rem;--type-caption: .75rem;--type-caption-weight: 500;--type-price-xl: 2rem;--type-price-lg: 1.5rem;--type-price-md: 1.125rem;--type-price-sm: .875rem}.container{max-width:1120px;margin:0 auto;padding:0 var(--space-5)}@media(max-width:639px){.container{padding:0 var(--space-4)}html{scroll-padding-bottom:calc(var(--mobile-bottom-nav-offset) + var(--space-4))}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:var(--space-4);padding:var(--space-2) var(--space-4);background:var(--bg-invert);color:var(--text-invert);z-index:9999;font-weight:700;border-radius:var(--radius-md)}.skip-link:focus{top:var(--space-2)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.header.svelte-hv3zzy{position:sticky;top:0;z-index:1000;height:64px;background:var(--bg-surface);border-bottom:1px solid var(--border-secondary)}.header__inner.svelte-hv3zzy{display:flex;align-items:center;height:100%;gap:var(--space-4)}.header__brand.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.header__logo.svelte-hv3zzy{font-size:1.375rem;font-weight:800;letter-spacing:-.02em}.header__search.svelte-hv3zzy{flex:1;max-width:520px;margin:0 auto}.header__search-input.svelte-hv3zzy{width:100%;height:40px;padding:0 var(--space-4);border:1px solid var(--border-primary);border-radius:var(--radius-lg);background:var(--bg-page);font-size:.875rem;transition:border-color .15s ease}.header__search-input.svelte-hv3zzy:focus{outline:none;border-color:var(--accent);background:var(--bg-page)}.header__nav.svelte-hv3zzy{display:flex;align-items:center;gap:var(--space-1);flex-shrink:0}.header__icon-btn.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--text-secondary);transition:color .15s ease}.header__icon-btn.svelte-hv3zzy:hover{color:var(--text-primary)}.header__login-btn.svelte-hv3zzy{height:36px;padding:0 var(--space-4);display:flex;align-items:center;border:1px solid var(--border-primary);border-radius:var(--radius-md);font-weight:700;font-size:.875rem;transition:border-color .15s ease}.header__login-btn.svelte-hv3zzy:hover{border-color:var(--border-focus)}.header__user.svelte-hv3zzy{position:relative}.header__user-btn.svelte-hv3zzy{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--bg-invert);color:var(--text-invert);font-weight:700;font-size:.875rem;cursor:pointer}.header__dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:200px;background:var(--bg-page);border:1px solid var(--border-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:1001}.header__dropdown-item.svelte-hv3zzy{display:block;width:100%;padding:var(--space-3) var(--space-4);font-size:.875rem;text-align:left;transition:background-color .1s ease}.header__dropdown-item.svelte-hv3zzy:hover{background:var(--bg-surface)}.header__dropdown-item--full.svelte-hv3zzy{cursor:pointer}.header__dropdown-divider.svelte-hv3zzy{border:none;border-top:1px solid var(--border-secondary)}.header__burger.svelte-hv3zzy{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:10px}.header__burger-line.svelte-hv3zzy{display:block;width:100%;height:2px;background:var(--text-primary)}.mobile-menu.svelte-hv3zzy{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg-page);border-bottom:2px solid var(--border-primary);padding:var(--space-4);max-height:calc(100vh - 64px);overflow-y:auto}.mobile-menu__search.svelte-hv3zzy{margin-bottom:var(--space-4)}.mobile-menu__nav.svelte-hv3zzy{display:flex;flex-direction:column}.mobile-menu__link.svelte-hv3zzy{padding:var(--space-3) 0;font-weight:500;border-bottom:1px solid var(--border-secondary)}.mobile-menu__link--button.svelte-hv3zzy{width:100%;text-align:left;color:var(--status-error)}.header__nav-link.svelte-hv3zzy{font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:color .15s;margin-right:var(--space-2)}.header__nav-link.svelte-hv3zzy:hover{color:var(--text-primary)}.header__notif-wrap.svelte-hv3zzy{position:relative}.header__notif-badge.svelte-hv3zzy{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:var(--accent);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full)}.header__notif-dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + var(--space-2));right:0;width:320px;max-height:400px;overflow-y:auto;background:var(--bg-page);border:1px solid var(--border-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:1001}.header__notif-header.svelte-hv3zzy{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-secondary)}.header__notif-title.svelte-hv3zzy{font-size:.875rem;font-weight:600}.header__notif-mark.svelte-hv3zzy{font-size:.75rem;color:var(--accent);cursor:pointer;background:none;border:none;padding:0}.header__notif-empty.svelte-hv3zzy{padding:var(--space-5) var(--space-4);text-align:center;font-size:.8125rem;color:var(--text-secondary)}.header__notif-item.svelte-hv3zzy{display:flex;flex-direction:column;gap:2px;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-secondary);text-decoration:none;color:inherit;transition:background .1s}.header__notif-item.svelte-hv3zzy:hover{background:var(--bg-surface)}.header__notif-item--unread.svelte-hv3zzy{background:color-mix(in srgb,var(--accent) 5%,transparent)}.header__notif-item-title.svelte-hv3zzy{font-size:.8125rem;font-weight:500}.header__notif-item-body.svelte-hv3zzy{font-size:.75rem;color:var(--text-secondary)}@media(max-width:639px){.header.svelte-hv3zzy{height:56px}.header__inner.svelte-hv3zzy{gap:var(--space-2)}.header__logo.svelte-hv3zzy{font-size:1.125rem}.header__search.svelte-hv3zzy{display:none}.header__burger.svelte-hv3zzy{display:flex}.header__nav-link.svelte-hv3zzy,.header__notif-wrap.svelte-hv3zzy,.header__login-btn.svelte-hv3zzy,.header__user.svelte-hv3zzy{display:none}.mobile-menu.svelte-hv3zzy{display:block;top:56px;max-height:calc(100vh - 56px)}}@media(min-width:640px)and (max-width:1023px){.header__search.svelte-hv3zzy{flex:1;max-width:none}}.header__city-wrap.svelte-hv3zzy{position:relative}.header__city-btn.svelte-hv3zzy{font-size:.8125rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;border-radius:var(--radius-sm);cursor:pointer}.header__city-btn.svelte-hv3zzy:hover{color:var(--text-primary)}.header__city-dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + var(--space-2));left:0;min-width:160px;background:var(--bg-page);border:1px solid var(--border-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:1001}.header__city-option.svelte-hv3zzy{display:block;width:100%;padding:var(--space-2) var(--space-4);font-size:.875rem;text-align:left;transition:background .1s;cursor:pointer}.header__city-option.svelte-hv3zzy:hover{background:var(--bg-surface)}.header__city-option--active.svelte-hv3zzy{font-weight:600;color:var(--accent)}.header__city-empty.svelte-hv3zzy{padding:var(--space-3) var(--space-4);font-size:.8125rem;color:var(--text-tertiary)}.header__cart-wrap.svelte-hv3zzy{position:relative}.header__cart-badge.svelte-hv3zzy{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:var(--accent);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full)}@media(max-width:639px){.header__city-wrap.svelte-hv3zzy{display:none}}.footer.svelte-7lfk2o{background:var(--bg-invert);color:var(--text-invert);border-top:1px solid var(--border-secondary);margin-top:var(--space-8)}.footer__inner.svelte-7lfk2o{padding-top:var(--space-7);padding-bottom:var(--space-6)}.footer__grid.svelte-7lfk2o{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-6)}.footer__logo.svelte-7lfk2o{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.footer__tagline.svelte-7lfk2o{margin-top:var(--space-2);font-size:.875rem;opacity:.7}.footer__heading.svelte-7lfk2o{font-size:.875rem;font-weight:700;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.footer__col.svelte-7lfk2o{display:flex;flex-direction:column}.footer__link.svelte-7lfk2o{font-size:.875rem;padding:var(--space-1) 0;opacity:.85;transition:opacity .15s ease}.footer__link.svelte-7lfk2o:hover{opacity:1}.footer__bottom.svelte-7lfk2o{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid rgba(255,255,255,.1);font-size:.8125rem;opacity:.6}@media(max-width:1023px){.footer__grid.svelte-7lfk2o{grid-template-columns:1fr 1fr}}@media(max-width:639px){.footer__grid.svelte-7lfk2o{grid-template-columns:1fr;gap:var(--space-5)}}.main.svelte-12qhfyh{min-height:calc(100vh - 264px)}.city-banner.svelte-12qhfyh{background:var(--bg-invert);color:var(--text-invert);font-size:.8125rem;font-weight:500}.city-banner__inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-2);padding-bottom:var(--space-2)}.city-banner.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:underline;font-weight:600}.city-banner__close.svelte-12qhfyh{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-invert);cursor:pointer;opacity:.7}.city-banner__close.svelte-12qhfyh:hover{opacity:1}@media(max-width:639px){.main.svelte-12qhfyh{min-height:calc(100vh - 276px)}.main--app-shell.svelte-12qhfyh{min-height:calc(100vh - 56px)}.hidden-mobile-footer.svelte-12qhfyh{display:none}.city-banner__inner.svelte-12qhfyh{align-items:flex-start;gap:var(--space-2);padding-top:var(--space-3);padding-bottom:var(--space-3)}}
