:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--primary-bg: #eff6ff;--gray-50: #fafafa;--gray-100: #f4f4f5;--gray-200: #e4e4e7;--gray-300: #d4d4d8;--gray-400: #a1a1aa;--gray-500: #71717a;--gray-600: #52525b;--gray-700: #3f3f46;--gray-800: #27272a;--gray-900: #18181b;--bg-body: #f4f4f5;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f4f4f5;--bg-hover: #e4e4e7;--text-primary: #18181b;--text-secondary: #52525b;--text-tertiary: #71717a;--text-muted: #71717a;--text-on-primary: #ffffff;--success: #059669;--warning: #d97706;--error: #dc2626;--border-color: #e4e4e7;--border-color-strong: #d4d4d8;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--container-width: 1200px;--header-height: 64px;--footer-height: 240px;--btn-height-sm: 36px;--btn-height-md: 44px;--btn-height-lg: 48px;--btn-radius: 8px;--btn-padding-x: 1.25rem;--btn-font-weight: 600;--transition: all .2s ease;--glass-bg: rgba(255, 255, 255, .72);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .08), 0 0 0 1px rgba(255, 255, 255, .5) inset;--glass-blur: 12px;--glass-blur-strong: 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(160deg,#fafafa,#f4f4f5 35%,#e4e4e7);background-attachment:fixed;color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}@media(max-width:768px){:root{--header-height: 56px}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body{background-attachment:scroll}}@media(pointer:coarse){html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body{background-attachment:scroll}}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-strong{background:#ffffffd9;backdrop-filter:blur(var(--glass-blur-strong));-webkit-backdrop-filter:blur(var(--glass-blur-strong));border:1px solid rgba(255,255,255,.6);box-shadow:0 12px 40px #00000014,0 0 0 1px #fff9 inset}.glass-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--border-radius-lg);color:var(--text-primary)}@media(max-width:768px){.glass,.glass-strong,.glass-card,.card{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg-primary)}*{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media(pointer:coarse){.glass,.glass-strong,.glass-card,.card{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg-primary)}*{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:var(--container-width);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.btn-group{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}::selection{background:var(--primary-bg);color:var(--text-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.container{max-width:100%}}@media(max-width:768px){.container{padding:0 1rem}body{font-size:15px}h1{font-size:clamp(1.5rem,6vw,2rem)!important}h2{font-size:clamp(1.25rem,5vw,1.5rem)!important}h3{font-size:clamp(1.125rem,4vw,1.25rem)!important}.btn-group{gap:.5rem}.home-categories-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){.container{padding:0 .75rem}body{font-size:14px}button,.button{font-size:.875rem;min-height:40px;padding:0 1rem}input,textarea,select{font-size:16px}.home-categories-grid{grid-template-columns:repeat(2,1fr)!important}}.main-content{min-height:calc(100vh - var(--header-height) - var(--footer-height));padding-top:calc(var(--header-height) + 1.5rem);padding-bottom:2rem}@media(max-width:768px){.main-content{padding-top:calc(var(--header-height) + 1rem);padding-bottom:1.5rem}}.card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--border-radius-lg);padding:1.25rem;color:var(--text-primary)}@media(max-width:480px){.card{padding:1rem}}.toast-container{position:fixed;bottom:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;max-width:calc(100vw - 40px)}.toast-container__item{pointer-events:auto}.toast{position:relative;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 10px 25px #0003;display:flex;align-items:center;gap:.75rem;min-width:300px;max-width:500px;cursor:pointer;transition:opacity .15s ease}.toast:hover{opacity:.9}.toast--entering{animation:toast-slide-in .3s ease-out}.toast--leaving{animation:toast-slide-out .3s ease-out forwards}.toast--success{background-color:#10b981;border:1px solid #059669}.toast--error{background-color:#ef4444;border:1px solid #dc2626}.toast--warning{background-color:#f59e0b;border:1px solid #d97706}.toast--info{background-color:#3b82f6;border:1px solid #2563eb}.toast__icon{font-size:1.25rem;font-weight:700;flex-shrink:0}.toast__message{flex:1;font-size:.95rem;line-height:1.5}.toast__close{background:transparent;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;opacity:.8;flex-shrink:0;border-radius:4px;transition:opacity .15s ease}.toast__close:hover{opacity:1}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media(max-width:480px){.toast-container{bottom:80px;left:10px;right:10px;max-width:100%}.toast{min-width:0;max-width:100%}}.loading{display:flex;flex-direction:column;align-items:center}.loading--fullscreen{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffe6;z-index:9999}.loading__spinner{border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}.loading__spinner--sm{width:1.5rem;height:1.5rem}.loading__spinner--md{width:2.5rem;height:2.5rem}.loading__spinner--lg{width:4rem;height:4rem}.loading__text{color:var(--text-secondary)}.loading__text--inline{margin-top:.5rem;font-size:.875rem}.loading__text--fullscreen{margin-top:1rem;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:var(--btn-font-weight, 600);border-radius:var(--btn-radius, 8px);border:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease,filter .15s ease;text-decoration:none;white-space:nowrap;line-height:1;vertical-align:middle}.btn:disabled,.btn--loading{opacity:.6;cursor:not-allowed;pointer-events:none}.btn--sm{min-height:var(--btn-height-sm, 36px);padding:0 1rem;font-size:.875rem}.btn--md{min-height:var(--btn-height-md, 44px);padding:0 var(--btn-padding-x, 1.25rem);font-size:.9375rem}.btn--lg{min-height:var(--btn-height-lg, 48px);padding:0 1.75rem;font-size:1rem}.btn--full{width:100%}.btn--primary{background:var(--primary);color:var(--text-on-primary);box-shadow:var(--shadow-sm)}.btn--primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow)}.btn--primary:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.btn--secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn--secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-color-strong)}.btn--secondary:active:not(:disabled){background:var(--bg-hover);transform:scale(.98)}.btn--outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn--outline:hover:not(:disabled){background:var(--primary-bg)}.btn--outline:active:not(:disabled){background:var(--primary-bg);transform:scale(.98)}.btn--ghost{background:transparent;color:var(--text-secondary);border:none}.btn--ghost:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}.btn--ghost:active:not(:disabled){background:var(--bg-hover);transform:scale(.98)}.btn--success{background:var(--success);color:var(--text-on-primary)}.btn--success:hover:not(:disabled){filter:brightness(1.06)}.btn--success:active:not(:disabled){transform:scale(.98)}.btn--danger{background:var(--error);color:var(--text-on-primary)}.btn--danger:hover:not(:disabled){filter:brightness(1.06)}.btn--danger:active:not(:disabled){transform:scale(.98)}.btn__spinner{display:inline-block;animation:spin .8s linear infinite;line-height:1}.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:#fffffff2;border-bottom:1px solid var(--border-color);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:box-shadow .2s ease}.site-header--scrolled{box-shadow:0 4px 20px #0f172a14}.site-header__inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-size:1.25rem;font-weight:800;letter-spacing:-.02em;flex-shrink:0}.brand-link__logo{width:32px;height:32px;border-radius:9px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #2563eb4d}.brand-link__logo svg{width:18px;height:18px;color:#fff}.brand-link__name{color:var(--text-primary)}.site-nav{display:flex;align-items:center;gap:.125rem;flex:1}.site-nav__link{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .875rem;border-radius:8px;text-decoration:none;color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:background .15s ease,color .15s ease;white-space:nowrap}.site-nav__link:hover{background:var(--bg-secondary);color:var(--text-primary)}.site-nav__link--active{color:var(--primary);background:var(--primary-bg);font-weight:600}.site-nav__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.header-icon-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.header-icon-btn--active{color:var(--primary);background:var(--primary-bg)}.header-icon-btn svg{width:20px;height:20px;flex-shrink:0}.header-icon-btn__badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:var(--primary);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #fff}.site-nav__divider{width:1px;height:24px;background:var(--border-color);margin:0 .375rem;flex-shrink:0}.header-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-bg);color:var(--primary);font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid var(--border-color);cursor:default;text-transform:uppercase}.header-post-btn{display:inline-flex;align-items:center;gap:.375rem;padding:0 1rem;height:36px;border-radius:9px;background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .15s ease,transform .1s ease;white-space:nowrap;flex-shrink:0}.header-post-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.header-post-btn:active{transform:translateY(0)}.header-post-btn svg{width:16px;height:16px;flex-shrink:0}.header-logout-btn{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:8px;background:none;border:none;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.header-logout-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.header-auth-links{display:flex;align-items:center;gap:.375rem}.header-login-btn{display:inline-flex;align-items:center;padding:0 .875rem;height:36px;border-radius:9px;background:none;border:1.5px solid var(--border-color);color:var(--text-primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .15s ease,background .15s ease;white-space:nowrap}.header-login-btn:hover{border-color:var(--primary-light);background:var(--primary-bg);color:var(--primary)}.site-header__burger{display:none;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:38px;height:38px;border:1.5px solid var(--border-color);border-radius:9px;background:none;cursor:pointer;padding:0;flex-shrink:0}.site-header__burger span{display:block;width:16px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.site-header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;padding:.625rem;border-top:1px solid var(--border-color);background:var(--bg-primary);box-shadow:0 8px 24px #0f172a1a}.mobile-menu__nav{display:flex;flex-direction:column;gap:.125rem}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:var(--text-primary);padding:.75rem .875rem;border-radius:10px;font-size:.9375rem;font-weight:500;transition:background .15s ease}.mobile-menu__link:hover{background:var(--bg-secondary)}.mobile-menu__link--active{background:var(--primary-bg);color:var(--primary);font-weight:600}.mobile-menu__link-left{display:flex;align-items:center;gap:.75rem}.mobile-menu__link-icon{width:32px;height:32px;border-radius:8px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu__link-icon svg{width:16px;height:16px;color:var(--text-secondary)}.mobile-menu__link--active .mobile-menu__link-icon{background:var(--primary-bg)}.mobile-menu__link--active .mobile-menu__link-icon svg{color:var(--primary)}.mobile-menu__badge{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.mobile-menu__divider{height:1px;background:var(--border-color);margin:.5rem 0}.mobile-menu__actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem}.mobile-menu__post-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;border-radius:10px;background:var(--primary);color:#fff;font-size:.9375rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .15s ease}.mobile-menu__post-btn:hover{background:var(--primary-dark)}.mobile-menu__post-btn svg{width:18px;height:18px}.mobile-menu__auth{display:flex;gap:.5rem}.mobile-menu__auth a{flex:1;text-align:center;text-decoration:none}.header-mobile-right{display:none;align-items:center;gap:.5rem;flex-shrink:0}.header-post-btn--compact{padding:0 .75rem;height:34px;font-size:.8125rem}.mobile-menu__logout-btn{background:none;border:none;cursor:pointer;text-align:left;width:100%;color:var(--error);font-family:inherit}.mobile-menu__link-icon--danger{background:#fef2f2!important;color:var(--error)}.mobile-menu__link-icon--danger svg{color:var(--error)!important}.mobile-menu__login-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:10px;border:1.5px solid var(--border-color);background:none;font-size:.9375rem;font-weight:500;cursor:pointer;color:var(--text-primary);text-decoration:none;transition:border-color .15s ease,background .15s ease}.mobile-menu__login-btn:hover{border-color:var(--primary-light);background:var(--primary-bg);color:var(--primary)}@media(max-width:768px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--bg-primary)}.site-header__inner{min-height:56px;gap:.75rem}.site-nav,.site-nav__actions{display:none}.header-mobile-right,.site-header__burger{display:flex}.mobile-menu{display:block}}.site-footer{margin-top:auto;padding:2.25rem 0 1.25rem;border-top:1px solid var(--border-color);background:var(--surface-elevated);color:var(--text-secondary)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem 2rem;margin-bottom:1.5rem}.site-footer__brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--text-primary);font-size:1.125rem;font-weight:800;letter-spacing:-.02em;text-decoration:none}.site-footer__brand-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;flex-shrink:0;box-shadow:0 2px 8px #2563eb40}.site-footer__brand-icon svg{width:16px;height:16px}.site-footer__muted{font-size:.875rem;line-height:1.6}.site-footer__section-title{color:var(--text-primary);font-size:.9375rem;font-weight:700;margin-bottom:.5rem}.site-footer__list{list-style:none;display:grid;gap:.35rem}.site-footer__link{color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s ease}.site-footer__link:hover{color:var(--primary-dark)}.site-footer__bottom{padding-top:1rem;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem 1rem;color:var(--text-tertiary);font-size:.8125rem}.site-footer__support-btn{border:0;background:transparent;color:var(--primary);text-decoration:underline;cursor:pointer;font-size:.8125rem}@media(max-width:768px){.site-footer{padding-bottom:5.5rem}}.mobile-bottom-nav{display:none}@media(max-width:768px){.main-content.main-content--with-mobile-nav{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px) + 1.5rem)!important}.mobile-bottom-nav{display:flex;align-items:stretch;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;z-index:999;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--bg-primary);border-top:1px solid var(--border-color);box-shadow:0 -2px 12px #0000000f}.mobile-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;text-decoration:none;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;min-width:0}.mobile-bottom-nav__item:active{background:var(--bg-hover)}.mobile-bottom-nav__icon{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-bottom-nav__icon svg{width:24px;height:24px}.mobile-bottom-nav__badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;text-align:center;color:var(--text-on-primary);background:var(--primary);border-radius:8px}.mobile-bottom-nav__label{font-size:11px;font-weight:500;line-height:1.2;color:var(--text-secondary);transition:color .2s ease}.mobile-bottom-nav__item[aria-current=page]{color:var(--primary)}.mobile-bottom-nav__item[aria-current=page] .mobile-bottom-nav__label{color:var(--primary);font-weight:600}}.home-hero{position:relative;overflow:hidden;background:var(--bg-body);padding:calc(var(--header-height, 64px) + 1.5rem) 0 2rem}.home-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%}.home-hero__top{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;flex-wrap:wrap;width:100%;max-width:1100px;margin-bottom:1.5rem}.home-hero__title{margin:0;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);flex-shrink:0}.home-hero__title svg{width:28px;height:28px;flex-shrink:0}.home-search{flex:1;min-width:480px;width:auto}.home-search__bar{display:flex;flex-wrap:nowrap;background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;border:1.5px solid var(--border-color);transition:border-color .18s ease,box-shadow .18s ease}.home-search__bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a,var(--shadow)}.home-search__cat-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border:none;border-right:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);font-weight:500;font-size:.9375rem;white-space:nowrap;transition:background .15s ease,color .15s ease;min-width:120px;justify-content:center}.home-search__cat-btn:hover{background:var(--bg-hover)}.home-search__cat-btn--active{color:var(--primary);font-weight:600}.home-search__cat-label{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-search__input{flex:1 1 280px;padding:.75rem 1rem;border:none;outline:none;font-size:1rem;min-width:200px;background:transparent;color:var(--text-primary);font-family:inherit}.home-search__input::placeholder{color:var(--text-tertiary)}.home-search__submit{padding:.75rem 1.5rem;background:var(--primary);border:none;color:var(--text-on-primary);cursor:pointer;font-weight:600;font-size:.9375rem;transition:background .15s ease;white-space:nowrap;font-family:inherit}.home-search__submit:hover{background:var(--primary-dark)}.home-search__location{display:flex;align-items:center;gap:.35rem;padding:.75rem .875rem;border:none;border-left:1px solid var(--border-color);cursor:pointer;color:var(--text-tertiary);font-weight:500;font-size:.9375rem;white-space:nowrap;min-width:100px;max-width:260px;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;transition:background .15s ease,color .15s ease;background:transparent;font-family:inherit}.home-search__location:hover{background:var(--bg-secondary)}.home-search__location--active{color:var(--text-primary);font-weight:600}.home-search__location-icon{flex-shrink:0;color:var(--text-tertiary)}.home-search__location-icon svg{width:16px;height:16px;display:block}.home-search__location-text{overflow:hidden;text-overflow:ellipsis;min-width:0}.home-search__tag{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:var(--primary-bg);color:var(--primary);border-radius:var(--border-radius);font-size:.875rem;font-weight:500;border:1px solid var(--border-color);margin-top:.5rem;width:fit-content}.home-search__tag-clear{background:none;border:none;cursor:pointer;padding:0 .1rem;color:var(--text-secondary);font-size:1.1rem;line-height:1;display:flex;align-items:center}.home-categories{background:var(--bg-body);padding:1rem 0 2.5rem}.home-section{padding:2.5rem 0 3rem;background:var(--bg-body)}.home-section--transparent{padding:3rem 0 4rem;background:transparent;position:relative}.home-section--large{padding:4rem 0;background:transparent;position:relative}.home-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.home-section__header--center{flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;justify-content:center;gap:.5rem}.home-section__title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary);line-height:1.25}.home-section__title--xl{font-size:2.5rem}.home-section__desc{font-size:.95rem;color:var(--text-secondary);margin:0}.home-section__desc--lg{font-size:1.125rem}.home-promos{padding:2rem 0 4rem}.home-promos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.home-promo-card{padding:2.5rem!important;display:flex!important;align-items:center!important;gap:2rem!important;overflow:hidden!important;position:relative!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-md)!important}.home-promo-card--services{background:linear-gradient(135deg,var(--primary-bg) 0%,rgba(118,75,162,.07) 100%)!important}.home-promo-card--business{background:linear-gradient(135deg,#0ea5e917,#3b82f60f)!important}.home-promo-card__body{flex:1;z-index:1}.home-promo-card__label{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--primary)}.home-promo-card__title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);line-height:1.3;margin-top:0}.home-promo-card__text{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;margin-top:0}.home-empty{text-align:center;padding:3rem 0;color:var(--text-secondary)}.home-empty a{color:var(--primary)}.home-section-cta{text-align:center;margin-top:2rem}.home-recs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.home-recs__item{position:relative}.home-recs__menu-btn{position:absolute;top:.5rem;right:.5rem;z-index:2;width:32px;height:32px;border-radius:8px;border:none;background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;box-shadow:var(--shadow);transition:background .15s ease}.home-recs__menu-btn:hover{background:var(--bg-hover)}.home-recs__menu{position:absolute;top:2.25rem;right:.5rem;z-index:3;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-md);padding:.25rem 0;min-width:200px}.home-recs__menu-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;border:none;background:none;color:var(--text-primary);cursor:pointer;font-size:.9rem;font-family:inherit;transition:background .12s ease}.home-recs__menu-item:hover{background:var(--bg-hover)}.home-recs__link{text-decoration:none;color:inherit;display:block;height:100%}.home-recs__card{background:var(--bg-primary)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow)!important;padding:1rem!important;cursor:pointer;display:flex!important;flex-direction:column!important;height:100%;transition:transform .18s ease,box-shadow .18s ease!important}.home-recs__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)!important}.home-recs__image{width:100%;height:180px;border-radius:12px;overflow:hidden;margin-bottom:.75rem;background:var(--primary-bg);display:flex;align-items:center;justify-content:center}.home-recs__image img{width:100%;height:100%;object-fit:cover}.home-recs__image svg{width:40px;height:40px;opacity:.35}.home-recs__info{flex:1;display:flex;flex-direction:column}.home-recs__name{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem;margin-top:0}.home-recs__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-recs__price{font-size:1.25rem;font-weight:700;color:var(--primary)}.home-recs__stock{font-size:.85rem;color:var(--text-tertiary)}.home-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.home-feature-card{background:var(--bg-primary)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow)!important}.home-feature-card__icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:var(--shadow-md);color:var(--primary)}.home-feature-card__icon svg{width:28px;height:28px}.home-feature-card__title{font-size:1.3rem;font-weight:600;margin-bottom:.6rem;color:var(--text-primary);margin-top:0}.home-feature-card__desc{color:var(--text-secondary);line-height:1.65;font-size:1rem;margin:0}.home-pricing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;margin:0 auto;align-items:stretch}.home-plan-card{position:relative;display:flex!important;flex-direction:column!important;min-height:100%;background:var(--bg-primary)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-sm)!important}.home-plan-card--popular{background:var(--primary-bg)!important;border:2px solid var(--primary)!important;box-shadow:var(--shadow-md)!important}.home-plan-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;padding:.35rem 1.15rem;border-radius:999px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #2563eb4d;white-space:nowrap;letter-spacing:.02em}.home-plan-card__name{font-size:1.45rem;font-weight:700;margin-bottom:1.1rem;color:var(--text-primary);margin-top:0}.home-plan-card__price-row{margin-bottom:1.75rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem}.home-plan-card__price{font-size:2.6rem;font-weight:700;color:var(--text-primary);line-height:1}.home-plan-card__price--accent{color:var(--primary)}.home-plan-card__period{color:var(--text-secondary);font-weight:500}.home-plan-card__features{list-style:none;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1;padding:0}.home-plan-card__feature{padding:.5rem 0;display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.home-plan-card__check{width:20px;height:20px;border-radius:50%;background:#10b9811f;color:var(--success);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-plan-card__btn{margin-top:auto}.home-cta__card{text-align:center;padding:4.2rem 2.5rem!important}.home-cta__title{font-size:2.55rem;font-weight:700;margin-bottom:1.1rem;color:var(--text-primary);margin-top:0}.home-cta__text{font-size:1.2rem;margin-bottom:2.2rem;color:var(--text-secondary);line-height:1.7;margin-top:0}.home-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-news__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.home-news-card{overflow:hidden!important;background:var(--bg-primary)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow)!important}.home-news-card__image{height:180px;margin:-1.25rem -1.25rem 1rem;overflow:hidden}.home-news-card__image img{width:100%;height:100%;object-fit:cover;display:block}.home-news-card__badges{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.home-news-card__badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.home-news-card__badge--pinned{background:#f59e0b26;color:var(--warning)}.home-news-card__badge--date{background:#3b82f61a;color:var(--primary);font-weight:400}.home-news-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary);line-height:1.4;margin-top:0}.home-news-card__body{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.home-news-card__excerpt{margin-bottom:.75rem;font-weight:500;color:var(--text-primary);margin-top:0}.home-news-card__text{white-space:pre-wrap;max-height:200px;overflow:hidden;margin:0}.home-news-card__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-tertiary);gap:.5rem}.home-news-card__author,.home-news-card__views{display:flex;align-items:center;gap:.35rem}.home-news-card__views svg,.home-news-card__author svg{width:14px;height:14px;flex-shrink:0}.home-loc-modal__label{margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.home-loc-modal__select{width:100%;padding:.75rem 1rem;margin-bottom:1rem;background:var(--bg-secondary);border:1px solid var(--border-color-strong);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;cursor:pointer}.home-loc-modal__reset-btn{display:block;width:100%;padding:.75rem 1rem;margin-bottom:.75rem;text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;font-size:1rem;font-family:inherit;transition:background .15s ease}.home-loc-modal__reset-btn:hover{background:var(--bg-hover)}.home-loc-modal__cities{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.home-loc-modal__city-btn{padding:.6rem 1rem;text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;font-size:.95rem;font-weight:500;font-family:inherit;transition:border-color .12s ease,background .12s ease,color .12s ease}.home-loc-modal__city-btn--active{background:var(--primary-bg);border-color:var(--primary);color:var(--primary);font-weight:600}.home-loc-modal__tabs{display:flex;gap:.5rem;margin-bottom:.75rem;border-bottom:1px solid var(--border-color)}.home-loc-modal__tab{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;font-family:inherit;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.home-loc-modal__tab--active{color:var(--primary);border-bottom-color:var(--primary)}.home-loc-modal__address-input{width:100%;padding:.6rem 1rem;margin-bottom:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;font-family:inherit}.home-loc-modal__map-loader{height:280px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border-radius:8px;margin-bottom:.75rem;color:var(--text-secondary)}.home-loc-modal__radius-row{margin-top:.75rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.home-loc-modal__radius-label{font-size:.9rem;color:var(--text-secondary)}.home-loc-modal__radius-btn{padding:.35rem .6rem;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:.85rem;font-family:inherit;transition:border-color .12s ease,background .12s ease,color .12s ease}.home-loc-modal__radius-btn--active{border-color:var(--primary);background:var(--primary-bg);color:var(--primary)}.home-loc-modal__apply-btn{width:100%;padding:.75rem 1.25rem;background:var(--primary);border:none;border-radius:8px;color:var(--text-on-primary);font-weight:600;font-size:1rem;cursor:pointer;font-family:inherit;margin-top:1.25rem;transition:background .15s ease}.home-loc-modal__apply-btn:hover{background:var(--primary-dark)}.home-loc-modal__districts-note{padding:1rem;background:var(--bg-secondary);border-radius:8px;color:var(--text-secondary);font-size:.9rem}.home-loc-modal__city-first{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;cursor:pointer;font-size:.95rem}@media(max-width:768px){.home-hero__top{flex-direction:column;align-items:stretch}.home-hero__title{justify-content:center;width:100%}.home-search{flex:0 0 auto;width:100%;min-width:0}.home-search__bar{flex-wrap:wrap}.home-search__input{flex:1 1 100%;order:-1}.home-search__cat-btn{flex:1 1 45%;min-width:auto}.home-search__submit{flex:1 1 45%}.home-search__location{flex:1 1 100%;max-width:none;border-left:none;border-top:1px solid var(--border-color);justify-content:center}.home-promo-card__title,.home-section__title{font-size:1.25rem}.home-section__title--xl{font-size:1.5rem}.home-features__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.home-cta__card{padding:2rem 1rem!important}.home-cta__title{font-size:1.5rem}}@media(max-width:480px){.home-features__grid,.home-news__grid,.home-promos__grid{grid-template-columns:1fr}}.category-selector__overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000}.category-selector__modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;z-index:1001;width:90%;max-width:900px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.category-selector__header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.category-selector__title{font-size:1.25rem;font-weight:600;margin:0}.category-selector__header-actions{display:flex;gap:.75rem;align-items:center}.category-selector__reset-btn{padding:.5rem 1rem;min-height:44px;background-color:var(--bg-secondary);border:none;border-radius:8px;cursor:pointer;font-size:.875rem;color:var(--text-secondary);transition:background-color .15s ease}.category-selector__reset-btn:hover{background-color:var(--border-color)}.category-selector__close-btn{width:44px;height:44px;border-radius:50%;border:none;background-color:var(--bg-secondary);cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;flex-shrink:0}.category-selector__close-btn:hover{background-color:var(--border-color)}.category-selector__content{display:flex;flex:1;overflow:hidden;min-height:0}.category-selector__categories{overflow-y:auto;padding:.75rem;transition:width .2s ease;flex-shrink:0}.category-selector__categories--full{width:100%}.category-selector__categories--split{width:45%;border-right:1px solid var(--border-color)}.category-selector__category-item{padding:.875rem 1rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease;margin-bottom:.25rem;min-height:44px;color:var(--text-primary);background-color:transparent;-webkit-user-select:none;user-select:none}.category-selector__category-item:hover{background-color:var(--bg-secondary)}.category-selector__category-item--active{background-color:#3b82f61f;color:var(--primary-dark)}.category-selector__category-item--selected{background-color:#3b82f614;color:var(--primary-dark)}.category-selector__category-item--active:hover,.category-selector__category-item--selected:hover{background-color:#3b82f626}.category-selector__category-info{display:flex;align-items:center;gap:.75rem}.category-selector__category-name{font-weight:500}.category-selector__category-arrow{font-size:1rem;color:var(--text-secondary);transition:transform .2s ease;display:inline-block}.category-selector__category-arrow--open{transform:rotate(90deg)}.category-selector__subcategories{width:55%;overflow-y:auto;padding:.75rem;background-color:var(--bg-secondary)}.category-selector__select-all{padding:.75rem 1rem;border-radius:8px;cursor:pointer;background-color:#3b82f61a;color:var(--primary);font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;min-height:44px;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.category-selector__select-all:hover{background-color:#3b82f62e}.category-selector__subcategory-item{padding:.75rem 1rem;border-radius:8px;cursor:pointer;background-color:#fff;color:var(--text-primary);margin-bottom:.25rem;transition:all .15s ease;font-weight:400;min-height:44px;display:flex;align-items:center;-webkit-user-select:none;user-select:none}.category-selector__subcategory-item:hover{background-color:#3b82f614}.category-selector__subcategory-item--selected{background-color:#3b82f626;color:var(--primary-dark);font-weight:500}.category-selector__subcategory-item--selected:hover{background-color:#3b82f633}@media(max-width:600px){.category-selector__modal{width:100%;top:auto;bottom:0;left:0;transform:none;border-radius:16px 16px 0 0;max-height:90vh}.category-selector__content{flex-direction:column}.category-selector__categories--split{width:100%;border-right:none;border-bottom:1px solid var(--border-color);max-height:40vh}.category-selector__subcategories{width:100%;max-height:40vh}}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:1200px;margin:0 auto}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;padding:1.25rem .75rem;background:var(--bg-primary);border:1.5px solid var(--border-color);border-radius:16px;text-decoration:none;color:var(--text-primary);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-height:110px;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .18s ease;border-radius:inherit}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0f172a1f}.category-card:hover:before{opacity:1}.category-card:active{transform:translateY(-1px)}.category-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .18s ease;position:relative;z-index:1}.category-card:hover .category-icon{transform:scale(1.08)}.category-icon svg{width:40px;height:40px;flex-shrink:0}.category-label{font-size:.8125rem;font-weight:600;text-align:center;line-height:1.3;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%;position:relative;z-index:1}.category-card--transport:hover{border-color:#93c5fd}.category-card--transport:before{background:#eff6ff}.category-card--real-estate:hover{border-color:#6ee7b7}.category-card--real-estate:before{background:#ecfdf5}.category-card--jobs:hover{border-color:#c4b5fd}.category-card--jobs:before{background:#f5f3ff}.category-card--services:hover{border-color:#fcd34d}.category-card--services:before{background:#fffbeb}.category-card--personal:hover{border-color:#f9a8d4}.category-card--personal:before{background:#fdf2f8}.category-card--home-garden:hover{border-color:#5eead4}.category-card--home-garden:before{background:#f0fdfa}.category-card--auto-parts:hover{border-color:#fcd34d}.category-card--auto-parts:before{background:#fffbeb}.category-card--electronics:hover{border-color:#6ee7b7}.category-card--electronics:before{background:#ecfdf5}.category-card--hobbies:hover{border-color:#a5b4fc}.category-card--hobbies:before{background:#eef2ff}.category-card--animals:hover{border-color:#d8b4fe}.category-card--animals:before{background:#faf5ff}.category-card--for-business:hover{border-color:#7dd3fc}.category-card--for-business:before{background:#f0f9ff}.category-card--travel:hover{border-color:#7dd3fc}.category-card--travel:before{background:#f0f9ff}.category-card--part-time:hover{border-color:#f9a8d4}.category-card--part-time:before{background:#fdf2f8}.category-card--ready-business:hover{border-color:#fca5a5}.category-card--ready-business:before{background:#fef2f2}@media(max-width:900px){.category-grid{grid-template-columns:repeat(4,1fr);gap:.625rem}.category-icon{width:46px;height:46px}.category-icon svg{width:22px;height:22px}.category-card{min-height:96px;padding:1rem .5rem}}@media(max-width:640px){.category-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.category-card{min-height:88px;padding:.875rem .5rem;border-radius:12px;gap:.5rem}.category-icon{width:42px;height:42px;border-radius:11px}.category-icon svg{width:20px;height:20px}.category-label{font-size:.75rem}}@media(max-width:400px){.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:80px}}.product-card{position:relative;display:flex;flex-direction:column;background:var(--bg-primary);border:1.5px solid var(--border-color);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0f172a21;border-color:var(--primary-light)}.product-card:active{transform:translateY(-1px)}.product-card__image-wrap{width:100%;aspect-ratio:4 / 3;background:var(--bg-secondary);overflow:hidden;position:relative;flex-shrink:0}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--text-tertiary);background:var(--bg-tertiary)}.product-card__no-image svg{width:36px;height:36px;opacity:.4}.product-card__no-image-text{font-size:.75rem;color:var(--text-tertiary)}.product-card__fav{position:absolute;top:.5rem;right:.5rem;z-index:2}.product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:2;padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:var(--primary);color:#fff;pointer-events:none}.product-card__badge--used{background:var(--gray-500)}.product-card__badge--new-listing{background:#10b981}.product-card__content{padding:.75rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card__price{font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1.2}.product-card__price--highlight{color:var(--primary)}.product-card__title{font-size:.875rem;font-weight:500;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;min-height:2.45rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.35rem;gap:.25rem}.product-card__location{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-tertiary);min-width:0;overflow:hidden}.product-card__location svg{width:12px;height:12px;flex-shrink:0;color:var(--text-tertiary)}.product-card__location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__date{font-size:.7rem;color:var(--text-tertiary);flex-shrink:0;white-space:nowrap}.product-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-cards-grid--home{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-card-skeleton{border-radius:16px;overflow:hidden;background:var(--bg-primary);border:1.5px solid var(--border-color)}.product-card-skeleton__image{aspect-ratio:4 / 3;background:var(--bg-secondary);animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card-skeleton__content{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.product-card-skeleton__line{height:.875rem;border-radius:6px;background:var(--bg-secondary);animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card-skeleton__line--price{height:1.1rem;width:55%;animation-delay:.1s}.product-card-skeleton__line--title{width:100%;animation-delay:.15s}.product-card-skeleton__line--title2{width:75%;animation-delay:.2s}.product-card-skeleton__line--meta{width:50%;height:.75rem;animation-delay:.25s;margin-top:.15rem}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:1024px){.product-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-cards-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.product-card__price{font-size:1rem}.product-card__title{font-size:.8125rem}.product-card__content{padding:.625rem}}@media(max-width:400px){.product-cards-grid{gap:.5rem}}.product-card__boost{position:absolute;top:.5rem;left:.5rem;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.03em;z-index:2}.product-card__boost--basic{background:#4f8ef7;color:#fff}.product-card__boost--featured{background:#f5a623;color:#fff}.product-card__boost--super{background:linear-gradient(90deg,#f5a623,#e8431a);color:#fff;box-shadow:0 2px 8px #e8431a59}.product-card__meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem;gap:.5rem}.product-card__views{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:#94a3b8}.product-card__id{font-size:.65rem;color:#cbd5e1;font-family:monospace;margin-left:auto}.modal__overlay{position:fixed;inset:0;background-color:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out;overflow-y:hidden;overflow-x:hidden}.modal__overlay--xl{align-items:flex-start;padding:0;overflow-y:auto}.modal__content{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--border-radius-lg);box-shadow:0 24px 48px #0000001f,0 0 0 1px #fff9 inset;width:100%;max-height:95vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.modal__content--sm{max-width:400px}.modal__content--md{max-width:600px}.modal__content--lg{max-width:800px}.modal__content--xl{max-width:100%;min-height:100vh;height:auto;border-radius:0;box-shadow:none;max-height:none;overflow:visible}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.modal__title{font-size:1.5rem;font-weight:600;margin:0}.modal__close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary);padding:.25rem;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.modal__close-btn:hover{background-color:var(--gray-100);color:var(--text-primary)}.modal__body{padding:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:auto;scrollbar-color:rgba(100,116,139,.6) rgba(241,245,249,.1)}.modal__body--xl{flex:none;overflow-y:visible;padding:2.5rem}.modal__body::-webkit-scrollbar{width:12px}.modal__body::-webkit-scrollbar-track{background:#f1f5f980;border-radius:10px}.modal__body::-webkit-scrollbar-thumb{background:#64748b99;border-radius:10px;border:2px solid rgba(241,245,249,.5)}.modal__body::-webkit-scrollbar-thumb:hover{background:#475569cc}.modal__footer{padding:1.5rem;border-top:2px solid var(--border-color);display:flex;justify-content:flex-end;flex-direction:row;gap:.75rem;background-color:var(--bg-primary);flex-shrink:0;box-shadow:0 -4px 12px #00000026}@media(max-width:768px){.modal__overlay{align-items:flex-end;padding:0}.modal__overlay--xl{align-items:flex-start}.modal__content{border-radius:20px 20px 0 0;max-width:100%;max-height:95vh}.modal__content--xl{border-radius:0;max-height:none}.modal__header{padding:1rem}.modal__title{font-size:1.25rem}.modal__body,.modal__footer{padding:1rem}}@media(max-width:480px){.modal__footer{flex-direction:column}}.modal__header--xl,.modal__footer--xl{padding:2rem}.input-wrapper{margin-bottom:1rem}.input-wrapper--full,.input-wrapper--full .input-field{width:100%}.input-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.input-required{color:var(--error);margin-left:.25rem}.input-field{padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-primary);color:var(--text-primary);transition:border-color .15s ease,box-shadow .15s ease;outline:none}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg)}.input-field--error{border-color:var(--error)}.input-field--error:focus{border-color:var(--error);box-shadow:0 0 0 3px #dc26261f}.input-error-msg,.input-helper-msg{margin-top:.25rem;font-size:.875rem;margin-bottom:0}.input-error-msg{color:var(--error)}.input-helper-msg{color:var(--text-secondary)}.auth-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem}.auth-card{width:100%;max-width:460px;background:var(--surface-elevated);border:1px solid var(--border-color);border-radius:22px;box-shadow:var(--shadow-md);padding:2.2rem 1.5rem}.auth-card--wide{max-width:520px}.auth-card__header{text-align:center;margin-bottom:1.75rem}.auth-card__icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:16px;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px #2563eb33;flex-shrink:0}.auth-card__title{font-size:clamp(1.6rem,2.6vw,2rem);font-weight:800;letter-spacing:-.015em;margin-bottom:.45rem}.auth-card__subtitle{color:var(--text-secondary);font-size:.95rem}.auth-form__field{margin-bottom:1rem}.auth-form__hint{color:var(--text-tertiary);font-size:.8rem;margin-top:.35rem}.auth-alert{padding:.9rem 1rem;border-radius:12px;margin-bottom:1rem;border:1px solid transparent;font-size:.9rem}.auth-alert--error{background:color-mix(in srgb,var(--error) 10%,white);border-color:color-mix(in srgb,var(--error) 25%,white);color:#b91c1c}.auth-alert--warning{background:#fbbf2426;border-color:#fbbf2459;color:#b45309}.auth-alert--success{background:color-mix(in srgb,var(--success) 12%,white);border-color:color-mix(in srgb,var(--success) 28%,white);color:#166534}.auth-alert__resend{margin-top:.65rem}.auth-form__submit{margin-top:.25rem}.auth-card__footer{margin-top:1.4rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.auth-card__footer a{color:var(--primary-dark);font-weight:700;text-decoration:none}.auth-card__footer a:hover{text-decoration:underline}@media(max-width:768px){.auth-page{padding:1.8rem 1rem}.auth-card,.auth-card--wide{padding:1.7rem 1.2rem;border-radius:18px}}.select-wrapper{margin-bottom:1rem}.select-wrapper--full-width{width:100%}.select-wrapper--auto{width:auto}.select__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.select__required{color:var(--error);margin-left:.25rem}.select__control{width:100%;padding:.75rem 1rem;min-height:44px;font-size:1rem;border:2px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--bg-primary);color:var(--text-primary);transition:var(--transition);font-family:inherit;outline:none;cursor:pointer}.select__control--error{border-color:var(--error)}.select__control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg)}.select__control--error:focus{border-color:var(--error);box-shadow:0 0 0 3px #dc262626}.select-wrapper--auto .select__control{width:auto}.select__helper{margin-top:.25rem;font-size:.875rem;color:var(--text-secondary)}.select__error{margin-top:.25rem;font-size:.875rem;color:var(--error)}.saved-searches{position:relative}.saved-searches__toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s;white-space:nowrap}.saved-searches__toggle:hover,.saved-searches__toggle--open{color:var(--primary);border-color:var(--primary);background:var(--bg-card, var(--bg-primary))}.saved-searches__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:var(--primary);color:#fff;border-radius:9px;font-size:.7rem;font-weight:700}.saved-searches__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:200;width:300px;background:var(--bg-card, var(--bg-primary));border:1px solid var(--border-color);border-radius:var(--border-radius-lg, 12px);box-shadow:0 8px 24px #0000001f;padding:.75rem}.saved-searches__save-area{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.saved-searches__save-btn{width:100%;padding:.5rem;background:none;border:1px dashed var(--primary);border-radius:var(--border-radius);color:var(--primary);font-size:.85rem;cursor:pointer;transition:background .2s}.saved-searches__save-btn:hover{background:color-mix(in srgb,var(--primary) 8%,transparent)}.saved-searches__form{display:flex;flex-wrap:wrap;gap:.4rem}.saved-searches__input{flex:1;min-width:0;padding:.4rem .6rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background:var(--bg-secondary);color:var(--text-primary);font-size:.85rem}.saved-searches__input:focus{outline:none;border-color:var(--primary)}.saved-searches__confirm{padding:.4rem .75rem;background:var(--primary);color:#fff;border:none;border-radius:var(--border-radius);font-size:.85rem;cursor:pointer}.saved-searches__confirm:disabled{opacity:.6}.saved-searches__cancel{padding:.4rem .75rem;background:none;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:.85rem;color:var(--text-secondary);cursor:pointer}.saved-searches__error{width:100%;font-size:.8rem;color:var(--error)}.saved-searches__list{display:flex;flex-direction:column;gap:.25rem;max-height:260px;overflow-y:auto}.saved-searches__empty{text-align:center;color:var(--text-secondary);font-size:.85rem;padding:.75rem 0}.saved-searches__item{display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;border-radius:var(--border-radius);transition:background .15s}.saved-searches__item:hover{background:var(--bg-secondary)}.saved-searches__item-name{flex:1;min-width:0;background:none;border:none;color:var(--text-primary);font-size:.875rem;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0}.saved-searches__item-name:hover{color:var(--primary)}.saved-searches__item-actions{display:flex;gap:.25rem;flex-shrink:0}.saved-searches__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:color .2s,background .2s}.saved-searches__icon-btn:hover{background:var(--bg-secondary)}.saved-searches__icon-btn--active{color:var(--primary)}.saved-searches__icon-btn--danger:hover{color:var(--error)}@media(max-width:480px){.saved-searches__panel{width:92vw;left:0;right:0}.saved-searches__toggle span{display:none}}.catalog-page{max-width:100%;padding:0 1rem}.catalog-hero{margin-bottom:1.5rem}.catalog-hero__row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.catalog-hero__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border-radius:999px;background:var(--primary-bg);color:var(--primary-dark);font-size:.875rem;font-weight:600;margin-bottom:.9rem}.catalog-hero__pill svg{width:14px;height:14px;flex-shrink:0}.catalog-hero__title{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.catalog-hero__subtitle{color:var(--text-secondary);font-size:1rem}.catalog-hero__selected{margin-top:1rem}.catalog-hero__selected-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-bg);color:var(--primary-dark);border-radius:20px;font-size:.9rem;font-weight:500}.catalog-hero__selected-arrow{color:var(--text-secondary)}.catalog-hero__selected-close{background:none;border:none;cursor:pointer;padding:0 .25rem;color:var(--primary);font-size:1.1rem;margin-left:.25rem}.catalog-content{display:flex;gap:1.5rem;align-items:flex-start}.catalog-main{flex:1;min-width:0}.catalog-sidebar{width:280px;flex-shrink:0;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.catalog-sidebar__mobile-head{display:none}.catalog-sidebar__mobile-title{margin:0;font-weight:600;color:var(--text-primary)}.catalog-sidebar__mobile-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem}@media(max-width:768px){.catalog-sidebar{position:fixed;inset:0;z-index:1000;background:var(--bg-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem;max-height:100vh;width:100%;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.catalog-sidebar--open{transform:translate(0)}.catalog-sidebar__mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}}.catalog-sidebar__card{padding:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color)}.catalog-category-item{padding:.75rem 1rem;border-radius:8px;cursor:pointer;color:var(--text-secondary);font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:.75rem;transition:all .2s ease;border:1px solid transparent}.catalog-category-item:hover{background:var(--bg-hover);border-color:var(--border-color-strong)}.catalog-category-item--active{background:var(--primary-bg);color:var(--text-primary);font-weight:600;border-color:#667eea4d}.catalog-category-item--active:hover{background:var(--primary-bg);border-color:#667eea4d}.catalog-category-item--all{margin-bottom:.5rem;justify-content:flex-start}.catalog-category-item__lead{display:flex;align-items:center;gap:.75rem}.catalog-category-item__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.catalog-category-item__icon svg{width:18px;height:18px}.catalog-category-item__name{font-size:.9rem}.catalog-category-item__arrow{font-size:.8rem;color:var(--text-tertiary);transition:transform .2s ease}.catalog-category-item__arrow--expanded{transform:rotate(90deg)}.catalog-subcategories{padding-left:2.5rem;padding-bottom:.5rem}.catalog-subcategory-item{padding:.5rem .75rem;border-radius:6px;cursor:pointer;color:var(--text-tertiary);font-weight:400;transition:all .2s ease;border:1px solid transparent;font-size:.85rem}.catalog-subcategory-item:hover{background:var(--bg-hover);border-color:var(--border-color-strong)}.catalog-subcategory-item--active{background:var(--primary-bg);color:var(--text-primary);font-weight:500;border-color:#667eea40}.catalog-subcategory-item--active:hover{background:var(--primary-bg);border-color:#667eea40}.catalog-mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:999}.catalog-filters-card{margin-bottom:2.25rem;padding:1.75rem;background:var(--bg-secondary);border:1px solid var(--border-color)}.catalog-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.catalog-filters-grid--extra{padding-top:1rem;border-top:1px solid var(--border-color)}.catalog-radius-map-wrap{margin-top:.5rem}.catalog-radius-map-loading{font-size:.85rem;color:var(--text-secondary);margin-top:.5rem}.catalog-filter-group-label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.4rem;color:var(--text-secondary)}.catalog-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.catalog-filter-chip{padding:5px 12px;border-radius:20px;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);font-size:.8rem;cursor:pointer;font-weight:400;transition:all .15s ease}.catalog-filter-chip:hover{background:var(--bg-hover);border-color:var(--border-color-strong)}.catalog-filter-chip--active{border-color:var(--primary);background:var(--primary-bg);color:var(--primary);font-weight:600}.catalog-filter-chip--active:hover{border-color:var(--primary);background:var(--primary-bg)}.catalog-results-header{margin-bottom:1.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.catalog-results-header__meta{color:var(--text-secondary);font-weight:500}.catalog-results-header__view{display:flex;gap:.5rem;align-items:center}.catalog-results-header__label{font-size:.875rem;color:var(--text-secondary);margin-right:.5rem}.catalog-results-header__btn{min-width:100px;display:inline-flex;align-items:center;gap:.375rem}.catalog-results-header__btn svg{width:15px;height:15px;flex-shrink:0}.catalog-state-card{background:var(--bg-secondary);border:1px solid var(--border-color)}.catalog-state-card__body{text-align:center;padding:3rem 1rem}.catalog-state-card__icon{width:56px;height:56px;border-radius:16px;background:var(--bg-secondary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--text-secondary)}.catalog-state-card__icon svg{width:28px;height:28px}.catalog-state-card__icon--empty{background:var(--primary-bg);color:var(--primary)}.catalog-state-card__icon--warning{background:#fef2f2;color:#dc2626}.catalog-state-card__title{font-size:1.5rem;margin-bottom:.5rem}.catalog-state-card__text{color:var(--text-secondary);margin-bottom:1rem}.catalog-state-card__hint{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.catalog-state-card code{background:var(--bg-primary);padding:.2rem .4rem;border-radius:4px}.catalog-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:2rem}.catalog-card-tile{cursor:pointer;position:relative;display:flex;flex-direction:column;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.catalog-card-tile:hover{box-shadow:0 4px 18px #0000001f}.catalog-card-tile__image-wrap{width:100%;aspect-ratio:4 / 3;background:#f2f2f2;border-radius:12px;overflow:hidden;flex-shrink:0;position:relative}.catalog-card-tile__image-wrap img,.catalog-card-tile__image{width:100%;height:100%;object-fit:cover;display:block}.catalog-card-tile__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.catalog-card-tile__content{padding:8px 2px;display:flex;flex-direction:column;gap:6px}.catalog-card-tile__title-row{display:flex;align-items:flex-start;gap:4px}.catalog-card-tile__title{flex:1;font-size:14px;font-weight:400;margin:0;color:#141414;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card-tile__fav{flex-shrink:0;margin-top:-2px}.catalog-card-tile__price{font-size:16px;font-weight:700;color:#141414;line-height:22px}.catalog-card-tile__meta{font-size:12px;color:#999;margin:0;line-height:16px}.catalog-card-tile__date{text-align:right;font-size:11px;color:#999;margin-top:auto}@media(max-width:768px){.catalog-results-header{align-items:flex-start;flex-direction:column;gap:.75rem}.catalog-results-header__view{width:100%}.catalog-results-header__btn{flex:1;min-width:auto}.catalog-cards-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:1rem}.catalog-filters-card{margin-bottom:1.5rem;padding:1rem}.catalog-filters-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.catalog-card-tile__content{padding:6px 2px;gap:4px}.catalog-card-tile__title{font-size:13px}.catalog-card-tile__price{font-size:15px}.catalog-card-tile__meta{font-size:11px}.catalog-card-tile__date{font-size:10px}.catalog-hero__subtitle{font-size:.95rem}}@media(max-width:480px){.catalog-cards-grid{grid-template-columns:repeat(2,1fr)}}.catalog-list-card{margin-bottom:2rem;overflow:hidden}.catalog-list-wrap{overflow-x:auto;width:100%}.catalog-list-table{width:100%;border-collapse:collapse;min-width:1400px}.catalog-list-table thead tr{background:var(--gray-100);border-bottom:2px solid var(--border-color)}.catalog-list-th{padding:.5rem;font-weight:600;font-size:.75rem;color:var(--text-secondary)}.catalog-list-th--img{text-align:left;width:60px}.catalog-list-th--fav{text-align:center;width:50px}.catalog-list-th--name{text-align:left;width:180px}.catalog-list-th--brand{text-align:left;width:80px}.catalog-list-th--condition{text-align:left;width:100px}.catalog-list-th--price{text-align:right;width:90px}.catalog-list-th--qty{text-align:center;width:80px}.catalog-list-th--city{text-align:left;width:100px}.catalog-list-th--seller{text-align:left;width:150px}.catalog-list-th--contacts{text-align:left;width:200px}.catalog-list-th--action{text-align:center;width:120px}.catalog-list-row{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background-color .2s}.catalog-list-row:hover{background:var(--gray-50)}.catalog-list-td{padding:.5rem;vertical-align:middle}.catalog-list-td--center{text-align:center}.catalog-list-td--nowrap{white-space:nowrap}.catalog-list-image{width:50px;height:50px;border-radius:4px}.catalog-list-image--empty{background:var(--border-color);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--text-secondary)}.catalog-list-name{font-weight:600;font-size:.875rem;margin-bottom:.15rem;line-height:1.2}.catalog-list-subcat{font-size:.7rem;color:var(--text-secondary)}.catalog-list-brand,.catalog-list-city{font-size:.8rem}.catalog-list-condition{display:inline-block;padding:.2rem .4rem;border-radius:4px;font-weight:500;font-size:.7rem;white-space:nowrap;color:var(--text-secondary);background:var(--gray-100)}.catalog-list-condition--new{color:#22c55e;background:#22c55e1a}.catalog-list-condition--used{color:#fbbf24;background:#fbbf241a}.catalog-list-condition--refurbished{color:#3b82f6;background:#3b82f61a}.catalog-list-price{text-align:right;font-weight:700;color:var(--primary);font-size:.9rem;white-space:nowrap}.catalog-list-qty{font-weight:500;font-size:.8rem;white-space:nowrap}.catalog-list-qty--in{color:var(--success)}.catalog-list-qty--out{color:var(--error)}.catalog-list-seller-name{font-weight:500;font-size:.8rem;margin-bottom:.15rem;line-height:1.2}.catalog-list-seller-link{color:var(--primary);text-decoration:none}.catalog-list-seller-meta{font-size:.7rem;color:var(--text-secondary);line-height:1.2}.catalog-list-seller-meta--nowrap{white-space:nowrap}.catalog-list-seller-meta--address{margin-bottom:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-list-contacts{display:flex;flex-direction:column;gap:.25rem}.catalog-list-empty-contact{font-size:.7rem;color:var(--text-secondary)}.catalog-list-order-btn{min-width:100px}.catalog-scroll-trigger{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.catalog-loading-more{display:flex;justify-content:center;margin-bottom:2rem}.catalog-pagination{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.catalog-pagination__meta{display:flex;align-items:center;padding:0 1rem}.catalog-pagination__toggle{margin-left:1rem}.catalog-mobile-categories-btn{display:none;align-items:center;gap:.375rem}.catalog-mobile-categories-btn svg{width:15px;height:15px;flex-shrink:0}@media(max-width:768px){.catalog-mobile-categories-btn{display:inline-flex}}.catalog-order-modal__product{margin-bottom:1.5rem}.catalog-order-modal__product h3{margin-bottom:.5rem}.catalog-order-modal__price{font-size:1.25rem;font-weight:600;color:var(--primary)}.catalog-order-modal__summary{margin-top:1rem;padding:1rem;background:var(--gray-100);border-radius:var(--border-radius)}.catalog-order-modal__summary p{margin-bottom:.5rem}.catalog-filters-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-detail-page{min-height:calc(100vh - 72px);background:var(--bg-body);padding-top:72px;padding-bottom:3rem}.product-detail-page__container{max-width:1200px}.product-detail__error{text-align:center;padding:3rem}.product-detail__error-icon{width:56px;height:56px;border-radius:16px;background:#fef2f2;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-detail__error-icon svg{width:28px;height:28px}.product-detail__error-title{font-size:1.5rem;margin-bottom:.5rem}.product-detail__error-text{color:var(--text-secondary);margin-bottom:1.5rem}.product-detail__back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.5rem .875rem;background:var(--bg-primary);border:1.5px solid var(--border-color);border-radius:9px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease}.product-detail__back svg{width:16px;height:16px;flex-shrink:0}.product-detail__back:hover{border-color:var(--primary-light);color:var(--primary)}.product-detail-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start;margin-bottom:2rem}.product-detail__gallery,.product-detail__card,.product-detail-sidebar__card{background:var(--bg-primary);border:1px solid var(--border-color)}.product-detail__gallery{border-radius:var(--border-radius-lg);padding:1rem;box-shadow:var(--shadow);overflow:hidden;margin-bottom:1rem}.product-detail__empty-image,.product-detail__main-image-wrap{width:100%;aspect-ratio:4 / 3;max-height:400px;border-radius:var(--border-radius);background:var(--bg-secondary)}.product-detail__empty-image{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem}.product-detail__main-image-wrap{overflow:hidden;margin-bottom:.75rem}.product-detail__main-image{width:100%;height:100%;object-fit:contain}.product-detail__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-detail__thumb{width:72px;height:72px;padding:0;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:var(--bg-secondary);cursor:pointer;flex-shrink:0}.product-detail__thumb--active{border-width:2px;border-color:var(--primary)}.product-detail__thumb-image{width:100%;height:100%;object-fit:cover}.product-detail__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);line-height:1.3}.product-detail__condition-wrap,.product-detail__location{margin-bottom:1rem}.product-detail__condition-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;font-weight:600;font-size:.8rem}.product-detail__condition-badge--new{background:#22c55e1f;color:#16a34a}.product-detail__condition-badge--used{background:#fbbf241f;color:#b47800}.product-detail__condition-badge--refurbished{background:#3b82f61f;color:#2563eb}.product-detail__condition-badge--unknown{background:var(--bg-secondary);color:var(--text-secondary)}.product-detail__location-title{font-size:.875rem;font-weight:600;margin-bottom:.35rem;color:var(--text-muted)}.product-detail__location-value{font-size:.9375rem;color:var(--text-primary)}.product-detail__card{border-radius:var(--border-radius);padding:1rem;margin-bottom:1rem}.product-detail__card-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.product-detail__description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.product-detail__specs{display:grid;gap:.25rem}.product-detail__spec-row{display:flex;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-color);font-size:.9375rem}.product-detail__spec-label{color:var(--text-muted)}.product-detail__spec-value{font-weight:500;color:var(--text-primary)}.product-detail__spec-value--right{text-align:right;max-width:60%}.product-detail__seller-link{font-weight:500;color:var(--primary);text-decoration:none}.product-detail__date{text-align:right;margin-top:1rem;font-size:.8125rem;color:var(--text-muted)}.product-detail-sidebar{position:sticky;top:calc(var(--header-height, 64px) + 1rem)}.product-detail-sidebar__card{border-radius:var(--border-radius-lg);padding:1.25rem;box-shadow:var(--shadow)}.product-detail-sidebar__price{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.product-detail-sidebar__stock{font-size:.875rem;margin-bottom:1rem}.product-detail-sidebar__stock--in{color:var(--success)}.product-detail-sidebar__stock--out{color:var(--error)}.product-detail-sidebar__actions{display:flex;flex-direction:column;gap:.5rem}.product-detail-sidebar__order-btn,.product-detail-sidebar__message-btn,.product-detail-sidebar__phone-btn{width:100%;padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:600}.product-detail-sidebar__order-btn{border:none;background:#22c55e;color:#fff;cursor:pointer}.product-detail-sidebar__order-btn--disabled{background:var(--gray-200);cursor:not-allowed}.product-detail-sidebar__message-btn{display:block;text-align:center;background:#3b82f6;color:#fff;text-decoration:none}.product-detail-sidebar__phone{margin-top:.5rem}.product-detail-sidebar__phone-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer}.product-detail-sidebar__phone-card{padding:.75rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color)}.product-detail-sidebar__phone-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.product-detail-sidebar__phone-value{font-size:1.1rem;font-weight:600;color:var(--primary);text-decoration:none}.product-detail-modal__summary{margin-bottom:1.5rem}.product-detail-modal__name{margin-bottom:.5rem}.product-detail-modal__price{font-size:1.25rem;font-weight:600;color:var(--primary)}.product-detail-modal__total{margin-top:1rem;padding:1rem;background-color:var(--gray-100);border-radius:var(--border-radius)}.product-detail-modal__total-text{margin-bottom:.5rem}@media(max-width:1024px){.product-detail-grid{grid-template-columns:1fr}.product-detail-sidebar{position:static}}@media(max-width:768px){.product-detail-page{padding-top:56px;padding-bottom:1.5rem}.product-detail-grid{gap:0}.product-detail-main{order:2}.product-detail-sidebar{order:1;margin-bottom:1rem}.product-detail__back{margin-bottom:1rem;font-size:.8125rem}.product-detail__title{font-size:1.25rem;margin-top:.75rem}.product-detail-sidebar__price{font-size:1.5rem}.product-detail-sidebar__card{border-radius:var(--border-radius);box-shadow:none;border:1px solid var(--border-color)}.product-detail-sidebar__order-btn,.product-detail-sidebar__message-btn,.product-detail-sidebar__phone-btn{padding:.875rem 1rem;font-size:1rem;border-radius:10px}.product-detail__gallery{border-radius:var(--border-radius);padding:.75rem;margin-bottom:.75rem}.product-detail__empty-image,.product-detail__main-image-wrap{max-height:300px}.product-detail__thumb{width:60px;height:60px}.product-detail__card{padding:.875rem}.product-detail__spec-row{font-size:.875rem}}.product-detail-sidebar__price-change{font-size:.85rem;font-weight:600;margin-top:.25rem;display:flex;align-items:center;gap:.4rem}.product-detail-sidebar__price-change--down{color:#16a34a}.product-detail-sidebar__price-change--up{color:#dc2626}.product-detail-sidebar__old-price{font-weight:400;color:var(--text-secondary);font-size:.8rem;text-decoration:line-through}.seller-dashboard__hero{margin-bottom:2.25rem}.seller-dashboard__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:999px;background:var(--primary-bg);color:var(--primary-dark);font-size:.875rem;font-weight:600;margin-bottom:.9rem}.seller-dashboard__pill svg{width:14px;height:14px;flex-shrink:0}.seller-dashboard__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;margin-bottom:.5rem;color:var(--text-primary);letter-spacing:-.02em}.seller-dashboard__subtitle{color:var(--text-secondary);font-size:1rem}.seller-dashboard__tabs{display:flex;flex-wrap:nowrap;gap:.375rem;margin-bottom:2rem;border-bottom:2px solid var(--border-color);padding-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.seller-dashboard__tabs::-webkit-scrollbar{display:none}.seller-dashboard__tab{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:transparent;border:1.5px solid transparent;border-radius:9px 9px 0 0;color:var(--text-secondary);font-weight:500;font-size:.9375rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;position:relative;bottom:-2px;white-space:nowrap;min-height:44px;flex-shrink:0}.seller-dashboard__tab svg{width:17px;height:17px;flex-shrink:0}.seller-dashboard__tab:hover{background:var(--bg-secondary);color:var(--text-primary)}.seller-dashboard__tab--active{background:var(--bg-primary);border-color:var(--border-color) var(--border-color) var(--bg-primary);color:var(--primary);font-weight:600}.seller-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.seller-dashboard__section-title{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin:0}.seller-dash-section-title--spaced{margin-bottom:1.5rem}.seller-dash-csv-card{margin-bottom:2rem}.seller-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.seller-product-item__image{position:relative;margin-bottom:1rem;border-radius:10px;overflow:hidden;aspect-ratio:16 / 10;background:var(--bg-secondary)}.seller-product-item__image img{width:100%;height:100%;object-fit:cover}.seller-product-item__image-count{position:absolute;bottom:8px;right:8px;background:#000000a6;color:#fff;padding:3px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.seller-product-item__no-image{margin-bottom:1rem;border-radius:10px;aspect-ratio:16 / 10;background:var(--bg-secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:.8125rem}.seller-product-item__no-image svg{width:28px;height:28px;opacity:.5}.seller-product-item__name{font-size:1rem;font-weight:700;margin-bottom:.375rem;color:var(--text-primary)}.seller-product-item__price{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:.375rem}.seller-product-item__meta{font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem}.seller-product-item__stats{display:flex;align-items:center;gap:.875rem;font-size:.75rem;color:var(--text-secondary);margin-bottom:.5rem;flex-wrap:wrap}.seller-product-item__stat{display:inline-flex;align-items:center;gap:.25rem}.seller-product-item__stat svg{width:13px;height:13px;flex-shrink:0}.seller-status-badge{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-bottom:.625rem}.seller-status-badge--pending{background:#eab30826;color:#92400e}.seller-status-badge--rejected{background:#ef44441f;color:#b91c1c}.seller-status-badge--published{background:#22c55e1f;color:#16a34a}.seller-status-badge--unpublished{background:#6b72801f;color:#4b5563}.seller-status-note{font-size:.75rem;color:var(--text-secondary);margin:.25rem 0 .5rem}.seller-product-item__actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.seller-dash-btn--primary-color{color:var(--primary)!important}.seller-dash-btn--danger-color{color:var(--error)!important}.seller-empty-state{text-align:center;padding:3rem 1rem}.seller-empty-state__icon{width:64px;height:64px;border-radius:18px;background:var(--primary-bg);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.seller-empty-state__icon svg{width:32px;height:32px}.seller-empty-state__title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.seller-empty-state__text{color:var(--text-secondary);margin-bottom:1rem}.seller-stat-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.seller-stat-row:last-child{border-bottom:none}.seller-dash-analytics-card{margin-bottom:1.5rem}.seller-dash-card__heading{font-size:1.125rem;font-weight:700;margin:0 0 1rem;color:var(--text-primary)}.seller-dash-card__plan-name{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.seller-dash-card__meta{font-size:.9375rem;color:var(--text-secondary)}.seller-dash-stat-grid{display:grid;gap:.5rem}.seller-subscription-current{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;margin-bottom:2rem}.seller-dash-sub__title{font-size:1.375rem;font-weight:700;margin:0 0 .75rem}.seller-dash-sub__limits{margin-top:.5rem}.seller-dash-sub__limits p{margin:.2rem 0}.seller-dash-sub__billing-date{margin-top:.75rem;font-size:.9375rem;opacity:.9}.seller-dash-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.seller-dash-plan-card--active{border:2px solid var(--primary)!important}.seller-dash-plan__name{font-size:1.125rem;font-weight:700;margin:0 0 1rem;color:var(--text-primary)}.seller-dash-plan__price{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.seller-dash-plan__features{list-style:none;padding:0;margin:0 0 1.5rem}.seller-dash-plan__features li{padding:.25rem 0;color:var(--text-secondary)}.seller-orders-list{display:flex;flex-direction:column;gap:1rem}.seller-order-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.seller-order-id{font-size:1.0625rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary)}.seller-order-product{color:var(--text-secondary);margin-bottom:.25rem}.seller-order-amount{font-weight:700;margin-top:.25rem}.seller-dash-footer--end{display:flex;justify-content:flex-end;width:100%}.seller-dash-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.seller-dash-map-block{margin-top:1rem}.seller-dash-map-block__label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.seller-dash-map-block__hint{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.seller-dash-textarea-block{margin-top:1rem;margin-bottom:1rem}.seller-dash-textarea-block__label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.seller-dash-textarea{width:100%;min-height:100px;padding:.75rem;border-radius:.5rem;border:1px solid var(--border-color);resize:vertical;font-family:inherit;font-size:1rem;background:var(--bg-primary);color:var(--text-primary);box-sizing:border-box}.seller-dash-textarea:focus{outline:none;border-color:var(--primary)}.seller-dash-photos-block{margin-bottom:1rem}.seller-dash-photos-block__label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.seller-dash-step__hint{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.seller-dash-step__breadcrumb{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.seller-dash-step__disclaimer{margin-top:1rem;font-size:.8rem;color:var(--text-secondary)}.seller-dash-cat-list{display:flex;flex-direction:column;gap:.5rem}.seller-dash-cat-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);font-size:1rem;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease;min-height:44px}.seller-dash-cat-btn--active{background:#2563eb1a;border-color:var(--primary)}.seller-dash-cat-btn__icon{margin-right:.5rem}.seller-dash-cat-btn__arrow{opacity:.6}.seller-dash-subcat-list{margin-top:.5rem;margin-left:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.seller-dash-subcat-btn{padding:.5rem .85rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-primary);font-size:.9rem;cursor:pointer;transition:background .15s ease,border-color .15s ease;min-height:36px}.seller-dash-subcat-btn--active{background:#2563eb1f;border-color:var(--primary)}.seller-dash-name-block{margin-bottom:1rem}.seller-dash-name-block__label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.seller-dash-name-input{width:100%;padding:.85rem 1rem;font-size:1rem;border:2px solid var(--border-color);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);outline:none;box-sizing:border-box;transition:border-color .15s ease}.seller-dash-name-input:focus{border-color:var(--primary)}.seller-dash-name-block__hint{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary)}.seller-dash-attrs{margin-top:1.5rem;padding:1rem;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-secondary)}.seller-dash-attrs__title{margin:0 0 1rem;font-weight:600;font-size:.95rem;color:var(--text-primary)}.seller-dash-attrs__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.seller-dash-chip-group{display:flex;flex-direction:column;gap:.4rem}.seller-dash-chip-group__label{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.seller-dash-chip-group__chips{display:flex;flex-wrap:wrap;gap:6px}.seller-dash-chip{padding:5px 12px;border-radius:20px;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);font-size:.8rem;cursor:pointer;font-weight:400;transition:background .15s ease,border-color .15s ease,color .15s ease;min-height:32px}.seller-dash-chip--active{border-color:var(--primary);background:var(--primary-bg);color:var(--primary);font-weight:600}@media(max-width:768px){.seller-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.seller-dash-plans-grid{grid-template-columns:1fr}.seller-dashboard__tabs{gap:0}.seller-dashboard__tab{padding:.625rem .875rem;font-size:.875rem}}@media(max-width:480px){.seller-dashboard__hero{margin-bottom:1.5rem}.seller-dashboard__title{font-size:1.375rem}.seller-dashboard__tabs{margin-bottom:1.25rem}.seller-dashboard__tab{padding:.5rem .75rem;font-size:.8125rem;gap:.3rem}.seller-dashboard__tab svg{width:15px;height:15px}.seller-dashboard__section-header{flex-direction:column;align-items:stretch}.seller-dashboard__section-header>button,.seller-dashboard__section-header>a{width:100%}.seller-products-grid{grid-template-columns:1fr;gap:1rem}.seller-product-item__image,.seller-product-item__no-image{aspect-ratio:16 / 9}.seller-product-item__actions{flex-direction:column}.seller-product-item__actions>*{width:100%}.seller-order-header{flex-direction:column;gap:.75rem}.seller-order-header>select,.seller-order-header>div>select{width:100%}.seller-dash-plans-grid{grid-template-columns:1fr;gap:1rem}.seller-dash-form-row{grid-template-columns:1fr;gap:0}.seller-dash-attrs__grid{grid-template-columns:1fr}.seller-dash-subcat-list{margin-left:.5rem}.seller-dash-name-input{font-size:.9375rem}.seller-dash-textarea{min-height:80px;font-size:.9375rem}.seller-dash-chip{min-height:36px;padding:6px 14px}.seller-dash-cat-btn{padding:.75rem .875rem;font-size:.9375rem}}@media(max-width:375px){.seller-dashboard__tab{padding:.5rem .625rem;font-size:.75rem}.seller-dashboard__tab svg{display:none}.seller-dash-plan__price{font-size:1.5rem}}.seller-page__loading{display:flex;justify-content:center;padding:3rem}.seller-page__error{padding:2rem;text-align:center}.seller-page__error-text{color:var(--text-muted);margin-bottom:1rem}.seller-page__error-link{color:var(--primary);text-decoration:none}.seller-page__error-link:hover{text-decoration:underline}.seller-page{max-width:960px;margin:0 auto;padding:0 1rem}.seller-page__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.seller-page__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background-color:var(--border-color);flex-shrink:0}.seller-page__avatar-img{width:100%;height:100%;object-fit:cover}.seller-page__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-muted)}.seller-page__info{flex:1;min-width:0}.seller-page__name{margin:0;font-size:1.5rem;color:var(--text-primary)}.seller-page__count{margin:.25rem 0 0;font-size:.875rem;color:var(--text-muted)}.seller-page__section-title{font-size:1.125rem;margin-bottom:1rem;color:var(--text-primary)}.seller-page__empty{color:var(--text-muted)}.seller-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.seller-page__product-card{text-decoration:none;color:inherit;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background:var(--card-bg);transition:box-shadow .2s;display:flex;flex-direction:column}.seller-page__product-card:hover{box-shadow:0 4px 12px #00000014}.seller-page__product-image{aspect-ratio:4 / 3;background-color:var(--border-color);overflow:hidden}.seller-page__product-image img,.seller-page__product-image .lazy-image{width:100%;height:100%;object-fit:cover}.seller-page__product-body{padding:.75rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.seller-page__product-name{font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-page__product-price{font-size:.875rem;color:var(--primary);font-weight:600}@media(min-width:480px){.seller-page__grid{gap:1rem}}@media(min-width:640px){.seller-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.seller-page__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:479px){.seller-page__name{font-size:1.25rem}.seller-page__header{gap:.75rem}.seller-page__product-body{padding:.5rem}.seller-page__product-name{font-size:.875rem}.seller-page__product-price{font-size:.8125rem}}.profile-page{min-height:calc(100vh - 72px);padding-top:1rem;padding-bottom:2rem}.profile-file-input{display:none}.profile-layout{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media(min-width:769px){.profile-page{padding-top:2rem;padding-bottom:3rem}.profile-layout{grid-template-columns:250px 1fr;gap:2rem}}.profile-sidebar{background:var(--bg-primary);border-radius:18px;border:1.5px solid var(--border-color);box-shadow:var(--shadow);padding:1.25rem;height:fit-content;position:relative;top:0}@media(min-width:769px){.profile-sidebar{padding:1.5rem;position:sticky;top:92px}}.profile-sidebar__identity-wrap{margin-bottom:1rem}.profile-sidebar__identity{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem}.profile-sidebar__name-wrap{min-width:0}.profile-sidebar__avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid var(--primary-light, rgba(37, 99, 235, .3));flex-shrink:0;cursor:pointer;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;position:relative}.profile-sidebar__avatar img{width:100%;height:100%;object-fit:cover}.profile-sidebar__avatar svg{width:24px;height:24px;color:var(--primary)}.profile-sidebar__avatar-loading{position:absolute;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center}.profile-sidebar__avatar-loading svg{width:18px;height:18px;color:#fff;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-sidebar__name{font-weight:600;color:var(--text-primary);font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-sidebar__email{font-size:.8rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-sidebar__promo{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--primary-bg);border-radius:12px;border:1px solid var(--border-color);text-decoration:none;margin-bottom:1.25rem;transition:background .15s ease}.profile-sidebar__promo:hover{background:#2563eb1f}.profile-sidebar__promo-icon{width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-sidebar__promo-icon svg{width:18px;height:18px}.profile-sidebar__promo-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.profile-sidebar__promo-sub{font-size:.75rem;color:var(--text-secondary)}.profile-sidebar__section-label{font-size:.6875rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding-left:.5rem;margin-bottom:.375rem}.profile-sidebar__nav{display:flex;flex-direction:column;gap:.125rem;margin-bottom:1.25rem}.profile-nav-item{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;min-height:44px;background:transparent;border:none;border-radius:10px;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;width:100%;text-decoration:none;transition:background .15s ease,color .15s ease}.profile-nav-item svg{width:17px;height:17px;flex-shrink:0;opacity:.75}.profile-nav-item:hover{background:var(--bg-secondary);color:var(--text-primary)}.profile-nav-item--active{background:var(--primary-bg);color:var(--primary);font-weight:600}.profile-nav-item--active svg{opacity:1}.profile-content{background:var(--bg-primary);border-radius:18px;border:1.5px solid var(--border-color);padding:1.25rem;box-shadow:var(--shadow);min-height:400px}@media(min-width:769px){.profile-content{padding:2rem}}.profile-section-title{font-size:1.375rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-primary)}.profile-section-title--no-margin{margin-bottom:0}@media(min-width:769px){.profile-section-title{font-size:1.75rem;margin-bottom:1.5rem}}.profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.profile-avatar-upload{position:relative;width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid var(--primary);cursor:pointer;background:var(--bg-secondary);transition:transform .2s ease,box-shadow .2s ease}@media(min-width:480px){.profile-avatar-upload{width:120px;height:120px}}.profile-avatar-upload:hover{transform:scale(1.04);box-shadow:0 12px 32px #2563eb40}.profile-avatar-upload img{width:100%;height:100%;object-fit:cover}.profile-avatar-upload__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.profile-avatar-upload__fallback svg{width:40px;height:40px}@media(min-width:480px){.profile-avatar-upload__fallback svg{width:48px;height:48px}}.profile-avatar-upload__overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center}.profile-avatar-upload__overlay svg{width:28px;height:28px;color:#fff;animation:spin 1s linear infinite}.profile-avatar-upload__change{position:absolute;bottom:0;left:0;right:0;background:var(--primary);color:#fff;padding:.4rem;text-align:center;font-size:.7rem;font-weight:600}.profile-avatar-hint{font-size:.8125rem;color:var(--text-secondary);text-align:center}.profile-field-label{display:block;color:var(--text-secondary);font-size:.875rem;font-weight:500;margin-bottom:.375rem}.profile-field-input{width:100%;padding:.8rem 1rem;background:var(--bg-secondary);border:1.5px solid var(--border-color);border-radius:12px;color:var(--text-primary);font-size:1rem;outline:none;transition:border-color .15s ease;margin-bottom:1rem;font-family:inherit;box-sizing:border-box}.profile-field-input:focus{border-color:var(--primary-light, rgba(37, 99, 235, .5))}.profile-field-input:disabled{opacity:.5;cursor:not-allowed}.profile-phone-row{display:flex;gap:.5rem;align-items:center}.profile-phone-row .profile-field-input{flex:1}.profile-phone-verify-btn{padding:.6rem 1rem;background:var(--primary, #2563eb);color:#fff;border:none;border-radius:10px;font-size:.85rem;cursor:pointer;white-space:nowrap}.profile-phone-verify-btn:disabled{opacity:.5;cursor:not-allowed}.profile-phone-verified{color:#16a34a;font-size:.85rem;font-weight:500;white-space:nowrap}.profile-phone-code-row{display:flex;gap:.5rem;margin-top:.5rem}.profile-phone-code-input{max-width:140px}.profile-field-input--textarea{resize:vertical;min-height:80px}.profile-status{padding:1rem;border-radius:14px;font-size:.9rem;margin-bottom:1rem}.profile-status--success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#34d399}.profile-status--error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.profile-save-btn{width:100%;padding:.9rem;min-height:44px;background:var(--primary-bg);border:none;border-radius:14px;color:var(--text-on-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;box-shadow:0 12px 30px #667eea66}.profile-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #667eea80}.profile-save-btn--saving,.profile-save-btn:disabled{opacity:.7;cursor:not-allowed}.profile-products-banner{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem 1.25rem;margin-bottom:1.5rem;background:#2563eb14;border-radius:16px;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-products-banner__emoji{font-size:2rem;line-height:1;flex-shrink:0}.profile-products-banner__text{flex:1;min-width:0}.profile-products-banner__title{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.profile-products-banner__sub{font-size:.9rem;color:var(--text-secondary)}.profile-products-banner__link{text-decoration:none;flex-shrink:0}@media(max-width:480px){.profile-products-banner__link{width:100%}.profile-products-banner__link>*{width:100%}}.profile-products-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}@media(max-width:480px){.profile-products-header>a{width:100%}.profile-products-header>a>*{width:100%}}.profile-summary-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media(min-width:480px){.profile-summary-grid{grid-template-columns:1fr 1fr}}.profile-summary-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:16px;border:1px solid var(--glass-border);text-decoration:none;transition:opacity .2s ease,transform .2s ease}.profile-summary-card:hover{opacity:.85;transform:translateY(-1px)}.profile-summary-card--orders{background:#3b82f626;border-color:#3b82f640}.profile-summary-card--subscription{background:#22c55e14}.profile-summary-card__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.profile-summary-card__icon svg{width:32px;height:32px}.profile-summary-card__emoji{font-size:2rem;line-height:1;flex-shrink:0}.profile-summary-card__label{font-weight:600;color:var(--text-primary)}.profile-summary-card__sub{font-size:.9rem;color:var(--text-secondary)}.profile-subtab-bar{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-subtab-btn{padding:.75rem 1.25rem;min-height:44px;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-weight:500;cursor:pointer;font-size:1rem;white-space:nowrap;transition:color .15s ease,border-color .15s ease;flex-shrink:0}.profile-subtab-btn--active{border-bottom-color:var(--primary);color:var(--text-primary);font-weight:600}.profile-loading{text-align:center;padding:3rem;color:var(--text-muted)}.profile-empty-state{text-align:center;padding:3rem 1rem}.profile-empty-state__emoji{font-size:4rem;margin-bottom:1rem}.profile-empty-state__icon{width:64px;height:64px;border-radius:18px;background:var(--primary-bg);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.profile-empty-state__icon svg{width:32px;height:32px}.profile-empty-state__text{color:var(--text-secondary);margin-bottom:1.5rem}.profile-product-list{display:flex;flex-direction:column;gap:.75rem}.profile-product-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);flex-wrap:wrap}@media(min-width:480px){.profile-product-item{gap:1rem;padding:1rem;align-items:center}}.profile-product-item__thumb{width:80px;height:72px;border-radius:10px;overflow:hidden;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none}@media(min-width:480px){.profile-product-item__thumb{width:110px;height:90px}}.profile-product-item__thumb img{width:100%;height:100%;object-fit:cover}.profile-product-item__thumb svg{width:28px;height:28px;color:var(--primary);opacity:.5}.profile-product-item__body{flex:1;min-width:0}.profile-product-item__name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}.profile-product-item__price{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.profile-product-item__meta{font-size:.8125rem;color:var(--text-secondary)}.profile-product-item__stats{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem;flex-wrap:wrap}.profile-product-item__stat{display:inline-flex;align-items:center;gap:.2rem}.profile-product-item__stat svg{width:12px;height:12px;flex-shrink:0}.profile-product-item__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}@media(min-width:480px){.profile-product-item__actions{width:auto}}.profile-favorites-link{text-decoration:none;color:inherit;display:block}.profile-favorites-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.profile-favorites-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}.profile-fav-card__img-wrap{width:100%;height:180px;background:linear-gradient(135deg,#667eea1a,#764ba21a);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden;border-radius:8px}@media(min-width:480px){.profile-fav-card__img-wrap{height:200px}}.profile-fav-card__img{width:100%;height:100%;object-fit:cover}.profile-fav-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem}.profile-fav-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.profile-fav-card__price{font-size:1.125rem;font-weight:700;color:var(--primary)}@media(min-width:480px){.profile-fav-card__price{font-size:1.25rem}}.profile-settings-list{display:flex;flex-direction:column;gap:1rem}.profile-settings-sub-link{text-decoration:none}.profile-stat-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color)}.profile-stat-row__label{color:var(--text-secondary)}.profile-stat-row__value{font-weight:500}.profile-stat-row__value--primary{color:var(--primary);font-weight:600}.profile-deletion-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.profile-deletion-section__title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.profile-deletion-section__desc{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.messages-layout{max-width:1000px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;background:var(--card-bg);height:calc(100dvh - var(--header-height, 64px) - 2rem);min-height:400px}.messages-list{display:flex;flex-direction:column;flex-shrink:0;border-bottom:1px solid var(--border-color);width:100%;max-height:40%;overflow:hidden}.messages-list__header{padding:1rem;border-bottom:1px solid var(--border-color);font-weight:600;font-size:1rem;flex-shrink:0}.messages-list__loading{padding:2rem;display:flex;justify-content:center}.messages-list__empty{padding:1.5rem;color:var(--text-muted);font-size:.9375rem}.messages-list__scroll{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.messages-conv-item{width:100%;min-height:44px;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--border-color);background:transparent;cursor:pointer;text-align:left;display:flex;align-items:center;gap:.75rem;position:relative;transition:background .15s}.messages-conv-item:hover{background:var(--hover-bg, rgba(0, 0, 0, .04))}.messages-conv-item--active{background:var(--primary-bg)}.messages-conv-item__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background-color:var(--border-color);flex-shrink:0;position:relative}.messages-conv-item__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.messages-conv-item__avatar-fallback{display:none;position:absolute;inset:0;width:100%;height:100%;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-muted)}.messages-conv-item__avatar-fallback--visible{display:flex}.messages-conv-item__body{flex:1;min-width:0}.messages-conv-item__name{font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-conv-item__preview{font-size:.8125rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.25rem}.messages-conv-item__meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.messages-conv-item__badge{min-width:18px;height:18px;border-radius:50%;background:var(--primary);color:var(--text-on-primary);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px}.messages-conv-item__time{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.messages-chat{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0}.messages-chat__empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9375rem;text-align:center;padding:1rem}.messages-chat__header{padding:.75rem 1rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;gap:.75rem;flex-shrink:0}.messages-chat__back-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:none;background:none;cursor:pointer;font-size:1.25rem;color:var(--text-primary);padding:0;border-radius:8px;transition:background .15s}.messages-chat__back-btn:hover{background:var(--hover-bg, rgba(0, 0, 0, .06))}.messages-chat__header-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:var(--border-color);position:relative;flex-shrink:0}.messages-chat__header-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.messages-chat__header-avatar-fallback{display:none;position:absolute;inset:0;width:100%;height:100%;align-items:center;justify-content:center;font-size:1rem;color:var(--text-muted)}.messages-chat__header-avatar-fallback--visible{display:flex}.messages-chat__header-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-chat__header-profile-link{font-size:.875rem;color:var(--primary);text-decoration:none;margin-left:auto;white-space:nowrap}.messages-chat__header-profile-link:hover{text-decoration:underline}.messages-chat__notice{padding:.5rem 1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);font-size:.8125rem;color:var(--text-muted);flex-shrink:0}.messages-chat__body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;-webkit-overflow-scrolling:touch;min-height:0}.messages-chat__body-loading{display:flex;justify-content:center;padding:2rem}.messages-bubble{max-width:80%;padding:.5rem .75rem;border-radius:12px;font-size:.9375rem;word-break:break-word}.messages-bubble--mine{align-self:flex-end;background:var(--primary);color:var(--text-on-primary)}.messages-bubble--theirs{align-self:flex-start;background:var(--bg-secondary);color:var(--text-primary)}.messages-bubble__sender{font-size:.75rem;margin-bottom:.2rem;opacity:.9}.messages-bubble__text{white-space:pre-wrap;word-break:break-word}.messages-bubble__attachments--with-text{margin-top:.5rem}.messages-bubble__time{font-size:.7rem;margin-top:.2rem;opacity:.8}.messages-typing-indicator{align-self:flex-start;padding:.35rem .75rem;border-radius:12px;background:var(--bg-secondary);color:var(--text-tertiary);font-size:.8125rem;display:flex;align-items:center;gap:.35rem}.messages-typing-indicator__icon{display:inline-block;animation:pencil-write .6s ease-in-out infinite}@keyframes pencil-write{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.messages-input-bar{padding:.75rem 1rem;border-top:1px solid var(--border-color);flex-shrink:0;background:var(--card-bg);position:sticky;bottom:0}.messages-input-bar__files{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.messages-input-bar__file-chip{font-size:.8rem;padding:4px 8px;background:var(--bg-secondary);border-radius:6px;display:inline-flex;align-items:center;gap:6px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-input-bar__file-remove{background:none;border:none;cursor:pointer;padding:0;opacity:.8;font-size:1rem;line-height:1;flex-shrink:0;min-width:16px;min-height:16px}.messages-input-bar__file-input{display:none}.messages-input-bar__row{display:flex;gap:.5rem;align-items:center}.messages-input-bar__attach-btn{min-width:44px;min-height:44px;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-secondary);cursor:pointer;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.messages-input-bar__attach-btn:hover{background:var(--hover-bg, rgba(0, 0, 0, .06))}.messages-input-bar__text-input{flex:1;min-width:0;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border-color);font-size:.9375rem;background:var(--input-bg, var(--card-bg));color:var(--text-primary)}.messages-input-bar__text-input:focus{outline:2px solid var(--primary);outline-offset:-1px}.messages-paperclip-icon{width:18px;height:18px;display:block}@media(min-width:769px){.messages-layout{flex-direction:row;height:calc(100vh - var(--header-height, 64px) - 4rem);padding:1rem}.messages-list{width:320px;min-width:280px;max-height:none;border-right:1px solid var(--border-color);border-bottom:none;height:100%}.messages-chat{border-left:none}.messages-chat__back-btn{display:none}}@media(max-width:768px){.messages-layout{padding:0;border-radius:0;border-left:none;border-right:none}.messages-list{max-height:none;height:100%;flex:1;border-bottom:none}.messages-chat,.messages-layout--chat-open .messages-list{display:none}.messages-layout--chat-open .messages-chat{display:flex;flex:1;height:100%}.messages-bubble{max-width:90%}}.favorites-page{max-width:1200px}.favorites-page__header{margin-bottom:2rem}.favorites-page__title{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.8rem,2.8vw,2.35rem);font-weight:800;letter-spacing:-.02em;color:var(--primary-dark);margin-bottom:.5rem}.favorites-page__subtitle{color:var(--text-secondary);font-size:1rem}.favorites-empty{text-align:center;padding:3rem 1rem}.favorites-empty__icon{width:64px;height:64px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.favorites-empty__icon svg{width:32px;height:32px}.favorites-empty__icon--heart{background:#ef44441a;color:#dc2626}.favorites-empty__icon--warning{background:#ef44441a;color:#b91c1c}.favorites-empty__icon--star{background:#eab3081f;color:#a16207}.favorites-empty__title{font-size:1.4rem;margin-bottom:.5rem}.favorites-empty__desc{color:var(--text-secondary);margin-bottom:1.25rem}.favorites-page__meta{margin-bottom:1rem;color:var(--text-secondary);font-size:.95rem}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:2rem}.favorite-card{position:relative;cursor:pointer}.favorite-card__fav{position:absolute;top:.75rem;right:.75rem;z-index:2}.favorite-card__images{margin-bottom:1rem}.favorite-card__single,.favorite-card__thumb{border-radius:10px;overflow:hidden}.favorite-card__single{margin-bottom:1rem;height:200px}.favorite-card__single img,.favorite-card__thumb img{width:100%;height:100%;object-fit:cover}.favorite-card__thumb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.favorite-card__thumb{height:100px}.favorite-card__image-placeholder{margin-bottom:1rem;height:200px;border-radius:10px;background:var(--bg-tertiary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:.875rem}.favorite-card__image{width:100%;height:100%;object-fit:cover}.favorite-card__name{font-size:1.125rem;font-weight:700;margin-bottom:.375rem}.favorite-card__brand,.favorite-card__seller,.favorite-card__city{font-size:.875rem;color:var(--text-secondary)}.favorite-card__section{margin-bottom:1rem}.favorite-card__section--title{padding-right:2.5rem}.favorite-card__price{font-size:1.4rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.favorite-card__stock{font-size:.875rem;font-weight:600}.favorite-card__stock--in{color:var(--success)}.favorite-card__stock--out{color:var(--error)}.favorite-card__seller-row{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.favorite-card__seller-link{color:var(--primary-dark);font-weight:600;text-decoration:none}.favorite-card__seller-link:hover{text-decoration:underline}.favorite-card__contacts{margin-top:.75rem;margin-bottom:.5rem}.favorites-pagination{display:flex;justify-content:center;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.favorites-pagination__meta{color:var(--text-secondary);font-size:.875rem}@media(max-width:768px){.favorites-page{max-width:100%;padding:0 .75rem}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.favorites-page__title{font-size:1.7rem}}@media(max-width:480px){.favorites-grid{grid-template-columns:1fr}.favorites-empty{padding:2.2rem .75rem}}.verify-email{max-width:600px;margin:0 auto;padding:2rem 1rem}.verify-email__state{text-align:center;padding:3rem 1rem}.verify-email__icon{width:72px;height:72px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.verify-email__icon svg{width:36px;height:36px}.verify-email__icon--success{background:#22c55e1f;color:#16a34a}.verify-email__icon--error{background:#ef44441f;color:#b91c1c}.verify-email__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.verify-email__title--success{color:var(--success)}.verify-email__title--error{color:var(--error)}.verify-email__message{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.verify-email__redirect-note{color:var(--text-secondary);font-size:.875rem;margin-top:1rem}.verify-email__primary-action{margin-top:1rem}.verify-email__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(max-width:768px){.verify-email__title{font-size:1.75rem}.verify-email__message{font-size:.95rem}}.verify-login{max-width:600px;margin:0 auto;padding:2rem 1rem}.verify-login__state{text-align:center;padding:3rem 1rem}.verify-login__icon{width:72px;height:72px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.verify-login__icon svg{width:36px;height:36px}.verify-login__icon--success{background:#22c55e1f;color:#16a34a}.verify-login__icon--error{background:#ef44441f;color:#b91c1c}.verify-login__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.verify-login__title--success{color:var(--success)}.verify-login__title--error{color:var(--error)}.verify-login__message{color:var(--text-secondary);font-size:1.125rem}.verify-login__hint{color:var(--text-secondary);font-size:.875rem;margin-top:1rem}.verify-login__action{margin-top:1rem}@media(max-width:768px){.verify-login__title{font-size:1.75rem}.verify-login__message{font-size:.95rem}}.verify-login__message--error{margin-bottom:2rem}.reset-password{max-width:500px;margin:0 auto;padding:2rem 1rem}.reset-password--form{max-width:440px}.reset-password__state,.reset-password__content{padding:1.75rem 1.1rem}.reset-password__state{text-align:center}.reset-password__icon{width:64px;height:64px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.9rem}.reset-password__icon svg{width:32px;height:32px}.reset-password__icon--success{background:#22c55e1f;color:#16a34a}.reset-password__title{font-size:clamp(1.3rem,2.2vw,1.55rem);font-weight:800;margin-bottom:.65rem}.reset-password__title--success{color:var(--success)}.reset-password__desc{color:var(--text-secondary);margin-bottom:1.25rem}.reset-password__intro{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.2rem}.reset-password__error{color:var(--error);font-size:.875rem;margin-bottom:1rem}.reset-password__footer{margin-top:1.25rem;text-align:center}.reset-password__footer a{color:var(--primary-dark);font-size:.9rem;text-decoration:none}.reset-password__footer a:hover{text-decoration:underline}@media(max-width:768px){.reset-password,.reset-password--form{padding:1.5rem .9rem}.reset-password__state,.reset-password__content{padding:1.25rem .75rem}}.payment-success{max-width:720px;margin-top:4rem;margin-bottom:4rem}.payment-success__card{text-align:center;padding:3rem 2rem}.payment-success__icon{width:72px;height:72px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:var(--bg-secondary);color:var(--text-secondary)}.payment-success__icon svg{width:36px;height:36px}.payment-success__icon--success{background:#f0fdf4;color:#16a34a}.payment-success__icon--warning{background:#fef2f2;color:#dc2626}.payment-success__icon--info{background:var(--primary-bg);color:var(--primary)}.payment-success__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.payment-success__message{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.payment-success__note{color:var(--text-tertiary);margin-bottom:1.5rem}.payment-success__error{color:var(--error);margin-bottom:1.5rem}.payment-success__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-success__pending-text{margin-top:1rem;color:var(--text-secondary)}.payment-cancel{max-width:720px;margin-top:4rem;margin-bottom:4rem}.payment-cancel__card{text-align:center;padding:3rem 2rem}.payment-cancel__icon{width:72px;height:72px;border-radius:20px;background:#fff7ed;color:#ea580c;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.payment-cancel__icon svg{width:36px;height:36px}.payment-cancel__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.payment-cancel__description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.payment-cancel__session{color:var(--text-tertiary);font-size:.95rem;margin-bottom:1.5rem}.payment-cancel__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-cancel__link{text-decoration:none}.confirm-modal__footer{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.confirm-modal__message{margin:0;white-space:pre-wrap;line-height:1.6}.confirm-modal__confirm-btn--danger{background-color:var(--error)!important;color:#fff!important}@media(max-width:480px){.confirm-modal__footer{flex-direction:column-reverse}}.news-page{padding:2rem 1rem;max-width:1100px;margin:0 auto}.news-page__title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.news-page__error{color:var(--error);padding:1rem;text-align:center;margin-bottom:1rem}.news-page__empty{text-align:center;color:var(--text-secondary);padding:3rem 1rem;font-size:1.1rem}.news-page__more{display:flex;justify-content:center;margin-top:2rem}.news-page__load-more{padding:.75rem 2rem;background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--border-radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s}.news-page__load-more:hover{opacity:.88}.news-page__loading{color:var(--text-secondary);font-size:.9rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.news-card{display:flex;flex-direction:column;background:var(--bg-card, var(--bg-secondary));border:1px solid var(--border-color);border-radius:var(--border-radius-lg, 12px);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .15s}.news-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.news-card__image-wrap{width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--bg-secondary);flex-shrink:0}.news-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.news-card:hover .news-card__image{transform:scale(1.03)}.news-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1rem;flex:1}.news-card__pinned{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.03em}.news-card__title{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.news-card__date{font-size:.8rem;color:var(--text-secondary)}.news-card__views{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-secondary)}.news-card--skeleton{pointer-events:none}.news-card__image-wrap--skeleton{background:var(--skeleton-bg, #e9e9e9);animation:shimmer 1.4s infinite}.news-skeleton__line{border-radius:4px;background:var(--skeleton-bg, #e9e9e9);animation:shimmer 1.4s infinite}.news-skeleton__line--title{height:18px;width:90%}.news-skeleton__line--text{height:14px;width:100%;margin-top:.4rem}.news-skeleton__line--text2{height:14px;width:70%;margin-top:.25rem}.news-skeleton__line--meta{height:12px;width:50%;margin-top:.75rem}@keyframes shimmer{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(max-width:600px){.news-page__title{font-size:1.4rem}.news-grid{grid-template-columns:1fr}}.news-detail{padding:1.5rem 1rem 3rem;max-width:800px;margin:0 auto}.news-detail__nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.news-detail__back{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--text-secondary);font-size:.9rem;cursor:pointer;padding:.4rem 0;transition:color .2s}.news-detail__back:hover{color:var(--primary)}.news-detail__all-link{font-size:.875rem;color:var(--primary);text-decoration:none}.news-detail__all-link:hover{text-decoration:underline}.news-detail__article{background:var(--bg-card, var(--bg-secondary));border:1px solid var(--border-color);border-radius:var(--border-radius-lg, 12px);padding:2rem}.news-detail__title{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0 0 1rem}.news-detail__meta{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem;flex-wrap:wrap}.news-detail__date{font-size:.875rem;color:var(--text-secondary)}.news-detail__views{display:inline-flex;align-items:center;gap:.3rem;font-size:.875rem;color:var(--text-secondary)}.news-detail__image-wrap{width:100%;border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem;aspect-ratio:16/9;background:var(--bg-secondary)}.news-detail__image{width:100%;height:100%;object-fit:cover;display:block}.news-detail__excerpt{font-size:1.05rem;font-weight:500;color:var(--text-secondary);line-height:1.6;margin:0 0 1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.news-detail__content{font-size:1rem;color:var(--text-primary);line-height:1.75}.news-detail__content p{margin:0 0 1rem}.news-detail__content h2{font-size:1.35rem;margin:1.5rem 0 .75rem}.news-detail__content h3{font-size:1.15rem;margin:1.25rem 0 .5rem}.news-detail__content ul,.news-detail__content ol{padding-left:1.5rem;margin-bottom:1rem}.news-detail__content li{margin-bottom:.4rem}.news-detail__content img{max-width:100%;border-radius:var(--border-radius)}.news-detail__content a{color:var(--primary)}.news-detail__footer{margin-top:1.5rem}.news-detail__back-btn{display:inline-block;color:var(--primary);text-decoration:none;font-size:.9rem}.news-detail__back-btn:hover{text-decoration:underline}.news-detail__error{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.news-detail__error p{margin-bottom:1.5rem}.news-detail__skeleton{padding:2rem}.nd-skel{border-radius:4px;background:var(--skeleton-bg, #e9e9e9);animation:nd-shimmer 1.4s infinite;margin-bottom:1rem}.nd-skel--title{height:32px;width:80%}.nd-skel--meta{height:16px;width:40%}.nd-skel--image{height:280px;width:100%;border-radius:var(--border-radius)}.nd-skel--text{height:16px;width:100%}.nd-skel--text2{height:16px;width:65%}@keyframes nd-shimmer{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(max-width:600px){.news-detail__article{padding:1.25rem}.news-detail__title{font-size:1.35rem}}.App{min-height:100vh}@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr!important}.product-detail-grid .product-detail-sidebar{position:static!important}}@media(max-width:768px){.container{padding-left:.75rem!important;padding-right:.75rem!important}}@media(max-width:480px){.container{padding-left:.5rem!important;padding-right:.5rem!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pencil-write{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.fade-in{animation:fadeIn .3s ease-out}
