@font-face{font-family:Manrope;font-style:normal;font-weight:500 700;font-display:swap;src:url(../../../fonts/manrope-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500 700;font-display:swap;src:url(../../../fonts/manrope-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500 700;font-display:swap;src:url(../../../fonts/manrope-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500 700;font-display:swap;src:url(../../../fonts/manrope-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}:root{--color-bg: #FDFDFD;--color-bg-secondary: #f7f7f8;--color-text: #000000;--color-text-secondary: #2b2b2b;--color-text-muted: #888888;--color-accent: #ff691d;--color-accent-hover: #ff864d;--color-accent-subtle: rgba(255, 105, 29, .08);--color-link: #7018e6;--color-link-hover: #5a12b8;--color-border: #e8e8eb;--color-price-old: #888888;--color-rating: #ff864d;--color-badge-red: #ff691d;--color-violet: #7018e6;--color-white: #ffffff;--font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fs-small: 13px;--fs-body: 14px;--fs-subtitle: 16px;--fs-h3: clamp(18px, 2.5vw, 20px);--fs-h2: clamp(20px, 3vw, 24px);--fs-h1: clamp(24px, 4vw, 32px);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-7: 28px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-14: 56px;--sp-20: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-std: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-xxl: 24px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .06);--shadow-dropdown: 0 8px 24px rgba(0, 0, 0, .1);--container-max: 1440px;--container-pad: 24px;--header-height: 60px;--topbar-height: 36px;--grid-gap: 16px;--touch-min: 44px}@media(max-width:768px){:root{--container-pad: 16px;--grid-gap: 12px;--header-height: 52px;--topbar-height: 0px}}@media(max-width:480px){:root{--container-pad: 12px;--grid-gap: 8px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);font-size:var(--fs-body);line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}@media(max-width:768px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],select,textarea{min-height:var(--touch-min)}}.search-bar.svelte-yyldap{flex:1;display:flex;flex-direction:column;gap:var(--sp-2)}.search-main.svelte-yyldap{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-std);overflow:hidden;background:var(--color-white);transition:border-color .15s}.search-main.svelte-yyldap:focus-within{border-color:var(--color-accent)}.search-input.svelte-yyldap{flex:1;border:none;padding:var(--sp-2) var(--sp-4);font-size:16px;outline:none;min-width:0;background:transparent}.search-input.svelte-yyldap::placeholder{color:var(--color-text-muted)}.search-btn.svelte-yyldap{background:var(--color-accent);padding:var(--sp-2) var(--sp-5);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.search-btn.svelte-yyldap:hover{background:var(--color-accent-hover)}@media(max-width:768px){.search-main.svelte-yyldap{background:var(--color-bg-secondary);border-color:transparent}.search-main.svelte-yyldap:focus-within{border-color:var(--color-accent);background:var(--color-white)}.search-btn.svelte-yyldap{padding:var(--sp-2) var(--sp-3)}}.search-overlay.svelte-116u010{position:fixed;inset:0;background:var(--color-white);z-index:1200;display:flex;flex-direction:column;animation:svelte-116u010-fadeUp .18s ease-out;padding-top:env(safe-area-inset-top)}@keyframes svelte-116u010-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.search-top.svelte-116u010{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);border-bottom:1px solid var(--color-border)}.back-btn.svelte-116u010{display:flex;align-items:center;justify-content:center;width:var(--touch-min);height:var(--touch-min);border-radius:50%;color:var(--color-text);flex-shrink:0}.back-btn.svelte-116u010:hover{background:var(--color-bg-secondary)}.search-form.svelte-116u010{flex:1;display:flex;align-items:center;gap:var(--sp-2);background:var(--color-bg-secondary);border-radius:999px;padding:0 var(--sp-3);min-width:0;height:40px}.search-icon.svelte-116u010{color:var(--color-text-muted);flex-shrink:0}.search-input.svelte-116u010{flex:1;min-width:0;background:transparent;border:none;outline:none;font-size:16px;color:var(--color-text);padding:0}.search-input.svelte-116u010::placeholder{color:var(--color-text-muted)}.clear-btn.svelte-116u010{position:relative;width:22px;height:22px;border-radius:50%;background:#0000002e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.clear-btn.svelte-116u010:before{content:"";position:absolute;inset:50%;width:var(--touch-min);height:var(--touch-min);transform:translate(-50%,-50%)}.cancel-btn.svelte-116u010{color:var(--color-link);font-size:var(--fs-subtitle);font-weight:var(--fw-semibold);padding:var(--sp-2) var(--sp-1);flex-shrink:0}.chip-row.svelte-116u010{display:flex;gap:var(--sp-2);padding:var(--sp-3) var(--sp-4);overflow-x:auto;scrollbar-width:none}.chip-row.svelte-116u010::-webkit-scrollbar{display:none}.chip.svelte-116u010{display:inline-flex;align-items:center;gap:var(--sp-2);padding:6px var(--sp-3);height:32px;border-radius:999px;background:var(--color-bg-secondary);color:var(--color-text);font-size:var(--fs-body);font-weight:var(--fw-medium);flex-shrink:0;transition:background .15s}.chip.svelte-116u010:hover{background:var(--color-border)}.search-body.svelte-116u010{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.section.svelte-116u010{padding:var(--sp-2) 0 var(--sp-3)}.section-head.svelte-116u010{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-2) var(--sp-4)}.section-label.svelte-116u010{font-size:var(--fs-small);color:var(--color-text-muted);font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.6px}.section-action.svelte-116u010{font-size:var(--fs-small);color:var(--color-link);font-weight:var(--fw-medium)}.list.svelte-116u010{list-style:none;margin:0;padding:0}.list-item.svelte-116u010{width:100%;display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);min-height:48px;text-align:left;color:var(--color-text);font-size:var(--fs-subtitle);transition:background .15s}.list-item.svelte-116u010:hover{background:var(--color-bg-secondary)}.list-icon.svelte-116u010{color:var(--color-text-muted);flex-shrink:0}.list-label.svelte-116u010{flex:1;min-width:0}.list-arrow.svelte-116u010{color:var(--color-text-muted);flex-shrink:0}@media(min-width:769px){.search-overlay.svelte-116u010{padding:8vh var(--sp-4) var(--sp-4);background:#00000059}.search-top.svelte-116u010,.chip-row.svelte-116u010,.search-body.svelte-116u010{background:var(--color-white);max-width:640px;width:100%;margin:0 auto}.search-top.svelte-116u010{border-top-left-radius:var(--radius-std);border-top-right-radius:var(--radius-std)}.search-body.svelte-116u010{border-bottom-left-radius:var(--radius-std);border-bottom-right-radius:var(--radius-std);flex:0 1 auto;max-height:60vh}}.header.svelte-1elxaub{background:var(--color-white)}.header-inner.svelte-1elxaub{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);height:var(--header-height);display:flex;align-items:center;gap:var(--sp-3)}.icon-btn.svelte-1elxaub{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-min);height:var(--touch-min);border-radius:50%;color:var(--color-text);flex-shrink:0;transition:background .15s;position:relative}.icon-btn.svelte-1elxaub:hover{background:var(--color-bg-secondary)}.menu-toggle.svelte-1elxaub,.search-trigger.svelte-1elxaub,.mobile-actions.svelte-1elxaub{display:none}.logo.svelte-1elxaub{flex-shrink:0;display:inline-flex;align-items:center}.logo-img.svelte-1elxaub{height:28px;width:auto}.logo-mobile.svelte-1elxaub{display:none}.city-selector.svelte-1elxaub{position:relative;flex-shrink:0}.city-chip.svelte-1elxaub{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border-radius:999px;background:var(--color-bg-secondary);color:var(--color-text);font-size:var(--fs-body);font-weight:var(--fw-medium);transition:background .15s;max-width:180px}.city-chip.svelte-1elxaub:hover{background:var(--color-border)}.city-label.svelte-1elxaub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chev.svelte-1elxaub{transition:transform .2s;opacity:.6;flex-shrink:0}.chev.open.svelte-1elxaub{transform:rotate(180deg)}.dropdown.svelte-1elxaub{position:absolute;top:calc(100% + 6px);right:0;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:200;padding:var(--sp-1) 0;min-width:180px}.city-dropdown.svelte-1elxaub{left:0;right:auto}.dropdown-option.svelte-1elxaub{display:flex;align-items:center;gap:var(--sp-2);width:100%;text-align:left;padding:var(--sp-2) var(--sp-3);min-height:40px;font-size:var(--fs-body);color:var(--color-text-secondary);transition:background .15s}.dropdown-option.svelte-1elxaub:hover{background:var(--color-bg-secondary)}.dropdown-option.active.svelte-1elxaub{color:var(--color-accent);font-weight:var(--fw-semibold)}.search-desktop.svelte-1elxaub{flex:1;min-width:0}.search-mobile.svelte-1elxaub{display:none}.header-actions.svelte-1elxaub{display:flex;align-items:center;gap:var(--sp-2);flex-shrink:0}.action-btn.svelte-1elxaub{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--sp-1) var(--sp-2);color:var(--color-text-muted);border-radius:var(--radius-md);transition:color .15s;position:relative}.action-btn.svelte-1elxaub:hover{color:var(--color-text)}.header-avatar.svelte-1elxaub{width:24px;height:24px;border-radius:50%;object-fit:cover}.map-btn.svelte-1elxaub{color:var(--color-accent)!important}.map-btn.svelte-1elxaub:hover{color:var(--color-accent-hover)!important;background:var(--color-bg-secondary)}.sell-btn.svelte-1elxaub{background:var(--color-violet);color:var(--color-white)!important;border-radius:var(--radius-md);padding:var(--sp-2) var(--sp-3)!important;font-weight:var(--fw-semibold)}.sell-btn.svelte-1elxaub:hover{background:color-mix(in srgb,var(--color-violet) 85%,black);color:var(--color-white)!important}.sell-btn.svelte-1elxaub .action-label:where(.svelte-1elxaub){display:inline!important}.action-label.svelte-1elxaub{font-size:var(--fs-small);line-height:1;display:none}.count-badge.svelte-1elxaub{position:absolute;background:var(--color-accent);color:#fff;font-size:10px;font-weight:var(--fw-bold);min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.action-btn.svelte-1elxaub .count-badge:where(.svelte-1elxaub){top:-4px;right:-2px}.msg-badge.svelte-1elxaub{background:#ef4444}.fav-badge.svelte-1elxaub{background:var(--color-violet)}.lang-selector.svelte-1elxaub{position:relative;flex-shrink:0}.lang-btn.svelte-1elxaub{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-1) var(--sp-2);color:var(--color-text-muted);font-size:var(--fs-small);border-radius:var(--radius-md);transition:color .15s}.lang-btn.svelte-1elxaub:hover{color:var(--color-text)}.lang-label.svelte-1elxaub{line-height:1}.lang-flag.svelte-1elxaub{display:flex;align-items:center;border-radius:2px;overflow:hidden;line-height:0}@media(min-width:769px){.city-selector.svelte-1elxaub,.map-btn.svelte-1elxaub,.blog-btn.svelte-1elxaub,.desktop-lang.svelte-1elxaub{display:none!important}}@media(max-width:768px){.header-inner.svelte-1elxaub{gap:var(--sp-2);padding:0 var(--sp-3)}.menu-toggle.svelte-1elxaub{display:inline-flex}.logo-desktop.svelte-1elxaub{display:none}.logo-mobile.svelte-1elxaub{display:block;height:26px}.logo-img.svelte-1elxaub{height:26px}.header-actions.svelte-1elxaub,.desktop-lang.svelte-1elxaub,.search-desktop.svelte-1elxaub{display:none}.search-trigger.svelte-1elxaub{display:inline-flex;margin-left:auto}.mobile-actions.svelte-1elxaub{display:inline-flex;gap:2px}.mobile-icon.svelte-1elxaub{width:var(--touch-min);height:var(--touch-min)}.mobile-icon.svelte-1elxaub .count-badge:where(.svelte-1elxaub){top:4px;right:4px}.city-chip.svelte-1elxaub{max-width:110px;padding:0 8px;height:30px;font-size:var(--fs-small)}.city-label.svelte-1elxaub{font-size:var(--fs-small)}.search-mobile.svelte-1elxaub{display:block;padding:0 var(--sp-3) var(--sp-2);background:var(--color-white)}.search-pill.svelte-1elxaub{width:100%;display:flex;align-items:center;gap:var(--sp-2);height:40px;padding:0 var(--sp-3);background:var(--color-bg-secondary);border-radius:999px;color:var(--color-text-muted);font-size:15px;text-align:left;transition:background .15s}.search-pill.svelte-1elxaub:hover{background:var(--color-border)}.search-pill-text.svelte-1elxaub{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:360px){.city-chip.svelte-1elxaub{max-width:90px}.search-trigger.svelte-1elxaub{display:none}}.topbar.svelte-yic9pk{background:#000;font-size:var(--fs-small);color:#fff}.topbar-inner.svelte-yic9pk{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);height:36px;display:flex;align-items:center;justify-content:space-between}.topbar-left.svelte-yic9pk,.topbar-right.svelte-yic9pk{display:flex;align-items:center;gap:var(--sp-1)}.topbar-btn.svelte-yic9pk{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;color:#fff;font-size:var(--fs-small);line-height:1;border-radius:var(--radius-sm);transition:background .15s,opacity .15s;white-space:nowrap}.topbar-btn.svelte-yic9pk:hover{background:#ffffff1a}.chevron.svelte-yic9pk{transition:transform .2s;opacity:.75}.chevron.open.svelte-yic9pk{transform:rotate(180deg)}.city-selector.svelte-yic9pk,.lang-selector.svelte-yic9pk{position:relative}.dropdown.svelte-yic9pk{position:absolute;top:calc(100% + 4px);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:200;padding:var(--sp-1) 0}.city-dropdown.svelte-yic9pk{left:0;min-width:180px}.lang-dropdown.svelte-yic9pk{right:0;min-width:160px}.dropdown-option.svelte-yic9pk{display:flex;align-items:center;gap:var(--sp-2);width:100%;text-align:left;padding:var(--sp-2) var(--sp-3);font-size:var(--fs-small);color:var(--color-text-secondary);transition:background .1s;white-space:nowrap}.dropdown-option.svelte-yic9pk:hover{background:var(--color-bg-secondary)}.dropdown-option.active.svelte-yic9pk{color:var(--color-accent);font-weight:var(--fw-semibold)}.lang-flag.svelte-yic9pk{display:flex;align-items:center;border-radius:2px;overflow:hidden;line-height:0}@media(max-width:768px){.topbar.svelte-yic9pk{display:none}}.footer.svelte-jz8lnl{background:#a467ff;padding:var(--sp-12) 0 var(--sp-8);padding-bottom:calc(var(--sp-8) + env(safe-area-inset-bottom));margin-top:var(--sp-20)}.footer-inner.svelte-jz8lnl{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.footer-grid.svelte-jz8lnl{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-8)}.footer-title.svelte-jz8lnl{font-size:var(--fs-subtitle);font-weight:var(--fw-semibold);margin-bottom:var(--sp-4);color:#fff}.footer-col.svelte-jz8lnl ul:where(.svelte-jz8lnl){display:flex;flex-direction:column;gap:var(--sp-3)}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:var(--fs-body);color:#ffffffbf;transition:color .15s}.footer-col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff}.footer-cities.svelte-jz8lnl{margin-top:var(--sp-8);padding-top:var(--sp-5);border-top:1px solid rgba(255,255,255,.18);display:flex;flex-wrap:wrap;gap:var(--sp-3);align-items:center;font-size:var(--fs-small)}.footer-cities-label.svelte-jz8lnl{color:#fff9;font-weight:600}.footer-city-link.svelte-jz8lnl{color:#ffffffd9;transition:color .15s}.footer-city-link.svelte-jz8lnl:hover{color:#fff}.footer-bottom.svelte-jz8lnl{margin-top:var(--sp-6);padding-top:var(--sp-6);border-top:1px solid rgba(255,255,255,.2);font-size:var(--fs-small);color:#fff9}@media(max-width:768px){.footer.svelte-jz8lnl{margin-top:var(--sp-12);padding-bottom:calc(var(--sp-8) + 52px + env(safe-area-inset-bottom))}.footer-grid.svelte-jz8lnl{grid-template-columns:repeat(2,1fr);gap:var(--sp-6)}}@media(max-width:640px){.footer-grid.svelte-jz8lnl{grid-template-columns:1fr}}.mobile-menu-overlay.svelte-r1tfyb{position:fixed;inset:0;background:#0006;z-index:1100;animation:svelte-r1tfyb-fadeIn .2s ease}.mobile-menu.svelte-r1tfyb{position:absolute;top:0;left:0;bottom:0;width:min(360px,88vw);background:var(--color-white);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:svelte-r1tfyb-slideIn .25s ease;padding-bottom:env(safe-area-inset-bottom)}.menu-header.svelte-r1tfyb{display:flex;align-items:center;gap:var(--sp-2);padding:0 var(--sp-3);min-height:var(--header-height);position:sticky;top:0;background:var(--color-white);border-bottom:1px solid var(--color-border);z-index:1}.menu-toggle.svelte-r1tfyb{width:var(--touch-min);height:var(--touch-min);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);transition:background .15s;flex-shrink:0}.menu-toggle.svelte-r1tfyb:hover{background:var(--color-bg-secondary)}.menu-logo.svelte-r1tfyb{display:inline-flex;align-items:center;flex-shrink:0}.logo-img.svelte-r1tfyb{height:26px;width:auto}.city-chip.svelte-r1tfyb{margin-left:auto;display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border-radius:999px;background:var(--color-bg-secondary);color:var(--color-text);font-size:var(--fs-small);font-weight:var(--fw-medium)}.city-chip.svelte-r1tfyb:hover{background:var(--color-border)}.cities-panel.svelte-r1tfyb{padding:var(--sp-2) var(--sp-3);border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary);display:flex;flex-wrap:wrap;gap:var(--sp-2)}.city-option.svelte-r1tfyb{padding:6px 12px;border-radius:999px;background:var(--color-white);border:1px solid var(--color-border);font-size:var(--fs-small);color:var(--color-text-secondary);transition:all .15s}.city-option.svelte-r1tfyb:hover{border-color:var(--color-text)}.city-option.active.svelte-r1tfyb{background:var(--color-text);color:var(--color-white);border-color:var(--color-text)}.profile-card.svelte-r1tfyb{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-4);border-bottom:1px solid var(--color-border);text-decoration:none;transition:background .15s}.profile-card.svelte-r1tfyb:hover{background:var(--color-bg-secondary)}.profile-avatar.svelte-r1tfyb{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-avatar.gradient.svelte-r1tfyb{background:linear-gradient(135deg,#ff691d,#7018e6)}.profile-avatar.authed.svelte-r1tfyb{background:var(--color-bg-secondary)}.profile-avatar.svelte-r1tfyb img:where(.svelte-r1tfyb){width:100%;height:100%;object-fit:cover}.profile-text.svelte-r1tfyb{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-name.svelte-r1tfyb{font-size:var(--fs-subtitle);font-weight:var(--fw-semibold);color:var(--color-text);line-height:1.2}.profile-sub.svelte-r1tfyb{font-size:var(--fs-small);color:var(--color-text-muted);line-height:1.2}.menu-links.svelte-r1tfyb{padding:var(--sp-2) 0;flex:1}.menu-link.svelte-r1tfyb{display:flex;align-items:center;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);min-height:52px;font-size:var(--fs-subtitle);color:var(--color-text);transition:background .15s;text-decoration:none}.menu-link.svelte-r1tfyb:hover{background:var(--color-bg-secondary)}.link-icon.svelte-r1tfyb{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted);width:24px;height:24px;flex-shrink:0}.link-count.svelte-r1tfyb{color:var(--color-text-muted);font-weight:var(--fw-medium)}.menu-footer.svelte-r1tfyb{margin-top:auto;padding:var(--sp-3) var(--sp-4);border-top:1px solid var(--color-border);background:var(--color-white)}.lang-label.svelte-r1tfyb{font-size:var(--fs-small);color:var(--color-text-muted);font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.6px;margin-bottom:var(--sp-2)}.lang-pills.svelte-r1tfyb{display:flex;gap:var(--sp-2)}.lang-pill.svelte-r1tfyb{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:var(--sp-2) var(--sp-3);height:44px;border-radius:var(--radius-md);background:var(--color-white);border:1px solid var(--color-border);font-size:var(--fs-body);color:var(--color-text-muted);transition:all .15s}.lang-pill.svelte-r1tfyb:hover{border-color:var(--color-text);color:var(--color-text)}.lang-pill.active.svelte-r1tfyb{border-color:var(--color-text);color:var(--color-text);font-weight:var(--fw-semibold)}.lang-pill-tag.svelte-r1tfyb{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted)}.lang-pill.active.svelte-r1tfyb .lang-pill-tag:where(.svelte-r1tfyb){color:var(--color-text)}.logout-link.svelte-r1tfyb{margin-top:var(--sp-3);display:inline-flex;align-items:center;gap:var(--sp-2);color:var(--color-text-muted);font-size:var(--fs-body);padding:var(--sp-2) 0}.logout-link.svelte-r1tfyb:hover{color:var(--color-text)}@media(max-width:768px){.mobile-menu.svelte-r1tfyb{width:100%}}@keyframes svelte-r1tfyb-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-r1tfyb-slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.bottom-nav.svelte-oeh3u8{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.06);padding-bottom:env(safe-area-inset-bottom)}@media(max-width:768px){.bottom-nav.svelte-oeh3u8{display:flex;align-items:center;justify-content:space-around}}.bottom-nav-item.svelte-oeh3u8{display:flex;align-items:center;justify-content:center;position:relative;flex:1;height:52px;color:#b0b0b0;transition:color .2s;-webkit-tap-highlight-color:transparent}.bottom-nav-item.svelte-oeh3u8:active{transform:scale(.95)}.bottom-nav-item.active.svelte-oeh3u8{color:var(--color-text)}.bottom-nav-item.active.svelte-oeh3u8:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:20px;height:3px;border-radius:0 0 3px 3px;background:var(--color-accent)}.sell-item.svelte-oeh3u8{color:var(--color-white)!important}.sell-icon.svelte-oeh3u8{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-accent);border-radius:50%;box-shadow:0 4px 12px #ff691d4d;transition:transform .2s}.sell-item.svelte-oeh3u8:active .sell-icon:where(.svelte-oeh3u8){transform:scale(.92)}.fav-item.svelte-oeh3u8{position:relative}.fav-badge.svelte-oeh3u8{position:absolute;top:8px;right:50%;transform:translate(14px);background:#ff691d;color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.msg-item.svelte-oeh3u8{position:relative}.bottom-nav-avatar.svelte-oeh3u8{width:24px;height:24px;border-radius:50%;object-fit:cover}.badge.svelte-oeh3u8{position:absolute;top:8px;right:50%;transform:translate(14px);background:#ef4444;color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.nav-progress.svelte-99yc4f{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;overflow:hidden}.nav-progress-bar.svelte-99yc4f{height:100%;background:var(--color-accent);animation:svelte-99yc4f-progress 1.5s ease-in-out infinite}@keyframes svelte-99yc4f-progress{0%{width:0%;margin-left:0%}50%{width:60%;margin-left:20%}to{width:0%;margin-left:100%}}.sticky-header.svelte-12qhfyh{position:sticky;top:0;z-index:1000}main.svelte-12qhfyh{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}main.blog-main.svelte-12qhfyh{max-width:none;padding:0}@media(max-width:1023px){main.listing-main.svelte-12qhfyh{padding-left:0;padding-right:0}}@media(max-width:768px){main.svelte-12qhfyh{padding-bottom:calc(52px + env(safe-area-inset-bottom))}}.skip-link.svelte-12qhfyh{position:absolute;left:-9999px;top:auto;z-index:9999}.skip-link.svelte-12qhfyh:focus{left:8px;top:8px;background:var(--color-accent);color:#fff;padding:8px 16px;border-radius:var(--radius-md);text-decoration:none;font-weight:var(--fw-semibold)}
