: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;--skeleton-base: #e7e4dc;--skeleton-highlight: #f2efe8;--skeleton-duration: 1.5s}*{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)}@media(max-width:768px){body.chat-locked{padding-bottom:0;height:100dvh;overflow:hidden;overscroll-behavior:none}html:has(body.chat-locked){overflow:hidden}}::-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){a.brutalist-card:active,button.brutalist-card:active,.brutalist-card.card-link: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(102px + var(--mobile-content-bottom-offset, 0px));right:34px;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)}body.support-panel-open .scroll-top-btn.svelte-15yu17n{display:none}@media(max-width:768px){.scroll-top-btn.svelte-15yu17n{bottom:calc(80px + var(--mobile-content-bottom-offset, 0px));right:20px;width:45px;height:45px}}@media(min-width:769px){.scroll-top-btn.svelte-15yu17n{bottom:102px}}.support-bubble.svelte-10j13yh{position:fixed;right:30px;bottom:30px;z-index:98;display:flex;flex-direction:column;align-items:flex-end;gap:14px;pointer-events:none}.support-bubble.svelte-10j13yh>:where(.svelte-10j13yh){pointer-events:auto}.support-fab.svelte-10j13yh{width:58px;height:58px;border-radius:50%;background:var(--accent-color, #ff6b35);color:#fff;border:var(--border-width) solid var(--border-color);box-shadow:var(--shadow-lg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.support-fab.svelte-10j13yh:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.support-fab.svelte-10j13yh:active{transform:translateY(0);box-shadow:var(--shadow-md)}.support-fab--open.svelte-10j13yh{background:var(--text-color, #000)}.support-fab__icon.svelte-10j13yh{display:flex;align-items:center;justify-content:center}.support-panel.svelte-10j13yh{width:360px;max-width:calc(100vw - 32px);max-height:min(560px,calc(100dvh - 140px));background:var(--bg-color, #f5f3ed);border:var(--border-width) solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden}.support-panel__header.svelte-10j13yh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:var(--accent-color, #ff6b35);color:#fff}.support-panel__heading.svelte-10j13yh{display:flex;align-items:center;gap:12px;min-width:0}.support-panel__avatar.svelte-10j13yh{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-panel__title.svelte-10j13yh{margin:0;font-weight:800;font-size:1rem;line-height:1.2}.support-panel__status.svelte-10j13yh{margin:2px 0 0;font-size:.75rem;opacity:.92;display:flex;align-items:center;gap:6px}.support-panel__status-dot.svelte-10j13yh{width:7px;height:7px;border-radius:50%;background:#4dff88;box-shadow:0 0 0 2px #ffffff59;flex-shrink:0}.support-panel__close.svelte-10j13yh{width:32px;height:32px;border-radius:8px;border:none;background:#ffffff2e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.support-panel__back.svelte-10j13yh{background:#fff3}.support-panel__close.svelte-10j13yh:hover{background:#ffffff52}.support-panel__body.svelte-10j13yh{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.support-thread.svelte-10j13yh{display:flex;flex-direction:column;gap:10px}.support-msg.svelte-10j13yh{max-width:85%;padding:10px 12px;font-size:.875rem;line-height:1.4;background:#fff;border:var(--border-width) solid var(--border-color);border-radius:12px 12px 12px 4px;align-self:flex-start;white-space:pre-wrap;word-break:break-word}.support-msg--user.svelte-10j13yh{align-self:flex-end;background:var(--primary-color, #ffde34);border-bottom-left-radius:12px;border-bottom-right-radius:4px}.support-msg--typing.svelte-10j13yh{display:flex;align-items:center;gap:5px;padding:14px}.support-typing-dot.svelte-10j13yh{width:7px;height:7px;border-radius:50%;background:#b0b0b0;animation:svelte-10j13yh-support-typing 1.2s infinite ease-in-out}.support-typing-dot.svelte-10j13yh:nth-child(2){animation-delay:.15s}.support-typing-dot.svelte-10j13yh:nth-child(3){animation-delay:.3s}@keyframes svelte-10j13yh-support-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.support-human-link.svelte-10j13yh{align-self:center;margin-top:4px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:var(--border-width) solid var(--border-color);border-radius:999px;color:var(--text-color);font-family:var(--font-main);font-size:.8rem;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s}.support-human-link.svelte-10j13yh:hover{background:var(--primary-color, #ffde34);border-color:var(--text-color, #000)}.support-quicklinks.svelte-10j13yh{display:flex;flex-direction:column;gap:8px}.support-quicklink.svelte-10j13yh{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;background:#fff;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);text-decoration:none;text-align:left;color:var(--text-color);font-family:var(--font-main);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s,transform .15s}.support-quicklink.svelte-10j13yh:hover{background:var(--primary-color, #ffde34);transform:translate(2px)}.support-quicklink__icon.svelte-10j13yh{display:flex;align-items:center}.support-quicklink__caret.svelte-10j13yh{margin-left:auto;display:flex;align-items:center;opacity:.5}.support-feedback.svelte-10j13yh{display:flex;flex-direction:column;gap:14px}.support-field.svelte-10j13yh{display:flex;flex-direction:column;gap:6px}.support-field__label.svelte-10j13yh{font-size:.8rem;font-weight:700;color:var(--text-color)}.support-field__optional.svelte-10j13yh{font-weight:500;color:#888}.support-field__control.svelte-10j13yh{width:100%;padding:10px 12px;font-family:var(--font-main);font-size:.875rem;color:var(--text-color);background:#fff;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);outline:none}.support-field__control.svelte-10j13yh:focus{border-color:var(--accent-color, #ff6b35)}.support-field__textarea.svelte-10j13yh{resize:vertical;min-height:88px;line-height:1.4}.support-feedback__submit.svelte-10j13yh{width:100%;padding:12px;font-family:var(--font-main);font-size:.9rem;font-weight:800;color:#fff;background:var(--accent-color, #ff6b35);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:background .2s,opacity .2s}.support-feedback__submit.svelte-10j13yh:disabled{opacity:.45;cursor:not-allowed}.support-feedback__submit.svelte-10j13yh:not(:disabled):hover{background:var(--text-color, #000)}.support-feedback-done.svelte-10j13yh{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:24px 8px}.support-feedback-done__icon.svelte-10j13yh{color:#2ea44f}.support-feedback-done__title.svelte-10j13yh{margin:4px 0 0;font-size:1.05rem;font-weight:800}.support-feedback-done__copy.svelte-10j13yh{margin:0 0 8px;font-size:.85rem;color:#666;line-height:1.4}.support-panel__composer.svelte-10j13yh{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:var(--border-width) solid var(--border-color);background:#fff}.support-composer__input.svelte-10j13yh{flex:1;resize:none;max-height:110px;padding:10px 12px;font-family:var(--font-main);font-size:.875rem;line-height:1.4;color:var(--text-color);background:var(--bg-color, #f5f3ed);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);outline:none}.support-composer__input.svelte-10j13yh:focus{border-color:var(--accent-color, #ff6b35)}.support-composer__send.svelte-10j13yh{width:42px;height:42px;flex-shrink:0;border-radius:var(--border-radius);border:var(--border-width) solid var(--border-color);background:var(--accent-color, #ff6b35);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,opacity .2s}.support-composer__send.svelte-10j13yh:disabled{opacity:.45;cursor:not-allowed}.support-composer__send.svelte-10j13yh:not(:disabled):hover{background:var(--text-color, #000)}@media(max-width:768px){.support-bubble.svelte-10j13yh{right:16px;bottom:calc(16px + var(--mobile-content-bottom-offset, 0px))}.support-fab.svelte-10j13yh{width:52px;height:52px}.support-panel.svelte-10j13yh{width:calc(100vw - 32px)}}.cookie-backdrop.svelte-1dxwcaa{position:fixed;inset:0;background:#00000059;z-index:1200}.cookie-panel.svelte-1dxwcaa{position:fixed;background:var(--bg-color);z-index:1201;outline:none;display:flex;flex-direction:column}.cookie-panel--compact.svelte-1dxwcaa{right:20px;bottom:20px;width:min(400px,calc(100vw - 32px));padding:16px;gap:12px}.cookie-panel--sheet.svelte-1dxwcaa{right:20px;bottom:20px;width:min(420px,calc(100vw - 32px));max-height:min(80vh,560px);padding:0}.panel-head.svelte-1dxwcaa{display:flex;gap:10px;align-items:flex-start}.panel-icon.svelte-1dxwcaa{display:inline-flex;align-items:center;justify-content:center;flex:none;width:34px;height:34px;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);background:var(--primary-color)}.panel-head-text.svelte-1dxwcaa{flex:1;min-width:0}.eyebrow.svelte-1dxwcaa{font-size:.62rem;font-weight:800;letter-spacing:.09em;color:#666;margin-bottom:2px}.panel-title.svelte-1dxwcaa{font-size:.98rem;line-height:1.2}.panel-copy.svelte-1dxwcaa{line-height:1.35;font-size:.8rem;color:#333}.panel-copy.svelte-1dxwcaa a:where(.svelte-1dxwcaa){color:var(--accent-color);font-weight:700}.action-stack.svelte-1dxwcaa{display:flex;flex-direction:column;gap:8px}.action-row.svelte-1dxwcaa{display:flex;gap:8px}.action-row.svelte-1dxwcaa .btn:where(.svelte-1dxwcaa){flex:1}.icon-button.svelte-1dxwcaa{display:inline-flex;align-items:center;justify-content:center;flex:none;width:34px;height:34px;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);background:#fff;cursor:pointer;line-height:0;transition:background .1s}.icon-button.svelte-1dxwcaa:hover{background:#f0f0f0}.icon-button.svelte-1dxwcaa:active{transform:scale(.95)}.icon-button-spacer.svelte-1dxwcaa{width:34px;height:34px;flex:none}.sheet-head.svelte-1dxwcaa{display:flex;align-items:center;gap:10px;padding:12px 12px 10px;border-bottom:var(--border-width) solid var(--border-color)}.sheet-title.svelte-1dxwcaa{flex:1;text-align:center;font-size:.95rem}.sheet-body.svelte-1dxwcaa{display:flex;flex-direction:column;gap:10px;padding:12px;overflow-y:auto;-webkit-overflow-scrolling:touch}.pref-card.svelte-1dxwcaa{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:12px;background:#fff;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius)}.pref-icon.svelte-1dxwcaa{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--border-radius);background:var(--bg-color);border:var(--border-width) solid var(--border-color);color:var(--accent-color)}.pref-text.svelte-1dxwcaa{min-width:0}.pref-text.svelte-1dxwcaa h3:where(.svelte-1dxwcaa){font-size:.85rem;margin-bottom:3px}.pref-text.svelte-1dxwcaa p:where(.svelte-1dxwcaa){line-height:1.3;font-size:.76rem;color:#333}.pref-text.svelte-1dxwcaa small:where(.svelte-1dxwcaa){display:block;margin-top:4px;color:#888;font-size:.68rem;font-family:var(--font-mono)}.pref-locked.svelte-1dxwcaa{align-self:center;font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#555;background:var(--bg-color);border:var(--border-width) solid var(--border-color);border-radius:999px;padding:4px 8px;white-space:nowrap}.switch.svelte-1dxwcaa{position:relative;display:inline-flex;align-items:center;align-self:center;cursor:pointer}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa){position:absolute;inset:0;margin:0;padding:0;opacity:0;cursor:pointer}.switch-track.svelte-1dxwcaa{display:block;width:46px;height:28px;border-radius:999px;background:#d4d1c8;border:var(--border-width) solid var(--border-color);transition:background .15s ease}.switch-track.svelte-1dxwcaa:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;border:var(--border-width) solid var(--border-color);transition:transform .15s ease}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa):checked~.switch-track:where(.svelte-1dxwcaa){background:var(--accent-color)}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa):checked~.switch-track:where(.svelte-1dxwcaa):after{transform:translate(18px)}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa):focus-visible~.switch-track:where(.svelte-1dxwcaa){outline:2px solid var(--accent-color);outline-offset:2px}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa):disabled{cursor:not-allowed}.switch.svelte-1dxwcaa input:where(.svelte-1dxwcaa):disabled~.switch-track:where(.svelte-1dxwcaa){opacity:.6}.sheet-foot.svelte-1dxwcaa{display:flex;gap:8px;padding:12px;border-top:var(--border-width) solid var(--border-color)}.sheet-foot.svelte-1dxwcaa .btn:where(.svelte-1dxwcaa){flex:1}.error-message.svelte-1dxwcaa{color:#b42318;font-weight:700;font-size:.75rem}.sr-only.svelte-1dxwcaa{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.cookie-panel.svelte-1dxwcaa{left:0;right:0;bottom:0;width:auto;max-width:100vw;border-left:none;border-right:none;border-bottom:none;border-radius:var(--border-radius) var(--border-radius) 0 0;box-shadow:0 -6px 24px #0000002e;padding-bottom:calc(12px + var(--mobile-safe-bottom))}.cookie-panel--compact.svelte-1dxwcaa{padding:18px 16px calc(18px + var(--mobile-safe-bottom));gap:14px}.cookie-panel--sheet.svelte-1dxwcaa{max-height:88dvh;padding:0 0 var(--mobile-safe-bottom)}.panel-title.svelte-1dxwcaa{font-size:1.02rem}.panel-copy.svelte-1dxwcaa{font-size:.84rem}.action-row.svelte-1dxwcaa .btn:where(.svelte-1dxwcaa){padding:12px 10px}}.detail-page.svelte-1f4dj67{padding-top:30px;padding-bottom:80px}.breadcrumb.svelte-1f4dj67{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:20px 0;margin-bottom:0}.breadcrumb.svelte-1f4dj67 .sep:where(.svelte-1f4dj67){color:#ccc;margin:0 4px}.listing-grid-layout.svelte-1f4dj67{display:grid;grid-template-columns:1fr 380px;gap:40px}.gallery-wrapper.svelte-1f4dj67{min-width:0;grid-column:1;grid-row:1}.info-wrapper.svelte-1f4dj67{display:flex;flex-direction:column;gap:30px;min-width:0;grid-column:1;grid-row:2}.sidebar-wrapper.svelte-1f4dj67{grid-column:2;grid-row:1 / span 2;min-width:0}.sidebar-sticky.svelte-1f4dj67{display:flex;flex-direction:column;gap:20px;position:sticky;top:110px}.brutalist-card.svelte-1f4dj67{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);padding:20px;box-shadow:var(--shadow-sm)}.brutalist-shadow.svelte-1f4dj67{box-shadow:var(--shadow-md)}.gallery-card.svelte-1f4dj67{display:flex;flex-direction:column;padding:15px;overflow:hidden}.main-image-container.svelte-1f4dj67{position:relative;aspect-ratio:16 / 10;width:100%;background:#f8f8f8;border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden}.thumbnails-track.svelte-1f4dj67{display:flex;gap:12px;margin-top:15px;overflow-x:auto;padding-bottom:5px}.thumb-btn.svelte-1f4dj67{flex-shrink:0;width:90px;height:60px}.title-meta-box.svelte-1f4dj67{margin-bottom:0;text-align:left}.meta-row.svelte-1f4dj67{display:flex;gap:20px;margin-bottom:8px;flex-wrap:wrap;justify-content:flex-start}.price-action.svelte-1f4dj67{display:flex;flex-direction:column;gap:18px;padding:4px 0 0;background:transparent;border:none;box-shadow:none}.price-display.svelte-1f4dj67{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.action-stack.svelte-1f4dj67{display:flex;flex-direction:column;gap:10px}.seller-profile-card.svelte-1f4dj67{display:flex;flex-direction:column;gap:20px}.seller-top.svelte-1f4dj67{display:flex;gap:15px;align-items:center}.seller-name-box.svelte-1f4dj67{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.seller-metrics.svelte-1f4dj67{display:grid;grid-template-columns:1fr 1fr;gap:10px}.attributes-chips.svelte-1f4dj67{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;justify-content:flex-start}.description-box.svelte-1f4dj67,.desc-content.svelte-1f4dj67{margin-top:0}@media(max-width:1100px){.listing-grid-layout.svelte-1f4dj67{grid-template-columns:1fr 320px;gap:20px}}@media(max-width:900px){.listing-grid-layout.svelte-1f4dj67{display:flex;flex-direction:column;gap:20px}.sidebar-wrapper.svelte-1f4dj67{order:0}.sidebar-sticky.svelte-1f4dj67{position:static}.detail-page.svelte-1f4dj67{padding-bottom:16px}}@media(max-width:640px){.seller-profile-card.svelte-1f4dj67{padding:16px 18px}.thumb-btn.svelte-1f4dj67{width:72px;height:48px}}.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}.route-loading.svelte-1f3jtzd{position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent;pointer-events:none;z-index:1}.route-loading-bar.svelte-1f3jtzd{display:block;width:100%;height:100%;transform-origin:left center;background:#ff6b35;transition:transform .18s ease-out,opacity .16s ease-out;will-change:transform}.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-avatar-img.svelte-13fgiud{width:24px;height:24px;border-radius:50%;object-fit:cover;display:block;border:1px solid rgba(0,0,0,.12)}.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%}}.lang-switcher-wrapper.svelte-1v2j48r{position:relative;display:inline-block}.lang-switcher-btn.svelte-1v2j48r{display:inline-flex;align-items:center;gap:8px;padding:7px 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;font-size:.85rem;color:var(--text-color);transition:background-color .15s ease,color .15s ease,box-shadow .2s ease,transform .1s ease}.lang-switcher-btn.svelte-1v2j48r:hover{background:var(--primary-color);box-shadow:0 2px 8px #00000026}.lang-switcher-btn.svelte-1v2j48r:active{transform:translateY(1px)}.lang-switcher-btn.svelte-1v2j48r:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.flag.svelte-1v2j48r{display:inline-flex;line-height:0}.flag-svg.svelte-1v2j48r{width:22px;height:15px;border-radius:3px;display:block;box-shadow:inset 0 0 0 1px #0000001f;overflow:hidden}.lang-label.svelte-1v2j48r{white-space:nowrap}.chevron.svelte-1v2j48r{transition:transform .2s ease;flex-shrink:0;opacity:.6}.chevron.rotated.svelte-1v2j48r{transform:rotate(180deg)}.lang-dropdown.svelte-1v2j48r{position:absolute;bottom:calc(100% + 8px);left:0;width:max-content;min-width:100%;background:var(--card-bg, #fff);border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);box-shadow:0 8px 24px #00000029;z-index:200;padding:4px;overflow:hidden;animation:svelte-1v2j48r-lang-pop .14s ease}@keyframes svelte-1v2j48r-lang-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lang-option.svelte-1v2j48r{display:flex;align-items:center;gap:10px;width:100%;min-height:0;padding:6px 10px;background:none;border:none;border-radius:calc(var(--border-radius) - 2px);text-align:left;cursor:pointer;font-family:var(--font-main);font-weight:600;font-size:.85rem;color:var(--text-color);transition:background-color .15s ease,color .15s ease}.lang-option.svelte-1v2j48r:hover{background-color:var(--primary-color)}.lang-option.active.svelte-1v2j48r{background-color:var(--accent-color);color:#fff}.lang-name.svelte-1v2j48r{white-space:nowrap}@media(max-width:640px){.lang-label.svelte-1v2j48r{display:none}.lang-switcher-btn.svelte-1v2j48r{padding:7px 10px;gap:6px}.chevron.svelte-1v2j48r{display:none}}.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)}@media(min-width:769px){body{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1 0 auto}}.main-header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--bg-color);border:none;border-radius:0;padding:12px 0;box-shadow:var(--shadow-sticky);overflow:visible}.main-header.brutalist-border.svelte-12qhfyh{border:none;border-radius:0}.nav-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:1}.route-loading.svelte-12qhfyh{position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent;pointer-events:none;z-index:0}.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}.profile-avatar-img.svelte-12qhfyh{width:24px;height:24px;border-radius:50%;object-fit:cover;display:block;border:var(--border-width) solid var(--border-color)}.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-brand-top.svelte-12qhfyh{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.footer-logo.svelte-12qhfyh{height:40px;width:auto}.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,body.chat-locked .main-footer.svelte-12qhfyh{display:none}body.chat-locked .app-shell-main.svelte-12qhfyh{position:fixed;inset:0;min-height:0;padding-top:var(--mobile-app-bar-height);padding-bottom:0;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));overflow:hidden;overscroll-behavior:none}.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}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-link-button.svelte-12qhfyh{min-height:0;padding:4px 0;margin-bottom:0;line-height:1.3}.footer-bottom.svelte-12qhfyh{padding-top:14px;margin-top:14px}}@media(max-width:480px){.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{padding:3px 0;margin-bottom:4px}.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:var(--border-radius);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}}
