@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500;600;700&display=swap";:root{--bg-color: #f5f3ed;--text-color: #000000;--primary-color: #ffde34;--main-header-height: 70px;--mobile-app-bar-height: 64px;--mobile-bottom-nav-height: 68px;--mobile-safe-bottom: env(safe-area-inset-bottom, 0px);--mobile-content-bottom-offset: calc( var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom) + 16px );--accent-color: #ff6b35;--border-radius: 8px;--border-width: 1px;--border-color: #bbbbbb;--shadow-color: #cccccc;--font-main: "Geist", "Inter", sans-serif;--font-mono: "Fira Code", monospace;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .05);--shadow-md: 0 2px 10px rgba(0, 0, 0, .07);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .12);--shadow-sticky: 0 2px 8px rgba(0, 0, 0, .08);--tag-red: #ff4d4d;--tag-blue: #4dabff;--tag-green: #4dff88}*{box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow-x:clip}html,body{position:relative}a{color:inherit;text-decoration:none}button{-webkit-appearance:none;appearance:none;font-family:var(--font-main);color:inherit}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.4;overflow-x:clip;scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent;width:100%;max-width:100vw}body.mobile-app-shell{padding-bottom:var(--mobile-content-bottom-offset)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}::-webkit-scrollbar-corner{background:transparent}.brutalist-border{border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius)}.brutalist-shadow{border-radius:var(--border-radius);box-shadow:var(--shadow-md)}.brutalist-card{background:var(--bg-color);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-md);transition:box-shadow .2s ease}.brutalist-card:hover{box-shadow:var(--shadow-lg)}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3{text-transform:uppercase;font-weight:600;letter-spacing:-.5px}.btn{font-family:var(--font-main);text-transform:uppercase;font-weight:700;padding:10px 20px;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;background:#fff;transition:all .1s}.btn:active{box-shadow:none;opacity:.9}.btn-primary{background:var(--primary-color)}.btn-accent{background:var(--accent-color);color:#fff}input,select{font-family:var(--font-main);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);padding:12px;font-size:1rem;outline:none}select.brutalist-select,select.brutalist-border{font-family:var(--font-main);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);padding:12px 40px 12px 12px;font-size:1rem;font-weight:700;text-transform:uppercase;background:#fff;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}select.brutalist-select:hover,select.brutalist-border:hover{background-color:#f9f9f9}select.brutalist-select:focus,select.brutalist-border:focus{border-color:var(--accent-color);outline:none}@media(max-width:768px){.container{padding:0 16px}.btn{padding:10px 18px;font-size:.9rem}.brutalist-card:hover{box-shadow:var(--shadow-md)}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.1rem}input,select{padding:14px;font-size:1rem;-webkit-appearance:none;appearance:none}button,a{min-height:44px;min-width:44px}}@media(max-width:480px){.container{padding:0 12px}.btn{padding:12px 20px;font-size:.95rem;width:100%;justify-content:center}h1{font-size:1.6rem}h2{font-size:1.2rem}h3{font-size:1rem}input,select{padding:16px;font-size:1.05rem}}.dropdown-container{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:10px;padding:0 16px;background:#fff;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:800;text-transform:uppercase;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);transition:background .1s}.dropdown-trigger:hover{background:#f0f0f0}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);z-index:100;max-height:240px;overflow-y:auto}.dropdown-option{width:100%;padding:10px 14px;text-align:left;background:#fff;border:none;border-bottom:1px solid #e8e8e8;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:700;text-transform:uppercase;transition:all .1s}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:var(--primary-color)}.dropdown-option.active{background:var(--accent-color);color:#fff}.dropdown-option:disabled{opacity:.5;cursor:not-allowed}.mobile-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:481px){.mobile-grid{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(min-width:769px){.mobile-grid{gap:20px;grid-template-columns:repeat(3,1fr)}}@media(min-width:1025px){.mobile-grid{gap:24px;grid-template-columns:repeat(4,1fr)}}.mobile-spacing-sm{padding:8px}.mobile-spacing-md{padding:12px}.mobile-spacing-lg{padding:16px}@media(min-width:769px){.mobile-spacing-sm{padding:12px}.mobile-spacing-md{padding:20px}.mobile-spacing-lg{padding:30px}}.mobile-text-xs{font-size:.75rem}.mobile-text-sm{font-size:.875rem}.mobile-text-base{font-size:1rem}.mobile-text-lg{font-size:1.125rem}.mobile-text-xl{font-size:1.25rem}@media(min-width:769px){.mobile-text-xs{font-size:.8rem}.mobile-text-sm{font-size:.9rem}.mobile-text-base{font-size:1rem}.mobile-text-lg{font-size:1.25rem}.mobile-text-xl{font-size:1.5rem}}@media(max-width:768px){.brutalist-card:hover{transform:none}.brutalist-card:active{transform:scale(.98);opacity:.9}.btn:active{transform:scale(.97)}a,button{-webkit-tap-highlight-color:rgba(255,222,52,.3)}}@supports (padding: max(0px)){body.mobile-app-shell{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}.scroll-top-btn.svelte-15yu17n{position:fixed;bottom:calc(30px + var(--mobile-content-bottom-offset, 0px));right:30px;z-index:99;width:50px;height:50px;border-radius:50%;background:var(--primary-color, #ffeb3b);border:1px solid var(--border-color, #ddd);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,background .2s;color:var(--text-color, #000)}.scroll-top-btn.svelte-15yu17n:hover{box-shadow:var(--shadow-lg);background:var(--accent-color, #ffcc00)}.scroll-top-btn.svelte-15yu17n:active{box-shadow:var(--shadow-sm)}@media(max-width:768px){.scroll-top-btn.svelte-15yu17n{bottom:calc(20px + var(--mobile-content-bottom-offset, 0px));right:20px;width:45px;height:45px}}@media(min-width:769px){.scroll-top-btn.svelte-15yu17n{bottom:30px}}.cookie-backdrop.svelte-1dxwcaa{position:fixed;inset:0;background:#00000059;z-index:1200}.cookie-banner.svelte-1dxwcaa{position:fixed;right:20px;bottom:calc(20px + var(--mobile-content-bottom-offset, 0px));width:min(420px,calc(100vw - 32px));background:var(--bg-color);z-index:1201;padding:12px;outline:none}@media(min-width:769px){.cookie-banner.svelte-1dxwcaa{bottom:20px}}.cookie-header.svelte-1dxwcaa{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.eyebrow.svelte-1dxwcaa{font-size:.65rem;font-weight:800;letter-spacing:.08em;margin-bottom:2px}.cookie-title.svelte-1dxwcaa{font-size:1rem;line-height:1.2}.cookie-copy.svelte-1dxwcaa{margin-top:6px;line-height:1.3;font-size:.8rem}.cookie-copy.svelte-1dxwcaa a:where(.svelte-1dxwcaa){color:var(--accent-color);font-weight:700}.action-row.svelte-1dxwcaa{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.dismiss-button.svelte-1dxwcaa{border:var(--border-width) solid var(--border-color);background:#fff;cursor:pointer;font-family:var(--font-main);font-weight:700;padding:4px 8px;font-size:.75rem}.preferences.svelte-1dxwcaa{display:grid;gap:8px;margin-top:10px}.preference-card.svelte-1dxwcaa{display:grid;gap:6px;padding:8px;background:#fff}.preference-copy.svelte-1dxwcaa{display:grid;gap:2px}.preference-copy.svelte-1dxwcaa h3:where(.svelte-1dxwcaa){font-size:.8rem}.preference-copy.svelte-1dxwcaa p:where(.svelte-1dxwcaa){line-height:1.3;font-size:.75rem}.preference-copy.svelte-1dxwcaa small:where(.svelte-1dxwcaa){color:#555;font-size:.7rem}.toggle-row.svelte-1dxwcaa{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:700;font-size:.75rem}.toggle-row.svelte-1dxwcaa input:where(.svelte-1dxwcaa){width:14px;height:14px}.customize-actions.svelte-1dxwcaa{display:flex;justify-content:flex-end;margin-top:2px}.error-message.svelte-1dxwcaa{color:#b42318;font-weight:700;margin-top:8px;font-size:.75rem}@media(max-width:640px){.cookie-banner.svelte-1dxwcaa{left:16px;right:16px;bottom:16px;width:auto;padding:16px}.cookie-header.svelte-1dxwcaa,.action-row.svelte-1dxwcaa{flex-direction:column}}.mobile-nav-badge.svelte-szdn2d{position:absolute;top:-4px;right:-8px;min-width:18px;height:18px;padding:0 5px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#ff4d4d;color:#fff;font-size:.65rem;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center}.mobile-app-bar.svelte-1f3jtzd{position:fixed;top:0;left:0;right:0;z-index:850;height:var(--mobile-app-bar-height);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 12px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 6px #0000000f;width:100vw}.left-slot.svelte-1f3jtzd{display:flex;align-items:center;justify-content:flex-start}.actions-slot.svelte-1f3jtzd{display:flex;align-items:center;justify-content:flex-end;gap:8px}.title-slot.svelte-1f3jtzd{display:flex;align-items:center;justify-content:center;min-width:0}.brand-link.svelte-1f3jtzd{display:inline-flex;align-items:center;text-decoration:none}.brand-logo.svelte-1f3jtzd{height:32px;width:auto}.icon-btn.svelte-1f3jtzd{width:44px;height:44px;border:2px solid transparent;background:transparent;color:#000;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .1s;-webkit-tap-highlight-color:transparent}.icon-btn.svelte-1f3jtzd:active{transform:scale(.93);background:var(--primary-color, #ffde34);border-color:transparent}.icon-btn.active.svelte-1f3jtzd{background:var(--primary-color, #ffde34);border-color:transparent;border-radius:10px}.icon-shell.svelte-1f3jtzd{position:relative;display:inline-flex;align-items:center;justify-content:center}.back-btn.svelte-1f3jtzd{margin-left:-4px}.mobile-nav-container.svelte-13fgiud{position:fixed;left:0;right:0;bottom:0;width:100%;z-index:900;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0)}.mobile-bottom-nav.svelte-13fgiud{pointer-events:auto;display:flex;align-items:flex-end;justify-content:space-between;background:#fff;width:100%;height:calc(var(--mobile-bottom-nav-height, 68px) + var(--mobile-safe-bottom, 0px));padding:0 8px var(--mobile-safe-bottom, 0px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 12px #00000012}.nav-group.svelte-13fgiud{display:flex;flex:1;justify-content:space-around;align-items:center;height:var(--mobile-bottom-nav-height, 68px)}.nav-item.svelte-13fgiud{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#000;opacity:.5;transition:all .1s;padding:4px;min-width:60px;-webkit-tap-highlight-color:transparent}.nav-item.active.svelte-13fgiud{opacity:1;transform:translateY(-2px)}.icon-wrap.svelte-13fgiud{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.nav-label.svelte-13fgiud{font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.sell-button-wrapper.svelte-13fgiud{position:relative;z-index:901;margin-top:-36px;padding:0 8px}.sell-btn.svelte-13fgiud{display:flex;flex-direction:column;align-items:center;text-decoration:none;-webkit-tap-highlight-color:transparent}.sell-icon-box.svelte-13fgiud{width:50px;height:50px;background:var(--primary-color, #ffde34);color:#000;border:none;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:all .1s}.sell-btn.svelte-13fgiud:active .sell-icon-box:where(.svelte-13fgiud){transform:scale(.93);box-shadow:0 1px 4px #0000001a}.sell-label.svelte-13fgiud{margin-top:6px;font-size:.65rem;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:.05em}.toast-container.svelte-u7pcdd{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:9999;pointer-events:none}.toast.svelte-u7pcdd{background:#fff;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;border:1px solid var(--border-color, #e0e0e0);border-radius:var(--border-radius);background-color:var(--bg-color, white)}.toast-content.svelte-u7pcdd{display:flex;align-items:center;gap:12px;padding:16px;flex:1}.toast-icon.svelte-u7pcdd{font-size:1.25rem}.toast-message.svelte-u7pcdd{font-family:var(--font-main, sans-serif);font-weight:600;font-size:.95rem;color:var(--text-color, #000);line-height:1.4}.toast-actions.svelte-u7pcdd{display:flex;align-items:stretch;border-left:var(--border-width, 2px) solid var(--border-color, #000)}.toast-action-btn.svelte-u7pcdd{background:#f0f0f0;border:none;border-right:var(--border-width, 2px) solid var(--border-color, #000);padding:0 16px;font-family:var(--font-main, sans-serif);font-weight:700;cursor:pointer;transition:background .2s,color .2s;text-transform:uppercase;font-size:.8rem}.toast-action-btn.svelte-u7pcdd:hover{background:var(--primary-color, #000);color:#fff}.toast-close.svelte-u7pcdd{background:none;border:none;padding:0 16px;cursor:pointer;font-size:1.2rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.toast-close.svelte-u7pcdd:hover{background:#f0f0f0}.toast-progress-container.svelte-u7pcdd{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#eee}.toast-progress.svelte-u7pcdd{height:100%;background:var(--primary-color, #000);transform-origin:left}@keyframes svelte-u7pcdd-shrink{0%{width:100%}to{width:0%}}.toast-error.svelte-u7pcdd .toast-progress:where(.svelte-u7pcdd){background:#f33}.toast-success.svelte-u7pcdd .toast-progress:where(.svelte-u7pcdd){background:#0c6}@media(max-width:600px){.toast-container.svelte-u7pcdd{bottom:calc(16px + var(--mobile-content-bottom-offset, 0px));right:16px;left:16px}.toast.svelte-u7pcdd{min-width:0;width:100%}}.app-shell-main.svelte-12qhfyh{min-height:calc(100vh - var(--mobile-app-bar-height));padding-top:var(--mobile-app-bar-height);padding-bottom:var(--mobile-content-bottom-offset)}.main-header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--bg-color);border:none;border-bottom:1px solid var(--border-color);border-radius:0;padding:12px 0;box-shadow:var(--shadow-sticky);overflow:visible}.main-header.brutalist-border.svelte-12qhfyh{border:none;border-bottom:1px solid var(--border-color);border-radius:0}.nav-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:1}.desktop-route-loading.svelte-12qhfyh{position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent;pointer-events:none;z-index:0}.desktop-route-loading-bar.svelte-12qhfyh{display:block;width:100%;height:100%;transform-origin:left center;background:#ff6b35;box-shadow:none;transition:transform .18s ease-out,opacity .16s ease-out;will-change:transform}.header-left.svelte-12qhfyh{display:flex;align-items:center;gap:20px;flex:1}.logo-link.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none}.logo-img.svelte-12qhfyh{height:40px;width:auto}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:16px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--text-color);font-weight:600;text-transform:uppercase;font-size:.9rem;padding:8px 12px;transition:background .2s;display:flex;align-items:center;gap:6px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh) svg{flex-shrink:0}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--primary-color);border-radius:var(--border-radius)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--primary-color);border-radius:var(--border-radius)}.login-btn.svelte-12qhfyh{background:var(--primary-color)}.profile-icon-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:8px!important}.nav-unread-badge.svelte-12qhfyh{background:#f33;color:#fff;border:1px solid #cc0000;font-size:.65rem;font-weight:700;padding:2px 6px;margin-left:6px;border-radius:4px;vertical-align:top;display:inline-flex;align-items:center;justify-content:center}.nav-unread-badge--overlay.svelte-12qhfyh{position:absolute;top:-6px;right:-8px;margin-left:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;z-index:1}.enhanced-search-wrapper.svelte-12qhfyh{position:relative;display:flex;align-items:center;gap:8px;flex:1;max-width:600px;transition:transform .3s ease,opacity .3s ease;opacity:0;transform:translateY(-10px);pointer-events:none}.enhanced-search-wrapper.visible.svelte-12qhfyh{opacity:1;transform:translateY(0);pointer-events:auto}.header-category-selector.svelte-12qhfyh,.header-location-selector.svelte-12qhfyh{position:relative}.header-filter-btn.svelte-12qhfyh{display:flex;align-items:center;gap:4px;padding:10px 12px;background:#fff;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;font-family:var(--font-main);font-weight:600;transition:background .2s}.header-filter-btn.svelte-12qhfyh:hover{background:var(--primary-color)}.filter-icon.svelte-12qhfyh{font-size:1rem;display:flex;align-items:center}.filter-arrow.svelte-12qhfyh{font-size:.7rem;transition:transform .2s;display:flex;align-items:center}.filter-arrow.rotated.svelte-12qhfyh{transform:rotate(180deg)}.location-filter-btn.svelte-12qhfyh .location-name:where(.svelte-12qhfyh){font-size:.75rem;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-dropdown.svelte-12qhfyh{position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);z-index:200;max-height:240px;overflow-y:auto;box-shadow:var(--shadow-lg)}.dropdown-header.svelte-12qhfyh{padding:8px 12px;font-weight:900;font-size:.68rem;background:var(--primary-color);border-bottom:var(--border-width) solid var(--border-color);letter-spacing:.05em}.dropdown-option.svelte-12qhfyh{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:#fff;border:none;border-bottom:1px solid #e8e8e8;cursor:pointer;font-family:var(--font-main);font-size:.8rem;font-weight:700;text-align:left;text-transform:uppercase;transition:all .1s}.dropdown-option.svelte-12qhfyh:last-child{border-bottom:none}.option-icon.svelte-12qhfyh{display:flex;align-items:center;font-size:1rem}.dropdown-option.svelte-12qhfyh:hover{background:var(--primary-color)}.dropdown-option.active.svelte-12qhfyh{background:var(--accent-color);color:#fff}.header-search.svelte-12qhfyh{display:flex;align-items:stretch;background:#fff;flex:1;position:relative;transition:box-shadow .2s;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);overflow:hidden}.header-search.expanded.svelte-12qhfyh{box-shadow:var(--shadow-md)}.header-search.svelte-12qhfyh .search-icon:where(.svelte-12qhfyh){padding:10px;font-size:1rem;display:flex;align-items:center}.header-search.svelte-12qhfyh input:where(.svelte-12qhfyh){border:none;padding:10px;font-size:.9rem;outline:none;min-width:150px;width:100%;position:relative;z-index:1}.header-search-input-shell.svelte-12qhfyh{flex:1;min-width:150px;position:relative}.inline-autocomplete-overlay.svelte-12qhfyh{position:absolute;inset:0;display:flex;align-items:center;padding:10px;font-size:.9rem;color:#ababab;pointer-events:none;overflow:hidden;white-space:nowrap}.typed-fragment.svelte-12qhfyh{color:transparent;flex-shrink:0}.completion-fragment.svelte-12qhfyh{overflow:hidden;text-overflow:ellipsis}.header-search.svelte-12qhfyh .clear-btn:where(.svelte-12qhfyh){padding:8px;background:none;border:none;cursor:pointer;font-size:.9rem;color:#666;transition:color .2s;display:flex;align-items:center}.header-search.svelte-12qhfyh .clear-btn:where(.svelte-12qhfyh):hover{color:var(--accent-color)}.header-search.svelte-12qhfyh .search-btn:where(.svelte-12qhfyh){padding:0 20px;background:var(--primary-color);border:none;border-left:var(--border-width) solid var(--border-color);border-radius:0 calc(var(--border-radius) - 1px) calc(var(--border-radius) - 1px) 0;font-family:var(--font-main);font-weight:700;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.header-search.svelte-12qhfyh .search-btn:where(.svelte-12qhfyh):hover{background:var(--accent-color);color:#fff}.main-footer.svelte-12qhfyh{background:var(--bg-color);border:none;border-top:1px solid var(--border-color);border-radius:0;margin-top:24px;padding:40px 0 20px}.main-footer.brutalist-border.svelte-12qhfyh{border:none;border-top:1px solid var(--border-color);border-radius:0}.footer-content.svelte-12qhfyh{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-logo.svelte-12qhfyh{height:40px;width:auto;margin-bottom:12px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#666;font-size:.9rem}.app-buttons.svelte-12qhfyh{display:flex;gap:12px;margin-top:20px}.app-button.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg-color);border:var(--border-width) solid var(--border-color);text-decoration:none;color:var(--text-color);transition:all .2s;cursor:pointer}.app-button.svelte-12qhfyh:hover{box-shadow:var(--shadow-md)}.app-button--badge.svelte-12qhfyh{padding:0;background:transparent;border:0}.app-button--badge.svelte-12qhfyh:hover{box-shadow:none}.store-badge.svelte-12qhfyh{display:block;width:140px;height:47px}.footer-links.svelte-12qhfyh{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:24px 60px;align-content:start}.link-group.svelte-12qhfyh{min-width:0}.link-group.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.85rem;font-weight:700;margin-bottom:12px}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--text-color);text-decoration:none;font-size:.85rem;margin-bottom:8px;transition:color .2s}.footer-link-button.svelte-12qhfyh{display:block;color:var(--text-color);text-decoration:none;font-size:.85rem;margin-bottom:8px;transition:color .2s;border:none;background:none;padding:0;font-family:var(--font-main);text-align:left;cursor:pointer}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.footer-link-button.svelte-12qhfyh:hover{color:var(--accent-color)}.footer-bottom.svelte-12qhfyh{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid #ddd}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:#666}@media(max-width:768px){.main-header.svelte-12qhfyh{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.nav-content.svelte-12qhfyh{flex-wrap:wrap;gap:12px;max-width:100%;padding:0 20px}.header-left.svelte-12qhfyh{width:100%;justify-content:space-between}.enhanced-search-wrapper.svelte-12qhfyh{display:none}.nav-links.svelte-12qhfyh{gap:8px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;padding:6px 10px}.footer-content.svelte-12qhfyh{flex-direction:column;gap:24px}.main-footer.svelte-12qhfyh{margin-top:18px;padding:32px 0 16px}.footer-brand.svelte-12qhfyh{max-width:none}.app-buttons.svelte-12qhfyh{flex-wrap:wrap}.footer-links.svelte-12qhfyh{width:100%;gap:20px 24px}.footer-bottom.svelte-12qhfyh{padding-top:14px;margin-top:14px}}@media(max-width:480px){.main-header.svelte-12qhfyh{padding:10px 0}.logo-img.svelte-12qhfyh{height:32px}.main-footer.svelte-12qhfyh{margin-top:14px;padding:28px 0 8px}.footer-content.svelte-12qhfyh{gap:20px}.footer-links.svelte-12qhfyh{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.link-group.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:10px}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-link-button.svelte-12qhfyh{margin-bottom:6px}.footer-bottom.svelte-12qhfyh{padding-top:10px;margin-top:10px}}.profile-dropdown-container.svelte-12qhfyh{position:relative;display:inline-block;height:100%;display:flex;align-items:center}.profile-icon-btn.svelte-12qhfyh{background:none;border:none;cursor:pointer;padding:8px;border-radius:0;display:flex;align-items:center;justify-content:center;color:var(--text-color);transition:all .2s ease}.profile-icon-btn.svelte-12qhfyh:hover,.profile-icon-btn[aria-expanded=true].svelte-12qhfyh{background-color:var(--primary-color);color:var(--text-color);transform:translateY(-1px)}.profile-dropdown.svelte-12qhfyh{position:absolute;top:100%;right:0;width:220px;background:#fff;z-index:1000;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;display:flex;flex-direction:column;padding:0;margin-top:8px}.profile-dropdown-container.svelte-12qhfyh:after{content:"";position:absolute;top:100%;left:0;right:0;height:8px;background:transparent}.dropdown-item.svelte-12qhfyh,.logout-btn.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:var(--text-color);font-weight:600;font-size:.9rem;transition:background-color .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-main)}.dropdown-item.svelte-12qhfyh:hover,.logout-btn.svelte-12qhfyh:hover{background-color:var(--primary-color)}.logout-btn.svelte-12qhfyh{color:#d32f2f}.logout-btn.svelte-12qhfyh:hover{background-color:#ffebee;color:#c62828}.dropdown-item.svelte-12qhfyh .icon:where(.svelte-12qhfyh),.logout-btn.svelte-12qhfyh .icon:where(.svelte-12qhfyh){flex-shrink:0;display:inline-flex;align-items:center}.notification-link.svelte-12qhfyh,.wishlist-link.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.profile-dropdown.svelte-12qhfyh{position:fixed;inset:auto 0 0;width:100%;margin:0;border-radius:16px 16px 0 0;border-bottom:none;box-shadow:0 -4px 10px #0000001a;animation:svelte-12qhfyh-slideUp .3s ease-out;padding-bottom:20px;z-index:2000}@keyframes svelte-12qhfyh-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dropdown-item.svelte-12qhfyh{padding:16px;font-size:1rem}.profile-dropdown-container.svelte-12qhfyh:has(.profile-dropdown:where(.svelte-12qhfyh)):before{content:"";position:fixed;inset:0;background:#00000080;z-index:1500}}
