@charset "UTF-8";:root{--bg-primary: #1a1d24;--bg-secondary: #252932;--bg-tertiary: #2d3139;--bg-hover: #353942;--bg-active: #3f434b;--accent-blue: #58a6ff;--accent-blue-light: #79b8ff;--accent-blue-dark: #388bfd;--accent-green: #3fb950;--accent-green-light: #56d364;--accent-green-dark: #2ea043;--accent-orange: #f85149;--accent-orange-light: #ff6b6b;--accent-orange-dark: #e63946;--accent-purple: #a371f7;--accent-purple-light: #b87fff;--accent-purple-dark: #8b5cf6;--accent-gradient-blue: linear-gradient(135deg, #58a6ff, #388bfd);--accent-gradient-green: linear-gradient(135deg, #3fb950, #2ea043);--text-primary: #f0f2f5;--text-secondary: #b8bcc4;--text-muted: #8a8e96;--text-link: #58a6ff;--border-default: #3a3e46;--border-muted: #2d3139;--border-focus: #5b9bd5;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .25);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .3);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}:root[data-theme=light]{--bg-primary: #fafafa;--bg-secondary: #ffffff;--bg-tertiary: #f5f5f5;--bg-hover: #f0f0f0;--bg-active: #e8e8e8;--accent-blue: #0066cc;--accent-blue-light: #1a7fff;--accent-blue-dark: #0052a3;--accent-green: #00a046;--accent-green-light: #00c853;--accent-green-dark: #008a3a;--accent-orange: #ff6b35;--accent-orange-light: #ff8c5a;--accent-orange-dark: #e63946;--accent-purple: #7c3aed;--accent-purple-light: #8b5cf6;--accent-purple-dark: #6d28d9;--accent-gradient-blue: linear-gradient(135deg, #0066cc, #0052a3);--accent-gradient-green: linear-gradient(135deg, #00a046, #008a3a);--text-primary: #0f1419;--text-secondary: #536471;--text-muted: #8b98a5;--text-link: #0066cc;--border-default: #d1d9de;--border-muted: #e1e8ed;--border-focus: #0066cc;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}p,span,div,h1,h2,h3,h4,h5,h6,label,td,th,li{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.text-no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-wrap{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}@media(pointer:fine){body{cursor:none}}.custom-cursor{position:fixed;width:20px;height:20px;border:2px solid var(--accent-blue);border-radius:50%;pointer-events:none;z-index:99999;transition:transform .1s cubic-bezier(.23,1,.32,1),width .2s cubic-bezier(.23,1,.32,1),height .2s cubic-bezier(.23,1,.32,1),border-color .2s ease,background .2s ease;transform:translate(-50%,-50%);mix-blend-mode:difference;will-change:transform}.custom-cursor:before{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;background:var(--accent-blue);border-radius:50%;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,background .2s ease}.custom-cursor--hover{width:50px;height:50px;border-color:var(--accent-blue);background:#58a6ff1a;border-width:2px}.custom-cursor--hover:before{width:6px;height:6px;background:var(--accent-blue)}.custom-cursor--click{width:35px;height:35px;border-color:var(--accent-orange);background:#f8514933;border-width:3px}.custom-cursor--click:before{width:8px;height:8px;background:var(--accent-orange)}.custom-cursor--text{width:2px;height:24px;border:none;border-radius:0;background:var(--text-primary);mix-blend-mode:normal}.custom-cursor--text:before{display:none}.custom-cursor--link{width:60px;height:60px;border-color:var(--accent-blue);background:#58a6ff26;border-width:2px}.custom-cursor--link:before{width:8px;height:8px;background:var(--accent-blue)}.custom-cursor--disabled{width:20px;height:20px;border-color:var(--text-muted);opacity:.4}.custom-cursor--disabled:before{background:var(--text-muted)}.custom-cursor-premium{position:fixed;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);will-change:transform;transition:transform .1s cubic-bezier(.23,1,.32,1)}.custom-cursor-premium--pro{width:28px;height:28px;transition:width .3s cubic-bezier(.34,1.56,.64,1),height .3s cubic-bezier(.34,1.56,.64,1)}.custom-cursor-premium--pro .custom-cursor-premium__crown{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;filter:drop-shadow(0 0 6px rgba(59,130,246,.9));animation:cursor-float 2.5s ease-in-out infinite,cursor-shine 3s ease-in-out infinite;z-index:2;transition:font-size .3s ease,opacity .2s ease,transform .2s ease}.custom-cursor-premium--pro .custom-cursor-premium__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 0 12px #3b82f6b3,inset 0 0 12px #3b82f626;animation:cursor-rotate 3s linear infinite;transition:border-width .3s ease,box-shadow .3s ease}.custom-cursor-premium--pro.custom-cursor-premium--hover{width:42px;height:42px}.custom-cursor-premium--pro.custom-cursor-premium--hover .custom-cursor-premium__crown{font-size:22px;filter:drop-shadow(0 0 10px rgb(59,130,246))}.custom-cursor-premium--pro.custom-cursor-premium--hover .custom-cursor-premium__ring{border-width:2.5px;box-shadow:0 0 18px #3b82f6e6,inset 0 0 18px #3b82f640}.custom-cursor-premium--pro.custom-cursor-premium--click{width:35px;height:35px;animation:cursor-pulse-click .3s ease-out}.custom-cursor-premium--pro.custom-cursor-premium--click .custom-cursor-premium__crown{font-size:20px;filter:drop-shadow(0 0 12px rgb(37,99,235));animation:cursor-float 2.5s ease-in-out infinite,cursor-shine 3s ease-in-out infinite,cursor-click-bounce .3s ease-out}.custom-cursor-premium--pro.custom-cursor-premium--click .custom-cursor-premium__ring{border-color:#2563eb;border-width:2.5px;box-shadow:0 0 16px #2563eb,inset 0 0 16px #2563eb4d}.custom-cursor-premium--pro.custom-cursor-premium--link{width:48px;height:48px}.custom-cursor-premium--pro.custom-cursor-premium--link .custom-cursor-premium__crown{font-size:24px;filter:drop-shadow(0 0 12px rgb(59,130,246))}.custom-cursor-premium--pro.custom-cursor-premium--link .custom-cursor-premium__ring{border-width:2.5px;box-shadow:0 0 22px #3b82f6,inset 0 0 22px #3b82f64d}.custom-cursor-premium--pro.custom-cursor-premium--text{width:2px;height:24px}.custom-cursor-premium--pro.custom-cursor-premium--text .custom-cursor-premium__crown,.custom-cursor-premium--pro.custom-cursor-premium--text .custom-cursor-premium__ring{opacity:0;transform:translate(-50%,-50%) scale(0);pointer-events:none}.custom-cursor-premium--max{width:32px;height:32px;transition:width .3s cubic-bezier(.34,1.56,.64,1),height .3s cubic-bezier(.34,1.56,.64,1)}.custom-cursor-premium--max .custom-cursor-premium__diamond{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);font-size:18px;filter:drop-shadow(0 0 8px rgb(139,92,246));animation:cursor-float 2s ease-in-out infinite,cursor-diamond-spin 4s linear infinite,cursor-shine 2.5s ease-in-out infinite;z-index:2;transition:font-size .3s ease,opacity .2s ease,transform .2s ease}.custom-cursor-premium--max .custom-cursor-premium__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid #8b5cf6;border-radius:50%;box-shadow:0 0 15px #8b5cf6cc,inset 0 0 15px #8b5cf633;animation:cursor-rotate 2.5s linear infinite;transition:border-width .3s ease,box-shadow .3s ease}.custom-cursor-premium--max .custom-cursor-premium__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;height:130%;border:2px solid rgba(139,92,246,.6);border-radius:50%;animation:cursor-pulse-glow 1.8s ease-in-out infinite;transition:width .3s ease,height .3s ease}.custom-cursor-premium--max.custom-cursor-premium--hover{width:46px;height:46px}.custom-cursor-premium--max.custom-cursor-premium--hover .custom-cursor-premium__diamond{font-size:24px;filter:drop-shadow(0 0 12px rgb(139,92,246))}.custom-cursor-premium--max.custom-cursor-premium--hover .custom-cursor-premium__ring{border-width:2.5px;box-shadow:0 0 22px #8b5cf6,inset 0 0 22px #8b5cf64d}.custom-cursor-premium--max.custom-cursor-premium--hover .custom-cursor-premium__glow{width:150%;height:150%;border-width:2.5px}.custom-cursor-premium--max.custom-cursor-premium--click{width:38px;height:38px;animation:cursor-pulse-click .3s ease-out}.custom-cursor-premium--max.custom-cursor-premium--click .custom-cursor-premium__diamond{font-size:22px;filter:drop-shadow(0 0 14px rgb(124,58,237));animation:cursor-float 2s ease-in-out infinite,cursor-diamond-spin 4s linear infinite,cursor-shine 2.5s ease-in-out infinite,cursor-click-bounce .3s ease-out}.custom-cursor-premium--max.custom-cursor-premium--click .custom-cursor-premium__ring{border-color:#7c3aed;border-width:2.5px;box-shadow:0 0 20px #7c3aed,inset 0 0 20px #7c3aed59}.custom-cursor-premium--max.custom-cursor-premium--click .custom-cursor-premium__glow{border-color:#7c3aedb3}.custom-cursor-premium--max.custom-cursor-premium--link{width:52px;height:52px}.custom-cursor-premium--max.custom-cursor-premium--link .custom-cursor-premium__diamond{font-size:26px;filter:drop-shadow(0 0 14px rgb(139,92,246))}.custom-cursor-premium--max.custom-cursor-premium--link .custom-cursor-premium__ring{border-width:2.5px;box-shadow:0 0 26px #8b5cf6,inset 0 0 26px #8b5cf659}.custom-cursor-premium--max.custom-cursor-premium--link .custom-cursor-premium__glow{width:160%;height:160%;border-width:2.5px}.custom-cursor-premium--max.custom-cursor-premium--text{width:2px;height:24px}.custom-cursor-premium--max.custom-cursor-premium--text .custom-cursor-premium__diamond{opacity:0;transform:translate(-50%,-50%) rotate(45deg) scale(0);pointer-events:none}.custom-cursor-premium--max.custom-cursor-premium--text .custom-cursor-premium__ring,.custom-cursor-premium--max.custom-cursor-premium--text .custom-cursor-premium__glow{opacity:0;transform:translate(-50%,-50%) scale(0);pointer-events:none}@keyframes cursor-float{0%,to{transform:translate(-50%,-50%) translateY(0) scale(1)}50%{transform:translate(-50%,-50%) translateY(-4px) scale(1.05)}}@keyframes cursor-rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes cursor-pulse-glow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.9}}@keyframes cursor-shine{0%,to{filter:drop-shadow(0 0 6px rgba(59,130,246,.9))}50%{filter:drop-shadow(0 0 12px rgb(59,130,246))}}@keyframes cursor-diamond-spin{0%,to{transform:translate(-50%,-50%) rotate(45deg)}25%{transform:translate(-50%,-50%) rotate(50deg)}75%{transform:translate(-50%,-50%) rotate(40deg)}}@keyframes cursor-pulse-click{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(.9)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes cursor-click-bounce{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}@media(hover:none)and (pointer:coarse){.custom-cursor{display:none!important}}@media(pointer:coarse){.custom-cursor{display:none!important}}body{background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.6;min-height:100vh;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);transition:background .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:var(--bg-secondary)}body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}a{color:var(--text-link);text-decoration:none;transition:color .15s cubic-bezier(.2,0,0,1)}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}svg{display:inline-block;vertical-align:middle;flex-shrink:0}svg path{fill:currentColor;transition:fill .15s cubic-bezier(.2,0,0,1)}.admin-sidebar__nav-item__icon{display:flex;align-items:center;justify-content:center;color:inherit}.admin-sidebar__nav-item__icon svg{width:18px;height:18px}.website__header-area__header-top__wrapper__right__auth-block__left__icon,.website__header-area__header-top__wrapper__right__auth-block__right__icon,.website__header-area__header-top__wrapper__left__left__searchbox__loopaIcon,.cat-header__cart__icon{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .15s cubic-bezier(.2,0,0,1);cursor:pointer}.website__header-area__header-top__wrapper__right__auth-block__left__icon:hover,.website__header-area__header-top__wrapper__right__auth-block__right__icon:hover,.website__header-area__header-top__wrapper__left__left__searchbox__loopaIcon:hover,.cat-header__cart__icon:hover{color:var(--text-primary)}.website__header-area__header-top__wrapper__right__auth-block__left__icon svg,.website__header-area__header-top__wrapper__right__auth-block__right__icon svg,.website__header-area__header-top__wrapper__left__left__searchbox__loopaIcon svg,.cat-header__cart__icon svg{width:100%;height:100%}.admin-fallback-texts__add-btn,.admin-fallback-texts__list-item__delete{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .15s cubic-bezier(.2,0,0,1)}.admin-fallback-texts__add-btn:hover,.admin-fallback-texts__list-item__delete:hover{color:var(--text-primary)}.admin-fallback-texts__add-btn svg,.admin-fallback-texts__list-item__delete svg{width:100%;height:100%}button,input,textarea,select{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes smoothFadeIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes marquee-scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.skeleton-block,.skeleton-line{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-line{height:12px;margin-bottom:6px}.skeleton-line--lg{width:80%}.skeleton-line--md{width:60%}.skeleton-line--sm{width:40%}.global-buttons{position:fixed;bottom:24px;right:24px;z-index:400;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.global-buttons{bottom:100px;z-index:160}}@media(max-width:768px){.global-buttons{bottom:100px;z-index:160}}@media(max-width:640px){.global-buttons{bottom:90px;z-index:160}}.theme-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:20px;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.theme-toggle:hover{background:var(--bg-hover);border-color:var(--border-muted)}.messages-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:20px;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);position:relative}.messages-button:hover{background:var(--bg-hover);border-color:var(--border-muted)}.messages-button-icon{display:block}.messages-button-badge{position:absolute;top:-4px;right:-4px;background:var(--color-error, #ff4444);color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--bg-primary, #fff)}.language-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);color:var(--text-primary)}.language-toggle:hover{background:var(--bg-hover);border-color:var(--border-muted)}.loading-block{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;z-index:400}.loading-block__spinnercase{width:40px;height:40px}.loading-block__spinnercase--spinner{width:100%;height:100%;border:2px solid var(--border-default);border-top-color:var(--accent-blue);border-radius:50%;animation:spin .8s linear infinite}.loading-block__spinnercase--spinner__shape{display:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.site-footer{margin-top:48px;background:#1f2937;color:#e5e7eb}.seller-panel~.site-footer,.buyer-panel~.site-footer,.admin-panel~.site-footer{padding-bottom:80px}body:has(.seller-panel) .site-footer,body:has(.buyer-panel) .site-footer,body:has(.admin-panel) .site-footer{padding-bottom:80px}.site-footer__inner{max-width:1200px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:768px){.site-footer__inner{grid-template-columns:repeat(2,1fr);padding:48px 32px}}@media(max-width:640px){.site-footer__inner{grid-template-columns:1fr;padding:40px 20px;gap:24px}}.site-footer__column{display:flex;flex-direction:column;gap:16px}.site-footer__title{font-size:16px;font-weight:600;color:#e5e7eb;margin-bottom:8px}.site-footer__text{font-size:15px;color:#e5e7eb;line-height:1.6;opacity:.9}.site-footer__social{display:flex;gap:12px;margin-top:8px}.site-footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#e5e7eb;transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;background:#ffffff1a}.site-footer__social-link:hover{background:var(--accent-blue);color:#fff;transform:translateY(-2px)}.site-footer__social-link svg{width:20px;height:20px}.site-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:15px;line-height:2}.site-footer__list--contacts{gap:16px}.site-footer__list--contacts li{display:flex;align-items:center;gap:12px;color:#e5e7eb}.site-footer__list--contacts li svg{flex-shrink:0;color:var(--accent-blue)}.site-footer__list--contacts li span{flex:1}.site-footer__list li{font-size:15px;color:#e5e7eb;opacity:.9;transition:all .15s cubic-bezier(.2,0,0,1)}.site-footer__list li:hover{opacity:1}.site-footer__list li a{color:inherit;text-decoration:none;transition:color .15s cubic-bezier(.2,0,0,1)}.site-footer__list li a:hover{color:var(--accent-blue)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 40px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#e5e7eb;opacity:.8}@media(max-width:640px){.site-footer__bottom{flex-direction:column;gap:12px;text-align:center;padding:24px 20px}}.site-footer__bottom-links{display:flex;gap:24px}@media(max-width:640px){.site-footer__bottom-links{flex-direction:column;gap:8px}}.site-footer__bottom-links a{color:#e5e7eb;text-decoration:none;transition:color .15s cubic-bezier(.2,0,0,1)}.site-footer__bottom-links a:hover{color:var(--accent-blue)}.user-agreement{padding:48px 0;background:var(--bg-primary);min-height:calc(100vh - 200px)}.user-agreement__inner{max-width:1400px;margin:0 auto;padding:0 24px}@media(max-width:640px){.user-agreement__inner{padding:0 16px}}.user-agreement__content{display:grid;grid-template-columns:250px 1fr;gap:32px;max-width:1200px;margin:0 auto}@media(max-width:768px){.user-agreement__content{grid-template-columns:1fr;gap:24px}}.user-agreement__sidebar{position:sticky;top:100px;height:-moz-fit-content;height:fit-content;align-self:start}@media(max-width:768px){.user-agreement__sidebar{position:static}}.user-agreement__nav{background:#f9fafb;border-radius:12px;padding:24px;border:1px solid var(--border-default)}[data-theme=dark] .user-agreement__nav{background:var(--bg-secondary)}@media(max-width:640px){.user-agreement__nav{padding:16px}}.user-agreement__nav-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 16px}.user-agreement__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.user-agreement__nav-link{width:100%;text-align:left;padding:8px 12px;background:transparent;border:none;border-radius:var(--radius-sm);font-size:15px;color:var(--text-secondary);cursor:pointer;transition:all .15s cubic-bezier(.2,0,0,1);text-decoration:none;display:block}.user-agreement__nav-link:hover{background:var(--bg-hover);color:var(--text-primary)}.user-agreement__nav-link--active{background:var(--accent-blue);color:#fff;font-weight:600}[data-theme=light] .user-agreement__nav-link--active{background:var(--accent-blue);color:#fff}.user-agreement__main{background:var(--bg-secondary);border-radius:16px;padding:60px 40px;box-shadow:0 4px 20px #0000000f}[data-theme=light] .user-agreement__main{background:#fff;box-shadow:0 4px 20px #0000000f}@media(max-width:768px){.user-agreement__main{padding:48px 32px}}@media(max-width:640px){.user-agreement__main{padding:40px 20px}}.user-agreement__title{font-size:40px;font-weight:700;color:var(--text-primary);margin:0 0 8px;line-height:1.2}@media(max-width:768px){.user-agreement__title{font-size:36px}}@media(max-width:640px){.user-agreement__title{font-size:32px}}.user-agreement__date{font-size:14px;color:#9ca3af;margin-bottom:48px}[data-theme=dark] .user-agreement__date{color:var(--text-muted)}.user-agreement__section{margin-top:56px;padding-top:32px;border-top:1px solid var(--border-default)}.user-agreement__section:first-of-type{margin-top:0;padding-top:0;border-top:none}@media(max-width:640px){.user-agreement__section{margin-top:40px;padding-top:24px}}.user-agreement__section-title{font-size:28px;font-weight:600;color:var(--text-primary);margin:0 0 24px;line-height:1.3}@media(max-width:768px){.user-agreement__section-title{font-size:24px}}@media(max-width:640px){.user-agreement__section-title{font-size:22px}}.user-agreement__subsection-title{font-size:22px;font-weight:600;color:var(--text-primary);margin:32px 0 16px;line-height:1.3}@media(max-width:768px){.user-agreement__subsection-title{font-size:20px}}@media(max-width:640px){.user-agreement__subsection-title{font-size:18px;margin-top:24px}}.user-agreement__text{font-size:16px;line-height:1.8;color:#374151;margin-bottom:16px}[data-theme=dark] .user-agreement__text{color:var(--text-secondary)}@media(max-width:640px){.user-agreement__text{font-size:15px;line-height:1.7}}.user-agreement__list{margin:0 0 24px 28px;padding:0;list-style:decimal}.user-agreement__list li{font-size:16px;line-height:1.8;color:#374151;margin-bottom:8px}[data-theme=dark] .user-agreement__list li{color:var(--text-secondary)}@media(max-width:640px){.user-agreement__list li{font-size:15px;line-height:1.7}}.user-agreement__highlight{background:#fef3c7;padding:16px;border-radius:8px;margin:24px 0;border-left:4px solid var(--accent-orange)}[data-theme=dark] .user-agreement__highlight{background:#fef3c71a;border-left-color:var(--accent-orange)}.user-agreement__highlight p{margin:0;font-weight:500}.help-center{padding:48px 0;min-height:calc(100vh - 200px)}.help-center__inner{max-width:900px;margin:0 auto;padding:0 24px}@media(max-width:640px){.help-center__inner{padding:0 16px}}.help-center__title{font-size:40px;font-weight:700;color:var(--text-primary);margin-bottom:48px;text-align:center}@media(max-width:640px){.help-center__title{font-size:32px;margin-bottom:32px}}.help-center__section{margin-bottom:48px;padding:32px;background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:0 4px 20px #0000000f}[data-theme=light] .help-center__section{background:#fff;box-shadow:0 4px 20px #0000000f}@media(max-width:640px){.help-center__section{padding:24px;margin-bottom:32px}}.help-center__subtitle{font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:16px}@media(max-width:640px){.help-center__subtitle{font-size:20px}}.help-center__list{list-style:disc;margin-left:24px;padding-left:8px}.help-center__list li{font-size:16px;line-height:1.8;color:var(--text-secondary);margin-bottom:8px}@media(max-width:640px){.help-center__list li{font-size:15px}}.help-center__contact{display:flex;flex-direction:column;gap:16px}.help-center__contact p{font-size:16px;line-height:1.8;color:var(--text-secondary);margin:0}.help-center__contact p strong{color:var(--text-primary);font-weight:600}@media(max-width:640px){.help-center__contact p{font-size:15px}}.auth-required-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.auth-required-modal--active{opacity:1;visibility:visible}.auth-required-modal__content{position:relative;width:100%;max-width:520px;background:var(--bg-secondary);border-radius:24px;box-shadow:0 24px 80px #00000080;overflow:hidden;display:flex;flex-direction:column;transform:scale(.9) translateY(30px);transition:transform .4s cubic-bezier(.16,1,.3,1);box-sizing:border-box;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .auth-required-modal__content{background:#fff;box-shadow:0 24px 80px #0003;border-color:#0000000d}.auth-required-modal--active .auth-required-modal__content{transform:scale(1) translateY(0)}@media(max-width:640px){.auth-required-modal__content{max-width:95vw;border-radius:20px}}.auth-required-modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1002;transition:all .2s cubic-bezier(.2,0,0,1);color:var(--text-primary)}@media(max-width:640px){.auth-required-modal__close{width:36px;height:36px;top:16px;right:16px}}.auth-required-modal__close:hover{background:#fff3;transform:rotate(90deg)}.auth-required-modal__close-icon{font-size:24px;font-weight:300;line-height:1}@media(max-width:640px){.auth-required-modal__close-icon{font-size:20px}}.auth-required-modal__body{padding:48px;display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}@media(max-width:640px){.auth-required-modal__body{padding:32px 24px;gap:24px}}.auth-required-modal__icon{width:80px;height:80px;font-size:48px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 8px 24px #58a6ff4d;margin-bottom:8px}[data-theme=light] .auth-required-modal__icon{box-shadow:0 8px 24px #0066cc40}@media(max-width:640px){.auth-required-modal__icon{width:64px;height:64px;font-size:36px;border-radius:16px}}.auth-required-modal__title{font-size:28px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;letter-spacing:-.02em}@media(max-width:768px){.auth-required-modal__title{font-size:24px}}@media(max-width:640px){.auth-required-modal__title{font-size:22px}}.auth-required-modal__description{font-size:16px;line-height:1.7;color:#6b7280;margin:0;max-width:400px}[data-theme=dark] .auth-required-modal__description{color:var(--text-secondary)}@media(max-width:640px){.auth-required-modal__description{font-size:15px;line-height:1.6}}.auth-required-modal__actions{display:flex;gap:12px;margin-top:16px;flex-wrap:nowrap;justify-content:center;width:100%}@media(max-width:640px){.auth-required-modal__actions{flex-direction:column;gap:10px;margin-top:8px;flex-wrap:wrap}}.auth-required-modal__btn{padding:14px 28px;border-radius:var(--radius-md);font-size:15px;font-weight:600;cursor:pointer;border:none;transition:all .2s cubic-bezier(.2,0,0,1);flex:0 1 auto;min-width:160px;white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:640px){.auth-required-modal__btn{width:100%;padding:16px 24px;font-size:16px;min-width:auto;flex:1 1 auto}}.auth-required-modal__btn--primary{background:var(--accent-blue);color:#fff;box-shadow:0 4px 12px #58a6ff4d}.auth-required-modal__btn--primary:hover{background:var(--accent-blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}[data-theme=light] .auth-required-modal__btn--primary{background:var(--accent-blue);box-shadow:0 4px 12px #0066cc4d}[data-theme=light] .auth-required-modal__btn--primary:hover{background:var(--accent-blue-dark);box-shadow:0 6px 20px #06c6}.auth-required-modal__btn--secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-default)}.auth-required-modal__btn--secondary:hover{background:var(--bg-hover);border-color:var(--accent-blue);transform:translateY(-2px)}[data-theme=light] .auth-required-modal__btn--secondary{background:#f9fafb;color:var(--text-primary)}[data-theme=light] .auth-required-modal__btn--secondary:hover{background:#f3f4f6;border-color:var(--accent-blue)}.auth-required-modal__btn--cancel{background:transparent;color:var(--text-secondary);border:1px solid var(--border-default)}.auth-required-modal__btn--cancel:hover{background:var(--bg-tertiary);color:var(--text-primary)}[data-theme=light] .auth-required-modal__btn--cancel{color:var(--text-secondary)}[data-theme=light] .auth-required-modal__btn--cancel:hover{background:#f9fafb;color:var(--text-primary)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}h1,.h1{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 24px;letter-spacing:-.02em}@media(max-width:768px){h1,.h1{font-size:2rem;margin-bottom:16px}}@media(max-width:640px){h1,.h1{font-size:1.75rem;margin-bottom:8px}}h2,.section-title,.h2{font-size:2rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0 0 16px;letter-spacing:-.015em}@media(max-width:768px){h2,.section-title,.h2{font-size:1.75rem;margin-bottom:8px}}@media(max-width:640px){h2,.section-title,.h2{font-size:1.5rem;margin-bottom:4px}}h3,.h3{font-size:1.5rem;font-weight:600;line-height:1.4;color:var(--text-primary);margin:0 0 16px;letter-spacing:-.01em}@media(max-width:768px){h3,.h3{font-size:1.375rem;margin-bottom:8px}}@media(max-width:640px){h3,.h3{font-size:1.25rem;margin-bottom:4px}}h4,.h4{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text-primary);margin:0 0 8px}@media(max-width:640px){h4,.h4{font-size:1.125rem}}h5,.h5{font-size:1.125rem;font-weight:600;line-height:1.5;color:var(--text-primary);margin:0 0 8px}h6,.h6{font-size:1rem;font-weight:600;line-height:1.5;color:var(--text-primary);margin:0 0 4px}p{font-size:1rem;line-height:1.6;color:var(--text-primary);margin:0 0 16px}p:last-child{margin-bottom:0}.text-lg{font-size:1.125rem;line-height:1.7;color:var(--text-primary)}.text-base{font-size:1rem;line-height:1.6;color:var(--text-primary)}.text-sm{font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.text-xs{font-size:.75rem;line-height:1.4;color:var(--text-muted)}.text-muted{color:var(--text-muted);font-size:.875rem;line-height:1.5}.text-secondary{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.subtitle{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:-4px 0 16px;font-weight:400}.description{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0 0 8px}.section{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--border-default)}.section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media(max-width:768px){.section{margin-bottom:32px;padding-bottom:24px}}@media(max-width:640px){.section{margin-bottom:24px;padding-bottom:16px}}.section-title{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.section-title{margin-bottom:16px;padding-bottom:8px}}@media(max-width:640px){.section-title{margin-bottom:8px;padding-bottom:4px}}h1+p,h1+.description,.h1+p,.h1+.description{margin-top:-8px;margin-bottom:24px}h2+p,.section-title+p,h2+.description,.section-title+.description,.h2+p,.h2+.description{margin-top:-4px;margin-bottom:16px}h3+p,h3+.description,.h3+p,.h3+.description{margin-top:-4px;margin-bottom:16px}.section+.section{margin-top:48px}@media(max-width:768px){.section+.section{margin-top:32px}}@media(max-width:640px){.section+.section{margin-top:24px}}.text-important{color:var(--text-primary);font-weight:600}.text-accent{color:var(--accent-blue);font-weight:500}.text-success{color:var(--accent-green)}.text-warning,.text-error{color:var(--accent-orange)}a{color:var(--text-link);text-decoration:none;transition:color .15s cubic-bezier(.2,0,0,1);font-weight:500}a:hover{color:var(--accent-blue);text-decoration:underline}a:focus{outline:2px solid var(--accent-blue);outline-offset:2px;border-radius:2px}ul,ol{margin:0 0 16px;padding-left:24px}ul li,ol li{margin-bottom:4px;line-height:1.6;color:var(--text-primary)}.list-unstyled{list-style:none;padding-left:0;margin:0}.website{display:flex;flex-direction:column;min-height:100vh}.website__header-area{width:100%;min-height:300px;max-height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.website__header-area.header-area--compact{min-height:auto!important;max-height:100px!important;height:100px!important}.website__header-area.header-area--compact:before{display:none}.website__header-area:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1a1d24d9,#1a1d24bf,#1a1d24e6);z-index:2}[data-theme=light] .website__header-area:before{background:linear-gradient(180deg,#f5f6f8d9,#f5f6f8bf,#f5f6f8e6)}.website__header-area__header-top{position:relative;z-index:450;background:var(--bg-secondary);border-bottom:1px solid var(--border-default);padding:16px 0;overflow:visible;height:auto;min-height:auto;max-height:none;contain:layout style}.website__header-area__header-top__wrapper{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;height:auto;min-height:auto;max-height:none;contain:layout}@media(max-width:768px){.website__header-area__header-top__wrapper{padding:0 16px;gap:16px}}@media(max-width:640px){.website__header-area__header-top__wrapper{padding:0 8px;gap:8px}}.website__header-area__header-top__wrapper__left{display:flex;align-items:center;gap:32px;flex:1}.website__header-area__header-top__wrapper__left__left{display:flex;align-items:center;gap:24px}.website__header-area__header-top__wrapper__left__left__logo{height:32px;cursor:pointer;transition:opacity .15s cubic-bezier(.2,0,0,1),filter .2s cubic-bezier(.2,0,0,1)}@media(max-width:768px){.website__header-area__header-top__wrapper__left__left__logo{height:28px}}@media(max-width:640px){.website__header-area__header-top__wrapper__left__left__logo{height:24px}}.website__header-area__header-top__wrapper__left__left__logo:hover{opacity:.8}[data-theme=light] .website__header-area__header-top__wrapper__left__left__logo{filter:brightness(0)}[data-theme=light] .website__header-area__header-top__wrapper__left__left__logo:hover{filter:brightness(0) opacity(.8)}.website__header-area__header-top__wrapper__left__left__searchbox{position:relative;width:320px;display:flex;align-items:center}@media(max-width:768px){.website__header-area__header-top__wrapper__left__left__searchbox{display:none}}.website__header-area__header-top__wrapper__left__left__searchbox__search{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;height:36px;padding:0 40px 0 12px;font-size:14px;background:var(--bg-tertiary);flex:1}.website__header-area__header-top__wrapper__left__left__searchbox__search::-moz-placeholder{color:var(--text-muted)}.website__header-area__header-top__wrapper__left__left__searchbox__search::placeholder{color:var(--text-muted)}.website__header-area__header-top__wrapper__left__left__searchbox__search:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .website__header-area__header-top__wrapper__left__left__searchbox__search:focus{box-shadow:0 0 0 3px #0066cc1f}.website__header-area__header-top__wrapper__left__left__searchbox__search:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.website__header-area__header-top__wrapper__left__left__searchbox__submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5;transition:opacity .15s cubic-bezier(.2,0,0,1)}.website__header-area__header-top__wrapper__left__left__searchbox__submit:hover{opacity:1}.website__header-area__header-top__wrapper__left__left__searchbox__submit svg{width:16px;height:16px;color:var(--text-secondary)}.website__header-area__header-top__wrapper__left__left__searchbox__loopaIcon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.5;cursor:pointer;transition:opacity .15s cubic-bezier(.2,0,0,1);pointer-events:none}.website__header-area__header-top__wrapper__left__left__searchbox__loopaIcon:hover{opacity:1}.website__header-area__header-top__wrapper__left__right{display:flex;align-items:center;gap:8px}@media(max-width:1024px){.website__header-area__header-top__wrapper__left__right{display:none}}.website__header-area__header-top__wrapper__left__right__item{position:relative;height:auto;min-height:auto;max-height:none;contain:layout}.website__header-area__header-top__wrapper__left__right__item--redirecter{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:transparent;border:none;padding:8px 16px;font-size:14px;font-weight:500;color:var(--text-secondary);transition:all .2s ease;border-radius:var(--radius-sm)}.website__header-area__header-top__wrapper__left__right__item--redirecter:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__left__right__item--redirecter:hover{color:var(--text-primary);background:var(--bg-hover);transform:translateY(-1px)}.website__header-area__header-top__wrapper__left__right__item--redirecter:active{transform:translateY(0)}.website__header-area__header-top__wrapper__left__right__item--redirecter--active{color:var(--accent-blue);background:#58a6ff1a;border-bottom:2px solid var(--accent-blue)}.website__header-area__header-top__wrapper__left__right__item--fall-menu{position:fixed!important;top:auto!important;left:auto!important;min-width:200px;max-height:500px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-secondary);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:8px;z-index:201;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow-lg);animation:slideDownFade .2s ease;border:1px solid var(--border-default);margin:0!important;transform:none!important}.website__header-area__header-top__wrapper__left__right__item--fall-menu::-webkit-scrollbar{width:8px;height:8px}.website__header-area__header-top__wrapper__left__right__item--fall-menu::-webkit-scrollbar-track{background:var(--bg-secondary)}.website__header-area__header-top__wrapper__left__right__item--fall-menu::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.website__header-area__header-top__wrapper__left__right__item--fall-menu::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .website__header-area__header-top__wrapper__left__right__item--fall-menu{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .website__header-area__header-top__wrapper__left__right__item--fall-menu:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.website__header-area__header-top__wrapper__left__right__item--fall-menu .fall-menu__link{display:flex;align-items:center;gap:8px;padding:8px 16px;min-height:40px;color:var(--text-secondary);font-size:13px;border-radius:var(--radius-sm);transition:all .15s ease;flex-shrink:0;position:relative}.website__header-area__header-top__wrapper__left__right__item--fall-menu .fall-menu__link:hover{background:var(--bg-hover);color:var(--text-primary);transform:translate(4px)}.website__header-area__header-top__wrapper__left__right__item--fall-menu .fall-menu__link:active{transform:translate(2px)}.website__header-area__header-top__wrapper__left__right__item--fall-menu .fall-menu__link--active{background:#58a6ff1a;color:var(--accent-blue);border-left:3px solid var(--accent-blue);padding-left:13px}.website__header-area__header-top__wrapper__right__auth-block{display:flex;align-items:center;gap:8px}.website__header-area__header-top__wrapper__right__auth-block__left{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px 16px;height:36px}.website__header-area__header-top__wrapper__right__auth-block__left:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__right__auth-block__left:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.website__header-area__header-top__wrapper__right__auth-block__left:active:not(:disabled){transform:translateY(0)}[data-theme=light] .website__header-area__header-top__wrapper__right__auth-block__left:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.website__header-area__header-top__wrapper__right__auth-block__left{padding:4px 8px;height:32px}}.website__header-area__header-top__wrapper__right__auth-block__left__text{font-size:14px}@media(max-width:768px){.website__header-area__header-top__wrapper__right__auth-block__left__text{display:none}}.website__header-area__header-top__wrapper__right__auth-block__left__icon{width:16px;height:16px}.website__header-area__header-top__wrapper__right__auth-block__right{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px;height:36px;width:36px}.website__header-area__header-top__wrapper__right__auth-block__right:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.website__header-area__header-top__wrapper__right__auth-block__right:active:not(:disabled){transform:translateY(0)}[data-theme=light] .website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.website__header-area__header-top__wrapper__right__auth-block__right{height:32px;width:32px;padding:4px}}.website__header-area__header-top__wrapper__right__auth-block__right__subscription-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;border:2.5px solid var(--bg-primary);z-index:3;line-height:1;box-shadow:0 2px 8px #0003}.website__header-area__header-top__wrapper__right__auth-block__right__subscription-badge--pro{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 2px 8px #fbbf2480,0 0 0 2.5px var(--bg-primary)}.website__header-area__header-top__wrapper__right__auth-block__right__subscription-badge--max{background:linear-gradient(135deg,#a78bfa,#8b5cf6);box-shadow:0 2px 8px #a78bfa80,0 0 0 2.5px var(--bg-primary)}.website__header-area__header-top__wrapper__right__auth-block__right__icon{width:20px;height:20px}.website__header-area__header-top__wrapper__right__auth-block__right__avatar{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.website__header-area__header-top__wrapper__right__auth-block__right__text{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent-orange);border-radius:9px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px;height:36px;width:36px}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right:active:not(:disabled){transform:translateY(0)}[data-theme=light] .website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right img{width:20px;height:20px;filter:brightness(0) saturate(100%)}[data-theme=dark] .website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right img{filter:brightness(0) invert(1)}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right img__avatar-wrapper{position:relative;display:inline-block;width:100%;height:100%}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right img.website__header-area__header-top__wrapper__right__auth-block__right__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;filter:none}.website__header-area__header-top__wrapper__right__auth-block button.website__header-area__header-top__wrapper__right__auth-block__right .website__header-area__header-top__wrapper__right__auth-block__right__text{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent-orange);border-radius:9px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right{position:relative;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);padding:8px;height:36px;width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:active:not(:disabled){transform:translateY(0)}[data-theme=light] .website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:hover{background:var(--bg-hover);transform:translateY(-1px)}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right:active{transform:translateY(0)}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right img{width:20px;height:20px;filter:brightness(0) saturate(100%)}[data-theme=dark] .website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right img{filter:brightness(0) invert(1)}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right img__avatar-wrapper{position:relative;display:inline-block;width:100%;height:100%}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right img.website__header-area__header-top__wrapper__right__auth-block__right__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;filter:none}.website__header-area__header-top__wrapper__right__auth-block div.website__header-area__header-top__wrapper__right__auth-block__right .website__header-area__header-top__wrapper__right__auth-block__right__text{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent-orange);border-radius:9px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;z-index:201}.website__header-area__header-top__wrapper__right__auth-block .header-chat-icon{font-size:18px}.website__header-area__header-top__wrapper__right__auth-block .header-chat-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent-orange);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px var(--bg-secondary)}.website__header-area__header-top__wrapper__right__auth-block__burger{display:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px;height:36px;width:36px;position:relative;z-index:500}.website__header-area__header-top__wrapper__right__auth-block__burger:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-top__wrapper__right__auth-block__burger:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.website__header-area__header-top__wrapper__right__auth-block__burger:active:not(:disabled){transform:translateY(0)}[data-theme=light] .website__header-area__header-top__wrapper__right__auth-block__burger:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:1024px){.website__header-area__header-top__wrapper__right__auth-block__burger{display:flex;align-items:center;justify-content:center}}@media(max-width:768px){.website__header-area__header-top__wrapper__right__auth-block__burger{display:flex;align-items:center;justify-content:center}}@media(max-width:640px){.website__header-area__header-top__wrapper__right__auth-block__burger{display:flex;align-items:center;justify-content:center}}.website__header-area__header-top__wrapper__right__auth-block__burger__png{width:20px;height:20px}.website__header-area__header-top__wrapper__right__auth-block button[onclick*=setActiveSection]:not(.buyer-bottom-nav__item):not(.seller-bottom-nav__item):not(.admin-bottom-nav__item),.website__header-area__header-top__wrapper__right__auth-block button[onclick*=orders]:not(.buyer-order-card__cancel-btn):not(.buyer-orders__toggle-cancelled):not(.buyer-orders__refresh):not(.seller-orders__refresh),.website__header-area__header-top__wrapper__right__auth-block button[onclick*=chats]:not(.buyer-chats__send):not(.seller-chats__send),.website__header-area__header-top__wrapper__right__auth-block button[onclick*=profile]:not(.user-profile__submit):not(.user-profile__avatar-label):not(.seller-profile__submit){display:none!important}.website__header-area__header-bottom{position:relative;z-index:10;flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:8px 16px;min-height:auto;max-height:200px}@media(max-width:640px){.website__header-area__header-bottom{padding:4px 8px;max-height:none;min-height:auto;position:relative;z-index:10}}.website__header-area__header-bottom__wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:10}@media(max-width:768px){.website__header-area__header-bottom__wrapper{flex-direction:column;text-align:center;gap:16px;padding:0 16px}}@media(max-width:640px){.website__header-area__header-bottom__wrapper{flex-direction:column;text-align:center;gap:8px;padding:0 8px;position:relative;z-index:51}}.website__header-area__header-bottom__wrapper__left{flex:1}.website__header-area__header-bottom__wrapper__left__logo{height:92px;margin-bottom:8px;transition:all .3s ease;cursor:pointer;animation:fadeInUp .6s ease}@media(max-width:768px){.website__header-area__header-bottom__wrapper__left__logo{height:72px;margin:0 auto 8px}}@media(max-width:640px){.website__header-area__header-bottom__wrapper__left__logo{height:56px;margin:0 auto 4px}}.website__header-area__header-bottom__wrapper__left__logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}[data-theme=light] .website__header-area__header-bottom__wrapper__left__logo{filter:brightness(0)}[data-theme=light] .website__header-area__header-bottom__wrapper__left__logo:hover{filter:brightness(0) drop-shadow(0 4px 8px rgba(0,0,0,.15))}.website__header-area__header-bottom__wrapper__left__descr{font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:16px;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.4);position:relative;z-index:52;animation:fadeInUp .8s ease .2s both;letter-spacing:-.01em}[data-theme=light] .website__header-area__header-bottom__wrapper__left__descr{text-shadow:0 1px 3px rgba(0,0,0,.1);color:var(--text-primary);font-weight:800}@media(max-width:768px){.website__header-area__header-bottom__wrapper__left__descr{font-size:18px}}@media(max-width:640px){.website__header-area__header-bottom__wrapper__left__descr{font-size:16px;margin-bottom:8px}}.website__header-area__header-bottom__wrapper__left__inputform{display:flex;gap:8px;max-width:400px;position:relative;animation:fadeInUp 1s ease .4s both}@media(max-width:768px){.website__header-area__header-bottom__wrapper__left__inputform{max-width:100%}}.website__header-area__header-bottom__wrapper__left__inputform--input{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:40px;font-size:14px;padding:0 40px 0 16px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--text-primary);transition:all .3s ease;position:relative}.website__header-area__header-bottom__wrapper__left__inputform--input::-moz-placeholder{color:var(--text-muted)}.website__header-area__header-bottom__wrapper__left__inputform--input::placeholder{color:var(--text-muted)}.website__header-area__header-bottom__wrapper__left__inputform--input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform--input:focus{box-shadow:0 0 0 3px #0066cc1f}.website__header-area__header-bottom__wrapper__left__inputform--input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.website__header-area__header-bottom__wrapper__left__inputform--input{height:36px;font-size:13px;padding:0 36px 0 12px}}.website__header-area__header-bottom__wrapper__left__inputform--input::-moz-placeholder{color:#fff9;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.website__header-area__header-bottom__wrapper__left__inputform--input::placeholder{color:#fff9;transition:opacity .3s ease}.website__header-area__header-bottom__wrapper__left__inputform--input:focus{background:#ffffff40;border-color:#fff6;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.website__header-area__header-bottom__wrapper__left__inputform--input:focus::-moz-placeholder{opacity:.8}.website__header-area__header-bottom__wrapper__left__inputform--input:focus::placeholder{opacity:.8}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform--input{background:#fff;border:2px solid var(--border-default);color:var(--text-primary);box-shadow:0 2px 4px #0000000d}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform--input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff26,0 4px 12px #0000001a;outline:none;transform:translateY(-1px)}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform--input::-moz-placeholder{color:var(--text-muted)}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform--input::placeholder{color:var(--text-muted)}.website__header-area__header-bottom__wrapper__left__inputform--input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.5;pointer-events:none;transition:opacity .3s ease}.website__header-area__header-bottom__wrapper__left__inputform--input:focus~.website__header-area__header-bottom__wrapper__left__inputform--input-icon{opacity:.8}.website__header-area__header-bottom__wrapper__left__inputform__submit{width:40px;height:40px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:var(--radius-md);flex-shrink:0}.website__header-area__header-bottom__wrapper__left__inputform__submit:disabled{opacity:.5;cursor:not-allowed}.website__header-area__header-bottom__wrapper__left__inputform__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.website__header-area__header-bottom__wrapper__left__inputform__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.website__header-area__header-bottom__wrapper__left__inputform__submit:hover:not(:disabled):before{width:300px;height:300px}.website__header-area__header-bottom__wrapper__left__inputform__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .website__header-area__header-bottom__wrapper__left__inputform__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.website__header-area__header-bottom__wrapper__left__inputform__submit svg{width:18px;height:18px;color:#fff}@media(max-width:640px){.website__header-area__header-bottom__wrapper__left__inputform__submit{width:36px;height:36px;background-size:14px}}.website__header-area__header-bottom__wrapper__left__inputform__submit:hover{transform:scale(1.1);box-shadow:0 4px 12px #58a6ff66}.website__header-area__header-bottom__wrapper__left__inputform__submit:active{transform:scale(1.05)}.website__header-area__header-bottom__wrapper__right{flex:1}.website__header-area__header-bottom__wrapper__right__title{font-size:14px;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3);position:relative;z-index:52;animation:fadeInUp .8s ease .3s both;display:flex;align-items:center;gap:8px}.website__header-area__header-bottom__wrapper__right__title:before{content:"🔥";font-size:18px;animation:pulse 2s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(255,69,0,.4))}[data-theme=light] .website__header-area__header-bottom__wrapper__right__title{text-shadow:0 1px 2px rgba(0,0,0,.1);color:var(--text-primary);font-weight:800}@media(max-width:768px){.website__header-area__header-bottom__wrapper__right__title{font-size:13px;margin-bottom:8px}}@media(max-width:640px){.website__header-area__header-bottom__wrapper__right__title{font-size:12px;margin-bottom:4px}}.website__header-area__header-bottom__wrapper__right__block{display:flex;flex-wrap:wrap;gap:4px}@media(max-width:768px){.website__header-area__header-bottom__wrapper__right__block{justify-content:center}}.website__header-area__header-bottom__wrapper__right__block__item{padding:8px 16px;font-size:14px;font-weight:600;background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid rgba(255,255,255,.3);border-radius:var(--radius-lg);color:var(--text-primary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a;position:relative;overflow:hidden;animation:fadeInUp .6s ease both}@media(max-width:640px){.website__header-area__header-bottom__wrapper__right__block__item{padding:4px;font-size:11px}}.website__header-area__header-bottom__wrapper__right__block__item:nth-child(1){animation-delay:.4s}.website__header-area__header-bottom__wrapper__right__block__item:nth-child(2){animation-delay:.5s}.website__header-area__header-bottom__wrapper__right__block__item:nth-child(3){animation-delay:.6s}.website__header-area__header-bottom__wrapper__right__block__item:nth-child(4){animation-delay:.7s}.website__header-area__header-bottom__wrapper__right__block__item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.website__header-area__header-bottom__wrapper__right__block__item:after{content:"→";position:absolute;right:8px;top:50%;transform:translateY(-50%) translate(4px);opacity:0;transition:all .3s ease;font-size:14px}.website__header-area__header-bottom__wrapper__right__block__item:hover{background:#ffffff4d;border-color:#fff6;transform:translateY(-3px) scale(1.02);box-shadow:0 6px 16px #00000026;padding-right:24px}.website__header-area__header-bottom__wrapper__right__block__item:hover:before{left:100%}.website__header-area__header-bottom__wrapper__right__block__item:hover:after{opacity:1;transform:translateY(-50%) translate(0)}.website__header-area__header-bottom__wrapper__right__block__item:active{transform:translateY(-1px) scale(1)}[data-theme=light] .website__header-area__header-bottom__wrapper__right__block__item{background:#fff;border:1.5px solid rgba(0,0,0,.12);color:var(--text-primary);box-shadow:0 2px 8px #00000014}[data-theme=light] .website__header-area__header-bottom__wrapper__right__block__item:hover{background:linear-gradient(135deg,#fff,#58a6ff14);border-color:var(--accent-blue);box-shadow:0 6px 20px #58a6ff40;transform:translateY(-3px) scale(1.02);color:var(--accent-blue);font-weight:700}.website__header-area__burger-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:499}.website__header-area__burger-overlay.burger-overlay-open{opacity:1;visibility:visible}.website__header-area__burger-menu{position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background:var(--bg-secondary);border-left:1px solid var(--border-default);transform:translate(100%);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;z-index:500;padding:24px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);box-shadow:-4px 0 24px #00000026}.website__header-area__burger-menu::-webkit-scrollbar{width:8px;height:8px}.website__header-area__burger-menu::-webkit-scrollbar-track{background:var(--bg-secondary)}.website__header-area__burger-menu::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.website__header-area__burger-menu::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.website__header-area__burger-menu.burger-open{transform:translate(0);opacity:1}.website__header-area__burger-menu .website__header-area__header-top__wrapper__left__right__item--fall-menu{position:relative;z-index:501;animation:slideDown .2s ease}.website__header-area__burger-menu__list-block{list-style:none;display:flex;flex-direction:column;gap:8px;padding-top:48px}.website__header-area__burger-menu__list-block__item--redirecter{display:block;padding:16px;font-size:15px;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;position:relative}.website__header-area__burger-menu__list-block__item--redirecter:hover{background:var(--bg-hover);color:var(--text-primary);transform:translate(4px)}.website__header-area__burger-menu__list-block__item--redirecter:active{transform:translate(2px)}.website__header-area__burger-menu__list-block__item--redirecter--active{background:#58a6ff1a;color:var(--accent-blue);border-left:3px solid var(--accent-blue);padding-left:13px}.burger-close-btn{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:36px;height:36px;padding:0;transition:all .2s ease;z-index:501}.burger-close-btn:disabled{opacity:.5;cursor:not-allowed}.burger-close-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.burger-close-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .burger-close-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.burger-close-btn:hover{transform:rotate(90deg);background:var(--bg-hover)}.burger-close-btn:active{transform:rotate(90deg) scale(.95)}.burger-close-icon{width:18px;height:18px}.burger-auth-item{margin-top:24px;padding-top:24px;border-top:1px solid var(--border-default)}.burger-auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px}.burger-auth-btn:disabled{opacity:.5;cursor:not-allowed}.burger-auth-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.burger-auth-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.burger-auth-btn:hover:not(:disabled):before{width:300px;height:300px}.burger-auth-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .burger-auth-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .burger-auth-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.burger-auth-text{font-size:15px}.burger-auth-icon{width:18px;height:18px;filter:brightness(10)}.searchbox{display:flex;gap:8px;margin-bottom:24px;position:relative}.searchbox__search{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:40px;transition:all .2s ease}.searchbox__search::-moz-placeholder{color:var(--text-muted)}.searchbox__search::placeholder{color:var(--text-muted)}.searchbox__search:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .searchbox__search:focus{box-shadow:0 0 0 3px #0066cc1f}.searchbox__search:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.searchbox__search:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff1a}.searchbox__search__loopaIcon{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.5;cursor:pointer;transition:opacity .2s ease}.searchbox__search__loopaIcon:hover{opacity:1}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.Form-block{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative}.Form-block:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(88,166,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.05) 0%,transparent 50%);pointer-events:none}@media(max-width:768px){.Form-block{padding:32px 8px}}@media(max-width:640px){.Form-block{padding:24px 8px}}.Form-block__title{font-size:32px;font-weight:700;color:var(--text-primary);margin-bottom:16px;text-align:center;letter-spacing:-.02em;position:relative;z-index:1}@media(max-width:768px){.Form-block__title{font-size:28px;margin-bottom:16px}}@media(max-width:640px){.Form-block__title{font-size:24px;margin-bottom:8px}}.Form-block__wrapper{width:100%;max-width:440px;position:relative;z-index:1}@media(max-width:640px){.Form-block__wrapper{max-width:100%}}.Form-block__wrapper__inner{border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:48px;display:flex;flex-direction:column;gap:32px;border:1px solid var(--border-default);box-shadow:0 4px 24px #00000014,0 1px 3px #0000000a;background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}[data-theme=light] .Form-block__wrapper__inner{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .Form-block__wrapper__inner:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}[data-theme=light] .Form-block__wrapper__inner{background:#fff;box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a;border-color:#00000014}.Form-block__wrapper__inner:hover{box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;transform:translateY(-2px)}[data-theme=light] .Form-block__wrapper__inner:hover{box-shadow:0 12px 40px #00000014,0 4px 12px #0000000f}@media(max-width:768px){.Form-block__wrapper__inner{padding:32px;gap:24px}}@media(max-width:640px){.Form-block__wrapper__inner{padding:24px;gap:16px}}.Form-block__wrapper__inner__namelabel,.Form-block__wrapper__inner__passwordlabel,.Form-block__wrapper__inner__maillabel,.Form-block__wrapper__inner__avatarlabel,.Form-block__wrapper__inner__rolelabel,.Form-block__wrapper__inner__citylabel{font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:.2px;margin-bottom:4px;display:block}[data-theme=light] .Form-block__wrapper__inner__namelabel,[data-theme=light] .Form-block__wrapper__inner__passwordlabel,[data-theme=light] .Form-block__wrapper__inner__maillabel,[data-theme=light] .Form-block__wrapper__inner__avatarlabel,[data-theme=light] .Form-block__wrapper__inner__rolelabel,[data-theme=light] .Form-block__wrapper__inner__citylabel{color:var(--text-secondary)}.Form-block__wrapper__inner--nameinput,.Form-block__wrapper__inner--mailinput,.Form-block__wrapper__inner--passwordinput,.Form-block__wrapper__inner--codeinput{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0}.Form-block__wrapper__inner--nameinput::-moz-placeholder,.Form-block__wrapper__inner--mailinput::-moz-placeholder,.Form-block__wrapper__inner--passwordinput::-moz-placeholder,.Form-block__wrapper__inner--codeinput::-moz-placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--nameinput::placeholder,.Form-block__wrapper__inner--mailinput::placeholder,.Form-block__wrapper__inner--passwordinput::placeholder,.Form-block__wrapper__inner--codeinput::placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--nameinput:focus,.Form-block__wrapper__inner--mailinput:focus,.Form-block__wrapper__inner--passwordinput:focus,.Form-block__wrapper__inner--codeinput:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Form-block__wrapper__inner--nameinput:focus,[data-theme=light] .Form-block__wrapper__inner--mailinput:focus,[data-theme=light] .Form-block__wrapper__inner--passwordinput:focus,[data-theme=light] .Form-block__wrapper__inner--codeinput:focus{box-shadow:0 0 0 3px #0066cc1f}.Form-block__wrapper__inner--nameinput:hover:not(:focus),.Form-block__wrapper__inner--mailinput:hover:not(:focus),.Form-block__wrapper__inner--passwordinput:hover:not(:focus),.Form-block__wrapper__inner--codeinput:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Form-block__wrapper__inner--cityselect{width:100%;padding:8px 36px 8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.Form-block__wrapper__inner--cityselect::-moz-placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--cityselect::placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--cityselect:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Form-block__wrapper__inner--cityselect:focus{box-shadow:0 0 0 3px #0066cc1f}.Form-block__wrapper__inner--cityselect:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Form-block__wrapper__inner--cityselect option{background:var(--bg-secondary);color:var(--text-primary)}.Form-block__wrapper__inner--avatarinput{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;padding:16px;border-style:dashed;cursor:pointer;text-align:center;color:var(--text-muted);font-size:13px}.Form-block__wrapper__inner--avatarinput::-moz-placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--avatarinput::placeholder{color:var(--text-muted)}.Form-block__wrapper__inner--avatarinput:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Form-block__wrapper__inner--avatarinput:focus{box-shadow:0 0 0 3px #0066cc1f}.Form-block__wrapper__inner--avatarinput:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Form-block__wrapper__inner--avatarinput:hover{border-color:var(--border-focus);color:var(--text-link)}.Form-block__wrapper__inner__role-group{display:flex;flex-direction:column;gap:8px}.Form-block__wrapper__inner__radio-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width:640px){.Form-block__wrapper__inner__radio-group{grid-template-columns:1fr;gap:4px}}.Form-block__wrapper__inner__radio-label{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .Form-block__wrapper__inner__radio-label{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .Form-block__wrapper__inner__radio-label:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.Form-block__wrapper__inner__radio-label{padding:8px;gap:4px}}.Form-block__wrapper__inner__radio-label input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--border-default);border-radius:50%;position:relative;cursor:pointer}.Form-block__wrapper__inner__radio-label input[type=radio]:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:var(--accent-blue);border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .15s cubic-bezier(.2,0,0,1)}.Form-block__wrapper__inner__radio-label input[type=radio]:checked{border-color:var(--accent-blue)}.Form-block__wrapper__inner__radio-label input[type=radio]:checked:before{transform:translate(-50%,-50%) scale(1)}.Form-block__wrapper__inner__radio-label:hover{border-color:var(--border-muted)}.Form-block__wrapper__inner__radio-label:has(input:checked){border-color:var(--accent-blue);background:#58a6ff1a}.Form-block__wrapper__inner__sendblock{margin-top:16px}.Form-block__wrapper__inner__sendblock--submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px 24px;font-size:15px;font-weight:600;letter-spacing:.3px;box-shadow:0 4px 12px #58a6ff4d;transition:all .3s ease}.Form-block__wrapper__inner__sendblock--submit:disabled{opacity:.5;cursor:not-allowed}.Form-block__wrapper__inner__sendblock--submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.Form-block__wrapper__inner__sendblock--submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.Form-block__wrapper__inner__sendblock--submit:hover:not(:disabled):before{width:300px;height:300px}.Form-block__wrapper__inner__sendblock--submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .Form-block__wrapper__inner__sendblock--submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .Form-block__wrapper__inner__sendblock--submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.Form-block__wrapper__inner__sendblock--submit:hover{box-shadow:0 6px 16px #58a6ff66;transform:translateY(-2px)}.Form-block__wrapper__inner__sendblock--submit:active{transform:translateY(0)}.Form-block__wrapper__inner__sendblock__errortext{display:block;margin-top:8px;padding:8px 16px;background:#f851491a;border-left:3px solid var(--accent-orange);border-radius:var(--radius-sm);color:var(--accent-orange);font-size:13px}.Form-block__wrapper__inner__link{display:block;text-align:center;color:var(--text-link);font-size:14px}.Form-block__agreement{margin-top:16px;margin-bottom:16px;font-size:13px;color:var(--text-secondary)}.Form-block__agreement label{display:flex;align-items:flex-start;gap:4px}.Form-block__agreement input[type=checkbox]{margin-top:3px}.Form-block__agreement a{color:var(--accent-blue);text-decoration:none}.Form-block__agreement a:hover{text-decoration:underline}.admin-panel{display:flex;min-height:auto;height:auto;background:var(--bg-primary);padding-left:0!important;padding-bottom:80px;width:100%;box-sizing:border-box;overflow-x:hidden;position:relative}.admin-panel__sidebar-toggle{position:fixed;top:16px;left:16px;z-index:490;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);width:44px;height:44px;padding:0;display:none;align-items:center;justify-content:center;border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:all .2s cubic-bezier(.2,0,0,1)}.admin-panel__sidebar-toggle:disabled{opacity:.5;cursor:not-allowed}.admin-panel__sidebar-toggle:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-panel__sidebar-toggle:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-panel__sidebar-toggle:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:768px){.admin-panel__sidebar-toggle{display:flex}}@media(max-width:640px){.admin-panel__sidebar-toggle{display:flex;top:8px;left:8px;width:40px;height:40px}}.admin-panel__sidebar-toggle:hover{background:var(--bg-hover);transform:scale(1.05);box-shadow:var(--shadow-lg)}.admin-panel__sidebar-toggle:active{transform:scale(.95)}.admin-panel__content{flex:1;padding:32px;min-height:auto;height:auto;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box;overflow-x:hidden}@media(max-width:768px){.admin-panel__content{padding:24px;max-width:100%}}@media(max-width:640px){.admin-panel__content{padding:16px;max-width:100%}}.admin-panel__content-wrapper{width:100%;max-width:100%;height:auto;min-height:auto;animation:smoothFadeIn .4s ease-out;box-sizing:border-box;overflow-x:hidden}.admin-panel__content-wrapper>*{width:100%!important;max-width:100%!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important;overflow-x:hidden}.admin-sidebar,.admin-sidebar__overlay,[class*=admin-sidebar]{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;left:-9999px!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}.admin-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:var(--bg-secondary);border-top:1px solid var(--border-default);padding:4px 8px;z-index:150;box-shadow:0 -2px 8px #0000000d;width:100%;box-sizing:border-box;justify-content:space-around;align-items:center;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.admin-bottom-nav::-webkit-scrollbar{width:8px;height:8px}.admin-bottom-nav::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-bottom-nav::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-bottom-nav::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.admin-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.625rem;cursor:pointer;transition:all .2s ease;flex:1;max-width:80px;min-width:60px}.admin-bottom-nav__item:hover{background:var(--bg-hover);color:var(--text-primary)}.admin-bottom-nav__item--active{background:#007aff1a;color:var(--accent-blue);font-weight:600}.admin-bottom-nav__item__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:20px}.admin-bottom-nav__item__label{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.2}.admin-sidebar__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:499;opacity:1;visibility:visible;transition:all .3s ease;pointer-events:all;cursor:pointer}.admin-sidebar{width:280px;min-width:280px;background:var(--bg-secondary);padding:132px 24px 32px;height:100vh;position:fixed;left:0;top:0;overflow-y:auto;overflow-x:hidden;border-right:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);z-index:150;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);display:flex;flex-direction:column}.admin-sidebar::-webkit-scrollbar{width:8px;height:8px}.admin-sidebar::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-sidebar::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.admin-sidebar{width:280px;position:fixed;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:500;padding-top:104px}.admin-sidebar--open{transform:translate(0);box-shadow:4px 0 24px #00000040}}@media(max-width:640px){.admin-sidebar{width:280px;position:fixed;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:500;padding-top:86px}.admin-sidebar--open{transform:translate(0);box-shadow:4px 0 24px #00000040}}.admin-sidebar__container{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);padding-bottom:32px}.admin-sidebar__container::-webkit-scrollbar{width:8px;height:8px}.admin-sidebar__container::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-sidebar__container::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-sidebar__container::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.admin-sidebar__close-btn{position:absolute;top:16px;right:16px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;white-space:nowrap;color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:40px;height:40px;padding:0;display:none;align-items:center;justify-content:center;z-index:30;border-radius:var(--radius-md);transition:all .15s cubic-bezier(.2,0,0,1);background:var(--bg-secondary);border:1px solid var(--border-default);box-shadow:var(--shadow-md);cursor:pointer}.admin-sidebar__close-btn:disabled{opacity:.5;cursor:not-allowed}.admin-sidebar__close-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-sidebar__close-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-sidebar__close-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:768px){.admin-sidebar__close-btn{display:flex;top:16px;right:16px}}@media(max-width:640px){.admin-sidebar__close-btn{display:flex;top:8px;right:8px;width:36px;height:36px}}.admin-sidebar__close-btn:hover{background:var(--bg-hover);transform:scale(1.1);box-shadow:var(--shadow-lg);border-color:var(--accent-blue)}.admin-sidebar__close-btn:active{transform:scale(.95)}.admin-sidebar__close-btn svg,.admin-sidebar__close-btn .icon{color:var(--text-primary);width:20px;height:20px}.admin-sidebar__header{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:32px;border-bottom:1px solid var(--border-default);margin-bottom:24px;position:relative;flex-shrink:0;padding-top:16px;margin-top:16px}.admin-sidebar__avatar{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--accent-blue);box-shadow:0 2px 8px #007aff33}.admin-sidebar__title{font-size:1rem;font-weight:600;text-align:center;color:var(--text-primary);margin:0}.admin-sidebar__name{font-size:.875rem;color:var(--text-secondary);text-align:center;margin:0}.admin-sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);padding-right:4px;max-height:calc(100vh - 280px)}.admin-sidebar__nav::-webkit-scrollbar{width:8px;height:8px}.admin-sidebar__nav::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-sidebar__nav::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-sidebar__nav::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.admin-sidebar__nav{max-height:calc(100vh - 200px)}}@media(max-width:640px){.admin-sidebar__nav{max-height:calc(100vh - 180px)}}.admin-sidebar__nav-item{display:flex;align-items:center;gap:16px;padding:16px 24px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);position:relative;text-align:left;width:100%}.admin-sidebar__nav-item:hover{background:var(--bg-hover);color:var(--text-primary);transform:translate(4px)}.admin-sidebar__nav-item--active{background:#007aff1a;color:#007aff;font-weight:600}.admin-sidebar__nav-item--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#007aff;border-radius:0 2px 2px 0}.admin-sidebar__nav-item__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:20px}.admin-sidebar__nav-item__label{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.admin-form{width:100%;max-width:100%;box-sizing:border-box}.admin-form__case{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;width:100%;min-height:200px;box-sizing:border-box;max-width:100%}[data-theme=light] .admin-form__case{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-form__case:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.admin-form__case{padding:24px;min-height:150px}}@media(max-width:640px){.admin-form__case{padding:16px;min-height:120px}}.admin-form__title{font-size:20px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}@media(max-width:768px){.admin-form__title{font-size:18px;margin-bottom:16px}}@media(max-width:640px){.admin-form__title{font-size:16px;margin-bottom:8px}}.admin-form__fields{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.admin-form__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.admin-form__input,.admin-form__select,.admin-form__textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0}.admin-form__input::-moz-placeholder,.admin-form__select::-moz-placeholder,.admin-form__textarea::-moz-placeholder{color:var(--text-muted)}.admin-form__input::placeholder,.admin-form__select::placeholder,.admin-form__textarea::placeholder{color:var(--text-muted)}.admin-form__input:focus,.admin-form__select:focus,.admin-form__textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-form__input:focus,[data-theme=light] .admin-form__select:focus,[data-theme=light] .admin-form__textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-form__input:hover:not(:focus),.admin-form__select:hover:not(:focus),.admin-form__textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.admin-form__textarea{resize:vertical;min-height:120px;margin-bottom:0}.admin-form__file-input{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;padding:16px;border-style:dashed;cursor:pointer;text-align:center}.admin-form__file-input::-moz-placeholder{color:var(--text-muted)}.admin-form__file-input::placeholder{color:var(--text-muted)}.admin-form__file-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-form__file-input:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-form__file-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.admin-form__submit{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;overflow:hidden;width:100%;padding:16px;margin-top:16px;transition:all .3s ease;position:relative;min-height:44px;display:flex;align-items:center;justify-content:center}.admin-form__submit:disabled{opacity:.5;cursor:not-allowed}.admin-form__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.admin-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.admin-form__submit:hover:not(:disabled):before{width:300px;height:300px}.admin-form__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .admin-form__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .admin-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.admin-form__submit:disabled{opacity:.7;cursor:not-allowed}.admin-form__submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.admin-form__dataCase{display:flex;flex-direction:column;gap:8px;width:100%;min-height:200px}.admin-form__dataCase__item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative}[data-theme=light] .admin-form__dataCase__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-form__dataCase__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.admin-form__dataCase__item:hover{border-color:var(--border-muted);box-shadow:var(--shadow-md)}[data-theme=light] .admin-form__dataCase__item:hover{border-color:var(--border-default);box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media(max-width:640px){.admin-form__dataCase__item{flex-wrap:wrap;gap:8px;padding:8px}}.admin-form__dataCase__item__avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--border-default)}@media(max-width:640px){.admin-form__dataCase__item__avatar{width:32px;height:32px}}.admin-form__dataCase__item__avatar-placeholder{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-default);font-size:16px;font-weight:600;color:var(--text-muted)}@media(max-width:640px){.admin-form__dataCase__item__avatar-placeholder{width:32px;height:32px;font-size:14px}}.admin-form__dataCase__item__info{flex:1;min-width:0}@media(max-width:640px){.admin-form__dataCase__item__info{flex:1 1 100%}}.admin-form__dataCase__item__name{font-size:15px;font-weight:600;margin-bottom:2px}@media(max-width:640px){.admin-form__dataCase__item__name{font-size:14px}}.admin-form__dataCase__item__mail{font-size:13px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.admin-form__dataCase__item__mail{font-size:12px}}.admin-form__dataCase__item__role-badge{display:inline-block;padding:2px 8px;border-radius:var(--radius-sm);font-size:11px;font-weight:600}.admin-form__dataCase__item__role-badge--seller{background:#3fb9501a;color:var(--accent-green)}.admin-form__dataCase__item__role-badge--buyer{background:#58a6ff1a;color:var(--accent-blue)}.admin-form__dataCase__item__delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;width:36px;height:36px;padding:0}.admin-form__dataCase__item__delete:disabled{opacity:.5;cursor:not-allowed}.admin-form__dataCase__item__delete:hover:not(:disabled){background:#e03d3d}@media(max-width:640px){.admin-form__dataCase__item__delete{width:32px;height:32px}}.admin-stats{width:100%;max-width:100%;min-height:400px;box-sizing:border-box}.admin-stats__title{font-size:1.75rem;font-weight:700;margin-bottom:32px;color:var(--text-primary);padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.admin-stats__title{font-size:1.5rem;margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.admin-stats__title{font-size:1.375rem;margin-bottom:16px;padding-bottom:8px}}.admin-stats__grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:32px;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:1400px){.admin-stats__grid{max-width:1400px;margin-left:auto;margin-right:auto}}@media(max-width:1024px)and (min-width:900px){.admin-stats__grid{gap:16px;margin-bottom:24px}}@media(max-width:900px){.admin-stats__grid{gap:16px;margin-bottom:24px}}@media(max-width:768px){.admin-stats__grid{gap:16px;margin-bottom:24px}}@media(max-width:640px){.admin-stats__grid{gap:16px;margin-bottom:16px}}.admin-stats__card{background:var(--bg-secondary);padding:32px;display:flex;align-items:flex-start;gap:24px;transition:all .2s cubic-bezier(.2,0,0,1);border:1px solid var(--border-default);border-radius:12px;box-shadow:0 1px 3px #0000000d;box-sizing:border-box;min-width:280px;flex:1 1 280px;max-width:calc(25% - 18px);overflow:visible;flex-shrink:0}@media(min-width:1400px){.admin-stats__card{min-width:300px;flex-basis:300px;max-width:calc(25% - 18px)}}@media(min-width:1024px)and (max-width:1399px){.admin-stats__card{min-width:280px;flex-basis:280px;max-width:calc(25% - 18px)}}@media(max-width:1024px)and (min-width:900px){.admin-stats__card{min-width:250px;flex-basis:250px;max-width:calc(33.333% - 10.72px);padding:24px;gap:16px}}@media(max-width:768px){.admin-stats__card{padding:16px;gap:16px;min-width:240px;flex-basis:240px;max-width:calc(50% - 8px);width:calc(50% - 8px);box-sizing:border-box}}@media(max-width:640px){.admin-stats__card{padding:8px;gap:8px;flex-direction:column;min-width:100%;flex-basis:100%;max-width:100%}}.admin-stats__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:var(--accent-blue)}.admin-stats__card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#007aff1a;border-radius:12px;font-size:24px;flex-shrink:0}@media(max-width:1024px)and (min-width:900px){.admin-stats__card-icon{width:44px;height:44px;font-size:22px}}@media(max-width:768px){.admin-stats__card-icon{width:40px;height:40px;font-size:20px}}@media(max-width:640px){.admin-stats__card-icon{width:36px;height:36px;font-size:18px}}.admin-stats__card-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:120px;width:100%}.admin-stats__card-title{font-size:.875rem;color:var(--text-secondary);font-weight:500;text-transform:none;margin:0;white-space:normal;word-wrap:normal;overflow-wrap:normal;word-break:normal;line-height:1.4;width:100%}@media(max-width:1024px)and (min-width:900px){.admin-stats__card-title{font-size:.8125rem}}@media(max-width:768px){.admin-stats__card-title{font-size:.8125rem}}@media(max-width:640px){.admin-stats__card-title{font-size:.75rem}}.admin-stats__card-value{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin:0;white-space:nowrap}@media(max-width:1024px)and (min-width:900px){.admin-stats__card-value{font-size:1.875rem}}@media(max-width:768px){.admin-stats__card-value{font-size:1.75rem}}@media(max-width:640px){.admin-stats__card-value{font-size:1.5rem}}.admin-stats__card-subtitle{font-size:.75rem;color:var(--text-muted);line-height:1.5;white-space:normal;word-wrap:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;margin:0;width:100%}@media(max-width:1024px)and (min-width:900px){.admin-stats__card-subtitle{font-size:.6875rem}}@media(max-width:768px){.admin-stats__card-subtitle{font-size:.6875rem}}@media(max-width:640px){.admin-stats__card-subtitle{font-size:.625rem}}.admin-stats__recent{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;width:100%;min-height:200px}[data-theme=light] .admin-stats__recent{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-stats__recent:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.admin-stats__recent{padding:16px;min-height:150px}}@media(max-width:640px){.admin-stats__recent{padding:8px;min-height:120px}}.admin-stats__recent-title{font-size:16px;font-weight:600;margin-bottom:16px}@media(max-width:640px){.admin-stats__recent-title{font-size:14px;margin-bottom:8px}}.admin-stats__recent-list{display:flex;flex-direction:column;gap:8px;width:100%;min-height:100px}.admin-stats__recent-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--bg-tertiary);border-radius:var(--radius-sm)}.admin-products{width:100%;max-width:100%;min-height:400px;box-sizing:border-box}.admin-products__title{font-size:24px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}@media(max-width:768px){.admin-products__title{font-size:20px;margin-bottom:16px}}@media(max-width:640px){.admin-products__title{font-size:18px;margin-bottom:8px}}.admin-products__filters{display:flex;gap:8px;flex-wrap:wrap;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;margin-bottom:24px}[data-theme=light] .admin-products__filters{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-products__filters:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.admin-products__filters{flex-direction:column;padding:8px;margin-bottom:16px}}.admin-products__search,.admin-products__filter{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;min-width:150px;flex:1;max-width:100%;height:36px}.admin-products__search::-moz-placeholder,.admin-products__filter::-moz-placeholder{color:var(--text-muted)}.admin-products__search::placeholder,.admin-products__filter::placeholder{color:var(--text-muted)}.admin-products__search:focus,.admin-products__filter:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-products__search:focus,[data-theme=light] .admin-products__filter:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-products__search:hover:not(:focus),.admin-products__filter:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.admin-products__search,.admin-products__filter{min-width:100%;max-width:100%;width:100%}}.admin-products__filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;padding:8px 16px}.admin-products__filter-reset:disabled{opacity:.5;cursor:not-allowed}.admin-products__filter-reset:hover:not(:disabled){background:#e03d3d}@media(max-width:640px){.admin-products__filter-reset{width:100%}}.admin-products__list{display:flex;flex-direction:column;gap:8px;width:100%;min-height:200px}.admin-products__item{display:flex;gap:16px;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative}[data-theme=light] .admin-products__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-products__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.admin-products__item:hover{border-color:var(--border-muted);box-shadow:var(--shadow-md)}[data-theme=light] .admin-products__item:hover{border-color:var(--border-default);box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media(max-width:640px){.admin-products__item{flex-direction:column;gap:8px;padding:8px}}.admin-products__item--expired{border-color:#f851494d;background:#f851490d}.admin-products__item-image{width:80px;height:80px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-tertiary)}@media(max-width:640px){.admin-products__item-image{width:100%;height:200px}}.admin-products__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-products__item-info{flex:1;min-width:0}@media(max-width:640px){.admin-products__item-info{width:100%}}.admin-products__item-name{font-size:16px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.admin-products__item-name{font-size:14px}}.admin-products__item-price{font-size:18px;font-weight:600;color:var(--accent-green);margin-bottom:4px}@media(max-width:640px){.admin-products__item-price{font-size:16px}}.admin-products__item-category,.admin-products__item-seller,.admin-products__item-date{font-size:13px;color:var(--text-muted);margin-bottom:2px}.admin-products__item-expires{font-size:13px;color:var(--text-muted)}.admin-products__item-expires--expired{color:var(--accent-orange);font-weight:600}.admin-products__item-delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;padding:8px 16px}.admin-products__item-delete:disabled{opacity:.5;cursor:not-allowed}.admin-products__item-delete:hover:not(:disabled){background:#e03d3d}@media(max-width:640px){.admin-products__item-delete{width:100%;margin-top:4px}}.admin-fallback-texts{display:flex;flex-direction:column;gap:32px;width:100%;min-height:400px}.admin-fallback-texts__category{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px}[data-theme=light] .admin-fallback-texts__category{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-fallback-texts__category:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.admin-fallback-texts__category{padding:16px}}@media(max-width:640px){.admin-fallback-texts__category{padding:8px}}.admin-fallback-texts__category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media(max-width:640px){.admin-fallback-texts__category-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:8px}}.admin-fallback-texts__category-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:640px){.admin-fallback-texts__category-title{font-size:16px}}.admin-fallback-texts__add-btn{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.admin-fallback-texts__add-btn:disabled{opacity:.5;cursor:not-allowed}.admin-fallback-texts__add-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-fallback-texts__add-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-fallback-texts__add-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.admin-fallback-texts__add-btn img{width:16px;height:16px}.admin-fallback-texts__add-btn:hover{background:var(--bg-hover)}.admin-fallback-texts__add-form{display:none;gap:8px;margin-bottom:16px}.admin-fallback-texts__add-form__input{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:36px}.admin-fallback-texts__add-form__input::-moz-placeholder{color:var(--text-muted)}.admin-fallback-texts__add-form__input::placeholder{color:var(--text-muted)}.admin-fallback-texts__add-form__input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-fallback-texts__add-form__input:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-fallback-texts__add-form__input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.admin-fallback-texts__add-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:8px 16px;white-space:nowrap}.admin-fallback-texts__add-form__submit:disabled{opacity:.5;cursor:not-allowed}.admin-fallback-texts__add-form__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.admin-fallback-texts__add-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.admin-fallback-texts__add-form__submit:hover:not(:disabled):before{width:300px;height:300px}.admin-fallback-texts__add-form__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .admin-fallback-texts__add-form__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .admin-fallback-texts__add-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.admin-fallback-texts__list{display:flex;flex-direction:column;gap:4px}.admin-fallback-texts__list-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.admin-fallback-texts__list-item:hover{border-color:var(--border-muted);background:var(--bg-hover)}.admin-fallback-texts__list-item__text{font-size:14px;color:var(--text-primary);flex:1}.admin-fallback-texts__list-item__delete{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center}.admin-fallback-texts__list-item__delete:disabled{opacity:.5;cursor:not-allowed}.admin-fallback-texts__list-item__delete:hover:not(:disabled){background:#e03d3d}.admin-fallback-texts__list-item__delete img{width:14px;height:14px}.admin-messages{display:grid;grid-template-columns:260px 1fr;gap:24px;width:100%;max-width:100%;min-height:500px;box-sizing:border-box}@media(max-width:768px){.admin-messages{grid-template-columns:1fr;gap:16px;min-height:400px}}@media(max-width:640px){.admin-messages{gap:8px;min-height:350px}}.admin-messages__sidebar{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:8px}[data-theme=light] .admin-messages__sidebar{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-messages__sidebar:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.admin-messages__sidebar{padding:8px}}.admin-messages__title{font-size:16px;font-weight:600;margin-bottom:4px}@media(max-width:640px){.admin-messages__title{font-size:14px}}.admin-messages__loading,.admin-messages__empty,.admin-messages__hint{font-size:13px;color:var(--text-secondary)}.admin-messages__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.admin-messages__list::-webkit-scrollbar{width:8px;height:8px}.admin-messages__list::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-messages__list::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-messages__list::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.admin-messages__list{max-height:250px}}.admin-messages__item{padding:4px 8px;border-radius:var(--radius-md);cursor:pointer;font-size:13px}.admin-messages__item:hover{background:var(--bg-hover)}.admin-messages__item--active{background:#58a6ff1a;border:1px solid var(--accent-blue)}.admin-messages__item-name{font-weight:600;color:var(--text-primary)}.admin-messages__item-mail{font-size:12px;color:var(--text-muted)}.admin-messages__content{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:8px}[data-theme=light] .admin-messages__content{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-messages__content:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.admin-messages__content{padding:8px}}.admin-messages__thread{flex:1;border-radius:var(--radius-md);border:1px solid var(--border-default);padding:8px;display:flex;flex-direction:column;gap:4px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-tertiary)}.admin-messages__thread::-webkit-scrollbar{width:8px;height:8px}.admin-messages__thread::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-messages__thread::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-messages__thread::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.admin-messages__thread{max-height:300px}}.admin-messages__message{display:flex}.admin-messages__message--admin{justify-content:flex-end}.admin-messages__message--user{justify-content:flex-start}.admin-messages__bubble{max-width:70%;padding:4px 8px;border-radius:var(--radius-md);font-size:13px;display:inline-flex;flex-direction:column;gap:2px}@media(max-width:640px){.admin-messages__bubble{max-width:85%;font-size:12px}}.admin-messages__message--admin .admin-messages__bubble{background:var(--accent-blue);color:#fff}.admin-messages__message--user .admin-messages__bubble{background:var(--bg-secondary);color:var(--text-primary)}.admin-messages__text{word-break:break-word}.admin-messages__time{align-self:flex-end;font-size:11px;opacity:.8}.admin-messages__form{display:flex;gap:4px;margin-top:4px}@media(max-width:640px){.admin-messages__form{flex-direction:column;gap:8px}}.admin-messages__input{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:32px;font-size:13px}.admin-messages__input::-moz-placeholder{color:var(--text-muted)}.admin-messages__input::placeholder{color:var(--text-muted)}.admin-messages__input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-messages__input:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-messages__input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.admin-messages__input{height:36px;font-size:14px}}.admin-messages__send{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;height:32px;padding:0 16px;font-size:13px}.admin-messages__send:disabled{opacity:.5;cursor:not-allowed}.admin-messages__send:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.admin-messages__send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.admin-messages__send:hover:not(:disabled):before{width:300px;height:300px}.admin-messages__send:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .admin-messages__send{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .admin-messages__send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.admin-messages__send{width:100%;height:36px;font-size:14px}}.Admin-carousel{display:flex;flex-direction:column;gap:32px;width:100%;max-width:100%;min-height:400px;box-sizing:border-box}.Admin-carousel .Admin-form{width:100%;max-width:100%;box-sizing:border-box}.Admin-carousel .Admin-form__case{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;width:100%;max-width:100%;box-sizing:border-box}[data-theme=light] .Admin-carousel .Admin-form__case{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .Admin-carousel .Admin-form__case:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.Admin-carousel .Admin-form__case__title{font-size:20px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.Admin-carousel .Admin-form__case label{display:block;font-size:14px;font-weight:500;color:var(--text-secondary);margin-bottom:4px}.Admin-carousel .Admin-form__case input[type=text],.Admin-carousel .Admin-form__case input[type=file],.Admin-carousel .Admin-form__case textarea{padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);width:100%;margin-bottom:16px}.Admin-carousel .Admin-form__case input[type=text]::-moz-placeholder,.Admin-carousel .Admin-form__case input[type=file]::-moz-placeholder,.Admin-carousel .Admin-form__case textarea::-moz-placeholder{color:var(--text-muted)}.Admin-carousel .Admin-form__case input[type=text]::placeholder,.Admin-carousel .Admin-form__case input[type=file]::placeholder,.Admin-carousel .Admin-form__case textarea::placeholder{color:var(--text-muted)}.Admin-carousel .Admin-form__case input[type=text]:focus,.Admin-carousel .Admin-form__case input[type=file]:focus,.Admin-carousel .Admin-form__case textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Admin-carousel .Admin-form__case input[type=text]:focus,[data-theme=light] .Admin-carousel .Admin-form__case input[type=file]:focus,[data-theme=light] .Admin-carousel .Admin-form__case textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.Admin-carousel .Admin-form__case input[type=text]:hover:not(:focus),.Admin-carousel .Admin-form__case input[type=file]:hover:not(:focus),.Admin-carousel .Admin-form__case textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Admin-carousel .Admin-form__case input[type=file]{padding:16px;border-style:dashed;cursor:pointer}.Admin-carousel .Admin-form__case input[type=file]::file-selector-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);margin-right:8px;padding:4px 8px;font-size:13px}.Admin-carousel .Admin-form__case input[type=file]::file-selector-button:disabled{opacity:.5;cursor:not-allowed}.Admin-carousel .Admin-form__case input[type=file]::file-selector-button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.Admin-carousel .Admin-form__case input[type=file]::file-selector-button:active:not(:disabled){transform:translateY(0)}[data-theme=light] .Admin-carousel .Admin-form__case input[type=file]::file-selector-button:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.Admin-carousel .Admin-form__case textarea{resize:vertical;min-height:100px}.Admin-carousel .Admin-form__case input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px;font-size:14px;cursor:pointer}.Admin-carousel .Admin-form__case input[type=submit]:disabled{opacity:.5;cursor:not-allowed}.Admin-carousel .Admin-form__case input[type=submit]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.Admin-carousel .Admin-form__case input[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.Admin-carousel .Admin-form__case input[type=submit]:hover:not(:disabled):before{width:300px;height:300px}.Admin-carousel .Admin-form__case input[type=submit]:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .Admin-carousel .Admin-form__case input[type=submit]{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .Admin-carousel .Admin-form__case input[type=submit]:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.Admin-carousel .Admin-form__case input[type=submit]:disabled{opacity:.6;cursor:not-allowed}.Admin-carousel-list{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px}[data-theme=light] .Admin-carousel-list{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .Admin-carousel-list:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.Admin-carousel-list h3{font-size:18px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.Admin-carousel-list p{color:var(--text-muted);text-align:center;padding:32px}.carousel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}@media(max-width:768px){.carousel-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}}@media(max-width:640px){.carousel-grid{grid-template-columns:1fr;gap:8px}}.carousel-item{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:8px}[data-theme=light] .carousel-item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .carousel-item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.carousel-item:hover{border-color:var(--border-muted);box-shadow:var(--shadow-md)}[data-theme=light] .carousel-item:hover{border-color:var(--border-default);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.carousel-item img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:8px}.carousel-item h4{font-size:16px;font-weight:600;color:var(--text-primary);margin:0}.carousel-item p{font-size:14px;color:var(--text-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-item .carousel-actions{display:flex;gap:8px;margin-top:4px}.carousel-item .carousel-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);flex:1;padding:8px;font-size:13px}.carousel-item .carousel-actions button:disabled{opacity:.5;cursor:not-allowed}.carousel-item .carousel-actions button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.carousel-item .carousel-actions button:active:not(:disabled){transform:translateY(0)}[data-theme=light] .carousel-item .carousel-actions button:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.carousel-item .carousel-actions button:disabled{opacity:.6;cursor:not-allowed}.carousel-item .carousel-actions button:first-child{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden}.carousel-item .carousel-actions button:first-child:disabled{opacity:.5;cursor:not-allowed}.carousel-item .carousel-actions button:first-child:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.carousel-item .carousel-actions button:first-child:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.carousel-item .carousel-actions button:first-child:hover:not(:disabled):before{width:300px;height:300px}.carousel-item .carousel-actions button:first-child:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .carousel-item .carousel-actions button:first-child{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .carousel-item .carousel-actions button:first-child:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.carousel-item .carousel-actions button:last-child{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.carousel-item .carousel-actions button:last-child:disabled{opacity:.5;cursor:not-allowed}.carousel-item .carousel-actions button:last-child:hover:not(:disabled){background:#e03d3d}.admin-form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--border-default);border-radius:var(--radius-sm);position:relative;cursor:pointer;transition:all .15s cubic-bezier(.2,0,0,1);flex-shrink:0}.admin-form input[type=checkbox]:hover{border-color:var(--border-muted)}.admin-form input[type=checkbox]:checked{background:var(--accent-blue);border-color:var(--accent-blue)}.admin-form input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:600}.admin-form input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.admin-form label:has(input[type=checkbox]){display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text-secondary)}.admin-form label:has(input[type=checkbox]):hover{color:var(--text-primary)}.Admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.2,0,0,1)}.Admin-modal--active{opacity:1;visibility:visible}.Admin-modal__content{position:relative;width:100%;max-width:100%;max-height:90vh;background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden;display:flex;flex-direction:column;transform:scale(.95);transition:transform .2s cubic-bezier(.2,0,0,1)}@media(max-width:768px){.Admin-modal__content{max-width:90%;max-height:85vh}}@media(max-width:640px){.Admin-modal__content{max-width:95%;max-height:90vh;border-radius:var(--radius-md)}}.Admin-modal--active .Admin-modal__content{transform:scale(1)}.Admin-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--border-default);background:var(--bg-tertiary)}@media(max-width:768px){.Admin-modal__header{padding:16px}}@media(max-width:640px){.Admin-modal__header{padding:8px}}.Admin-modal__title{font-size:20px;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:768px){.Admin-modal__title{font-size:18px}}@media(max-width:640px){.Admin-modal__title{font-size:16px}}.Admin-modal__close{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.Admin-modal__close:disabled{opacity:.5;cursor:not-allowed}.Admin-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.Admin-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .Admin-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.Admin-modal__close:hover{background:var(--bg-hover)}.Admin-modal__close-icon{font-size:24px;line-height:1;color:var(--text-secondary)}.Admin-modal__close:hover .Admin-modal__close-icon{color:var(--text-primary)}.Admin-modal__form{padding:32px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);display:flex;flex-direction:column;gap:24px;max-height:calc(90vh - 80px)}.Admin-modal__form::-webkit-scrollbar{width:8px;height:8px}.Admin-modal__form::-webkit-scrollbar-track{background:var(--bg-secondary)}.Admin-modal__form::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.Admin-modal__form::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.Admin-modal__form{padding:24px;gap:16px;max-height:calc(85vh - 80px)}}@media(max-width:640px){.Admin-modal__form{padding:16px;gap:8px;max-height:calc(90vh - 80px)}}.Admin-modal__actions{display:flex;gap:16px;margin-top:16px;padding-top:24px;border-top:1px solid var(--border-default)}@media(max-width:768px){.Admin-modal__actions{padding:16px;gap:8px}}@media(max-width:640px){.Admin-modal__actions{flex-direction:column;padding:8px;gap:4px}}.Admin-modal__button{flex:1;padding:16px;font-size:14px;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.Admin-modal__button:disabled{opacity:.6;cursor:not-allowed}.Admin-modal__button--cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.Admin-modal__button--cancel:disabled{opacity:.5;cursor:not-allowed}.Admin-modal__button--cancel:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.Admin-modal__button--cancel:active:not(:disabled){transform:translateY(0)}[data-theme=light] .Admin-modal__button--cancel:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.Admin-modal__button--cancel:hover:not(:disabled){background:var(--bg-hover)}.Admin-modal__button--submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden}.Admin-modal__button--submit:disabled{opacity:.5;cursor:not-allowed}.Admin-modal__button--submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.Admin-modal__button--submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.Admin-modal__button--submit:hover:not(:disabled):before{width:300px;height:300px}.Admin-modal__button--submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .Admin-modal__button--submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .Admin-modal__button--submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.Admin-modal__button--submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.Admin-modal .Admin-form__field{display:flex;flex-direction:column;gap:4px}.Admin-modal .Admin-form__label{font-size:14px;font-weight:500;color:var(--text-secondary);margin-bottom:4px}.Admin-modal .Admin-form__input,.Admin-modal .Admin-form__textarea{padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;width:100%}.Admin-modal .Admin-form__input::-moz-placeholder,.Admin-modal .Admin-form__textarea::-moz-placeholder{color:var(--text-muted)}.Admin-modal .Admin-form__input::placeholder,.Admin-modal .Admin-form__textarea::placeholder{color:var(--text-muted)}.Admin-modal .Admin-form__input:focus,.Admin-modal .Admin-form__textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Admin-modal .Admin-form__input:focus,[data-theme=light] .Admin-modal .Admin-form__textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.Admin-modal .Admin-form__input:hover:not(:focus),.Admin-modal .Admin-form__textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Admin-modal .Admin-form__textarea{resize:vertical;min-height:120px}.Admin-modal .Admin-form__file-input{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;padding:16px;border-style:dashed;cursor:pointer;width:100%}.Admin-modal .Admin-form__file-input::-moz-placeholder{color:var(--text-muted)}.Admin-modal .Admin-form__file-input::placeholder{color:var(--text-muted)}.Admin-modal .Admin-form__file-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .Admin-modal .Admin-form__file-input:focus{box-shadow:0 0 0 3px #0066cc1f}.Admin-modal .Admin-form__file-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.Admin-modal .Admin-form__file-input::file-selector-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);margin-right:8px;padding:4px 8px;font-size:13px}.Admin-modal .Admin-form__file-input::file-selector-button:disabled{opacity:.5;cursor:not-allowed}.Admin-modal .Admin-form__file-input::file-selector-button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.Admin-modal .Admin-form__file-input::file-selector-button:active:not(:disabled){transform:translateY(0)}[data-theme=light] .Admin-modal .Admin-form__file-input::file-selector-button:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.Admin-modal .Admin-form__file-input:hover{border-color:var(--border-muted)}.admin-moderation{width:100%;max-width:100%;box-sizing:border-box}.admin-moderation__header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(max-width:640px){.admin-moderation__header{gap:8px;margin-bottom:16px}}.admin-moderation__title{font-size:24px;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:768px){.admin-moderation__title{font-size:20px}}@media(max-width:640px){.admin-moderation__title{font-size:18px}}.admin-moderation__stats{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:640px){.admin-moderation__stats{gap:8px}}.admin-moderation__stat{display:flex;align-items:center;gap:4px;padding:8px 16px;background:var(--bg-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:14px;color:var(--text-secondary)}@media(max-width:640px){.admin-moderation__stat{padding:4px 8px;font-size:13px}}.admin-moderation__stat--pending{border-color:var(--accent-yellow, #ffa500);color:var(--accent-yellow, #ffa500)}.admin-moderation__stat--approved{border-color:var(--accent-green, #28a745);color:var(--accent-green, #28a745)}.admin-moderation__stat--rejected{border-color:var(--accent-red, #dc3545);color:var(--accent-red, #dc3545)}.admin-moderation__filters{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}@media(max-width:640px){.admin-moderation__filters{gap:4px;margin-bottom:16px}}.admin-moderation__filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px 16px;font-size:14px;white-space:nowrap}.admin-moderation__filter-btn:disabled{opacity:.5;cursor:not-allowed}.admin-moderation__filter-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-moderation__filter-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-moderation__filter-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.admin-moderation__filter-btn{padding:4px 8px;font-size:13px}}.admin-moderation__filter-btn--active{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.admin-moderation__filter-btn--active:hover{background:var(--accent-blue);opacity:.9}.admin-moderation__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;text-align:center;color:var(--text-secondary)}@media(max-width:640px){.admin-moderation__empty{padding:24px}}.admin-moderation__empty p{font-size:16px;margin:0}@media(max-width:640px){.admin-moderation__empty p{font-size:14px}}.admin-moderation__list{display:flex;flex-direction:column;gap:24px}@media(max-width:640px){.admin-moderation__list{gap:16px}}.admin-moderation__item{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;display:flex;gap:24px;width:100%;box-sizing:border-box}[data-theme=light] .admin-moderation__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-moderation__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.admin-moderation__item{flex-direction:column;padding:16px;gap:16px}}@media(max-width:640px){.admin-moderation__item{padding:8px;gap:8px}}.admin-moderation__item--pending{border-left:4px solid var(--accent-yellow, #ffa500)}.admin-moderation__item--approved{border-left:4px solid var(--accent-green, #28a745)}.admin-moderation__item--rejected{border-left:4px solid var(--accent-red, #dc3545)}.admin-moderation__item-image{flex-shrink:0;width:200px;height:200px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-tertiary)}@media(max-width:768px){.admin-moderation__item-image{width:100%;height:300px}}@media(max-width:640px){.admin-moderation__item-image{height:200px}}.admin-moderation__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-moderation__item-content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.admin-moderation__item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}@media(max-width:640px){.admin-moderation__item-header{flex-direction:column;gap:4px}}.admin-moderation__item-name{font-size:20px;font-weight:600;color:var(--text-primary);margin:0;flex:1;min-width:0}@media(max-width:768px){.admin-moderation__item-name{font-size:18px}}@media(max-width:640px){.admin-moderation__item-name{font-size:16px}}.admin-moderation__item-status{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;flex-shrink:0}@media(max-width:640px){.admin-moderation__item-status{font-size:13px}}.admin-moderation__item-info{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--text-secondary)}@media(max-width:640px){.admin-moderation__item-info{font-size:13px}}.admin-moderation__item-price{font-size:18px;font-weight:600;color:var(--accent-blue);margin:0}@media(max-width:640px){.admin-moderation__item-price{font-size:16px}}.admin-moderation__item-category,.admin-moderation__item-description,.admin-moderation__item-seller,.admin-moderation__item-date,.admin-moderation__item-moderated{margin:0;line-height:1.5}.admin-moderation__item-description{margin-top:4px;line-height:1.6}.admin-moderation__item-rejection{margin-top:8px;padding:8px;background:#dc35451a;border-left:3px solid var(--accent-red, #dc3545);border-radius:var(--radius-sm)}.admin-moderation__item-rejection strong{display:block;margin-bottom:4px;color:var(--accent-red, #dc3545);font-size:13px}.admin-moderation__item-rejection p{margin:0;color:var(--text-primary);font-size:14px;line-height:1.5}.admin-moderation__item-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}@media(max-width:640px){.admin-moderation__item-actions{margin-top:8px}}.admin-moderation__btn{display:inline-flex;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;display:flex;align-items:center;gap:4px;padding:8px 16px;font-size:14px;white-space:nowrap}.admin-moderation__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.admin-moderation__btn{padding:4px 8px;font-size:13px}}.admin-moderation__btn:disabled{opacity:.6;cursor:not-allowed}.admin-moderation__btn--approve{background:var(--accent-green, #28a745);color:#fff;border-color:var(--accent-green, #28a745)}.admin-moderation__btn--approve:hover:not(:disabled){background:#218838;border-color:#218838}.admin-moderation__btn--reject{background:var(--accent-red, #dc3545);color:#fff;border-color:var(--accent-red, #dc3545)}.admin-moderation__btn--reject:hover:not(:disabled){background:#c82333;border-color:#c82333}.admin-moderation__btn--cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.admin-moderation__btn--cancel:disabled{opacity:.5;cursor:not-allowed}.admin-moderation__btn--cancel:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-moderation__btn--cancel:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-moderation__btn--cancel:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.admin-moderation__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:640px){.admin-moderation__modal{padding:16px}}.admin-moderation__modal-content{border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-secondary)}[data-theme=light] .admin-moderation__modal-content{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .admin-moderation__modal-content:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.admin-moderation__modal-content{max-width:95%;max-height:85vh}}.admin-moderation__modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--border-default)}@media(max-width:640px){.admin-moderation__modal-header{padding:16px}}.admin-moderation__modal-header h3{font-size:20px;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:640px){.admin-moderation__modal-header h3{font-size:18px}}.admin-moderation__modal-close{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.admin-moderation__modal-close:disabled{opacity:.5;cursor:not-allowed}.admin-moderation__modal-close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.admin-moderation__modal-close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .admin-moderation__modal-close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.admin-moderation__modal-close:hover{background:var(--bg-hover)}.admin-moderation__modal-body{padding:24px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);display:flex;flex-direction:column;gap:16px}.admin-moderation__modal-body::-webkit-scrollbar{width:8px;height:8px}.admin-moderation__modal-body::-webkit-scrollbar-track{background:var(--bg-secondary)}.admin-moderation__modal-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.admin-moderation__modal-body::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.admin-moderation__modal-body{padding:16px;gap:8px}}.admin-moderation__modal-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin:0 auto 16px}.admin-moderation__modal-icon--approve{background:#28a7451a;color:var(--accent-green, #28a745)}.admin-moderation__modal-icon--reject{background:#dc35451a;color:var(--accent-red, #dc3545)}.admin-moderation__modal-product-name{font-size:16px;color:var(--text-secondary);margin:0 0 8px;text-align:center}.admin-moderation__modal-product-name strong{color:var(--text-primary);font-size:18px}.admin-moderation__modal-message{font-size:14px;color:var(--text-secondary);margin:0 0 16px;text-align:center;line-height:1.6}.admin-moderation__modal-label{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--text-primary);font-weight:500}.admin-moderation__modal-textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;min-height:120px;resize:vertical;font-family:inherit}.admin-moderation__modal-textarea::-moz-placeholder{color:var(--text-muted)}.admin-moderation__modal-textarea::placeholder{color:var(--text-muted)}.admin-moderation__modal-textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .admin-moderation__modal-textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.admin-moderation__modal-textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.admin-moderation__modal-actions{display:flex;gap:8px;padding:24px;border-top:1px solid var(--border-default);justify-content:flex-end}@media(max-width:640px){.admin-moderation__modal-actions{padding:16px;flex-direction:column-reverse}.admin-moderation__modal-actions button{width:100%}}.admin-moderation__loading,.admin-moderation__error{text-align:center;padding:32px;font-size:16px;color:var(--text-secondary)}@media(max-width:640px){.admin-moderation__loading,.admin-moderation__error{padding:24px;font-size:14px}}.admin-moderation__error{color:var(--accent-red, #dc3545)}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;min-height:400px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-default)}.admin-empty-state__icon{font-size:64px;opacity:.3;margin-bottom:24px}.admin-empty-state__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 8px}.admin-empty-state__description{font-size:.9375rem;color:var(--text-secondary);margin:0 0 24px;max-width:400px;line-height:1.6}.admin-empty-state__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:16px 32px}.admin-empty-state__action:disabled{opacity:.5;cursor:not-allowed}.admin-empty-state__action:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.admin-empty-state__action:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.admin-empty-state__action:hover:not(:disabled):before{width:300px;height:300px}.admin-empty-state__action:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .admin-empty-state__action{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .admin-empty-state__action:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.admin-skeleton__card{background:var(--bg-secondary);padding:32px;border-radius:12px;border:1px solid var(--border-default);margin-bottom:24px}.admin-skeleton__line{height:16px;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:4px;margin-bottom:8px}.admin-skeleton__line--title{height:24px;width:60%;margin-bottom:16px}.admin-skeleton__line--text{height:14px;width:100%}.admin-skeleton__line--short{width:40%}.seller-panel{display:flex;min-height:auto;height:auto;background:var(--bg-primary);padding-left:0!important;padding-bottom:80px;position:relative}.seller-panel__content{flex:1;padding:32px;min-height:auto;height:auto;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}@media(max-width:768px){.seller-panel__content{padding:24px}}@media(max-width:640px){.seller-panel__content{padding:16px}}.seller-panel__content-wrapper{width:100%;max-width:100%;height:auto;min-height:auto;animation:smoothFadeIn .4s ease-out;box-sizing:border-box}.seller-panel__content-wrapper>*{width:100%!important;max-width:100%!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important}.seller-panel--pro{background:linear-gradient(135deg,#3b82f608,#2563eb0d)}.seller-panel--pro .seller-panel__content{border:2px solid rgba(59,130,246,.2);box-shadow:0 8px 24px #3b82f626;background:linear-gradient(135deg,rgba(59,130,246,.02),var(--bg-secondary))}.seller-panel--max{background:linear-gradient(135deg,#8b5cf60d,#7c3aed14);position:relative}.seller-panel--max:before{content:"";position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#7c3aed,#8b5cf6);background-size:200% 100%;animation:shimmer 3s infinite;z-index:1000}.seller-panel--max .seller-panel__content{border:3px solid rgba(139,92,246,.3);box-shadow:0 12px 32px #8b5cf640,0 0 0 1px #8b5cf61a;background:linear-gradient(135deg,rgba(139,92,246,.05),var(--bg-secondary))}.seller-sidebar{display:none!important;visibility:hidden!important;opacity:0!important;position:absolute!important;left:-9999px!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}.seller-sidebar__overlay{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.seller-sidebar__close-btn{display:none!important;visibility:hidden!important;pointer-events:none!important}.seller-sidebar__container{display:flex;flex-direction:column;height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.seller-sidebar__header{padding:24px;border-bottom:1px solid var(--border-default);background:var(--bg-secondary);flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}@media(max-width:640px){.seller-sidebar__header{padding:16px}}.seller-sidebar__avatar{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--border-default);background:var(--bg-tertiary)}@media(max-width:640px){.seller-sidebar__avatar{width:60px;height:60px}}.seller-sidebar__title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4}@media(max-width:640px){.seller-sidebar__title{font-size:1rem}}.seller-sidebar__name{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.4}@media(max-width:640px){.seller-sidebar__name{font-size:.8125rem}}.seller-sidebar__nav{flex:1;display:flex;flex-direction:column;gap:4px;padding:16px;overflow-y:auto;overflow-x:hidden}@media(max-width:640px){.seller-sidebar__nav{padding:8px;gap:2px}}.seller-sidebar__nav-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:transparent;color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;border-radius:var(--radius-md);transition:all .2s ease;text-align:left;width:100%}.seller-sidebar__nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.seller-sidebar__nav-item--active{background:var(--bg-active);color:var(--text-primary);font-weight:600}@media(max-width:640px){.seller-sidebar__nav-item{padding:4px 8px;font-size:.875rem}}.seller-sidebar__nav-item__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:inherit}@media(max-width:640px){.seller-sidebar__nav-item__icon{width:18px;height:18px}}.seller-sidebar__nav-item__label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-sidebar__subscription-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border-default);background:var(--bg-secondary);color:var(--text-primary);font-size:.875rem;font-weight:600;cursor:pointer;border-radius:var(--radius-md);transition:all .2s ease;width:100%;margin-top:8px}.seller-sidebar__subscription-btn:hover{background:var(--bg-hover);border-color:var(--accent-blue)}.seller-sidebar__subscription-btn--pro{background:linear-gradient(135deg,#3b82f61a,#2563eb26);border-color:var(--accent-blue);color:var(--accent-blue)}.seller-sidebar__subscription-btn--max{background:linear-gradient(135deg,#8b5cf61a,#7c3aed26);border-color:var(--accent-purple);color:var(--accent-purple)}@media(max-width:640px){.seller-sidebar__subscription-btn{padding:4px 8px;font-size:.8125rem}}.seller-sidebar__subscription-icon{font-size:1.125rem;flex-shrink:0}.seller-sidebar__subscription-label{flex:1;text-align:left}.seller-chats,.buyer-chats{width:100%;max-width:100%;min-height:500px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Open Sans,sans-serif}.seller-chats__title,.buyer-chats__title{font-size:1.125rem;font-weight:600;margin-bottom:24px;color:var(--text-primary)}@media(max-width:768px){.seller-chats__title,.buyer-chats__title{font-size:1rem;margin-bottom:16px}}@media(max-width:640px){.seller-chats__title,.buyer-chats__title{font-size:.9375rem;margin-bottom:8px}}.seller-chats__container,.buyer-chats__container{display:grid;grid-template-columns:320px 1fr;gap:0;min-height:600px;width:100%;background:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-default);box-sizing:border-box}@media(max-width:768px){.seller-chats__container,.buyer-chats__container{grid-template-columns:280px 1fr;min-height:calc(100vh - 250px);max-height:calc(100vh - 250px);border-radius:var(--radius-md)}}@media(max-width:640px){.seller-chats__container,.buyer-chats__container{grid-template-columns:1fr;min-height:calc(100vh - 280px);max-height:calc(100vh - 280px);border-radius:0;height:calc(100vh - 280px);width:100%;margin:0;padding:0}.seller-chats__container--chat-open,.buyer-chats__container--chat-open{grid-template-columns:1fr}.seller-chats__container--chat-open .seller-chats__sidebar,.seller-chats__container--chat-open .buyer-chats__sidebar,.buyer-chats__container--chat-open .seller-chats__sidebar,.buyer-chats__container--chat-open .buyer-chats__sidebar{display:none}}.seller-chats__header-section,.buyer-chats__header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.seller-chats__header-section,.buyer-chats__header-section{margin-bottom:16px;padding-bottom:16px;flex-wrap:wrap;gap:8px}}@media(max-width:640px){.seller-chats__header-section,.buyer-chats__header-section{margin-bottom:8px;padding-bottom:8px;flex-direction:column;align-items:flex-start;gap:4px}}.seller-chats__sidebar,.buyer-chats__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-default);flex-direction:column;gap:0;height:600px;overflow-y:auto;overflow-x:hidden;display:flex;box-sizing:border-box}@media(max-width:768px){.seller-chats__sidebar,.buyer-chats__sidebar{height:100%;max-height:calc(100vh - 250px);min-width:280px;max-width:280px}}@media(max-width:640px){.seller-chats__sidebar,.buyer-chats__sidebar{height:100%;max-height:calc(100vh - 280px);border-right:none;width:100%;min-width:100%;max-width:100%}}.seller-chats__filters,.buyer-chats__filters{padding:16px;border-bottom:1px solid var(--border-default);background:var(--bg-secondary);display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(max-width:768px){.seller-chats__filters,.buyer-chats__filters{padding:8px 16px}}@media(max-width:640px){.seller-chats__filters,.buyer-chats__filters{padding:8px;gap:4px}}.seller-chats__search,.buyer-chats__search{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;width:100%;padding:4px 8px;font-size:13px}.seller-chats__search::-moz-placeholder,.buyer-chats__search::-moz-placeholder{color:var(--text-muted)}.seller-chats__search::placeholder,.buyer-chats__search::placeholder{color:var(--text-muted)}.seller-chats__search:focus,.buyer-chats__search:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-chats__search:focus,[data-theme=light] .buyer-chats__search:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-chats__search:hover:not(:focus),.buyer-chats__search:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-chats__filter-unread,.buyer-chats__filter-unread{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-secondary);cursor:pointer}.seller-chats__filter-unread input[type=checkbox],.buyer-chats__filter-unread input[type=checkbox]{cursor:pointer;accent-color:var(--accent-blue)}.seller-chats__loading,.seller-chats__empty,.buyer-chats__loading,.buyer-chats__empty{font-size:13px;color:var(--text-secondary);padding:16px;text-align:center}.seller-chats__list,.buyer-chats__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-secondary)}.seller-chats__list::-webkit-scrollbar,.buyer-chats__list::-webkit-scrollbar{width:8px;height:8px}.seller-chats__list::-webkit-scrollbar-track,.buyer-chats__list::-webkit-scrollbar-track{background:var(--bg-secondary)}.seller-chats__list::-webkit-scrollbar-thumb,.buyer-chats__list::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.seller-chats__list::-webkit-scrollbar-thumb:hover,.buyer-chats__list::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.seller-chats__item,.buyer-chats__item{display:flex;align-items:center;gap:16px;padding:16px;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);border-bottom:1px solid var(--border-default);background:var(--bg-secondary);position:relative;min-height:72px}@media(max-width:768px){.seller-chats__item,.buyer-chats__item{padding:8px 16px;gap:8px;min-height:68px}}@media(max-width:640px){.seller-chats__item,.buyer-chats__item{padding:8px;gap:8px;min-height:64px}}.seller-chats__item:hover,.buyer-chats__item:hover{background:var(--bg-hover)}.seller-chats__item--active,.buyer-chats__item--active{background:#58a6ff14;border-left:3px solid var(--accent-blue)}.seller-chats__item--unread,.buyer-chats__item--unread{background:#58a6ff0d;font-weight:600}.seller-chats__item-avatar,.buyer-chats__item-avatar{width:48px;height:48px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;font-size:20px;border:2px solid var(--border-default);position:relative}@media(max-width:768px){.seller-chats__item-avatar,.buyer-chats__item-avatar{width:44px;height:44px;font-size:18px}}@media(max-width:640px){.seller-chats__item-avatar,.buyer-chats__item-avatar{width:40px;height:40px;font-size:16px}}.seller-chats__item-avatar img,.buyer-chats__item-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-chats__item-avatar:after,.buyer-chats__item-avatar:after{content:"";position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:var(--accent-green);border:2px solid var(--bg-secondary);border-radius:50%;display:none}@media(max-width:640px){.seller-chats__item-avatar:after,.buyer-chats__item-avatar:after{width:10px;height:10px;bottom:1px;right:1px}}.seller-chats__item-avatar--online:after,.buyer-chats__item-avatar--online:after{display:block}.seller-chats__item-info,.buyer-chats__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.seller-chats__item-name,.buyer-chats__item-name{font-size:1rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}@media(max-width:768px){.seller-chats__item-name,.buyer-chats__item-name{font-size:.9375rem}}@media(max-width:640px){.seller-chats__item-name,.buyer-chats__item-name{font-size:.875rem}}.seller-chats__item-last-message,.buyer-chats__item-last-message{font-size:.875rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}@media(max-width:768px){.seller-chats__item-last-message,.buyer-chats__item-last-message{font-size:.8125rem}}@media(max-width:640px){.seller-chats__item-last-message,.buyer-chats__item-last-message{font-size:.75rem}}.seller-chats__item-city,.buyer-chats__item-city{font-size:.75rem;color:var(--text-muted)}@media(max-width:640px){.seller-chats__item-city,.buyer-chats__item-city{font-size:.6875rem}}.seller-chats__item-meta,.buyer-chats__item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.seller-chats__item-date,.buyer-chats__item-date{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.seller-chats__item-badge,.buyer-chats__item-badge{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#f85149;color:#fff;font-size:.6875rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #f851494d}.seller-chats__content,.buyer-chats__content{background:var(--bg-primary);padding:0;display:flex;flex-direction:column;overflow:hidden;min-height:600px;height:600px;width:100%;position:relative;box-sizing:border-box}@media(max-width:768px){.seller-chats__content,.buyer-chats__content{min-height:100%;height:100%;max-height:calc(100vh - 250px);background:var(--bg-primary)}}@media(max-width:640px){.seller-chats__content,.buyer-chats__content{min-height:100%;height:100%;max-height:calc(100vh - 280px);background:var(--bg-primary);width:100%;overflow-y:auto;overflow-x:hidden}}.seller-chats__placeholder,.buyer-chats__placeholder{flex:1;flex-direction:column;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--text-muted);font-size:14px}.seller-chats__placeholder span,.buyer-chats__placeholder span{font-size:48px;opacity:.5}.seller-chats__header,.buyer-chats__header{display:flex;align-items:center;gap:16px;padding:24px 32px;border-bottom:1px solid var(--border-default);background:var(--bg-secondary);height:72px;min-height:72px;box-shadow:0 2px 8px #0000000a;position:relative;z-index:10;flex-shrink:0}@media(max-width:768px){.seller-chats__header,.buyer-chats__header{height:64px;min-height:64px;padding:16px 24px;gap:8px}}@media(max-width:640px){.seller-chats__header,.buyer-chats__header{height:56px;min-height:56px;padding:8px 16px;gap:8px}}.seller-chats__header-avatar,.buyer-chats__header-avatar{width:40px;height:40px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:18px;flex-shrink:0;border:2px solid var(--border-default);position:relative}@media(max-width:768px){.seller-chats__header-avatar,.buyer-chats__header-avatar{width:36px;height:36px;font-size:16px}}@media(max-width:640px){.seller-chats__header-avatar,.buyer-chats__header-avatar{width:32px;height:32px;font-size:14px}}.seller-chats__header-avatar img,.buyer-chats__header-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-chats__header-avatar:after,.buyer-chats__header-avatar:after{content:"";position:absolute;bottom:0;right:0;width:12px;height:12px;background:var(--accent-green);border:2px solid var(--bg-secondary);border-radius:50%;display:none}@media(max-width:640px){.seller-chats__header-avatar:after,.buyer-chats__header-avatar:after{width:10px;height:10px}}.seller-chats__header-avatar--online:after,.buyer-chats__header-avatar--online:after{display:block}.seller-chats__header-info,.buyer-chats__header-info{flex:1;min-width:0}.seller-chats__header-name,.buyer-chats__header-name{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 2px;line-height:1.4}@media(max-width:768px){.seller-chats__header-name,.buyer-chats__header-name{font-size:.9375rem}}@media(max-width:640px){.seller-chats__header-name,.buyer-chats__header-name{font-size:.875rem;margin:0}}.seller-chats__header-status,.buyer-chats__header-status{font-size:.8125rem;color:var(--text-muted);display:flex;align-items:center;gap:6px}.seller-chats__header-status--online,.buyer-chats__header-status--online{color:var(--accent-green)}.seller-chats__header-status--online:before,.buyer-chats__header-status--online:before{content:"";width:8px;height:8px;background:var(--accent-green);border-radius:50%;display:inline-block;animation:pulse-online 2s ease-in-out infinite}.seller-chats__header-city,.buyer-chats__header-city{font-size:.75rem;color:var(--text-muted)}.seller-chats__header-actions,.buyer-chats__header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.seller-chats__header-action-btn,.buyer-chats__header-action-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:18px}.seller-chats__header-action-btn:hover,.buyer-chats__header-action-btn:hover{background:var(--bg-hover);color:var(--text-primary)}@media(max-width:640px){.seller-chats__header-action-btn,.buyer-chats__header-action-btn{width:32px;height:32px;font-size:16px}}.seller-chats__messages,.buyer-chats__messages{flex:1;padding:24px 32px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;min-height:300px;background:var(--bg-primary);scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);scroll-behavior:smooth;overflow-x:hidden}.seller-chats__messages::-webkit-scrollbar,.buyer-chats__messages::-webkit-scrollbar{width:8px;height:8px}.seller-chats__messages::-webkit-scrollbar-track,.buyer-chats__messages::-webkit-scrollbar-track{background:var(--bg-secondary)}.seller-chats__messages::-webkit-scrollbar-thumb,.buyer-chats__messages::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.seller-chats__messages::-webkit-scrollbar-thumb:hover,.buyer-chats__messages::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .seller-chats__messages,[data-theme=light] .buyer-chats__messages{background:#f8f9fa}[data-theme=dark] .seller-chats__messages,[data-theme=dark] .buyer-chats__messages{background:var(--bg-primary)}@media(max-width:768px){.seller-chats__messages,.buyer-chats__messages{padding:16px 24px;gap:8px;min-height:250px;background:var(--bg-primary)}}@media(max-width:640px){.seller-chats__messages,.buyer-chats__messages{min-height:200px;padding:8px 16px;gap:4px;background:var(--bg-primary);width:100%;max-width:100%;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}}.seller-chats__empty-messages,.buyer-chats__empty-messages{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px}.seller-chats__message,.buyer-chats__message{display:flex;align-items:flex-end;gap:8px;margin-bottom:0;animation:fadeInMessage .3s ease-out;position:relative}.seller-chats__message--buyer,.buyer-chats__message--buyer{justify-content:flex-end;flex-direction:row-reverse}.seller-chats__message--seller,.buyer-chats__message--seller{justify-content:flex-start}.seller-chats__message-avatar,.buyer-chats__message-avatar{width:32px;height:32px;border-radius:50%;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;font-size:14px;border:1px solid var(--border-default);display:none}.seller-chats__message-avatar img,.buyer-chats__message-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:640px){.seller-chats__message-avatar,.buyer-chats__message-avatar{width:28px;height:28px;font-size:12px}}.seller-chats__message--seller .seller-chats__message-avatar,.seller-chats__message--seller .buyer-chats__message-avatar,.buyer-chats__message--seller .seller-chats__message-avatar,.buyer-chats__message--seller .buyer-chats__message-avatar{display:flex}.seller-chats__bubble,.buyer-chats__bubble{max-width:70%;padding:12px 16px;border-radius:18px;font-size:.9375rem;line-height:1.5;position:relative;word-wrap:break-word;white-space:pre-wrap;transition:all .2s ease}@media(max-width:768px){.seller-chats__bubble,.buyer-chats__bubble{max-width:75%;padding:11px 15px;font-size:.875rem}}@media(max-width:640px){.seller-chats__bubble,.buyer-chats__bubble{max-width:85%;font-size:.875rem;padding:10px 14px;border-radius:16px;line-height:1.4}}.seller-chats__message--buyer .seller-chats__bubble,.seller-chats__message--buyer .buyer-chats__bubble,.buyer-chats__message--buyer .seller-chats__bubble,.buyer-chats__message--buyer .buyer-chats__bubble{background:#007aff;color:#fff;border-bottom-right-radius:4px;box-shadow:0 1px 2px #007aff33}[data-theme=light] .seller-chats__message--buyer .seller-chats__bubble,[data-theme=light] .seller-chats__message--buyer .buyer-chats__bubble,[data-theme=light] .buyer-chats__message--buyer .seller-chats__bubble,[data-theme=light] .buyer-chats__message--buyer .buyer-chats__bubble{background:#007aff}.seller-chats__message--seller .seller-chats__bubble,.seller-chats__message--seller .buyer-chats__bubble,.buyer-chats__message--seller .seller-chats__bubble,.buyer-chats__message--seller .buyer-chats__bubble{background:#e9ecef;color:#212529;border:none;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d}[data-theme=light] .seller-chats__message--seller .seller-chats__bubble,[data-theme=light] .seller-chats__message--seller .buyer-chats__bubble,[data-theme=light] .buyer-chats__message--seller .seller-chats__bubble,[data-theme=light] .buyer-chats__message--seller .buyer-chats__bubble{background:#e9ecef;color:#212529}[data-theme=dark] .seller-chats__message--seller .seller-chats__bubble,[data-theme=dark] .seller-chats__message--seller .buyer-chats__bubble,[data-theme=dark] .buyer-chats__message--seller .seller-chats__bubble,[data-theme=dark] .buyer-chats__message--seller .buyer-chats__bubble{background:#2d3139;color:#f0f2f5}.seller-chats__text,.buyer-chats__text{word-break:break-word;white-space:pre-wrap;margin:0}.seller-chats__time,.buyer-chats__time{font-size:.75rem;color:#ffffffb3;margin-top:4px;text-align:right;line-height:1;display:flex;align-items:center;justify-content:flex-end;gap:4px;font-weight:400}.seller-chats__message--seller .seller-chats__time,.seller-chats__message--seller .buyer-chats__time,.buyer-chats__message--seller .seller-chats__time,.buyer-chats__message--seller .buyer-chats__time{color:#6c757d}[data-theme=dark] .seller-chats__message--seller .seller-chats__time,[data-theme=dark] .seller-chats__message--seller .buyer-chats__time,[data-theme=dark] .buyer-chats__message--seller .seller-chats__time,[data-theme=dark] .buyer-chats__message--seller .buyer-chats__time{color:#8a8e96}.seller-chats__status-icon,.buyer-chats__status-icon{font-size:14px;opacity:.7;margin-left:4px}.seller-chats__timestamp-group,.buyer-chats__timestamp-group{text-align:center;margin:24px 0 16px;position:relative}.seller-chats__timestamp-group:before,.buyer-chats__timestamp-group:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border-default)}.seller-chats__timestamp-group span,.buyer-chats__timestamp-group span{background:var(--bg-secondary);padding:4px 12px;border-radius:12px;font-size:.75rem;color:var(--text-muted);position:relative;z-index:1}.seller-chats__typing-indicator,.buyer-chats__typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#e9ecef;border-radius:18px 18px 18px 4px;max-width:70px;margin-bottom:16px}.seller-chats__typing-indicator span,.buyer-chats__typing-indicator span{width:8px;height:8px;background:var(--text-muted);border-radius:50%;animation:typing 1.4s ease-in-out infinite}.seller-chats__typing-indicator span:nth-child(2),.buyer-chats__typing-indicator span:nth-child(2){animation-delay:.2s}.seller-chats__typing-indicator span:nth-child(3),.buyer-chats__typing-indicator span:nth-child(3){animation-delay:.4s}.seller-chats__quick-replies,.buyer-chats__quick-replies{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;padding:16px;background:var(--bg-secondary);border-top:1px solid var(--border-default);max-height:120px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);flex-shrink:0}.seller-chats__quick-replies::-webkit-scrollbar,.buyer-chats__quick-replies::-webkit-scrollbar{width:6px;height:6px}.seller-chats__quick-replies::-webkit-scrollbar-track,.buyer-chats__quick-replies::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.seller-chats__quick-replies::-webkit-scrollbar-thumb,.buyer-chats__quick-replies::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}.seller-chats__quick-replies::-webkit-scrollbar-thumb:hover,.buyer-chats__quick-replies::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.seller-chats__quick-replies,.buyer-chats__quick-replies{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:4px;padding:8px;max-height:110px}}@media(max-width:640px){.seller-chats__quick-replies,.buyer-chats__quick-replies{grid-template-columns:1fr;gap:4px;padding:4px 8px;max-height:100px}}.seller-chats__quick-reply,.buyer-chats__quick-reply{display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;text-decoration:none;white-space:nowrap;display:flex;align-items:center;justify-content:center;padding:4px 8px;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:12px;font-weight:500;line-height:1.3;color:var(--text-primary);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-align:center;min-height:32px;word-wrap:break-word;white-space:normal}.seller-chats__quick-reply:disabled,.buyer-chats__quick-reply:disabled{opacity:.5;cursor:not-allowed}.seller-chats__quick-reply:hover,.buyer-chats__quick-reply:hover{background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-chats__quick-reply:active,.buyer-chats__quick-reply:active{transform:translateY(0)}.seller-chats__form,.buyer-chats__form{padding:16px 24px;border-top:1px solid var(--border-default);background:var(--bg-secondary);min-height:64px;display:flex;align-items:center;gap:8px;position:sticky;bottom:0;z-index:10;box-shadow:0 -2px 8px #0000000a;flex-shrink:0}@media(max-width:768px){.seller-chats__form,.buyer-chats__form{padding:8px 16px;min-height:60px;gap:4px}}@media(max-width:640px){.seller-chats__form,.buyer-chats__form{padding:4px 8px;min-height:56px;gap:4px;width:100%;max-width:100%;box-sizing:border-box;position:sticky;bottom:0;z-index:10}}.seller-chats__error,.buyer-chats__error{color:var(--accent-orange);font-size:12px;margin-bottom:4px;padding:4px 8px;background:#f851491a;border-radius:var(--radius-sm)}.seller-chats__input-row,.buyer-chats__input-row{display:flex;gap:8px;align-items:center}.seller-chats__input,.buyer-chats__input{background:var(--bg-secondary);border-radius:var(--radius-md);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:44px;font-size:.9375rem;border-radius:22px;padding:0 24px;background:var(--bg-primary);border:1px solid var(--border-default);color:var(--text-primary);transition:all .2s ease;min-width:0;box-sizing:border-box;width:100%;max-width:100%}.seller-chats__input:focus,.buyer-chats__input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-chats__input:focus,[data-theme=light] .buyer-chats__input:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-chats__input:hover:not(:focus),.buyer-chats__input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-chats__input::-moz-placeholder,.buyer-chats__input::-moz-placeholder{color:var(--text-muted)}.seller-chats__input::placeholder,.buyer-chats__input::placeholder{color:var(--text-muted)}.seller-chats__input:focus,.buyer-chats__input:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #007aff1a}@media(max-width:768px){.seller-chats__input,.buyer-chats__input{height:42px;font-size:.875rem;padding:0 16px}}@media(max-width:640px){.seller-chats__input,.buyer-chats__input{height:40px;font-size:.875rem;padding:0 16px;border-radius:20px;width:100%;max-width:100%;box-sizing:border-box}}.seller-chats__attach-btn,.buyer-chats__attach-btn{width:44px;height:44px;border-radius:50%;background:transparent;border:none;color:var(--text-secondary);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.seller-chats__attach-btn:hover,.buyer-chats__attach-btn:hover{background:var(--bg-hover);color:var(--text-primary)}@media(max-width:640px){.seller-chats__attach-btn,.buyer-chats__attach-btn{width:40px;height:40px;font-size:18px}}.seller-chats__send,.buyer-chats__send{width:44px;height:44px;border-radius:50%;background:#007aff;border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.2,0,0,1);flex-shrink:0;box-shadow:0 2px 8px #007aff4d}@media(max-width:640px){.seller-chats__send,.buyer-chats__send{width:40px;height:40px;font-size:18px}}.seller-chats__send:hover:not(:disabled),.buyer-chats__send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #007aff66;background:#0051d5}.seller-chats__send:active:not(:disabled),.buyer-chats__send:active:not(:disabled){transform:scale(.95)}.seller-chats__send:disabled,.buyer-chats__send:disabled{opacity:.5;cursor:not-allowed;transform:none}.seller-chats__skeleton,.buyer-chats__skeleton{display:flex;align-items:center;gap:16px;padding:16px;border-bottom:1px solid var(--border-default)}.seller-chats__skeleton-avatar,.buyer-chats__skeleton-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite}.seller-chats__skeleton-content,.buyer-chats__skeleton-content{flex:1;display:flex;flex-direction:column;gap:4px}.seller-chats__skeleton-line,.buyer-chats__skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite}.seller-chats__skeleton-line--short,.buyer-chats__skeleton-line--short{width:60%}.seller-chats__skeleton-line--long,.buyer-chats__skeleton-line--long{width:100%}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}@keyframes pulse-online{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:200px 0}}.seller-product-form{width:100%;max-width:700px;margin:0 auto;min-height:500px;box-sizing:border-box;padding:0}.seller-product-form__image-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:16px;flex-wrap:wrap}.seller-product-form__plan-info{display:flex;align-items:center;gap:8px;padding:4px 16px;background:#6b72801a;border:1px solid rgba(107,114,128,.3);border-radius:var(--radius-md);font-size:12px}@media(max-width:640px){.seller-product-form__plan-info{flex-wrap:wrap;width:100%}}.seller-product-form__plan-badge{padding:4px 8px;background:var(--bg-tertiary);border-radius:var(--radius-sm);font-weight:700;color:var(--text-secondary)}.seller-product-form__plan-text{color:var(--text-secondary)}.seller-product-form__plan-upgrade{color:var(--accent-blue);text-decoration:none;font-weight:600;transition:all .2s cubic-bezier(.2,0,0,1)}.seller-product-form__plan-upgrade:hover{color:var(--accent-purple);text-decoration:underline}.seller-product-form__upgrade-link{font-size:12px;color:var(--accent-blue);text-decoration:none;padding:4px 8px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:var(--radius-sm);transition:all .2s cubic-bezier(.2,0,0,1);white-space:nowrap;font-weight:600}.seller-product-form__upgrade-link:hover{background:#3b82f633;border-color:var(--accent-blue);transform:translateY(-1px)}@media(max-width:640px){.seller-product-form{padding:16px}}.seller-product-form__loading{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px}@media(max-width:640px){.seller-product-form__loading{padding:32px;font-size:14px}}.seller-product-form__title{font-size:2rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0 0 32px;letter-spacing:-.015em;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.seller-product-form__title{font-size:1.75rem;margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.seller-product-form__title{font-size:1.5rem;margin-bottom:16px;padding-bottom:8px}}.seller-product-form__cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:16px;padding:8px 16px;font-size:14px}.seller-product-form__cancel:disabled{opacity:.5;cursor:not-allowed}.seller-product-form__cancel:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-product-form__cancel:active:not(:disabled){transform:translateY(0)}[data-theme=light] .seller-product-form__cancel:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.seller-product-form__form{display:flex;flex-direction:column;gap:32px}.seller-product-form__section{transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;margin-bottom:24px;border:1px solid var(--border-default);background:var(--bg-secondary);border-radius:var(--radius-lg)}[data-theme=light] .seller-product-form__section{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-product-form__section:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.seller-product-form__section{padding:24px;margin-bottom:16px}}@media(max-width:640px){.seller-product-form__section{padding:16px;margin-bottom:8px}}.seller-product-form__section-title{font-size:1.5rem;font-weight:600;line-height:1.4;color:var(--text-primary);margin:0 0 8px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}@media(max-width:768px){.seller-product-form__section-title{font-size:1.375rem}}@media(max-width:640px){.seller-product-form__section-title{font-size:1.25rem}}.seller-product-form__section-description{font-size:.875rem;line-height:1.6;color:var(--text-muted);margin:0 0 24px}.seller-product-form__auction-fields{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-default);display:flex;flex-direction:column;gap:16px}.seller-product-form__label--checkbox{display:flex;align-items:center;gap:24px;cursor:pointer;margin-bottom:0;text-transform:none;letter-spacing:normal;font-weight:500;font-size:14px;color:var(--text-primary)}.seller-product-form__checkbox-label{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.seller-product-form__checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-blue);flex-shrink:0;margin:0 10px 0 0}.seller-product-form__hint{display:block;font-size:12px;color:var(--text-muted);margin-top:4px;line-height:1.4;font-style:italic}.seller-product-form__field{margin-bottom:24px}@media(max-width:640px){.seller-product-form__field{margin-bottom:16px}}.seller-product-form__label{display:block;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px;text-transform:none;letter-spacing:normal}@media(max-width:640px){.seller-product-form__label{font-size:.8125rem;margin-bottom:4px}}.seller-product-form__input,.seller-product-form__select,.seller-product-form__textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0}.seller-product-form__input::-moz-placeholder,.seller-product-form__select::-moz-placeholder,.seller-product-form__textarea::-moz-placeholder{color:var(--text-muted)}.seller-product-form__input::placeholder,.seller-product-form__select::placeholder,.seller-product-form__textarea::placeholder{color:var(--text-muted)}.seller-product-form__input:focus,.seller-product-form__select:focus,.seller-product-form__textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-product-form__input:focus,[data-theme=light] .seller-product-form__select:focus,[data-theme=light] .seller-product-form__textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-product-form__input:hover:not(:focus),.seller-product-form__select:hover:not(:focus),.seller-product-form__textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-product-form__file-input{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);padding:8px;cursor:pointer;margin-bottom:24px}.seller-product-form__file-input::-moz-placeholder{color:var(--text-muted)}.seller-product-form__file-input::placeholder{color:var(--text-muted)}.seller-product-form__file-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-product-form__file-input:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-product-form__file-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-product-form__file-input::file-selector-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);margin-right:8px;padding:4px 8px;font-size:13px}.seller-product-form__file-input::file-selector-button:disabled{opacity:.5;cursor:not-allowed}.seller-product-form__file-input::file-selector-button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-product-form__file-input::file-selector-button:active:not(:disabled){transform:translateY(0)}[data-theme=light] .seller-product-form__file-input::file-selector-button:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.seller-product-form__file-input:disabled{opacity:.6;cursor:not-allowed}.seller-product-form__textarea{resize:vertical;min-height:120px;margin-bottom:0}.seller-product-form__error{color:var(--accent-orange);font-size:13px;margin-top:4px;padding:4px 8px;background:#f851491a;border-radius:var(--radius-sm);border-left:3px solid var(--accent-orange)}.seller-product-form__images{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media(max-width:640px){.seller-product-form__images{gap:4px;margin-top:8px}}.seller-product-form__image-previews{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-default)}@media(max-width:640px){.seller-product-form__image-previews{gap:8px;padding:8px}}.seller-product-form__preview-item{position:relative;width:120px;height:120px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--border-default);transition:all .2s ease}@media(max-width:640px){.seller-product-form__preview-item{width:80px;height:80px}}.seller-product-form__preview-item:hover{border-color:var(--accent-blue);transform:scale(1.05)}.seller-product-form__preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-product-form__remove-image{position:absolute;top:4px;right:4px;width:28px;height:28px;background:#f85149e6;border:none;border-radius:50%;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0003}.seller-product-form__remove-image:hover{background:var(--accent-orange);transform:scale(1.1)}.seller-product-form__existing-images{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px dashed var(--border-default)}.seller-product-form__existing-image{position:relative;width:120px;height:120px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--border-default);transition:all .2s ease}.seller-product-form__existing-image:hover{border-color:var(--accent-blue)}.seller-product-form__existing-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-product-form__existing-image-remove{position:absolute;top:4px;right:4px;width:28px;height:28px;background:#f85149e6;border:none;border-radius:50%;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0003}.seller-product-form__existing-image-remove:hover{background:var(--accent-orange);transform:scale(1.1)}.seller-product-form__image-preview{position:relative;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-default)}.seller-product-form__image-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-product-form__image-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:var(--accent-orange);border:none;border-radius:50%;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.seller-product-form__actions{display:flex;gap:16px;margin-top:32px;padding:32px;border-top:1px solid var(--border-default);background:var(--bg-secondary);border-radius:var(--radius-lg)}@media(max-width:640px){.seller-product-form__actions{flex-direction:column;padding:24px;gap:8px;margin-top:24px}}.seller-product-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:12px;margin-top:24px}.seller-product-form__submit:disabled{opacity:.5;cursor:not-allowed}.seller-product-form__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-product-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-product-form__submit:hover:not(:disabled):before{width:300px;height:300px}.seller-product-form__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-product-form__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-product-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.seller-product-form__submit{padding:16px;font-size:.9375rem}}.seller-product-form__submit:disabled{opacity:.6;cursor:not-allowed}.seller-products-list{width:100%;max-width:100%;min-height:500px;box-sizing:border-box}.seller-products-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.seller-products-list__header{margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.seller-products-list__header{flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:16px;padding-bottom:8px}}.seller-products-list__title{font-size:2rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0;letter-spacing:-.015em}@media(max-width:768px){.seller-products-list__title{font-size:1.75rem}}@media(max-width:640px){.seller-products-list__title{font-size:1.5rem}}.seller-products-list__header-actions{display:flex;gap:8px}.seller-products-list__export-btn,.seller-products-list__stats-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;padding:8px 16px;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-md);font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.seller-products-list__export-btn:disabled,.seller-products-list__stats-toggle:disabled{opacity:.5;cursor:not-allowed}.seller-products-list__export-btn:hover,.seller-products-list__stats-toggle:hover{background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue)}.seller-products-list__stats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;font-size:13px;color:var(--text-secondary)}.seller-products-list__stat{padding:4px 8px;border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-default)}.seller-products-list__stat strong{color:var(--text-primary)}.seller-products-list__stat--views{border-color:#58a6ff4d;background:#58a6ff0d}.seller-products-list__stat--sales{border-color:#22c55e4d;background:#22c55e0d}.seller-products-list__stat--revenue{border-color:#22c55e80;background:#22c55e1a}.seller-products-list__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:8px 16px;background:var(--bg-secondary);border-radius:var(--radius-md)}.seller-products-list__select-all{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-secondary);cursor:pointer}.seller-products-list__select-all input[type=checkbox]{cursor:pointer}.seller-products-list__bulk-actions{display:flex;align-items:center;gap:16px;padding:16px;margin-bottom:24px;background:#58a6ff1a;border:2px solid rgba(88,166,255,.3);border-radius:var(--radius-md)}.seller-products-list__bulk-selected{font-size:14px;font-weight:600;color:var(--accent-blue)}.seller-products-list__bulk-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;padding:8px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.seller-products-list__bulk-btn:disabled{opacity:.5;cursor:not-allowed}.seller-products-list__bulk-btn--delete{background:#f8514926;border:2px solid rgba(248,81,73,.4);color:var(--accent-orange)}.seller-products-list__bulk-btn--delete:hover{background:#f8514940;border-color:var(--accent-orange)}.seller-products-list__bulk-btn--clear{background:var(--bg-secondary);border:2px solid var(--border-default);color:var(--text-secondary)}.seller-products-list__bulk-btn--clear:hover{background:var(--bg-hover);border-color:var(--border-muted)}.seller-products-list__filters{display:flex;gap:8px;flex-wrap:wrap;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;margin-bottom:24px}[data-theme=light] .seller-products-list__filters{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-products-list__filters:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.seller-products-list__filter{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;min-width:140px;height:36px}.seller-products-list__filter::-moz-placeholder{color:var(--text-muted)}.seller-products-list__filter::placeholder{color:var(--text-muted)}.seller-products-list__filter:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-products-list__filter:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-products-list__filter:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-products-list__filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;padding:8px 16px}.seller-products-list__filter-reset:disabled{opacity:.5;cursor:not-allowed}.seller-products-list__filter-reset:hover:not(:disabled){background:#e03d3d}.seller-products-list__count{font-size:14px;color:var(--text-secondary);margin:0}.seller-products-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;min-height:300px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-default)}.seller-products-list__empty-icon{font-size:64px;opacity:.3;margin-bottom:24px}.seller-products-list__empty-text{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.seller-products-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;width:100%;min-height:300px}@media(max-width:768px){.seller-products-list__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;min-height:250px}}@media(max-width:640px){.seller-products-list__grid{grid-template-columns:1fr;gap:16px;min-height:200px}}.seller-products-list__item{background:var(--bg-secondary);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;border:1px solid var(--border-default);transition:all .3s ease;border-radius:var(--radius-lg)}[data-theme=light] .seller-products-list__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-products-list__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.seller-products-list__item:hover{border-color:var(--border-muted);box-shadow:var(--shadow-md)}[data-theme=light] .seller-products-list__item:hover{border-color:var(--border-default);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.seller-products-list__item--selected{border-color:var(--accent-blue);background:#58a6ff0d;box-shadow:0 0 0 2px #58a6ff1a}.seller-products-list__item__checkbox{position:absolute;top:4px;left:4px;z-index:10;cursor:pointer}.seller-products-list__item__checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--accent-blue)}.seller-products-list__item__image{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;background:var(--bg-tertiary)}.seller-products-list__item__content{padding:16px}.seller-products-list__item__name{font-size:15px;font-weight:600;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seller-products-list__item__price{font-size:18px;font-weight:600;color:var(--accent-green);margin-bottom:4px}.seller-products-list__item__category{font-size:13px;color:var(--text-muted);margin-bottom:8px}.seller-products-list__item__status{font-size:12px;font-weight:500;padding:4px 8px;border-radius:var(--radius-sm);margin-bottom:8px;display:inline-block}.seller-products-list__item__status--pending{background:#ffa5001a;color:var(--accent-yellow, #ffa500);border:1px solid var(--accent-yellow, #ffa500)}.seller-products-list__item__status--approved{background:#28a7451a;color:var(--accent-green, #28a745);border:1px solid var(--accent-green, #28a745)}.seller-products-list__item__status--rejected{background:#dc35451a;color:var(--accent-red, #dc3545);border:1px solid var(--accent-red, #dc3545)}.seller-products-list__item__rejection-reason{font-size:11px;opacity:.8;font-style:italic}.seller-products-list__item__stats{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:16px;padding:4px;background:var(--bg-secondary);border-radius:var(--radius-sm)}.seller-products-list__item__stat{font-size:11px;padding:2px 6px;background:var(--bg-primary);border-radius:var(--radius-sm);color:var(--text-secondary)}.seller-products-list__item__stat--revenue{background:#22c55e1a;color:var(--accent-green);font-weight:600}.seller-products-list__item__actions{display:flex;gap:8px}@media(max-width:640px){.seller-products-list__item__actions{flex-direction:column;gap:4px}}.seller-products-list__item__edit,.seller-products-list__item__delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;flex:1;padding:8px;font-size:13px}.seller-products-list__item__edit:disabled,.seller-products-list__item__delete:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.seller-products-list__item__edit,.seller-products-list__item__delete{width:100%;font-size:12px}}.seller-products-list__item__edit{background:#58a6ff1a;border-color:#58a6ff4d;color:var(--accent-blue)}.seller-products-list__item__delete{background:#f851491a;border-color:#f851494d;color:var(--accent-orange)}.seller-products-list__item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.seller-products-list__item__auction-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:var(--radius-sm);font-size:11px;font-weight:600;white-space:nowrap}.seller-products-list__item__auction-info{padding:8px;background:#667eea0d;border:1px solid rgba(102,126,234,.2);border-radius:var(--radius-md);margin-bottom:8px}.seller-products-list__item__auction-loading{padding:8px;text-align:center;font-size:12px;color:var(--text-muted);font-style:italic}.seller-products-list__item__auction-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.seller-products-list__item__auction-label{font-size:12px;color:var(--text-secondary)}.seller-products-list__item__auction-value{font-size:16px;font-weight:700;color:var(--accent-blue)}.seller-products-list__item__auction-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px}.seller-products-list__item__auction-stat{color:var(--text-secondary)}.seller-products-list__item__auction-status{padding:2px 6px;border-radius:var(--radius-sm);font-size:11px;font-weight:600}.seller-products-list__item__auction-status--active{background:#22c55e1a;color:var(--accent-green)}.seller-products-list__item__auction-status--expired{background:#f851491a;color:var(--accent-orange)}.seller-products-list__item__auction-actions{display:flex;gap:4px;flex-direction:column;margin-top:4px}.seller-products-list__item__view-details-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:100%;padding:8px;font-size:13px;font-weight:600;background:#58a6ff1a;border-color:#58a6ff4d;color:var(--accent-blue)}.seller-products-list__item__view-details-btn:disabled{opacity:.5;cursor:not-allowed}.seller-products-list__item__view-details-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-products-list__item__view-details-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .seller-products-list__item__view-details-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.seller-products-list__item__view-details-btn:hover{background:#58a6ff33;border-color:var(--accent-blue)}.seller-products-list__item__select-winner-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:8px;font-size:13px;font-weight:600}.seller-products-list__item__select-winner-btn:disabled{opacity:.5;cursor:not-allowed}.seller-products-list__item__select-winner-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-products-list__item__select-winner-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-products-list__item__select-winner-btn:hover:not(:disabled):before{width:300px;height:300px}.seller-products-list__item__select-winner-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-products-list__item__select-winner-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-products-list__item__select-winner-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.seller-products-list__item__auction-waiting{padding:4px 8px;text-align:center;font-size:11px;color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);margin-top:4px}.seller-auction-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .2s ease-out}@media(max-width:640px){.seller-auction-details-modal-overlay{padding:16px}}.seller-auction-details-modal{border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:900px;width:100%;max-height:95vh;display:flex;flex-direction:column;position:relative;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-secondary);border:2px solid var(--accent-blue);box-shadow:0 20px 60px #0006,0 0 0 1px #58a6ff1a;animation:slideUp .3s ease-out}[data-theme=light] .seller-auction-details-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-auction-details-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.seller-auction-details-modal::-webkit-scrollbar{width:8px;height:8px}.seller-auction-details-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.seller-auction-details-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.seller-auction-details-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .seller-auction-details-modal{box-shadow:0 24px 80px #0003,0 0 0 1px #58a6ff26}.seller-auction-details-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;z-index:1002;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-default)}.seller-auction-details-modal__close:disabled{opacity:.5;cursor:not-allowed}.seller-auction-details-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-auction-details-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .seller-auction-details-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.seller-auction-details-modal__close:hover{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;transform:scale(1.1)}.seller-auction-details-modal__header{padding:32px;border-bottom:2px solid var(--border-default);background:linear-gradient(135deg,rgba(88,166,255,.1),var(--bg-secondary));display:flex;flex-direction:column;gap:8px}@media(max-width:640px){.seller-auction-details-modal__header{padding:24px}}.seller-auction-details-modal__badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:linear-gradient(135deg,var(--accent-blue),#5a9fff);color:#fff;font-size:12px;font-weight:700;border-radius:999px;box-shadow:0 2px 8px #58a6ff66;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content}.seller-auction-details-modal__title{font-size:24px;font-weight:700;margin:0;color:var(--text-primary);line-height:1.3}@media(max-width:640px){.seller-auction-details-modal__title{font-size:20px}}.seller-auction-details-modal__content{padding:32px;display:flex;flex-direction:column;gap:32px}@media(max-width:640px){.seller-auction-details-modal__content{padding:24px;gap:24px}}.seller-auction-details-modal__gallery{display:flex;flex-direction:column;gap:16px}.seller-auction-details-modal__main-image{width:100%;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-tertiary);border:1px solid var(--border-default)}.seller-auction-details-modal__main-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.seller-auction-details-modal__thumbnails{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.seller-auction-details-modal__thumbnails::-webkit-scrollbar{width:8px;height:8px}.seller-auction-details-modal__thumbnails::-webkit-scrollbar-track{background:var(--bg-secondary)}.seller-auction-details-modal__thumbnails::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.seller-auction-details-modal__thumbnails::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.seller-auction-details-modal__thumbnails{gap:4px}}.seller-auction-details-modal__thumbnail{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--border-default);background:var(--bg-tertiary);cursor:pointer;flex-shrink:0;transition:all .2s cubic-bezier(.2,0,0,1);padding:0}.seller-auction-details-modal__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seller-auction-details-modal__thumbnail:hover{border-color:var(--accent-blue);transform:scale(1.05)}.seller-auction-details-modal__thumbnail.active{border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff33}.seller-auction-details-modal__auction-info{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;background:linear-gradient(135deg,rgba(88,166,255,.05),var(--bg-secondary));border:2px solid rgba(88,166,255,.2);display:flex;flex-direction:column;gap:24px}[data-theme=light] .seller-auction-details-modal__auction-info{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-auction-details-modal__auction-info:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.seller-auction-details-modal__auction-info{padding:24px}}.seller-auction-details-modal__price-section{display:flex;flex-direction:column;gap:4px;text-align:center;padding:24px;background:var(--bg-tertiary);border-radius:var(--radius-md)}.seller-auction-details-modal__price-label{font-size:13px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.seller-auction-details-modal__current-price{font-size:32px;font-weight:700;color:var(--accent-blue);line-height:1.2}@media(max-width:640px){.seller-auction-details-modal__current-price{font-size:24px}}.seller-auction-details-modal__start-price{font-size:14px;color:var(--text-muted);margin-top:4px}.seller-auction-details-modal__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.seller-auction-details-modal__stat-card{padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-default);display:flex;flex-direction:column;gap:4px;text-align:center}.seller-auction-details-modal__stat-card--expired{border-color:var(--accent-orange);background:#f851490d}.seller-auction-details-modal__stat-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.seller-auction-details-modal__stat-value{font-size:18px;font-weight:700;color:var(--text-primary)}.seller-auction-details-modal__time-info{padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-default);display:flex;flex-direction:column;gap:4px}.seller-auction-details-modal__time-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.seller-auction-details-modal__time-value{font-size:14px;font-weight:600;color:var(--text-primary)}.seller-auction-details-modal__description{display:flex;flex-direction:column;gap:16px}.seller-auction-details-modal__description h3{font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.seller-auction-details-modal__description p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.seller-auction-details-modal__bids-section{display:flex;flex-direction:column;gap:16px}.seller-auction-details-modal__bids-title{font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.seller-auction-details-modal__bids-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.seller-auction-details-modal__bids-list::-webkit-scrollbar{width:8px;height:8px}.seller-auction-details-modal__bids-list::-webkit-scrollbar-track{background:var(--bg-secondary)}.seller-auction-details-modal__bids-list::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.seller-auction-details-modal__bids-list::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.seller-auction-details-modal__bid-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.seller-auction-details-modal__bid-item:hover{background:var(--bg-hover);border-color:var(--accent-blue)}.seller-auction-details-modal__bid-rank{font-size:16px;font-weight:700;color:var(--accent-blue);min-width:30px;text-align:center}.seller-auction-details-modal__bid-info{flex:1;display:flex;flex-direction:column;gap:4px}.seller-auction-details-modal__bid-name{font-size:15px;font-weight:600;color:var(--text-primary)}.seller-auction-details-modal__bid-time{font-size:12px;color:var(--text-muted)}.seller-auction-details-modal__bid-amount{font-size:18px;font-weight:700;color:var(--accent-blue)}.seller-auction-details-modal__empty-bids{text-align:center;padding:32px;color:var(--text-muted);font-size:14px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px dashed var(--border-default)}.seller-auction-details-modal__actions{display:flex;gap:16px;margin-top:16px}.seller-auction-details-modal__select-winner-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px;font-size:16px;font-weight:700;background:linear-gradient(135deg,var(--accent-blue),#5a9fff);border-color:var(--accent-blue);box-shadow:0 4px 16px #58a6ff66}.seller-auction-details-modal__select-winner-btn:disabled{opacity:.5;cursor:not-allowed}.seller-auction-details-modal__select-winner-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-auction-details-modal__select-winner-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-auction-details-modal__select-winner-btn:hover:not(:disabled):before{width:300px;height:300px}.seller-auction-details-modal__select-winner-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-auction-details-modal__select-winner-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-auction-details-modal__select-winner-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.seller-auction-details-modal__select-winner-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a9fff,#4d8fff);box-shadow:0 6px 20px #58a6ff80;transform:translateY(-2px)}.seller-auction-details-modal__select-winner-btn--disabled{opacity:.6;cursor:not-allowed;background:var(--bg-tertiary);border-color:var(--border-default);color:var(--text-muted)}.seller-auction-details-modal__early-winner-info{display:flex;flex-direction:column;gap:8px;padding:16px;background:#ffa5001a;border:1px solid rgba(255,165,0,.3);border-radius:var(--radius-md)}.seller-auction-details-modal__early-winner-text{font-size:13px;color:var(--text-secondary);margin:0;text-align:center}.seller-auction-details-modal__loading{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px}.seller-profile,.user-profile{width:100%;max-width:100%;margin:0;padding:32px 16px;min-height:500px;box-sizing:border-box}@media(max-width:768px){.seller-profile,.user-profile{padding:24px 8px;min-height:400px}}@media(max-width:640px){.seller-profile,.user-profile{padding:16px 8px;min-height:350px}}.seller-profile__title,.user-profile__title{font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--text-primary);letter-spacing:-.01em;margin:0 0 32px;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.seller-profile__title,.user-profile__title{font-size:1.5rem;margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.seller-profile__title,.user-profile__title{font-size:1.375rem;margin-bottom:16px;padding-bottom:8px}}.seller-profile__content,.user-profile__content{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.seller-profile__content,.user-profile__content{flex-direction:row;align-items:flex-start;gap:48px}}.seller-profile__form,.user-profile__form{display:flex;flex-direction:column;gap:32px;width:100%}.seller-profile__chats,.user-profile__chats{width:100%}@media(min-width:1024px){.seller-profile__chats,.user-profile__chats{flex:1;min-width:0}}.seller-profile__avatar-section,.user-profile__avatar-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:12px;box-shadow:0 1px 3px #0000000d}.seller-profile__avatar,.user-profile__avatar{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--accent-blue)}@media(max-width:640px){.seller-profile__avatar,.user-profile__avatar{width:80px;height:80px}}.seller-profile__avatar-placeholder,.user-profile__avatar-placeholder{width:100px;height:100px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--border-default);display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--text-muted)}@media(max-width:640px){.seller-profile__avatar-placeholder,.user-profile__avatar-placeholder{width:80px;height:80px;font-size:36px}}.seller-profile__avatar-label,.user-profile__avatar-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px 16px;cursor:pointer}.seller-profile__avatar-label:disabled,.user-profile__avatar-label:disabled{opacity:.5;cursor:not-allowed}.seller-profile__avatar-label:hover:not(:disabled),.user-profile__avatar-label:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.seller-profile__avatar-label:active:not(:disabled),.user-profile__avatar-label:active:not(:disabled){transform:translateY(0)}[data-theme=light] .seller-profile__avatar-label:hover:not(:disabled),[data-theme=light] .user-profile__avatar-label:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.seller-profile__form-fields,.user-profile__form-fields{display:flex;flex-direction:column;gap:24px}.seller-profile__info-item,.user-profile__info-item{display:flex;justify-content:space-between;align-items:center;padding:24px;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-default);transition:all .2s ease}.seller-profile__info-item:hover,.user-profile__info-item:hover{border-color:var(--accent-blue)}.seller-profile__value,.user-profile__value{font-size:14px;font-weight:600;color:var(--text-primary);margin:0}.seller-profile__field,.user-profile__field{display:flex;flex-direction:column;gap:8px}.seller-profile__label,.user-profile__label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase}.seller-profile__input,.seller-profile__select,.user-profile__input,.user-profile__select{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0}.seller-profile__input::-moz-placeholder,.seller-profile__select::-moz-placeholder,.user-profile__input::-moz-placeholder,.user-profile__select::-moz-placeholder{color:var(--text-muted)}.seller-profile__input::placeholder,.seller-profile__select::placeholder,.user-profile__input::placeholder,.user-profile__select::placeholder{color:var(--text-muted)}.seller-profile__input:focus,.seller-profile__select:focus,.user-profile__input:focus,.user-profile__select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-profile__input:focus,[data-theme=light] .seller-profile__select:focus,[data-theme=light] .user-profile__input:focus,[data-theme=light] .user-profile__select:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-profile__input:hover:not(:focus),.seller-profile__select:hover:not(:focus),.user-profile__input:hover:not(:focus),.user-profile__select:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-profile__select,.user-profile__select{width:100%;padding:8px 36px 8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.seller-profile__select::-moz-placeholder,.user-profile__select::-moz-placeholder{color:var(--text-muted)}.seller-profile__select::placeholder,.user-profile__select::placeholder{color:var(--text-muted)}.seller-profile__select:focus,.user-profile__select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-profile__select:focus,[data-theme=light] .user-profile__select:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-profile__select:hover:not(:focus),.user-profile__select:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.seller-profile__select option,.user-profile__select option{background:var(--bg-secondary);color:var(--text-primary)}.seller-profile__error,.user-profile__error{color:var(--accent-orange);font-size:13px;padding:8px;background:#f851491a;border-radius:var(--radius-sm)}.seller-profile__submit,.user-profile__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px 32px;margin-top:24px;font-size:1rem;font-weight:600;border-radius:12px}.seller-profile__submit:disabled,.user-profile__submit:disabled{opacity:.5;cursor:not-allowed}.seller-profile__submit:before,.user-profile__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-profile__submit:hover:not(:disabled),.user-profile__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-profile__submit:hover:not(:disabled):before,.user-profile__submit:hover:not(:disabled):before{width:300px;height:300px}.seller-profile__submit:active:not(:disabled),.user-profile__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-profile__submit,[data-theme=light] .user-profile__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-profile__submit:hover:not(:disabled),[data-theme=light] .user-profile__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.seller-profile__subscription-info,.user-profile__subscription-info{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;margin-top:16px;display:flex;flex-direction:column;gap:16px}[data-theme=light] .seller-profile__subscription-info,[data-theme=light] .user-profile__subscription-info{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-profile__subscription-info:hover,[data-theme=light] .user-profile__subscription-info:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.seller-profile__subscription-header,.user-profile__subscription-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.seller-profile__subscription-badge,.user-profile__subscription-badge{display:flex;align-items:center;gap:4px;padding:6px 14px;border-radius:12px;font-weight:600;font-size:14px}.seller-profile__subscription-plan,.user-profile__subscription-plan{text-transform:uppercase;letter-spacing:.5px;font-size:13px}.seller-profile__subscription-expires,.user-profile__subscription-expires{font-size:13px;color:var(--text-secondary);margin:0}.seller-profile__upgrade-btn,.user-profile__upgrade-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:8px 24px;font-size:14px;font-weight:600;border-radius:var(--radius-md);background:linear-gradient(135deg,#3b82f6,#8b5cf6);transition:all .3s ease}.seller-profile__upgrade-btn:disabled,.user-profile__upgrade-btn:disabled{opacity:.5;cursor:not-allowed}.seller-profile__upgrade-btn:before,.user-profile__upgrade-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-profile__upgrade-btn:hover:not(:disabled),.user-profile__upgrade-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-profile__upgrade-btn:hover:not(:disabled):before,.user-profile__upgrade-btn:hover:not(:disabled):before{width:300px;height:300px}.seller-profile__upgrade-btn:active:not(:disabled),.user-profile__upgrade-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-profile__upgrade-btn,[data-theme=light] .user-profile__upgrade-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-profile__upgrade-btn:hover:not(:disabled),[data-theme=light] .user-profile__upgrade-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.seller-profile__upgrade-btn:hover,.user-profile__upgrade-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.seller-profile-header{display:flex;align-items:center;gap:16px;padding:24px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;margin-left:24px;flex:1}[data-theme=light] .seller-profile-header{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-profile-header:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.seller-profile-header{flex-direction:column;margin-left:0;margin-top:16px;padding:16px}}@media(max-width:640px){.seller-profile-header{padding:8px;gap:8px}}.seller-profile-header__avatar-wrapper{position:relative;display:inline-block}.seller-profile-header__avatar{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--accent-blue);transition:all .3s ease}.seller-profile-header__badge{position:absolute;bottom:-4px;right:-4px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:2px solid var(--bg-primary);z-index:2;animation:pulse 2s infinite}.seller-profile-header__badge--pro{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f666}.seller-profile-header__badge--max{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 8px #8b5cf666}.seller-profile-header__title-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.seller-profile-header__plan-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.seller-profile-header__plan-badge--pro{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 6px #3b82f64d}.seller-profile-header__plan-badge--max{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 6px #8b5cf64d}.seller-profile-header__info{display:flex;flex-direction:column;gap:4px}.seller-profile-header__city{font-size:13px;color:var(--text-muted)}.seller-profile-header__chat-form{margin-top:16px;display:flex;gap:8px;align-items:center}@media(max-width:768px){.seller-profile-header__chat-form{flex-direction:column;align-items:stretch}}@media(max-width:640px){.seller-profile-header__chat-form{margin-top:8px}}.seller-profile-header__chat-input{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:36px;font-size:14px;border-radius:999px;padding:0 16px}.seller-profile-header__chat-input::-moz-placeholder{color:var(--text-muted)}.seller-profile-header__chat-input::placeholder{color:var(--text-muted)}.seller-profile-header__chat-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .seller-profile-header__chat-input:focus{box-shadow:0 0 0 3px #0066cc1f}.seller-profile-header__chat-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.seller-profile-header__chat-input{height:32px;font-size:13px;padding:0 8px}}.seller-profile-header__chat-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;height:36px;padding:0 24px;font-size:13px;font-weight:600;border-radius:999px;white-space:nowrap}.seller-profile-header__chat-send:disabled{opacity:.5;cursor:not-allowed}.seller-profile-header__chat-send:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-profile-header__chat-send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-profile-header__chat-send:hover:not(:disabled):before{width:300px;height:300px}.seller-profile-header__chat-send:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-profile-header__chat-send{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-profile-header__chat-send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.seller-profile-header__chat-send{height:32px;padding:0 16px;font-size:12px;width:100%}}.orders-page{padding:48px 0}@media(max-width:768px){.orders-page{padding:32px 0}}@media(max-width:640px){.orders-page{padding:24px 0}}.orders-page__inner{width:100%;max-width:100%;margin:0;padding:0 24px 32px}@media(max-width:768px){.orders-page__inner{padding:0 16px 24px}}@media(max-width:640px){.orders-page__inner{padding:0 8px 16px}}.orders-page__title{font-size:22px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}@media(max-width:768px){.orders-page__title{font-size:20px}}@media(max-width:640px){.orders-page__title{font-size:18px;margin-bottom:8px}}.orders-page__empty{font-size:14px;color:var(--text-secondary)}.orders-page__list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.orders-page__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:8px}[data-theme=light] .orders-page__card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .orders-page__card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.orders-page__card-header{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-secondary)}.orders-page__card-id{font-weight:600;color:var(--text-primary)}.orders-page__card-date{font-size:12px;color:var(--text-muted)}.orders-page__card-body{display:flex;gap:24px;margin-top:4px}@media(max-width:768px){.orders-page__card-body{flex-direction:column;gap:8px}}.orders-page__card-info{flex:2;font-size:13px;color:var(--text-secondary)}.orders-page__card-info p+p{margin-top:2px}.orders-page__card-summary{flex:1;display:flex;flex-direction:column;gap:4px;align-items:flex-end}@media(max-width:768px){.orders-page__card-summary{align-items:flex-start}}.orders-page__card-total{font-size:18px;font-weight:700;color:var(--accent-green)}.orders-page__card-items{font-size:13px;color:var(--text-muted)}.orders-page__items{list-style:none;padding:0;margin:4px 0 0;border-top:1px solid var(--border-default)}.orders-page__item{display:grid;grid-template-columns:1fr auto auto;gap:8px;padding:4px 0;font-size:13px;color:var(--text-secondary)}.orders-page__item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders-page__item-qty{text-align:right}.orders-page__item-price{font-weight:600;color:var(--accent-green);text-align:right}.seller-orders{width:100%;max-width:100%;min-height:500px;box-sizing:border-box}.seller-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.seller-orders__header{margin-bottom:16px;padding-bottom:16px}}@media(max-width:640px){.seller-orders__header{flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:8px;padding-bottom:8px}}.seller-orders__header-left{display:flex;align-items:center;gap:16px}.seller-orders__new-badge{display:inline-flex;align-items:center;padding:4px 8px;background:var(--accent-orange);color:#fff;border-radius:var(--radius-full);font-size:12px;font-weight:700;animation:pulse 2s ease-in-out infinite}.seller-orders__stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-default)}.seller-orders__stat{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:var(--bg-primary);border-radius:var(--radius-sm);border:1px solid var(--border-default);min-width:100px}.seller-orders__stat--pending{border-color:#facc154d;background:#facc150d}.seller-orders__stat--confirmed{border-color:#58a6ff4d;background:#58a6ff0d}.seller-orders__stat--completed{border-color:#22c55e4d;background:#22c55e0d}.seller-orders__stat--revenue{border-color:#22c55e80;background:#22c55e1a}.seller-orders__stat-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.seller-orders__stat-value{font-size:18px;font-weight:700;color:var(--text-primary)}.seller-orders__filters{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;align-items:center}@media(max-width:768px){.seller-orders__filters{margin-bottom:16px}}@media(max-width:640px){.seller-orders__filters{flex-direction:column;gap:4px;margin-bottom:8px;align-items:stretch}}.seller-orders__search{flex:1;min-width:200px;padding:8px 16px;border:2px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:14px;transition:all .2s ease}@media(max-width:768px){.seller-orders__search{min-width:150px}}.seller-orders__search:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff1a}@media(max-width:640px){.seller-orders__search{width:100%;min-width:100%;font-size:13px}}.seller-orders__filter{padding:8px 16px;border:2px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:14px;cursor:pointer;transition:all .2s ease}@media(max-width:768px){.seller-orders__filter{font-size:13px;padding:4px 8px}}.seller-orders__filter:focus{outline:none;border-color:var(--accent-blue)}@media(max-width:640px){.seller-orders__filter{flex:1;min-width:100%;width:100%;font-size:13px}}.seller-orders__filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;padding:8px 16px;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.seller-orders__filter-reset:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.seller-orders__filter-reset{font-size:13px;padding:4px 8px}}@media(max-width:640px){.seller-orders__filter-reset{width:100%;font-size:13px}}.seller-orders__filter-reset:hover{background:var(--bg-hover);border-color:var(--accent-orange);color:var(--accent-orange)}.seller-orders__count{font-size:14px;color:var(--text-secondary);margin-bottom:16px;padding:8px;background:var(--bg-secondary);border-radius:var(--radius-sm)}.seller-orders__title{font-size:24px;font-weight:600;margin:0;color:var(--text-primary)}@media(max-width:768px){.seller-orders__title{font-size:20px}}@media(max-width:640px){.seller-orders__title{font-size:18px}}.seller-orders__refresh{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:20px;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.seller-orders__refresh{width:36px;height:36px;font-size:18px}}.seller-orders__refresh:hover{background:var(--bg-hover);border-color:var(--border-muted);transform:rotate(180deg)}.seller-orders__refresh:active{transform:rotate(360deg)}.seller-orders__loading,.seller-orders__empty,.seller-orders__error{text-align:center;padding:32px;color:var(--text-secondary)}.seller-orders__error{color:var(--color-error)}.seller-orders__list{display:flex;flex-direction:column;gap:24px;width:100%;min-height:300px}.seller-order-card{background:var(--bg-secondary);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .seller-order-card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-order-card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.seller-order-card{padding:16px}}@media(max-width:640px){.seller-order-card{padding:8px}}.seller-order-card:hover{border-color:var(--border-muted);box-shadow:var(--shadow-md)}.seller-order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border-default)}@media(max-width:640px){.seller-order-card__header{flex-direction:column;gap:8px;margin-bottom:8px;padding-bottom:8px}}.seller-order-card__info{display:flex;flex-direction:column;gap:4px}.seller-order-card__number{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:640px){.seller-order-card__number{font-size:16px}}.seller-order-card__date{font-size:13px;color:var(--text-secondary);margin:0}@media(max-width:640px){.seller-order-card__date{font-size:12px}}.seller-order-card__status{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;border-radius:var(--radius-full);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.seller-order-card__status--pending{background:var(--bg-warning, #fff3cd);color:var(--color-warning, #856404)}.seller-order-card__status--confirmed{background:var(--bg-info, #d1ecf1);color:var(--color-info, #0c5460)}.seller-order-card__status--completed{background:var(--bg-success, #d4edda);color:var(--color-success, #155724)}.seller-order-card__status--cancelled{background:var(--bg-error, #f8d7da);color:var(--color-error, #721c24)}.seller-order-card__buyer{margin-bottom:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--radius-md)}.seller-order-card__buyer-title{font-size:14px;font-weight:600;color:var(--text-secondary);margin:0 0 4px}.seller-order-card__buyer-name{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.seller-order-card__buyer-phone{font-size:14px;color:var(--accent-blue);margin:0 0 4px;text-decoration:none;transition:all .2s ease}.seller-order-card__buyer-phone:hover{color:var(--accent-blue-dark);text-decoration:underline}.seller-order-card__buyer-city{font-size:14px;color:var(--text-secondary);margin:0 0 4px}.seller-order-card__buyer-address{font-size:14px;color:var(--text-secondary);margin:0;word-wrap:break-word}.seller-order-card__items{margin-bottom:16px}.seller-order-card__items-title{font-size:14px;font-weight:600;color:var(--text-secondary);margin:0 0 8px}.seller-order-card__items-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.seller-order-card__item{display:grid;grid-template-columns:1fr auto auto;gap:8px;padding:4px 0;font-size:14px;border-bottom:1px solid var(--border-default)}.seller-order-card__item:last-child{border-bottom:none}.seller-order-card__item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary)}.seller-order-card__item-quantity{color:var(--text-secondary);text-align:right}.seller-order-card__item-price{font-weight:600;color:var(--accent-green);text-align:right}.seller-order-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border-default);gap:16px}@media(max-width:768px){.seller-order-card__footer{padding-top:8px;gap:8px}}@media(max-width:640px){.seller-order-card__footer{flex-direction:column;align-items:stretch;padding-top:4px;gap:4px}}.seller-order-card__total{font-size:18px;color:var(--text-primary)}@media(max-width:640px){.seller-order-card__total{font-size:16px;text-align:center}}.seller-order-card__actions{display:flex;gap:8px}@media(max-width:640px){.seller-order-card__actions{flex-direction:column;gap:4px}}.seller-order-card__btn{padding:8px 16px;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.seller-order-card__btn{width:100%;padding:4px 8px;font-size:13px}}.seller-order-card__btn--confirm{background:var(--accent-green);color:#fff}.seller-order-card__btn--confirm:hover{background:var(--accent-green-dark)}.seller-order-card__btn--cancel{background:var(--color-error, #dc3545);color:#fff}.seller-order-card__btn--cancel:hover{background:var(--color-error-dark, #c82333)}.seller-order-card__btn--complete{background:var(--accent-blue);color:#fff}.seller-order-card__btn--complete:hover{background:var(--accent-blue-dark)}.buyer-orders{width:100%;max-width:100%;margin:0;min-height:500px;box-sizing:border-box}.buyer-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--border-default)}@media(max-width:768px){.buyer-orders__header{margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.buyer-orders__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:8px}}.buyer-orders__header-actions{display:flex;gap:8px;align-items:center}@media(max-width:640px){.buyer-orders__header-actions{width:100%;justify-content:space-between}}.buyer-orders__title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0;letter-spacing:-.02em}@media(max-width:768px){.buyer-orders__title{font-size:2rem}}@media(max-width:640px){.buyer-orders__title{font-size:1.75rem}}.buyer-orders__toggle-cancelled{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;padding:8px 16px;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-md);font-size:14px;font-weight:600;color:var(--text-secondary);transition:all .2s ease;cursor:pointer;white-space:nowrap}.buyer-orders__toggle-cancelled:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.buyer-orders__toggle-cancelled{font-size:13px;padding:4px 8px}}.buyer-orders__toggle-cancelled:hover{background:var(--bg-hover);border-color:var(--accent-orange);color:var(--accent-orange);transform:translateY(-1px)}.buyer-orders__toggle-cancelled:active{transform:translateY(0)}@media(max-width:640px){.buyer-orders__toggle-cancelled{font-size:12px;padding:4px 8px;width:100%}}.buyer-orders__refresh{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-lg);font-size:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(max-width:768px){.buyer-orders__refresh{width:40px;height:40px;font-size:18px}}.buyer-orders__refresh:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--bg-hover);transform:translate(-50%,-50%);transition:width .3s,height .3s}.buyer-orders__refresh:hover{background:var(--bg-hover);border-color:var(--accent-blue);transform:rotate(180deg) scale(1.05);box-shadow:0 4px 12px #0000001a}.buyer-orders__refresh:hover:before{width:100%;height:100%}.buyer-orders__refresh:active{transform:rotate(360deg) scale(.95)}@media(max-width:640px){.buyer-orders__refresh{width:36px;height:36px;font-size:16px}}.buyer-orders__loading{text-align:center;padding:48px;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;min-height:400px;justify-content:center}.buyer-orders__loading:after{content:"";width:40px;height:40px;border:3px solid var(--border-default);border-top-color:var(--accent-blue);border-radius:50%;animation:spin .8s linear infinite}.buyer-orders__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;min-height:400px}.buyer-orders__empty-icon{font-size:64px;opacity:.4;margin-bottom:16px;animation:float 3s ease-in-out infinite}.buyer-orders__empty p{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.buyer-orders__empty span{font-size:14px;color:var(--text-secondary);line-height:1.6;max-width:100%}.buyer-orders__error{text-align:center;padding:32px;color:var(--color-error);background:#f851491a;border:1px solid rgba(248,81,73,.2);border-radius:var(--radius-md);font-weight:500}.buyer-orders__list{display:flex;flex-direction:column;gap:32px;padding:16px 0;width:100%;min-height:300px}@media(max-width:768px){.buyer-orders__list{gap:24px;min-height:250px}}@media(max-width:640px){.buyer-orders__list{gap:16px;padding:8px 0;min-height:200px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.buyer-order-card{background:var(--bg-secondary);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);padding:0;border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--bg-primary);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a;margin-bottom:16px}[data-theme=light] .buyer-order-card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .buyer-order-card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.buyer-order-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:var(--accent-blue);transform:scaleY(0);transition:transform .3s ease}.buyer-order-card:hover{border-color:var(--accent-blue);box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.buyer-order-card:hover:before{transform:scaleY(1)}.buyer-order-card--cancelled{opacity:.65;background:linear-gradient(to bottom,rgba(248,81,73,.05),var(--bg-primary));border-color:#f851494d;position:relative;animation:fadeOut .5s ease-out}.buyer-order-card--cancelled:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--accent-orange),transparent);opacity:.5}.buyer-order-card--cancelled:hover{opacity:.85;transform:translateY(-2px);border-color:#f8514980}.buyer-order-card__header{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 32px 24px;border-bottom:2px solid var(--border-default);background:linear-gradient(to bottom,var(--bg-secondary),var(--bg-primary));gap:16px;position:relative}.buyer-order-card__header:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--border-default),transparent)}@media(max-width:768px){.buyer-order-card__header{padding:24px 24px 16px}}@media(max-width:640px){.buyer-order-card__header{flex-direction:column;gap:16px;padding:16px 16px 8px}}.buyer-order-card__info{display:flex;flex-direction:column;gap:4px;flex:1}.buyer-order-card__number{font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 4px;letter-spacing:-.3px;display:flex;align-items:center;gap:8px;padding-bottom:4px;border-bottom:1px solid var(--border-default)}.buyer-order-card__number:before{content:"📦";font-size:20px;opacity:.8}@media(max-width:640px){.buyer-order-card__number:before{font-size:16px}}@media(max-width:768px){.buyer-order-card__number{font-size:20px}}@media(max-width:640px){.buyer-order-card__number{font-size:16px}}.buyer-order-card__date{font-size:13px;color:var(--text-secondary);margin:4px 0 0;display:flex;align-items:center;gap:4px;font-weight:500}.buyer-order-card__date:before{content:"📅";font-size:12px;opacity:.7}.buyer-order-card__status{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;border-radius:var(--radius-full);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.buyer-order-card__status-icon{font-size:16px;line-height:1}.buyer-order-card__status--pending{background:linear-gradient(135deg,#fff3cd,#ffe69c);color:#856404;border:1px solid rgba(133,100,4,.2)}.buyer-order-card__status--confirmed{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460;border:1px solid rgba(12,84,96,.2)}.buyer-order-card__status--completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:1px solid rgba(21,87,36,.2)}.buyer-order-card__status--cancelled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:1px solid rgba(114,28,36,.2)}.buyer-order-card__seller{padding:32px;border-bottom:2px solid var(--border-default);background:var(--bg-primary);position:relative}.buyer-order-card__seller:after{content:"";position:absolute;bottom:-2px;left:32px;right:32px;height:2px;background:linear-gradient(to right,transparent,var(--border-default),transparent)}@media(max-width:640px){.buyer-order-card__seller{padding:24px}}.buyer-order-card__seller-title{font-size:11px;font-weight:700;color:var(--text-secondary);margin:0 0 16px;text-transform:uppercase;letter-spacing:1px;padding-bottom:4px;border-bottom:1px solid var(--border-default);display:inline-block}.buyer-order-card__seller-name{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 8px;display:flex;align-items:center;gap:8px}.buyer-order-card__seller-name:before{content:"👤";font-size:18px;opacity:.7}.buyer-order-card__seller-phone{font-size:14px;color:var(--accent-blue);display:inline-flex;align-items:center;gap:4px;font-weight:500;text-decoration:none;transition:all .2s ease;padding:4px;border-radius:var(--radius-sm);margin:0 0 0 -4px}.buyer-order-card__seller-phone:hover{color:var(--accent-blue);background:#58a6ff1a;text-decoration:underline}.buyer-order-card__seller-phone:active{transform:scale(.98)}.buyer-order-card__items{padding:32px;border-bottom:2px solid var(--border-default);background:var(--bg-primary);position:relative}.buyer-order-card__items:after{content:"";position:absolute;bottom:-2px;left:32px;right:32px;height:2px;background:linear-gradient(to right,transparent,var(--border-default),transparent)}@media(max-width:640px){.buyer-order-card__items{padding:24px}}.buyer-order-card__items-title{font-size:13px;font-weight:700;color:var(--text-secondary);margin:0 0 24px;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:2px solid var(--border-default)}.buyer-order-card__items-title:before{content:"🛍️";font-size:14px}.buyer-order-card__items-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-default);overflow:hidden}.buyer-order-card__item{display:grid;grid-template-columns:1fr auto auto;gap:16px;padding:16px 24px;font-size:14px;background:var(--bg-secondary);transition:all .2s ease;border-bottom:1px solid var(--border-default)}.buyer-order-card__item:last-child{border-bottom:none}.buyer-order-card__item:hover{background:var(--bg-hover)}@media(max-width:640px){.buyer-order-card__item{grid-template-columns:1fr;gap:4px;text-align:left;padding:8px 16px}}.buyer-order-card__item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);font-weight:500;line-height:1.5}.buyer-order-card__item-quantity{color:var(--text-secondary);text-align:right;font-weight:600;white-space:nowrap}@media(max-width:640px){.buyer-order-card__item-quantity{text-align:left}}.buyer-order-card__item-price{font-weight:700;color:var(--accent-green);text-align:right;font-size:15px;white-space:nowrap}@media(max-width:640px){.buyer-order-card__item-price{text-align:left}}.buyer-order-card__footer{display:flex;justify-content:space-between;align-items:flex-end;padding:32px;background:linear-gradient(to bottom,var(--bg-primary),var(--bg-secondary));border-top:2px solid var(--border-default);gap:24px;position:relative}.buyer-order-card__footer:before{content:"";position:absolute;top:-2px;left:32px;right:32px;height:2px;background:linear-gradient(to right,transparent,var(--border-default),transparent)}@media(max-width:640px){.buyer-order-card__footer{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}}.buyer-order-card__total{font-size:26px;font-weight:800;color:var(--accent-green);letter-spacing:-.5px;display:flex;align-items:baseline;gap:4px;padding:8px 16px;background:#22c55e1a;border-radius:var(--radius-md);border:1px solid rgba(34,197,94,.2)}.buyer-order-card__total strong{font-weight:800}@media(max-width:768px){.buyer-order-card__total{font-size:24px}}@media(max-width:640px){.buyer-order-card__total{font-size:20px;padding:4px 8px;width:100%;justify-content:center}}.buyer-order-card__delivery{display:flex;flex-direction:column;gap:4px;text-align:right;align-items:flex-end}@media(max-width:640px){.buyer-order-card__delivery{text-align:left;align-items:flex-start;width:100%}}.buyer-order-card__delivery-city,.buyer-order-card__delivery-address{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.6;display:flex;align-items:flex-start;gap:8px;padding:4px 0}.buyer-order-card__delivery-city:not(:last-child),.buyer-order-card__delivery-address:not(:last-child){border-bottom:1px solid var(--border-default);margin-bottom:4px;padding-bottom:8px}.buyer-order-card__delivery{min-width:200px}@media(max-width:640px){.buyer-order-card__delivery{width:100%}}.buyer-order-card__actions{padding:24px 32px;border-top:2px solid var(--border-default);background:var(--bg-secondary);display:flex;flex-direction:column;gap:8px;align-items:center}@media(max-width:640px){.buyer-order-card__actions{padding:16px 24px}}.buyer-order-card__cancel-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;padding:8px 24px;background:#f851491a;border:2px solid rgba(248,81,73,.3);color:var(--accent-orange);font-weight:600;font-size:14px;border-radius:var(--radius-md);transition:all .2s ease;cursor:pointer;width:100%;max-width:100%}.buyer-order-card__cancel-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.buyer-order-card__cancel-btn{font-size:13px;padding:4px 16px}}.buyer-order-card__cancel-btn:hover:not(:disabled){background:#f8514933;border-color:var(--accent-orange);transform:translateY(-1px);box-shadow:0 2px 8px #f8514933}.buyer-order-card__cancel-btn:active:not(:disabled){transform:translateY(0)}.buyer-order-card__cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.buyer-order-card__cancel-btn{max-width:100%;font-size:13px;padding:4px 8px}}.buyer-order-card__cancel-hint{font-size:12px;color:var(--text-secondary);text-align:center;margin:0;padding:4px 8px;background:#58a6ff0d;border-radius:var(--radius-sm);line-height:1.5}.buyer-panel{display:flex;min-height:auto;height:auto;background:var(--bg-primary);padding-left:0;padding-bottom:80px;position:relative}@media(max-width:768px){.buyer-panel{padding-left:0;padding-bottom:80px}}@media(max-width:640px){.buyer-panel{padding-left:0;padding-bottom:80px}}.buyer-panel__content{flex:1;padding:32px;min-height:auto;height:auto;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}@media(max-width:768px){.buyer-panel__content{padding:24px}}@media(max-width:640px){.buyer-panel__content{padding:16px}}.buyer-panel__content-wrapper{width:100%;max-width:100%;height:auto;min-height:auto;animation:smoothFadeIn .4s ease-out;box-sizing:border-box}.buyer-panel__content-wrapper>*{width:100%!important;max-width:100%!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important}.buyer-sidebar,.buyer-sidebar__overlay,[class*=buyer-sidebar]{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;margin:0!important;border:none!important;overflow:hidden!important;position:absolute!important;left:-9999px!important;pointer-events:none!important}.buyer-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:var(--bg-secondary);border-top:1px solid var(--border-default);padding:4px 8px;z-index:150;box-shadow:0 -2px 8px #0000000d;width:100%;box-sizing:border-box;justify-content:space-around;align-items:center}.buyer-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.625rem;cursor:pointer;transition:all .2s ease;flex:1;max-width:80px}.buyer-bottom-nav__item:hover{background:var(--bg-hover)}.buyer-bottom-nav__item--active{color:#007aff;font-weight:600}.buyer-bottom-nav__item__icon{font-size:24px;line-height:1}.buyer-bottom-nav__item__label{font-size:.625rem;line-height:1.2;text-align:center}.seller-dashboard{width:100%;max-width:100%;min-height:500px;box-sizing:border-box}.seller-dashboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--border-default);gap:10px}@media(max-width:768px){.seller-dashboard__header{margin-bottom:24px;padding-bottom:16px}}@media(max-width:640px){.seller-dashboard__header{flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:16px;padding-bottom:8px}}.seller-dashboard__title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0;letter-spacing:-.02em}@media(max-width:768px){.seller-dashboard__title{font-size:2rem}}@media(max-width:640px){.seller-dashboard__title{font-size:1.75rem}}.seller-dashboard__period-selector{display:flex;gap:8px;background:var(--bg-secondary);padding:8px;border-radius:var(--radius-md);border:1px solid var(--border-default);margin-left:10px}.seller-dashboard__period-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;flex:1;min-width:0;padding:8px 24px;background:transparent;border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}.seller-dashboard__period-btn:disabled{opacity:.5;cursor:not-allowed}.seller-dashboard__period-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.seller-dashboard__period-btn.active{background:var(--accent-blue);color:#fff}.seller-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}@media(max-width:768px){.seller-dashboard__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}}@media(max-width:640px){.seller-dashboard__grid{grid-template-columns:1fr;gap:8px;margin-bottom:16px}}.seller-dashboard__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;display:flex;align-items:flex-start;gap:24px;transition:all .3s ease;border:2px solid var(--border-default)}[data-theme=light] .seller-dashboard__card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-dashboard__card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.seller-dashboard__card{padding:24px;gap:16px}}@media(max-width:640px){.seller-dashboard__card{padding:16px;gap:8px;flex-direction:column;align-items:center;text-align:center}}.seller-dashboard__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:var(--accent-blue)}.seller-dashboard__card--revenue{border-color:#22c55e4d;background:linear-gradient(135deg,rgba(34,197,94,.05),var(--bg-primary))}.seller-dashboard__card--revenue:hover{border-color:#22c55e80}.seller-dashboard__card--orders{border-color:#58a6ff4d;background:linear-gradient(135deg,rgba(88,166,255,.05),var(--bg-primary))}.seller-dashboard__card--orders:hover{border-color:#58a6ff80}.seller-dashboard__card--products{border-color:#facc154d;background:linear-gradient(135deg,rgba(250,204,21,.05),var(--bg-primary))}.seller-dashboard__card--products:hover{border-color:#facc1580}.seller-dashboard__card--active{border-color:#f851494d;background:linear-gradient(135deg,rgba(248,81,73,.05),var(--bg-primary))}.seller-dashboard__card--active:hover{border-color:#f8514980}.seller-dashboard__card-icon{font-size:48px;line-height:1}@media(max-width:768px){.seller-dashboard__card-icon{font-size:40px}}@media(max-width:640px){.seller-dashboard__card-icon{font-size:36px}}.seller-dashboard__card-content{flex:1}@media(max-width:640px){.seller-dashboard__card-content{width:100%}}.seller-dashboard__card-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0 0 8px;text-transform:none;letter-spacing:normal;line-height:1.4}.seller-dashboard__card-value{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 4px;line-height:1.2}@media(max-width:768px){.seller-dashboard__card-value{font-size:1.75rem}}@media(max-width:640px){.seller-dashboard__card-value{font-size:1.5rem}}.seller-dashboard__card-subtitle{font-size:.8125rem;color:var(--text-muted);margin:0;line-height:1.5}.seller-dashboard__section{margin-top:32px;padding-top:32px;border-top:2px solid var(--border-default)}@media(max-width:768px){.seller-dashboard__section{margin-top:24px;padding-top:24px}}@media(max-width:640px){.seller-dashboard__section{margin-top:16px;padding-top:16px}}.seller-dashboard__section-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 24px}@media(max-width:768px){.seller-dashboard__section-title{font-size:18px;margin-bottom:16px}}@media(max-width:640px){.seller-dashboard__section-title{font-size:16px;margin-bottom:8px}}.seller-dashboard__top-products{display:flex;flex-direction:column;gap:16px}.seller-dashboard__top-product{background:var(--bg-secondary);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;align-items:center;gap:16px;border:1px solid var(--border-default);transition:all .2s ease}[data-theme=light] .seller-dashboard__top-product{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .seller-dashboard__top-product:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.seller-dashboard__top-product:hover{border-color:var(--accent-blue);transform:translate(4px)}.seller-dashboard__top-product-rank{font-size:24px;font-weight:700;color:var(--accent-blue);min-width:40px;text-align:center}.seller-dashboard__top-product-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-default)}.seller-dashboard__top-product-info{flex:1}.seller-dashboard__top-product-name{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.seller-dashboard__top-product-stats{font-size:13px;color:var(--text-secondary);margin:0}.seller-dashboard__chart{display:flex;align-items:flex-end;gap:16px;height:200px;padding:24px;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-default)}@media(max-width:768px){.seller-dashboard__chart{height:180px;padding:16px;gap:8px}}@media(max-width:640px){.seller-dashboard__chart{gap:4px;padding:8px;height:150px}}.seller-dashboard__chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;gap:4px}.seller-dashboard__chart-bar-fill{width:100%;background:linear-gradient(to top,var(--accent-blue),var(--accent-blue-light));border-radius:var(--radius-sm) var(--radius-sm) 0 0;min-height:4px;transition:all .3s ease;cursor:pointer}.seller-dashboard__chart-bar-fill:hover{opacity:.8;transform:scaleY(1.05)}.seller-dashboard__chart-bar-label{font-size:11px;color:var(--text-muted);text-align:center;writing-mode:horizontal-tb}.seller-dashboard__chart-bar-value{font-size:12px;font-weight:600;color:var(--text-primary)}.seller-dashboard__loading,.seller-dashboard__error{text-align:center;padding:48px;color:var(--text-secondary)}.seller-dashboard__error{color:var(--color-error)}.seller-dashboard--pro{background:linear-gradient(135deg,#3b82f60d,#2563eb0d);border:2px solid rgba(59,130,246,.2);box-shadow:0 4px 12px #3b82f61a}.seller-dashboard--pro .seller-profile-header__avatar{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}[data-theme=light] .seller-dashboard--pro{background:linear-gradient(135deg,#3b82f614,#2563eb1f);border:2px solid rgba(59,130,246,.35);box-shadow:0 4px 16px #3b82f633,0 0 0 1px #3b82f61a}[data-theme=light] .seller-dashboard--pro .seller-profile-header__avatar{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f64d}.seller-dashboard--max{background:linear-gradient(135deg,#8b5cf614,#7c3aed14);border:3px solid rgba(139,92,246,.3);box-shadow:0 6px 20px #8b5cf626;position:relative;overflow:hidden}.seller-dashboard--max:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#7c3aed,#8b5cf6);background-size:200% 100%;animation:shimmer 3s infinite}.seller-dashboard--max .seller-profile-header__avatar{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf64d}[data-theme=light] .seller-dashboard--max{background:linear-gradient(135deg,#8b5cf61f,#7c3aed29);border:3px solid rgba(139,92,246,.45);box-shadow:0 8px 24px #8b5cf640,0 0 0 1px #8b5cf626}[data-theme=light] .seller-dashboard--max:before{height:5px;opacity:.9}[data-theme=light] .seller-dashboard--max .seller-profile-header__avatar{border-color:#7c3aed;box-shadow:0 0 0 4px #8b5cf666}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.seller-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:var(--bg-secondary);border-top:1px solid var(--border-default);padding:4px 8px;z-index:150;box-shadow:0 -2px 8px #0000000d;width:100%;box-sizing:border-box;justify-content:space-around;align-items:center}.seller-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.625rem;cursor:pointer;transition:all .2s ease;flex:1;max-width:80px}.seller-bottom-nav__item:hover{background:var(--bg-hover)}.seller-bottom-nav__item--active{color:#007aff;font-weight:600}.seller-bottom-nav__item__icon{font-size:24px;line-height:1}.seller-bottom-nav__item__label{font-size:.625rem;line-height:1.2;text-align:center}.seller-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;min-height:400px}.seller-empty-state__icon{font-size:64px;opacity:.3;margin-bottom:24px}.seller-empty-state__title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 8px}.seller-empty-state__description{font-size:.9375rem;color:var(--text-secondary);margin:0 0 24px;max-width:400px;line-height:1.6}.seller-empty-state__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:16px 32px}.seller-empty-state__action:disabled{opacity:.5;cursor:not-allowed}.seller-empty-state__action:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.seller-empty-state__action:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.seller-empty-state__action:hover:not(:disabled):before{width:300px;height:300px}.seller-empty-state__action:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .seller-empty-state__action{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .seller-empty-state__action:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.seller-skeleton__card{background:var(--bg-secondary);padding:32px;border-radius:12px;border:1px solid var(--border-default);margin-bottom:24px}.seller-skeleton__line{height:16px;background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:4px;margin-bottom:8px}.seller-skeleton__line--title{height:24px;width:60%;margin-bottom:16px}.seller-skeleton__line--text{height:14px;width:100%}.seller-skeleton__line--short{width:40%}.cat-header{background:var(--bg-secondary);border-bottom:1px solid var(--border-default);padding:16px 0;position:sticky;top:0;z-index:150}.cat-header__inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){.cat-header__inner{padding:0 16px;gap:16px}}@media(max-width:640px){.cat-header__inner{padding:0 8px;gap:8px;flex-wrap:wrap}}.cat-header__logo{font-size:20px;font-weight:700;color:var(--text-primary);text-decoration:none;transition:opacity .15s cubic-bezier(.2,0,0,1)}@media(max-width:768px){.cat-header__logo{font-size:18px}}@media(max-width:640px){.cat-header__logo{font-size:16px}}.cat-header__logo:hover{opacity:.8}.cat-header__nav{display:flex;align-items:center;gap:16px}@media(max-width:640px){.cat-header__nav{gap:8px;flex-wrap:wrap}}.cat-header__link{font-size:14px;color:var(--text-secondary);text-decoration:none;padding:4px 8px;border-radius:var(--radius-sm);transition:all .15s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.cat-header__link{font-size:12px;padding:4px}}.cat-header__link:hover{color:var(--text-primary);background:var(--bg-hover)}.cat-header__cart{position:relative;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);padding:8px;height:36px;width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.cat-header__cart:disabled{opacity:.5;cursor:not-allowed}.cat-header__cart:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cat-header__cart:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cat-header__cart:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.cat-header__cart:hover{background:var(--bg-hover);transform:translateY(-1px)}.cat-header__cart:active{transform:translateY(0)}.cat-header__cart__icon{width:20px;height:20px}.cat-header__cart__count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent-orange);border-radius:9px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;z-index:2}.cat-page{min-height:100vh;background:var(--bg-primary)}.cat-page__main{max-width:1400px;margin:0 auto;padding:32px 24px}@media(max-width:768px){.cat-page__main{padding:24px 16px}}@media(max-width:640px){.cat-page__main{padding:16px 8px}}.cat-page__header{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:32px}@media(max-width:768px){.cat-page__header{margin-bottom:24px;gap:8px}}@media(max-width:640px){.cat-page__header{margin-bottom:16px;gap:4px}}.cat-page__back{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px 16px}.cat-page__back:disabled{opacity:.5;cursor:not-allowed}.cat-page__back:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cat-page__back:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cat-page__back:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.cat-page__back{padding:4px 8px;font-size:13px}}.cat-page__title{font-size:24px;font-weight:600;color:var(--text-primary)}@media(max-width:768px){.cat-page__title{font-size:20px}}@media(max-width:640px){.cat-page__title{font-size:18px}}.cat-page__count{font-size:14px;color:var(--text-muted)}@media(max-width:640px){.cat-page__count{font-size:12px}}.cat-page__filters{display:flex;gap:8px;flex-wrap:wrap;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;margin-bottom:32px}[data-theme=light] .cat-page__filters{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cat-page__filters:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.cat-page__filters{padding:8px;margin-bottom:24px}}@media(max-width:640px){.cat-page__filters{flex-direction:column;padding:8px;margin-bottom:16px;gap:4px}}.cat-page__filter{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;min-width:150px;flex:1;max-width:200px;height:36px}.cat-page__filter::-moz-placeholder{color:var(--text-muted)}.cat-page__filter::placeholder{color:var(--text-muted)}.cat-page__filter:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .cat-page__filter:focus{box-shadow:0 0 0 3px #0066cc1f}.cat-page__filter:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.cat-page__filter{min-width:100%;max-width:100%;width:100%}}.cat-page__filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;padding:8px 16px}.cat-page__filter-reset:disabled{opacity:.5;cursor:not-allowed}.cat-page__filter-reset:hover:not(:disabled){background:#e03d3d}@media(max-width:640px){.cat-page__filter-reset{width:100%}}.cat-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:32px;padding-right:8px}@media(max-width:768px){.cat-page__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-bottom:24px}}@media(max-width:640px){.cat-page__grid{grid-template-columns:1fr;gap:8px;margin-bottom:16px}}.cat-page__loading,.cat-page__error,.cat-page__empty{text-align:center;padding:48px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative}[data-theme=light] .cat-page__loading,[data-theme=light] .cat-page__error,[data-theme=light] .cat-page__empty{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cat-page__loading:hover,[data-theme=light] .cat-page__error:hover,[data-theme=light] .cat-page__empty:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.cat-page__loading,.cat-page__error,.cat-page__empty{padding:32px}}@media(max-width:640px){.cat-page__loading,.cat-page__error,.cat-page__empty{padding:24px}}.cat-page__spinner{width:32px;height:32px;border:2px solid var(--border-default);border-top-color:var(--accent-blue);border-radius:50%;margin:0 auto 16px;animation:spin .8s linear infinite}.cat-page__pagination{display:flex;align-items:center;justify-content:center;gap:16px}@media(max-width:640px){.cat-page__pagination{flex-wrap:wrap;gap:8px}}.cat-page__pagination-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:8px 16px}.cat-page__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.cat-page__pagination-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cat-page__pagination-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cat-page__pagination-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.cat-page__pagination-btn{padding:4px 8px;font-size:13px}}.cat-page__pagination-info{font-size:14px;color:var(--text-muted)}@media(max-width:640px){.cat-page__pagination-info{font-size:12px;width:100%;text-align:center}}.cat-product-card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);position:relative;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1)}[data-theme=light] .cat-product-card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cat-product-card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.cat-product-card:hover{border-color:var(--accent-blue);box-shadow:0 8px 24px #00000026,0 2px 8px #5b9bd51a;transform:translateY(-2px)}[data-theme=light] .cat-product-card:hover{box-shadow:0 12px 32px #0000001f,0 4px 12px #0066cc14}.cat-product-card__image{width:100%;height:200px;overflow:hidden;background:var(--bg-tertiary);margin:0;position:relative}.cat-product-card__image .cat-product-card__badge{position:absolute;top:8px;left:8px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--accent-orange),#f85149);box-shadow:0 2px 4px #00000040;z-index:10}.cat-product-card__image .cat-product-card__badge--new{background:linear-gradient(135deg,#2ea043,#3fb950)}.cat-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s cubic-bezier(.2,0,0,1)}.cat-product-card__image .cat-product-card__favorite{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:#fffffff2;border:1px solid var(--border-default);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s cubic-bezier(.2,0,0,1);z-index:3;box-shadow:0 2px 6px #0000001f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cat-product-card__image .cat-product-card__favorite svg{width:20px;height:20px;transition:transform .15s cubic-bezier(.2,0,0,1),color .15s cubic-bezier(.2,0,0,1);color:var(--text-primary)}.cat-product-card__image .cat-product-card__favorite:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 10px #0000002e}.cat-product-card__image .cat-product-card__favorite:hover svg{transform:scale(1.15);color:var(--text-primary)}.cat-product-card__image .cat-product-card__favorite:active{transform:scale(.95)}.cat-product-card__image .cat-product-card__favorite--active{background:#f8514926;border-color:#f85149}.cat-product-card__image .cat-product-card__favorite--active svg{color:#f85149}.cat-product-card__image .cat-product-card__favorite--active:hover{background:#f8514933}.cat-product-card__image .cat-product-card__favorite--active:hover svg{color:#f85149}.cat-product-card__image .cat-product-card__favorite:disabled{opacity:.6;cursor:not-allowed;transform:none!important}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite{background:#1e1e1ef2;border-color:var(--border-default)}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite svg{color:var(--text-primary)}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite:hover{background:#282828}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite:hover svg{color:var(--text-primary)}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite--active{background:#f8514933;border-color:#f85149}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite--active svg{color:#f85149}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite--active:hover{background:#f851494d}[data-theme=dark] .cat-product-card__image .cat-product-card__favorite--active:hover svg{color:#f85149}.cat-product-card:hover .cat-product-card__image img{transform:scale(1.05)}.cat-product-card__info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}@media(max-width:640px){.cat-product-card__info{padding:8px;gap:4px}}.cat-product-card header{margin:0}.cat-product-card__title{font-size:15px;font-weight:600;margin:0;line-height:1.4;color:var(--text-primary);transition:color .15s cubic-bezier(.2,0,0,1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-product-card:hover .cat-product-card__title{color:var(--accent-blue)}@media(max-width:640px){.cat-product-card__title{font-size:14px}}.cat-product-card__price{font-size:20px;font-weight:700;color:var(--accent-green);transition:color .15s cubic-bezier(.2,0,0,1)}.cat-product-card:hover .cat-product-card__price{color:var(--accent-green)}@media(max-width:640px){.cat-product-card__price{font-size:18px}}.cat-product-card__views{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-top:4px}@media(max-width:640px){.cat-product-card__views{font-size:11px}}.cat-product-card__auction-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;font-size:11px;font-weight:700;border-radius:999px;margin-bottom:4px;box-shadow:0 2px 6px #ff6b354d;text-transform:uppercase;letter-spacing:.5px}[data-theme=light] .cat-product-card__auction-badge{background:linear-gradient(135deg,#ff6b35,#ff8c42);box-shadow:0 2px 8px #ff6b3566}.cat-product-card__meta{display:flex;flex-direction:column;gap:4px;margin-top:auto;padding-top:4px;border-top:1px solid var(--border-default)}.cat-product-card__seller{font-size:13px;color:var(--text-secondary)}.cat-product-card__city{font-size:12px;color:var(--text-muted)}.cat-product-card__whatsapp{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#25d366;color:#fff;text-decoration:none;border-radius:var(--radius-sm);font-size:12px;font-weight:500;transition:all .15s cubic-bezier(.2,0,0,1);margin-top:4px}.cat-product-card__whatsapp:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 2px 4px #25d3664d}@media(max-width:640px){.cat-product-card__whatsapp{font-size:11px;padding:4px}}.cat-product-card__date{font-size:12px;color:var(--text-muted)}.carousel{width:100%;height:500px;position:relative;margin:24px 0;overflow:hidden;z-index:20;border-radius:var(--radius-xl)}@media(max-width:768px){.carousel{height:400px}}@media(max-width:640px){.carousel{height:300px;margin:24px 0 16px;position:relative;z-index:20;border-radius:var(--radius-lg)}}.carousel__shield{width:100%;height:100%;display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:16px}.carousel__shield::-webkit-scrollbar{display:none}@media(max-width:640px){.carousel__shield{gap:8px;padding:8px}}.carousel--item{min-width:300px;height:100%;border-radius:var(--radius-lg);background-size:cover;background-position:center;position:relative;cursor:pointer;transition:transform .2s cubic-bezier(.2,0,0,1);box-shadow:var(--shadow-md);flex-shrink:0}@media(max-width:768px){.carousel--item{min-width:250px}}@media(max-width:640px){.carousel--item{min-width:200px}}@media(max-width:768px){.carousel--item{min-width:280px}}@media(max-width:640px){.carousel--item{min-width:260px}}.carousel--item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0000004d 40%,#000000d9);transition:background .2s cubic-bezier(.2,0,0,1);border-radius:var(--radius-lg);z-index:2}[data-theme=light] .carousel--item:before{background:linear-gradient(180deg,#0000,#0003 40%,#000c)}.carousel--item:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.carousel--item:hover:before{background:linear-gradient(180deg,#0000,#0006 40%,#000000e6)}.carousel--item__content{position:absolute;bottom:0;left:0;right:0;padding:60px 40px;z-index:10;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 50%,transparent 100%);border-radius:0 0 var(--radius-lg) var(--radius-lg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:768px){.carousel--item__content{padding:48px 32px}}@media(max-width:640px){.carousel--item__content{padding:32px 24px}}.carousel--item__eyebrow{font-size:12px;font-weight:500;color:#fffc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(max-width:640px){.carousel--item__eyebrow{font-size:11px}}.carousel--item__title{font-size:42px;font-weight:700;color:#fff;margin-bottom:16px;text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.5);line-height:1.2}@media(max-width:768px){.carousel--item__title{font-size:36px}}@media(max-width:640px){.carousel--item__title{font-size:28px;margin-bottom:8px}}.carousel--item__descr{font-size:18px;color:#fffffff2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.7),0 1px 2px rgba(0,0,0,.5);line-height:1.6;margin-bottom:16px}@media(max-width:768px){.carousel--item__descr{font-size:16px}}@media(max-width:640px){.carousel--item__descr{font-size:14px;margin-bottom:8px}}.carousel--item__cta{display:flex;align-items:center;gap:4px;color:#fff;font-size:14px;font-weight:600;margin-top:8px;text-shadow:0 1px 3px rgba(0,0,0,.5);transition:all .15s cubic-bezier(.2,0,0,1)}.carousel--item__cta svg{transition:transform .15s cubic-bezier(.2,0,0,1)}.carousel--item:hover .carousel--item__cta{color:var(--accent-blue)}.carousel--item:hover .carousel--item__cta svg{transform:translate(4px)}.carousel--button{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;z-index:10;padding:0;background:#1e293bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0000004d;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);display:inline-flex;align-items:center;justify-content:center}.carousel--button svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.5}@media(max-width:640px){.carousel--button{width:44px;height:44px}.carousel--button svg{width:20px;height:20px}}.carousel--button:hover:not(:disabled){background:#1e293bf2;border-color:#fff3;box-shadow:0 6px 20px #0006;transform:translateY(-50%) scale(1.1);color:#fff}.carousel--button:active:not(:disabled){transform:translateY(-50%) scale(1.05)}.carousel--button:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .carousel--button{background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 16px #0000001f;color:var(--text-primary)}[data-theme=light] .carousel--button svg{stroke-width:2}[data-theme=light] .carousel--button:hover:not(:disabled){background:#fff;border-color:#00000026;box-shadow:0 6px 24px #0000002e;transform:translateY(-50%) scale(1.1)}.carousel--left{left:24px}@media(max-width:640px){.carousel--left{left:12px}}.carousel--right{right:24px}@media(max-width:640px){.carousel--right{right:12px}}.carousel__dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10;padding:8px 16px;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px}@media(max-width:640px){.carousel__dots{bottom:16px;gap:8px;padding:6px 12px}}.carousel__dot{width:12px;height:12px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);padding:0}@media(max-width:640px){.carousel__dot{width:10px;height:10px}}.carousel__dot:hover{background:#fff9;transform:scale(1.2)}.carousel__dot--active{background:var(--accent-blue);width:32px;border-radius:6px;box-shadow:0 2px 8px #58a6ff66}@media(max-width:640px){.carousel__dot--active{width:24px}}[data-theme=light] .carousel__dot--active{background:var(--accent-blue);box-shadow:0 2px 8px #06c6}.carousel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.carousel-modal--active{opacity:1;visibility:visible}.carousel-modal__content{position:relative;width:100%;max-width:900px;max-height:90vh;background:var(--bg-secondary);border-radius:24px;box-shadow:0 24px 80px #0006;overflow:hidden;display:flex;flex-direction:column;transform:scale(.95) translateY(30px);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s ease;box-sizing:border-box;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .carousel-modal__content{background:#fff;box-shadow:0 24px 80px #00000026;border-color:#0000000d}.carousel-modal--active .carousel-modal__content{transform:scale(1) translateY(0);opacity:1}@media(max-width:640px){.carousel-modal__content{max-width:95vw;max-height:95vh;border-radius:20px}}.carousel-modal__close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1002;transition:all .2s cubic-bezier(.2,0,0,1);color:var(--text-primary)}@media(max-width:640px){.carousel-modal__close{width:40px;height:40px;top:12px;right:12px}}.carousel-modal__close:hover{background:#fff3;transform:rotate(90deg)}.carousel-modal__close-icon{font-size:24px;font-weight:300;line-height:1}.carousel-modal__image{width:100%;max-width:100%;height:auto;max-height:450px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:var(--bg-tertiary);flex-shrink:0;display:block;margin:0 0 32px;padding:0;border-radius:16px;box-shadow:0 8px 24px #00000026}[data-theme=light] .carousel-modal__image{box-shadow:0 8px 24px #0000001a}@media(max-width:768px){.carousel-modal__image{max-height:350px;margin-bottom:24px}}@media(max-width:640px){.carousel-modal__image{max-height:280px;border-radius:12px;margin-bottom:20px}}.carousel-modal__body{padding:56px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);display:flex;flex-direction:column;gap:32px;flex:1;min-height:0;width:100%;box-sizing:border-box}.carousel-modal__body::-webkit-scrollbar{width:8px;height:8px}.carousel-modal__body::-webkit-scrollbar-track{background:var(--bg-secondary)}.carousel-modal__body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.carousel-modal__body::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.carousel-modal__body{padding:40px;gap:24px}}@media(max-width:640px){.carousel-modal__body{padding:32px 24px;gap:16px}}.carousel-modal__eyebrow{font-size:12px;font-weight:600;color:var(--accent-blue);text-transform:uppercase;letter-spacing:1px}.carousel-modal__title{font-size:36px;font-weight:700;color:var(--text-primary);margin:0 0 16px;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;box-sizing:border-box;letter-spacing:-.02em}@media(max-width:768px){.carousel-modal__title{font-size:32px}}@media(max-width:640px){.carousel-modal__title{font-size:28px;margin-bottom:12px}}.carousel-modal__text{font-size:17px;line-height:1.85;color:#374151;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;margin:0}[data-theme=dark] .carousel-modal__text{color:var(--text-secondary)}@media(max-width:640px){.carousel-modal__text{font-size:16px;line-height:1.75}}.carousel-modal__full-text{display:flex;flex-direction:column;gap:20px}@media(max-width:640px){.carousel-modal__full-text{gap:16px}}.carousel-modal__full-text p{margin:0;font-size:17px;line-height:1.85;color:#374151}[data-theme=dark] .carousel-modal__full-text p{color:var(--text-secondary)}@media(max-width:640px){.carousel-modal__full-text p{font-size:16px;line-height:1.75}}.carousel-modal__actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:640px){.carousel-modal__actions{flex-direction:column;gap:12px;margin-top:20px}}.carousel-modal__btn{padding:14px 32px;border-radius:var(--radius-md);font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .2s cubic-bezier(.2,0,0,1);min-width:140px}@media(max-width:640px){.carousel-modal__btn{width:100%;padding:16px 24px}}.carousel-modal__btn--primary{background:var(--accent-blue);color:#fff}.carousel-modal__btn--primary:hover{background:var(--accent-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff4d}[data-theme=light] .carousel-modal__btn--primary{background:var(--accent-blue);color:#fff}[data-theme=light] .carousel-modal__btn--primary:hover{background:var(--accent-blue-dark);box-shadow:0 4px 12px #0066cc4d}.carousel-modal__btn--secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-default)}.carousel-modal__btn--secondary:hover{background:var(--bg-hover);border-color:var(--border-muted)}[data-theme=light] .carousel-modal__btn--secondary{background:#f9fafb;color:var(--text-primary)}[data-theme=light] .carousel-modal__btn--secondary:hover{background:#f3f4f6}.carousel-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;z-index:1002;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.carousel-modal__close{width:36px;height:36px;top:8px;right:8px}}.carousel-modal__close:hover{background:#000000e6;border-color:#fff6;transform:scale(1.1)}.carousel-modal__close-icon{font-size:24px;line-height:1;color:#fff;font-weight:300}@media(max-width:640px){.carousel-modal__close-icon{font-size:20px}}.product-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0d1117d9;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto}[data-theme=light] .product-search-overlay{background:#0f141926}@media(max-width:640px){.product-search-overlay{align-items:flex-start;padding:16px}}.product-search{max-width:1200px;width:100%;margin:0 auto;padding:32px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;gap:24px;z-index:1001;max-height:calc(100vh - 48px);overflow-y:auto}[data-theme=light] .product-search{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .product-search:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.product-search{padding:24px}}@media(max-width:640px){.product-search{padding:16px;max-height:calc(100vh - 32px)}}.product-search__heading{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.product-search__title{font-size:20px;font-weight:600;color:var(--text-primary)}.product-search__subtitle{font-size:14px;color:var(--text-secondary)}.product-search__header{width:100%}.product-search__header .product-search__input{padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;width:100%;height:40px;font-size:14px}.product-search__header .product-search__input::-moz-placeholder{color:var(--text-muted)}.product-search__header .product-search__input::placeholder{color:var(--text-muted)}.product-search__header .product-search__input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-search__header .product-search__input:focus{box-shadow:0 0 0 3px #0066cc1f}.product-search__header .product-search__input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-search__recent{margin-top:8px;margin-bottom:8px;display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:12px;color:var(--text-muted)}.product-search__recent-label{font-weight:500}.product-search__recent-list{display:flex;flex-wrap:wrap;gap:4px}.product-search__recent-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);height:26px;padding:0 8px;font-size:12px;border-radius:999px}.product-search__recent-item:disabled{opacity:.5;cursor:not-allowed}.product-search__recent-item:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-search__recent-item:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-search__recent-item:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-search__filters{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:640px){.product-search__filters{flex-direction:column}}.product-search__filter{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;min-width:160px;flex:1;max-width:220px;height:36px}.product-search__filter::-moz-placeholder{color:var(--text-muted)}.product-search__filter::placeholder{color:var(--text-muted)}.product-search__filter:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-search__filter:focus{box-shadow:0 0 0 3px #0066cc1f}.product-search__filter:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-search__filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);height:36px;padding:0 16px;white-space:nowrap}.product-search__filter-reset:disabled{opacity:.5;cursor:not-allowed}.product-search__filter-reset:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-search__filter-reset:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-search__filter-reset:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-search__loading,.product-search__empty{text-align:center;padding:32px;color:var(--text-secondary)}.product-search__results{display:flex;flex-direction:column;gap:16px}.product-search__count{font-size:14px;color:var(--text-muted)}.product-search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;max-height:calc(100vh - 400px);overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.product-search__grid::-webkit-scrollbar{width:8px;height:8px}.product-search__grid::-webkit-scrollbar-track{background:var(--bg-secondary)}.product-search__grid::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.product-search__grid::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.product-search__grid{max-height:calc(100vh - 300px)}}@media(max-width:768px){.product-search__grid{max-height:calc(100vh - 350px)}}.product-search__item{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .product-search__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .product-search__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.product-search__item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.product-search__item-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;background:var(--bg-tertiary)}.product-search__item-info{padding:16px;display:flex;flex-direction:column;gap:4px}.product-search__item-name{font-size:15px;font-weight:600;margin:0}.product-search__item-price{font-size:14px;font-weight:600;color:var(--accent-green)}.product-search__pagination{display:flex;align-items:center;justify-content:center;gap:16px}.product-search__pagination button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:4px 16px;height:32px}.product-search__pagination button:disabled{opacity:.5;cursor:not-allowed}.product-search__pagination button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-search__pagination button:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-search__pagination button:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-search__pagination span{font-size:14px;color:var(--text-muted)}.product-search__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:0;font-size:18px;line-height:1;cursor:pointer;z-index:1002}.product-search__close:disabled{opacity:.5;cursor:not-allowed}.product-search__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-search__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-search__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.home-promo{padding:48px 0}.home-promo__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px}@media(max-width:768px){.home-promo__inner{grid-template-columns:1fr}}.home-promo__text{display:flex;flex-direction:column;gap:16px}.home-promo__title{font-size:28px;font-weight:700;color:var(--text-primary)}.home-promo__subtitle{font-size:15px;color:var(--text-secondary)}.home-promo__actions{display:flex;gap:8px;flex-wrap:wrap}.home-promo__btn{height:40px;padding:0 24px;border-radius:16px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s cubic-bezier(.2,0,0,1)}.home-promo__btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden}.home-promo__btn--primary:disabled{opacity:.5;cursor:not-allowed}.home-promo__btn--primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.home-promo__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.home-promo__btn--primary:hover:not(:disabled):before{width:300px;height:300px}.home-promo__btn--primary:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .home-promo__btn--primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .home-promo__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.home-promo__btn--secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.home-promo__btn--secondary:disabled{opacity:.5;cursor:not-allowed}.home-promo__btn--secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.home-promo__btn--secondary:active:not(:disabled){transform:translateY(0)}[data-theme=light] .home-promo__btn--secondary:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.home-promo__highlights{display:flex;flex-direction:column;gap:8px}.home-promo__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:4px}[data-theme=light] .home-promo__card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .home-promo__card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.home-promo__card h3{font-size:15px;font-weight:600;margin:0}.home-promo__card p{font-size:13px;color:var(--text-secondary);margin:0}.home-random{padding:48px 0}.home-random__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:24px}.home-random__header{display:flex;flex-direction:column;gap:4px}.home-random__title{font-size:22px;font-weight:700;color:var(--text-primary)}.home-random__subtitle,.home-random__loading{font-size:14px;color:var(--text-secondary)}.home-random__carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.home-random__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .home-random__card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .home-random__card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.home-random__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.home-random__card-image{width:100%;height:180px;background:var(--bg-tertiary)}.home-random__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-random__card-body{padding:16px;display:flex;flex-direction:column;gap:4px}.home-random__card-title{font-size:14px;font-weight:600;margin:0}.home-random__card-price{font-size:16px;font-weight:700;color:var(--accent-green);transition:color .15s cubic-bezier(.2,0,0,1)}.home-random__card-title{transition:color .15s cubic-bezier(.2,0,0,1)}.home-random__card:hover .home-random__card-title{color:var(--accent-blue)}.home-random__card-auction-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;font-size:11px;font-weight:700;border-radius:999px;margin-bottom:4px;box-shadow:0 2px 6px #ff6b354d;text-transform:uppercase;letter-spacing:.5px}.home-random__card-city{font-size:12px;color:var(--text-muted)}.marketing-blocks{padding:80px 0;margin-top:80px}@media(max-width:640px){.marketing-blocks{padding:48px 0;margin-top:48px}}.marketing-blocks__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){.marketing-blocks__inner{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.marketing-blocks__inner{grid-template-columns:1fr;gap:16px}}.marketing-card{background:var(--bg-secondary);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000000f;border:1px solid var(--border-default);position:relative;overflow:hidden}[data-theme=light] .marketing-card{background:#fff;box-shadow:0 4px 20px #0000000f}.marketing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent-blue);transform:scaleX(0);transition:transform .3s ease}.marketing-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0000001f;border-color:var(--accent-blue)}.marketing-card:hover:before{transform:scaleX(1)}[data-theme=light] .marketing-card:hover{box-shadow:0 12px 40px #0000001a}.marketing-card__icon{width:56px;height:56px;font-size:32px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));transition:transform .3s ease}.marketing-card:hover .marketing-card__icon{transform:scale(1.1) rotate(5deg)}.marketing-card--blue .marketing-card__icon{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark))}.marketing-card--green .marketing-card__icon{background:linear-gradient(135deg,var(--accent-green),var(--accent-green-dark))}.marketing-card--orange .marketing-card__icon{background:linear-gradient(135deg,var(--accent-orange),var(--accent-orange-dark))}.marketing-card--purple .marketing-card__icon{background:linear-gradient(135deg,var(--accent-purple),var(--accent-purple-dark))}.marketing-card--blue:before{background:var(--accent-blue)}.marketing-card--green:before{background:var(--accent-green)}.marketing-card--orange:before{background:var(--accent-orange)}.marketing-card--purple:before{background:var(--accent-purple)}.marketing-card__title{font-size:22px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3}@media(max-width:640px){.marketing-card__title{font-size:20px}}.marketing-card__description{font-size:15px;line-height:1.7;color:#6b7280;margin:0;flex:1}[data-theme=dark] .marketing-card__description{color:var(--text-secondary)}@media(max-width:640px){.marketing-card__description{font-size:14px;line-height:1.6}}.marketing-card__cta{margin-top:auto;padding:10px 20px;background:transparent;border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.marketing-card__cta:hover{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue);transform:translateY(-2px)}@media(max-width:640px){.marketing-card{padding:24px;gap:16px}}.home-bottom-promo{padding:48px 0 32px}.home-bottom-promo__inner{max-width:1200px;margin:0 auto;padding:0 24px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.home-bottom-promo__block{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;display:flex;flex-direction:column;gap:8px}.home-bottom-promo__block h3{font-size:18px;font-weight:700;margin:0;color:var(--text-primary)}.home-bottom-promo__block p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.5}.home-subscription{padding:48px 0;background:linear-gradient(135deg,#3b82f608,#8b5cf608)}.home-subscription__inner{max-width:1200px;margin:0 auto;padding:0 24px}.home-subscription__content{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:48px;display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:center}[data-theme=light] .home-subscription__content{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .home-subscription__content:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:768px){.home-subscription__content{grid-template-columns:1fr;gap:32px;padding:32px}}@media(max-width:640px){.home-subscription__content{padding:24px;gap:24px}}.home-subscription__image{display:flex;align-items:center;justify-content:center}.home-subscription__image-placeholder{width:200px;height:200px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #3b82f633}@media(max-width:640px){.home-subscription__image-placeholder{width:150px;height:150px}}.home-subscription__icon{font-size:80px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@media(max-width:640px){.home-subscription__icon{font-size:60px}}.home-subscription__text{display:flex;flex-direction:column;gap:16px}.home-subscription__title{font-size:32px;font-weight:700;margin:0;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:640px){.home-subscription__title{font-size:24px}}.home-subscription__description{font-size:16px;color:var(--text-secondary);line-height:1.6;margin:0}@media(max-width:640px){.home-subscription__description{font-size:14px}}.home-subscription__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.home-subscription__features li{font-size:15px;color:var(--text-primary);display:flex;align-items:center;gap:8px}@media(max-width:640px){.home-subscription__features li{font-size:14px}}.home-subscription__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:16px 32px;font-size:16px;font-weight:600;border-radius:var(--radius-md);align-self:flex-start;margin-top:8px}.home-subscription__btn:disabled{opacity:.5;cursor:not-allowed}.home-subscription__btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.home-subscription__btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.home-subscription__btn:hover:not(:disabled):before{width:300px;height:300px}.home-subscription__btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .home-subscription__btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .home-subscription__btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.home-subscription__btn{width:100%;padding:8px 24px;font-size:14px}}.home-bottom-promo__block{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;display:flex;flex-direction:column;gap:4px;transition:all .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .home-bottom-promo__block{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .home-bottom-promo__block:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.home-bottom-promo__block:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f;border-color:var(--accent-blue)}[data-theme=light] .home-bottom-promo__block:hover{box-shadow:0 12px 32px #0000001a}.home-bottom-promo__block h3{font-size:16px;font-weight:600;margin:0;transition:color .15s cubic-bezier(.2,0,0,1)}.home-bottom-promo__block:hover h3{color:var(--accent-blue)}.home-bottom-promo__block p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.6}.favorites-page{padding:48px 0}.favorites-page__inner{max-width:1200px;margin:0 auto;padding:0 24px 32px}.favorites-page__title{font-size:22px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.favorites-page__empty{font-size:14px;color:var(--text-secondary)}.favorites-page__grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.favorites-page__card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1)}[data-theme=light] .favorites-page__card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .favorites-page__card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.favorites-page__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.favorites-page__image{width:100%;height:180px;background:var(--bg-tertiary);position:relative}.favorites-page__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.favorites-page__remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:1px solid var(--border-default);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .15s cubic-bezier(.2,0,0,1);z-index:10;box-shadow:0 2px 4px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.favorites-page__remove:hover{background:#ff00001a;border-color:#f85149;transform:scale(1.1)}.favorites-page__remove:active{transform:scale(.95)}.favorites-page__body{padding:16px;display:flex;flex-direction:column;gap:4px}.favorites-page__name{font-size:14px;font-weight:600}.favorites-page__price{font-size:14px;font-weight:600;color:var(--accent-green)}.marketing-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.marketing-modal--active{opacity:1;visibility:visible}.marketing-modal__content{position:relative;width:100%;max-width:700px;max-height:90vh;background:var(--bg-secondary);border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden;display:flex;flex-direction:column;transform:scale(.9) translateY(20px);transition:transform .3s cubic-bezier(.34,1.56,.64,1);box-sizing:border-box}.marketing-modal--active .marketing-modal__content{transform:scale(1) translateY(0)}@media(max-width:640px){.marketing-modal__content{max-width:95vw;max-height:95vh;border-radius:16px}}.marketing-modal__close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1002;transition:all .2s cubic-bezier(.2,0,0,1);color:var(--text-primary)}@media(max-width:640px){.marketing-modal__close{width:40px;height:40px;top:12px;right:12px}}.marketing-modal__close:hover{background:#fff3;transform:rotate(90deg)}.marketing-modal__close-icon{font-size:24px;font-weight:300;line-height:1}@media(max-width:640px){.marketing-modal__close-icon{font-size:20px}}.marketing-modal__body{padding:48px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.marketing-modal__body::-webkit-scrollbar{width:8px;height:8px}.marketing-modal__body::-webkit-scrollbar-track{background:var(--bg-secondary)}.marketing-modal__body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.marketing-modal__body::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.marketing-modal__body{padding:24px;gap:16px}}.marketing-modal__icon{width:80px;height:80px;font-size:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:16px}.marketing-modal__icon--blue{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark))}.marketing-modal__icon--green{background:linear-gradient(135deg,var(--accent-green),var(--accent-green-dark))}.marketing-modal__icon--orange{background:linear-gradient(135deg,var(--accent-orange),var(--accent-orange-dark))}.marketing-modal__icon--purple{background:linear-gradient(135deg,var(--accent-purple),var(--accent-purple-dark))}.marketing-modal__title{font-size:32px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}@media(max-width:768px){.marketing-modal__title{font-size:28px}}@media(max-width:640px){.marketing-modal__title{font-size:24px}}.marketing-modal__text{font-size:16px;line-height:1.8;color:#374151;margin:0;text-align:left}[data-theme=dark] .marketing-modal__text{color:var(--text-secondary)}@media(max-width:640px){.marketing-modal__text{font-size:15px;line-height:1.7}}.marketing-modal__btn{padding:14px 32px;border-radius:var(--radius-md);font-size:16px;font-weight:600;cursor:pointer;border:none;background:var(--accent-blue);color:#fff;transition:all .2s cubic-bezier(.2,0,0,1);margin-top:16px}.marketing-modal__btn:hover{background:var(--accent-blue-dark);transform:translateY(-2px);box-shadow:0 4px 12px #58a6ff4d}[data-theme=light] .marketing-modal__btn{background:var(--accent-blue);color:#fff}[data-theme=light] .marketing-modal__btn:hover{background:var(--accent-blue-dark);box-shadow:0 4px 12px #0066cc4d}@media(max-width:640px){.marketing-modal__btn{width:100%;padding:16px 24px}}.carousel-modal--detail{z-index:1011}.carousel-modal__content--large{max-width:1000px}.carousel-modal__full-text{display:flex;flex-direction:column;gap:16px}.cat-modal-overlay,.cart-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1117cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .3s cubic-bezier(.2,0,0,1);overflow-y:auto}@media(max-width:640px){.cat-modal-overlay,.cart-modal-overlay{align-items:flex-start;padding:16px}}.cat-modal{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:900px;width:100%;max-height:90vh;overflow-y:scroll;position:relative;animation:slideUp .3s cubic-bezier(.2,0,0,1);scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}[data-theme=light] .cat-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cat-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.cat-modal::-webkit-scrollbar{width:8px;height:8px}.cat-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.cat-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.cat-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.cat-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;z-index:1002;font-size:18px}.cat-modal__close:disabled{opacity:.5;cursor:not-allowed}.cat-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cat-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cat-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.cat-modal__close:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.cat-modal__content{display:grid;grid-template-columns:1.2fr 1fr;height:100%}@media(max-width:768px){.cat-modal__content{grid-template-columns:1fr}}.cat-modal__gallery{background:var(--bg-tertiary);padding:24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.cat-modal__gallery::-webkit-scrollbar{width:8px;height:8px}.cat-modal__gallery::-webkit-scrollbar-track{background:var(--bg-secondary)}.cat-modal__gallery::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.cat-modal__gallery::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.cat-modal__gallery{padding:16px}}@media(max-width:640px){.cat-modal__gallery{padding:8px;gap:8px}}.cat-modal__main-image{width:100%;height:400px;-o-object-fit:contain;object-fit:contain;background:var(--bg-secondary);border-radius:var(--radius-md)}@media(max-width:768px){.cat-modal__main-image{height:300px}}@media(max-width:640px){.cat-modal__main-image{height:250px}}.cat-modal__thumbnails{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.cat-modal__thumbnails::-webkit-scrollbar{display:none}.cat-modal__thumb{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;opacity:.6;transition:all .15s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.cat-modal__thumb{width:50px;height:50px}}.cat-modal__thumb:hover{opacity:.9}.cat-modal__thumb.active{opacity:1;border-color:var(--accent-blue)}.cat-modal__details{padding:32px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.cat-modal__details::-webkit-scrollbar{width:8px;height:8px}.cat-modal__details::-webkit-scrollbar-track{background:var(--bg-secondary)}.cat-modal__details::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.cat-modal__details::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.cat-modal__details{padding:24px}}@media(max-width:640px){.cat-modal__details{padding:16px;gap:8px}}.cat-modal__details h2{font-size:20px;font-weight:600}@media(max-width:768px){.cat-modal__details h2{font-size:18px}}@media(max-width:640px){.cat-modal__details h2{font-size:16px}}.cat-modal__price{font-size:24px;font-weight:600;color:var(--accent-green)}@media(max-width:768px){.cat-modal__price{font-size:22px}}@media(max-width:640px){.cat-modal__price{font-size:20px}}.cat-modal__description{font-size:14px;color:var(--text-secondary);line-height:1.6}.cat-modal__meta{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:16px;display:flex;flex-direction:column;gap:8px}[data-theme=light] .cat-modal__meta{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cat-modal__meta:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.cat-modal__meta p{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.cat-modal__meta p strong{color:var(--text-primary)}.cat-modal__add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px}.cat-modal__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.cat-modal__add-to-cart:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.cat-modal__add-to-cart:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.cat-modal__add-to-cart:hover:not(:disabled):before{width:300px;height:300px}.cat-modal__add-to-cart:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .cat-modal__add-to-cart{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .cat-modal__add-to-cart:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1117cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .3s cubic-bezier(.2,0,0,1);overflow-y:auto}@media(max-width:640px){.product-modal-overlay{align-items:flex-start;padding:16px}}.product-modal{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:960px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;overflow-y:scroll;animation:slideUp .3s cubic-bezier(.2,0,0,1);scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);box-shadow:0 20px 60px #0000004d}[data-theme=light] .product-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .product-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.product-modal::-webkit-scrollbar{width:8px;height:8px}.product-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.product-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.product-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .product-modal{box-shadow:0 24px 80px #00000026}.product-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;z-index:1002;font-size:18px}.product-modal__close:disabled{opacity:.5;cursor:not-allowed}.product-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-modal__close:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.product-modal__content{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;height:100%}@media(max-width:768px){.product-modal__content{grid-template-columns:1fr}}.product-modal__gallery{background:var(--bg-tertiary);padding:24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.product-modal__gallery::-webkit-scrollbar{width:8px;height:8px}.product-modal__gallery::-webkit-scrollbar-track{background:var(--bg-secondary)}.product-modal__gallery::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.product-modal__gallery::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.product-modal__gallery{padding:16px}}@media(max-width:640px){.product-modal__gallery{padding:8px;gap:8px}}.product-modal__main-image{position:relative;width:100%;min-height:300px;max-height:500px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}@media(max-width:768px){.product-modal__main-image{min-height:250px;max-height:400px}}@media(max-width:640px){.product-modal__main-image{min-height:200px;max-height:300px}}.product-modal__main-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s cubic-bezier(.2,0,0,1);cursor:zoom-in}.product-modal__main-image:hover img{transform:scale(1.05)}.product-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;font-size:18px;transition:all .15s cubic-bezier(.2,0,0,1)}@media(max-width:640px){.product-modal__nav{width:28px;height:28px;font-size:16px}}.product-modal__nav--prev{left:8px}@media(max-width:640px){.product-modal__nav--prev{left:4px}}.product-modal__nav--next{right:8px}@media(max-width:640px){.product-modal__nav--next{right:4px}}.product-modal__nav:hover{background:#000000e6;transform:translateY(-50%) scale(1.05)}.product-modal__image-counter{position:absolute;bottom:8px;right:8px;padding:2px 8px;border-radius:999px;background:#0009;color:#fff;font-size:11px}.product-modal__thumbnails{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-modal__thumbnails::-webkit-scrollbar{display:none}.product-modal__thumbnail{width:60px;height:60px;min-width:60px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;opacity:.6;cursor:pointer;transition:all .15s cubic-bezier(.2,0,0,1);background:var(--bg-secondary)}@media(max-width:640px){.product-modal__thumbnail{width:50px;height:50px;min-width:50px}}.product-modal__thumbnail:hover{opacity:.9}.product-modal__thumbnail.active{opacity:1;border-color:var(--accent-blue)}.product-modal__no-image{flex-direction:column;gap:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.product-modal__info{padding:32px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.product-modal__info::-webkit-scrollbar{width:8px;height:8px}.product-modal__info::-webkit-scrollbar-track{background:var(--bg-secondary)}.product-modal__info::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.product-modal__info::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:768px){.product-modal__info{padding:24px}}@media(max-width:640px){.product-modal__info{padding:16px;gap:8px}}.product-modal__actions{display:flex;align-items:center;gap:16px;margin-top:16px;padding:24px;background:var(--bg-tertiary);border-radius:var(--radius-md);border-top:2px solid var(--border-default)}@media(max-width:640px){.product-modal__actions{flex-direction:column;gap:8px;padding:16px}}.product-modal__quantity{display:flex;align-items:center;gap:4px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:4px}@media(max-width:640px){.product-modal__quantity{width:100%;justify-content:center}}.product-modal__quantity-btn{width:36px;height:36px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:0;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);flex-shrink:0}.product-modal__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.product-modal__quantity-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__quantity-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__quantity-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.product-modal__quantity-btn{width:40px;height:40px}}.product-modal__quantity-btn:hover:not(:disabled){background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;transform:scale(1.05)}.product-modal__quantity-btn:active:not(:disabled){transform:scale(.95)}.product-modal__quantity-input{width:60px;height:36px;text-align:center;border:none;background:transparent;color:var(--text-primary);font-size:16px;font-weight:600;padding:0}@media(max-width:640px){.product-modal__quantity-input{flex:1;width:auto}}.product-modal__quantity-input:focus{outline:none}.product-modal__quantity-input::-webkit-inner-spin-button,.product-modal__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-modal__quantity-input[type=number]{-moz-appearance:textfield}.product-modal__add-btn{display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;flex:1;padding:16px 24px;font-size:16px;font-weight:700;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px}.product-modal__add-btn:disabled{opacity:.5;cursor:not-allowed}.product-modal__add-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.product-modal__add-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.product-modal__add-btn:hover:not(:disabled):before{width:300px;height:300px}.product-modal__add-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .product-modal__add-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .product-modal__add-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.product-modal__add-btn{width:100%;padding:16px;font-size:15px}}.product-modal__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #5b9bd566}.product-modal__add-btn:active:not(:disabled){transform:translateY(0)}.product-modal__add-btn.adding{opacity:.7;cursor:wait}.product-modal__title{font-size:28px;font-weight:800;line-height:1.3;letter-spacing:-.5px;background:linear-gradient(135deg,var(--text-primary),var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}[data-theme=light] .product-modal__title{background:linear-gradient(135deg,#0f1419,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.product-modal__title{font-size:24px}}@media(max-width:640px){.product-modal__title{font-size:22px}}.product-modal__price-block{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#70ad471a,#5a9a3a1a);border-radius:var(--radius-md);border:1px solid rgba(112,173,71,.2);margin-bottom:16px}[data-theme=light] .product-modal__price-block{background:linear-gradient(135deg,#00a04614,#008a3a14);border-color:#00a04626}.product-modal__price{font-size:32px;font-weight:800;background:linear-gradient(135deg,var(--accent-green),#5a9a3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1}[data-theme=light] .product-modal__price{background:linear-gradient(135deg,#00a046,#008a3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.product-modal__price{font-size:28px}}@media(max-width:640px){.product-modal__price{font-size:24px}}@media(max-width:640px){.product-modal__price{font-size:18px}}.product-modal__in-cart-badge{font-size:12px;padding:2px 8px;border-radius:999px;background:#2ea0431f;color:var(--accent-green);font-weight:600}.product-modal__views{font-size:13px;color:var(--text-secondary);display:flex;align-items:center;gap:4px;margin-top:4px}@media(max-width:640px){.product-modal__views{font-size:12px}}.product-modal__rating-summary{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary)}.product-modal__rating-value{font-weight:600;color:var(--accent-orange)}.product-modal__rating-count{font-size:12px;color:var(--text-muted)}.product-modal__specs{display:flex;flex-direction:column;gap:4px;font-size:13px}.product-modal__spec{display:flex;gap:4px}.product-modal__spec-label{font-weight:600;color:var(--text-primary)}.product-modal__spec-value{color:var(--text-secondary)}.product-modal__description{font-size:14px;color:var(--text-secondary);line-height:1.6}.product-modal__seller{display:flex;flex-direction:column;gap:4px}.product-modal__seller-name{font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.product-modal__seller-badge{padding:2px 8px;border-radius:999px;font-size:11px;background:#2ea0431f;color:var(--accent-green);font-weight:600}.product-modal__whatsapp{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;background:#25d366;color:#fff;text-decoration:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;transition:all .15s cubic-bezier(.2,0,0,1);margin-top:8px}.product-modal__whatsapp:hover{background:#20ba5a;transform:translateY(-1px);box-shadow:0 2px 4px #25d3664d}.product-modal__reviews{display:flex;flex-direction:column;gap:8px;margin-top:8px}.product-modal__reviews-title{font-size:14px;font-weight:600}.product-modal__reviews-empty{font-size:13px;color:var(--text-muted)}.product-modal__reviews-list{display:flex;flex-direction:column;gap:4px}.product-modal__review{padding:8px;border-radius:var(--radius-sm);background:var(--bg-tertiary)}.product-modal__review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.product-modal__review-author{font-size:13px;font-weight:600}.product-modal__review-rating{font-size:13px;color:#f1c40f}.product-modal__review-text{font-size:13px;color:var(--text-secondary)}.product-modal__review-form{display:flex;flex-direction:column;gap:4px;margin-top:4px}.product-modal__review-row{display:flex;gap:4px}.product-modal__review-input,.product-modal__review-select{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;height:32px;font-size:13px}.product-modal__review-input::-moz-placeholder,.product-modal__review-select::-moz-placeholder{color:var(--text-muted)}.product-modal__review-input::placeholder,.product-modal__review-select::placeholder{color:var(--text-muted)}.product-modal__review-input:focus,.product-modal__review-select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-modal__review-input:focus,[data-theme=light] .product-modal__review-select:focus{box-shadow:0 0 0 3px #0066cc1f}.product-modal__review-input:hover:not(:focus),.product-modal__review-select:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-modal__review-textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;resize:vertical;min-height:60px;font-size:13px}.product-modal__review-textarea::-moz-placeholder{color:var(--text-muted)}.product-modal__review-textarea::placeholder{color:var(--text-muted)}.product-modal__review-textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-modal__review-textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.product-modal__review-textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-modal__review-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);align-self:flex-start;height:32px;padding:0 16px;font-size:13px}.product-modal__review-submit:disabled{opacity:.5;cursor:not-allowed}.product-modal__review-submit:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__review-submit:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__review-submit:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-modal__favorite-btn{margin-top:8px;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);padding:0 16px;height:36px;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:4px}.product-modal__favorite-btn:disabled{opacity:.5;cursor:not-allowed}.product-modal__favorite-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__favorite-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__favorite-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-modal__favorite-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#f851491a;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.product-modal__favorite-btn .product-modal__favorite-icon{width:18px;height:18px;transition:color .15s cubic-bezier(.2,0,0,1);color:var(--text-primary)}.product-modal__favorite-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__favorite-btn:hover:before{width:200px;height:200px}.product-modal__favorite-btn:hover .product-modal__favorite-icon{color:var(--text-primary)}.product-modal__favorite-btn.is-active{background:#f851491a;border-color:#f85149;color:#f85149;box-shadow:0 2px 8px #f8514933}.product-modal__favorite-btn.is-active .product-modal__favorite-icon{color:#f85149}.product-modal__favorite-btn.is-active:hover{background:#f8514926;box-shadow:0 4px 12px #f851494d}.product-modal__favorite-btn.is-active:hover .product-modal__favorite-icon{color:#f85149}[data-theme=dark] .product-modal__favorite-btn .product-modal__favorite-icon,[data-theme=dark] .product-modal__favorite-btn:hover .product-modal__favorite-icon{color:var(--text-primary)}[data-theme=dark] .product-modal__favorite-btn.is-active .product-modal__favorite-icon,[data-theme=dark] .product-modal__favorite-btn.is-active:hover .product-modal__favorite-icon{color:#f85149}.product-modal__report{margin-top:8px;display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:var(--radius-md);background:var(--bg-tertiary)}.product-modal__report-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);height:28px;padding:0 16px;font-size:12px;align-self:flex-start}.product-modal__report-toggle:disabled{opacity:.5;cursor:not-allowed}.product-modal__report-toggle:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__report-toggle:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__report-toggle:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-modal__report-form{display:flex;flex-direction:column;gap:4px}.product-modal__report-select{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;height:32px;font-size:13px}.product-modal__report-select::-moz-placeholder{color:var(--text-muted)}.product-modal__report-select::placeholder{color:var(--text-muted)}.product-modal__report-select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-modal__report-select:focus{box-shadow:0 0 0 3px #0066cc1f}.product-modal__report-select:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-modal__report-textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;resize:vertical;min-height:60px;font-size:13px}.product-modal__report-textarea::-moz-placeholder{color:var(--text-muted)}.product-modal__report-textarea::placeholder{color:var(--text-muted)}.product-modal__report-textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-modal__report-textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.product-modal__report-textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.product-modal__report-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);align-self:flex-start;height:30px;padding:0 16px;font-size:12px}.product-modal__report-submit:disabled{opacity:.5;cursor:not-allowed}.product-modal__report-submit:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.product-modal__report-submit:active:not(:disabled){transform:translateY(0)}[data-theme=light] .product-modal__report-submit:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.product-modal__similar{margin-top:16px;display:flex;flex-direction:column;gap:8px}.product-modal__similar-title{font-size:14px;font-weight:600}.product-modal__similar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.product-modal__similar-card{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:4px;display:flex;flex-direction:column;gap:4px}[data-theme=light] .product-modal__similar-card{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .product-modal__similar-card:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.product-modal__similar-image{width:100%;height:80px;background:var(--bg-tertiary)}.product-modal__similar-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-modal__similar-body{display:flex;flex-direction:column;gap:2px}.product-modal__similar-name{font-size:12px;font-weight:500}.product-modal__similar-price{font-size:12px;font-weight:600;color:var(--accent-green)}.product-modal__chat{margin-top:16px;display:flex;flex-direction:column;gap:4px}.product-modal__chat-title{font-size:14px;font-weight:600}.product-modal__chat-window{max-height:200px;border-radius:var(--radius-md);border:1px solid var(--border-default);padding:4px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-tertiary)}.product-modal__chat-window::-webkit-scrollbar{width:8px;height:8px}.product-modal__chat-window::-webkit-scrollbar-track{background:var(--bg-secondary)}.product-modal__chat-window::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.product-modal__chat-window::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.product-modal__chat-empty{font-size:13px;color:var(--text-muted)}.product-modal__chat-message{display:flex}.product-modal__chat-message--buyer,.product-modal__chat-message--guest{justify-content:flex-end}.product-modal__chat-message--seller{justify-content:flex-start}.product-modal__chat-bubble{max-width:80%;padding:4px 8px;border-radius:999px;font-size:13px}.product-modal__chat-message--buyer .product-modal__chat-bubble,.product-modal__chat-message--guest .product-modal__chat-bubble{background:var(--accent-blue);color:#fff}.product-modal__chat-message--seller .product-modal__chat-bubble{background:var(--bg-secondary);color:var(--text-primary)}.product-modal__chat-form{display:flex;gap:8px;margin-top:4px;align-items:center}@media(max-width:640px){.product-modal__chat-form{flex-direction:column;gap:4px}}.product-modal__chat-input{width:100%;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;flex:1;height:36px;font-size:14px;border-radius:999px;padding:0 16px}.product-modal__chat-input::-moz-placeholder{color:var(--text-muted)}.product-modal__chat-input::placeholder{color:var(--text-muted)}.product-modal__chat-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .product-modal__chat-input:focus{box-shadow:0 0 0 3px #0066cc1f}.product-modal__chat-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}@media(max-width:640px){.product-modal__chat-input{width:100%;height:32px;font-size:13px;padding:0 8px}}.product-modal__chat-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;height:36px;padding:0 24px;font-size:13px;font-weight:600;border-radius:999px;white-space:nowrap}.product-modal__chat-send:disabled{opacity:.5;cursor:not-allowed}.product-modal__chat-send:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.product-modal__chat-send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.product-modal__chat-send:hover:not(:disabled):before{width:300px;height:300px}.product-modal__chat-send:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .product-modal__chat-send{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .product-modal__chat-send:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}@media(max-width:640px){.product-modal__chat-send{width:100%;height:32px;font-size:12px;padding:0 16px}}.cart-modal{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.2,0,0,1);overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}[data-theme=light] .cart-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cart-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.cart-modal::-webkit-scrollbar{width:8px;height:8px}.cart-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.cart-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.cart-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.cart-modal__header{padding:24px;border-bottom:1px solid var(--border-default);display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.cart-modal__header{padding:16px}}@media(max-width:640px){.cart-modal__header{padding:8px}}.cart-modal__header h2{font-size:18px;font-weight:600}@media(max-width:768px){.cart-modal__header h2{font-size:16px}}@media(max-width:640px){.cart-modal__header h2{font-size:14px}}.cart-modal__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;font-size:18px}.cart-modal__close:disabled{opacity:.5;cursor:not-allowed}.cart-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cart-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cart-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.cart-modal__close:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.cart-modal__items{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.cart-modal__items::-webkit-scrollbar{width:8px;height:8px}.cart-modal__items::-webkit-scrollbar-track{background:var(--bg-secondary)}.cart-modal__items::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.cart-modal__items::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.cart-modal__items{padding:8px;gap:4px}}.cart-modal__empty{text-align:center;padding:48px}@media(max-width:768px){.cart-modal__empty{padding:32px}}@media(max-width:640px){.cart-modal__empty{padding:24px}}.cart-modal__empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}@media(max-width:768px){.cart-modal__empty-icon{font-size:40px}}@media(max-width:640px){.cart-modal__empty-icon{font-size:36px;margin-bottom:8px}}.cart-modal__item{display:flex;gap:16px;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative}[data-theme=light] .cart-modal__item{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .cart-modal__item:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.cart-modal__item{gap:8px;padding:8px;flex-wrap:wrap}}.cart-modal__item-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-sm)}@media(max-width:640px){.cart-modal__item-image{width:50px;height:50px}}.cart-modal__item-info{flex:1}.cart-modal__item-info h4{font-size:14px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-modal__item-price{font-size:16px;font-weight:600;color:var(--accent-green)}.cart-modal__item-controls{display:flex;align-items:center;gap:4px}@media(max-width:640px){.cart-modal__item-controls{width:100%;justify-content:center}}.cart-modal__item-btn{width:28px;height:28px;display:flex;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);padding:0;font-size:16px}.cart-modal__item-btn:disabled{opacity:.5;cursor:not-allowed}.cart-modal__item-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cart-modal__item-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cart-modal__item-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}@media(max-width:640px){.cart-modal__item-btn{width:24px;height:24px;font-size:14px}}.cart-modal__item-qty{font-weight:600;min-width:24px;text-align:center;font-size:14px}@media(max-width:640px){.cart-modal__item-qty{font-size:13px}}.cart-modal__item-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f851491a;border:1px solid rgba(248,81,73,.3);border-radius:var(--radius-sm);color:var(--accent-orange);font-size:14px;cursor:pointer}@media(max-width:640px){.cart-modal__item-remove{width:24px;height:24px;font-size:12px}}.cart-modal__item-remove:hover{background:#f8514933}.cart-modal__footer{padding:24px;border-top:1px solid var(--border-default);display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.cart-modal__footer{padding:16px}}@media(max-width:640px){.cart-modal__footer{padding:8px;gap:8px}}.cart-modal__total{display:flex;align-items:center;justify-content:space-between;font-size:18px}@media(max-width:768px){.cart-modal__total{font-size:16px}}@media(max-width:640px){.cart-modal__total{font-size:15px;flex-direction:column;gap:4px;text-align:center}}.cart-modal__total strong{font-size:20px;color:var(--accent-green)}@media(max-width:768px){.cart-modal__total strong{font-size:18px}}@media(max-width:640px){.cart-modal__total strong{font-size:16px}}.cart-modal__checkout{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px}.cart-modal__checkout:disabled{opacity:.5;cursor:not-allowed}.cart-modal__checkout:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.cart-modal__checkout:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.cart-modal__checkout:hover:not(:disabled):before{width:300px;height:300px}.cart-modal__checkout:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .cart-modal__checkout{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .cart-modal__checkout:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.cart-modal__clear{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);width:100%;padding:8px}.cart-modal__clear:disabled{opacity:.5;cursor:not-allowed}.cart-modal__clear:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cart-modal__clear:active:not(:disabled){transform:translateY(0)}[data-theme=light] .cart-modal__clear:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.cart-modal__checkout-form{display:flex;flex-direction:column;gap:8px}.cart-modal__fields{display:flex;flex-direction:column;gap:4px}.cart-modal__field-input{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;height:36px;font-size:14px}.cart-modal__field-input::-moz-placeholder{color:var(--text-muted)}.cart-modal__field-input::placeholder{color:var(--text-muted)}.cart-modal__field-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .cart-modal__field-input:focus{box-shadow:0 0 0 3px #0066cc1f}.cart-modal__field-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.cart-modal__field-select{width:100%;padding:8px 32px 8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;height:36px;font-size:14px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b8bcc4' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cart-modal__field-select::-moz-placeholder{color:var(--text-muted)}.cart-modal__field-select::placeholder{color:var(--text-muted)}.cart-modal__field-select:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .cart-modal__field-select:focus{box-shadow:0 0 0 3px #0066cc1f}.cart-modal__field-select:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.cart-modal__field-select:focus{border-color:var(--accent-blue);outline:none}.cart-modal__field-select option{background:var(--bg-secondary);color:var(--text-primary)}.cart-modal__field-hint{font-size:12px;color:var(--text-secondary);padding:4px 8px;background:#58a6ff1a;border:1px solid rgba(88,166,255,.2);border-radius:var(--radius-sm);margin-top:-4px}.cart-modal__field-hint strong{color:var(--accent-blue);font-weight:600}.cart-modal__field-textarea{width:100%;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;resize:vertical;min-height:70px;font-size:14px}.cart-modal__field-textarea::-moz-placeholder{color:var(--text-muted)}.cart-modal__field-textarea::placeholder{color:var(--text-muted)}.cart-modal__field-textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .cart-modal__field-textarea:focus{box-shadow:0 0 0 3px #0066cc1f}.cart-modal__field-textarea:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.cart-modal__field-info{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md)}.cart-modal__field-label{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.cart-modal__field-value{font-size:14px;color:var(--text-primary);font-weight:500}.cart-modal__checkout-actions{display:flex;gap:8px}@media(max-width:640px){.cart-modal__checkout-actions{flex-direction:column;gap:4px}}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1117d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .3s cubic-bezier(.2,0,0,1);animation:fadeIn .2s ease-out}@media(max-width:640px){.confirm-modal-overlay{padding:16px}}.confirm-modal{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:420px;width:100%;padding:0;position:relative;animation:slideUp .3s cubic-bezier(.2,0,0,1);animation:slideUp .3s cubic-bezier(.4,0,.2,1);overflow:hidden;border:2px solid var(--border-default)}[data-theme=light] .confirm-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .confirm-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.confirm-modal__icon{font-size:64px;text-align:center;padding:32px 32px 16px;background:linear-gradient(to bottom,var(--bg-secondary),var(--bg-primary));border-bottom:2px solid var(--border-default);animation:pulse 2s ease-in-out infinite}@media(max-width:768px){.confirm-modal__icon{font-size:56px;padding:24px 24px 8px}}@media(max-width:640px){.confirm-modal__icon{font-size:48px;padding:16px 16px 4px}}.confirm-modal__title{font-size:22px;font-weight:700;color:var(--text-primary);text-align:center;margin:0;padding:0 32px 8px;letter-spacing:-.3px}@media(max-width:768px){.confirm-modal__title{font-size:20px;padding:0 24px 4px}}@media(max-width:640px){.confirm-modal__title{font-size:18px;padding:0 16px 4px}}.confirm-modal__message{font-size:15px;color:var(--text-secondary);text-align:center;line-height:1.6;margin:0;padding:0 32px 32px}@media(max-width:768px){.confirm-modal__message{font-size:14px;padding:0 24px 24px}}@media(max-width:640px){.confirm-modal__message{font-size:13px;padding:0 16px 16px}}.confirm-modal__actions{display:flex;gap:8px;padding:24px 32px;background:var(--bg-secondary);border-top:2px solid var(--border-default)}@media(max-width:640px){.confirm-modal__actions{flex-direction:column-reverse;padding:16px 24px}}.confirm-modal__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;flex:1;padding:16px 24px;font-size:15px;font-weight:600;border-radius:var(--radius-md);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent}.confirm-modal__btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.confirm-modal__btn{font-size:14px;padding:8px 16px}}@media(max-width:640px){.confirm-modal__btn{width:100%;font-size:13px;padding:4px 8px}}.confirm-modal__btn--cancel{background:var(--bg-tertiary);border-color:var(--border-default);color:var(--text-secondary)}.confirm-modal__btn--cancel:hover{background:var(--bg-hover);border-color:var(--border-muted);color:var(--text-primary);transform:translateY(-1px)}.confirm-modal__btn--cancel:active{transform:translateY(0)}.confirm-modal__btn--confirm--warning{background:linear-gradient(135deg,#facc1526,#facc151a);border-color:#facc1566;color:#facc15}.confirm-modal__btn--confirm--warning:hover{background:linear-gradient(135deg,#facc1540,#facc1526);border-color:#facc15;box-shadow:0 4px 12px #facc1533;transform:translateY(-1px)}.confirm-modal__btn--confirm--danger{background:linear-gradient(135deg,#f8514926,#f851491a);border-color:#f8514966;color:var(--accent-orange);font-weight:700}.confirm-modal__btn--confirm--danger:hover{background:linear-gradient(135deg,#f8514940,#f8514926);border-color:var(--accent-orange);box-shadow:0 4px 12px #f851494d;transform:translateY(-1px)}.confirm-modal__btn--confirm--danger:active{transform:translateY(0)}.confirm-modal__btn--confirm--info{background:linear-gradient(135deg,#58a6ff26,#58a6ff1a);border-color:#58a6ff66;color:var(--accent-blue)}.confirm-modal__btn--confirm--info:hover{background:linear-gradient(135deg,#58a6ff40,#58a6ff26);border-color:var(--accent-blue);box-shadow:0 4px 12px #58a6ff33;transform:translateY(-1px)}.confirm-modal__btn--confirm:active{transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.auction-bid{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:24px;margin-top:16px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,var(--bg-secondary),var(--bg-tertiary));border:2px solid var(--accent-orange)}[data-theme=light] .auction-bid{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .auction-bid:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}[data-theme=light] .auction-bid{background:var(--bg-secondary);border-color:var(--accent-orange)}.auction-bid__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:2px solid var(--border-default)}.auction-bid__title{font-size:20px;font-weight:700;margin:0;color:var(--text-primary);display:flex;align-items:center;gap:4px}.auction-bid__timer{font-size:14px;font-weight:600;color:var(--accent-orange);padding:4px 8px;background:#ff6b351a;border-radius:var(--radius-sm);border:1px solid rgba(255,107,53,.3)}.auction-bid__info{display:flex;flex-direction:column;gap:8px}.auction-bid__current,.auction-bid__count,.auction-bid__end{display:flex;justify-content:space-between;align-items:center;padding:8px;background:var(--bg-tertiary);border-radius:var(--radius-sm)}.auction-bid__label{font-size:13px;color:var(--text-secondary)}.auction-bid__amount{font-size:18px;font-weight:600;color:var(--accent-green)}.auction-bid__value{font-size:14px;font-weight:500;color:var(--text-primary)}.auction-bid__form{display:flex;flex-direction:column;gap:8px}.auction-bid__input-group{display:flex;flex-direction:column;gap:4px}.auction-bid__input{padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;width:100%}.auction-bid__input::-moz-placeholder{color:var(--text-muted)}.auction-bid__input::placeholder{color:var(--text-muted)}.auction-bid__input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .auction-bid__input:focus{box-shadow:0 0 0 3px #0066cc1f}.auction-bid__input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.auction-bid__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%}.auction-bid__submit:disabled{opacity:.5;cursor:not-allowed}.auction-bid__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.auction-bid__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.auction-bid__submit:hover:not(:disabled):before{width:300px;height:300px}.auction-bid__submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .auction-bid__submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .auction-bid__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.auction-bid__login{padding:16px;text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-sm);font-size:13px;color:var(--text-secondary)}.auction-bid__expired{padding:16px;text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-secondary)}.auction-bid__bids{display:flex;flex-direction:column;gap:8px}.auction-bid__bids-title{font-size:14px;font-weight:600;margin:0;color:var(--text-primary)}.auction-bid__bids-list{display:flex;flex-direction:column;gap:4px;list-style:none;padding:0;margin:0}.auction-bid__bid-item{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background:var(--bg-tertiary);border-radius:var(--radius-sm);font-size:13px}.auction-bid__bid-name{color:var(--text-secondary)}.auction-bid__bid-amount{font-weight:600;color:var(--accent-green)}.auction-bid__loading{text-align:center;padding:16px;color:var(--text-secondary)}.auction-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .2s ease-out}@media(max-width:640px){.auction-modal-overlay{padding:16px}}.auction-modal{border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:1000px;width:100%;max-height:95vh;display:flex;flex-direction:column;position:relative;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-secondary);border:2px solid var(--accent-orange);box-shadow:0 20px 60px #0006,0 0 0 1px #ff6b351a;animation:slideUp .3s ease-out}[data-theme=light] .auction-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .auction-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.auction-modal::-webkit-scrollbar{width:8px;height:8px}.auction-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.auction-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.auction-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .auction-modal{box-shadow:0 24px 80px #0003,0 0 0 1px #ff6b3526}.auction-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;z-index:1002;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-default)}.auction-modal__close:disabled{opacity:.5;cursor:not-allowed}.auction-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.auction-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .auction-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.auction-modal__close:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;transform:scale(1.1)}.auction-modal__header{padding:32px;border-bottom:2px solid var(--border-default);background:linear-gradient(135deg,rgba(255,107,53,.1),var(--bg-secondary));display:flex;flex-direction:column;gap:8px}@media(max-width:640px){.auction-modal__header{padding:24px}}.auction-modal__badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;font-size:12px;font-weight:700;border-radius:999px;box-shadow:0 2px 8px #ff6b3566;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content}.auction-modal__title{font-size:28px;font-weight:700;margin:0;color:var(--text-primary);line-height:1.3}@media(max-width:640px){.auction-modal__title{font-size:22px}}.auction-modal__seller{font-size:14px;color:var(--text-secondary);margin-top:4px}.auction-modal__content{padding:32px;display:flex;flex-direction:column;gap:32px}@media(max-width:640px){.auction-modal__content{padding:24px;gap:24px}}.auction-modal__gallery{display:flex;flex-direction:column;gap:16px}.auction-modal__main-image{width:100%;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-tertiary);border:1px solid var(--border-default)}.auction-modal__main-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.auction-modal__thumbnails{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.auction-modal__thumbnails::-webkit-scrollbar{width:8px;height:8px}.auction-modal__thumbnails::-webkit-scrollbar-track{background:var(--bg-secondary)}.auction-modal__thumbnails::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.auction-modal__thumbnails::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}@media(max-width:640px){.auction-modal__thumbnails{gap:4px}}.auction-modal__thumbnail{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--border-default);background:var(--bg-tertiary);cursor:pointer;flex-shrink:0;transition:all .2s cubic-bezier(.2,0,0,1);padding:0}.auction-modal__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.auction-modal__thumbnail:hover{border-color:var(--accent-orange);transform:scale(1.05)}.auction-modal__thumbnail.active{border-color:var(--accent-orange);box-shadow:0 0 0 3px #ff6b3533}.auction-modal__auction-info{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;background:linear-gradient(135deg,rgba(255,107,53,.05),var(--bg-secondary));border:2px solid rgba(255,107,53,.2);display:flex;flex-direction:column;gap:24px}[data-theme=light] .auction-modal__auction-info{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .auction-modal__auction-info:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.auction-modal__auction-info{padding:24px}}.auction-modal__price-section{display:flex;flex-direction:column;gap:4px;text-align:center;padding:24px;background:var(--bg-tertiary);border-radius:var(--radius-md)}.auction-modal__price-label{font-size:13px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.auction-modal__current-price{font-size:36px;font-weight:700;color:var(--accent-orange);line-height:1.2}@media(max-width:640px){.auction-modal__current-price{font-size:28px}}.auction-modal__start-price{font-size:14px;color:var(--text-muted);margin-top:4px}.auction-modal__timer{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid rgba(255,107,53,.3)}.auction-modal__timer-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.auction-modal__timer-value{font-size:18px;font-weight:700;color:var(--accent-orange)}.auction-modal__expired{padding:24px;text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-md);font-size:16px;font-weight:600;color:var(--text-secondary);border:1px solid var(--border-default)}.auction-modal__stats{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.auction-modal__stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);min-width:100px}.auction-modal__stat-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.auction-modal__stat-value{font-size:20px;font-weight:700;color:var(--text-primary)}.auction-modal__description{display:flex;flex-direction:column;gap:16px}.auction-modal__description h3{font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.auction-modal__description p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.auction-modal__bid-section{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:32px;background:linear-gradient(135deg,rgba(255,107,53,.05),var(--bg-secondary));border:2px solid rgba(255,107,53,.2)}[data-theme=light] .auction-modal__bid-section{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .auction-modal__bid-section:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}@media(max-width:640px){.auction-modal__bid-section{padding:24px}}.auction-modal__bid-form{display:flex;flex-direction:column;gap:16px}.auction-modal__bid-label{font-size:14px;font-weight:600;color:var(--text-primary)}.auction-modal__bid-input-group{position:relative;display:flex;align-items:center}.auction-modal__bid-input{padding:8px 80px 8px 16px;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:all .2s cubic-bezier(.2,0,0,1);margin-bottom:0;width:100%;font-size:18px;font-weight:600}.auction-modal__bid-input::-moz-placeholder{color:var(--text-muted)}.auction-modal__bid-input::placeholder{color:var(--text-muted)}.auction-modal__bid-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #5b9bd526;background:var(--bg-secondary)}[data-theme=light] .auction-modal__bid-input:focus{box-shadow:0 0 0 3px #0066cc1f}.auction-modal__bid-input:hover:not(:focus){border-color:var(--border-muted);background:var(--bg-hover)}.auction-modal__bid-currency{position:absolute;right:16px;font-size:14px;color:var(--text-muted);pointer-events:none}.auction-modal__bid-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;width:100%;padding:16px;font-size:16px;font-weight:700;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-color:#ff6b35;box-shadow:0 4px 16px #ff6b3566}.auction-modal__bid-submit:disabled{opacity:.5;cursor:not-allowed}.auction-modal__bid-submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.auction-modal__bid-submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.auction-modal__bid-submit:hover:not(:disabled):before{width:300px;height:300px}.auction-modal__bid-submit:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .auction-modal__bid-submit{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .auction-modal__bid-submit:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.auction-modal__bid-submit:hover:not(:disabled){background:linear-gradient(135deg,#ff8c42,#ffa366);box-shadow:0 6px 20px #ff6b3580;transform:translateY(-2px)}.auction-modal__bid-submit:disabled{opacity:.6;cursor:not-allowed}.auction-modal__login-prompt{padding:24px;text-align:center;background:var(--bg-tertiary);border-radius:var(--radius-md);font-size:14px;color:var(--text-secondary);border:1px solid var(--border-default)}.auction-modal__bids-history{display:flex;flex-direction:column;gap:16px}.auction-modal__bids-history h3{font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.auction-modal__bids-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary)}.auction-modal__bids-list::-webkit-scrollbar{width:8px;height:8px}.auction-modal__bids-list::-webkit-scrollbar-track{background:var(--bg-secondary)}.auction-modal__bids-list::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.auction-modal__bids-list::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}.auction-modal__bid-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1)}.auction-modal__bid-item:hover{background:var(--bg-hover);border-color:var(--accent-orange)}.auction-modal__bid-rank{font-size:16px;font-weight:700;color:var(--accent-orange);min-width:30px;text-align:center}.auction-modal__bid-info{flex:1;display:flex;flex-direction:column;gap:4px}.auction-modal__bid-name{font-size:15px;font-weight:600;color:var(--text-primary)}.auction-modal__bid-time{font-size:12px;color:var(--text-muted)}.auction-modal__bid-amount{font-size:18px;font-weight:700;color:var(--accent-orange)}.auction-modal__contacts{display:flex;gap:16px;flex-wrap:wrap}.auction-modal__whatsapp-btn,.auction-modal__phone-btn{display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);flex:1;min-width:150px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;font-size:15px;font-weight:600}.auction-modal__whatsapp-btn:disabled,.auction-modal__phone-btn:disabled{opacity:.5;cursor:not-allowed}.auction-modal__whatsapp-btn:hover:not(:disabled),.auction-modal__phone-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.auction-modal__whatsapp-btn:active:not(:disabled),.auction-modal__phone-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .auction-modal__whatsapp-btn:hover:not(:disabled),[data-theme=light] .auction-modal__phone-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.auction-modal__whatsapp-btn{background:linear-gradient(135deg,#25d366,#20ba5a);border-color:#25d366;color:#fff}.auction-modal__whatsapp-btn:hover{background:linear-gradient(135deg,#20ba5a,#1da851);box-shadow:0 4px 12px #25d36666;transform:translateY(-2px)}.auction-modal__phone-btn{background:var(--bg-tertiary);border-color:var(--border-default)}.auction-modal__phone-btn:hover{background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue)}.auction-modal__loading{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auction-winner-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .2s ease-out}@media(max-width:640px){.auction-winner-modal-overlay{padding:16px}}.auction-winner-modal{border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-default) var(--bg-secondary);background:var(--bg-secondary);border:2px solid var(--accent-blue);box-shadow:0 20px 60px #0006,0 0 0 1px #58a6ff1a;animation:slideUp .3s ease-out}[data-theme=light] .auction-winner-modal{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .auction-winner-modal:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.auction-winner-modal::-webkit-scrollbar{width:8px;height:8px}.auction-winner-modal::-webkit-scrollbar-track{background:var(--bg-secondary)}.auction-winner-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.auction-winner-modal::-webkit-scrollbar-thumb:hover{background:var(--border-muted)}[data-theme=light] .auction-winner-modal{box-shadow:0 24px 80px #0003,0 0 0 1px #58a6ff26}.auction-winner-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:inline-flex;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);border-radius:50%;padding:0;z-index:1002;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-default)}.auction-winner-modal__close:disabled{opacity:.5;cursor:not-allowed}.auction-winner-modal__close:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.auction-winner-modal__close:active:not(:disabled){transform:translateY(0)}[data-theme=light] .auction-winner-modal__close:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.auction-winner-modal__close:hover{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;transform:scale(1.1)}.auction-winner-modal__header{padding:32px;border-bottom:2px solid var(--border-default);background:linear-gradient(135deg,rgba(88,166,255,.1),var(--bg-secondary));display:flex;flex-direction:column;gap:8px}@media(max-width:640px){.auction-winner-modal__header{padding:24px}}.auction-winner-modal__title{font-size:24px;font-weight:700;margin:0;color:var(--text-primary);line-height:1.3}@media(max-width:640px){.auction-winner-modal__title{font-size:20px}}.auction-winner-modal__subtitle{font-size:14px;color:var(--text-secondary);margin:0}.auction-winner-modal__content{padding:32px;display:flex;flex-direction:column;gap:24px}@media(max-width:640px){.auction-winner-modal__content{padding:24px;gap:16px}}.auction-winner-modal__loading{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px}.auction-winner-modal__empty{text-align:center;padding:32px;color:var(--text-muted);font-size:14px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px dashed var(--border-default)}.auction-winner-modal__info{display:flex;justify-content:space-between;gap:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-default)}@media(max-width:640px){.auction-winner-modal__info{flex-direction:column;gap:8px}}.auction-winner-modal__info-item{display:flex;flex-direction:column;gap:4px}.auction-winner-modal__info-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.auction-winner-modal__info-value{font-size:18px;font-weight:700;color:var(--accent-blue)}.auction-winner-modal__bids-list{display:flex;flex-direction:column;gap:16px}.auction-winner-modal__bids-title{font-size:18px;font-weight:600;margin:0;color:var(--text-primary)}.auction-winner-modal__bid-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-tertiary);border-radius:var(--radius-md);border:2px solid var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);cursor:pointer;position:relative}.auction-winner-modal__bid-item:hover{background:var(--bg-hover);border-color:var(--accent-blue)}.auction-winner-modal__bid-item--selected{background:#58a6ff1a;border-color:var(--accent-blue);box-shadow:0 0 0 3px #58a6ff1a}.auction-winner-modal__bid-rank{font-size:16px;font-weight:700;color:var(--accent-blue);min-width:30px;text-align:center}.auction-winner-modal__bid-info{flex:1;display:flex;flex-direction:column;gap:4px}.auction-winner-modal__bid-name{font-size:15px;font-weight:600;color:var(--text-primary)}.auction-winner-modal__bid-time{font-size:12px;color:var(--text-muted)}.auction-winner-modal__bid-amount{font-size:18px;font-weight:700;color:var(--accent-blue)}.auction-winner-modal__bid-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background:var(--accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.auction-winner-modal__actions{display:flex;gap:16px;margin-top:16px}@media(max-width:640px){.auction-winner-modal__actions{flex-direction:column}}.auction-winner-modal__cancel-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-decoration:none;white-space:nowrap;background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-default);transition:all .2s cubic-bezier(.2,0,0,1);flex:1;padding:16px;font-size:15px;font-weight:600}.auction-winner-modal__cancel-btn:disabled{opacity:.5;cursor:not-allowed}.auction-winner-modal__cancel-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent-blue);color:var(--accent-blue);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.auction-winner-modal__cancel-btn:active:not(:disabled){transform:translateY(0)}[data-theme=light] .auction-winner-modal__cancel-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000014}.auction-winner-modal__cancel-btn:disabled{opacity:.6;cursor:not-allowed}.auction-winner-modal__select-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));color:#fff;font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;flex:1;padding:16px;font-size:15px;font-weight:700;background:linear-gradient(135deg,var(--accent-blue),#5a9fff);border-color:var(--accent-blue);box-shadow:0 4px 16px #58a6ff66}.auction-winner-modal__select-btn:disabled{opacity:.5;cursor:not-allowed}.auction-winner-modal__select-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.auction-winner-modal__select-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.auction-winner-modal__select-btn:hover:not(:disabled):before{width:300px;height:300px}.auction-winner-modal__select-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .auction-winner-modal__select-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .auction-winner-modal__select-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.auction-winner-modal__select-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a9fff,#4d8fff);box-shadow:0 6px 20px #58a6ff80;transform:translateY(-2px)}.auction-winner-modal__select-btn:disabled{opacity:.6;cursor:not-allowed}.subscription-plans-page{min-height:100vh;padding:48px 16px;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.subscription-plans-page__container{max-width:1200px;margin:0 auto}.subscription-plans-page__header{text-align:center;margin-bottom:48px}.subscription-plans-page__title{font-size:48px;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:640px){.subscription-plans-page__title{font-size:32px}}.subscription-plans-page__subtitle{font-size:18px;color:var(--text-secondary);margin-bottom:24px}.subscription-plans-page__current-plan{display:inline-block;padding:8px 24px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-lg);color:var(--accent-green);font-size:14px}.subscription-plans-page__plans{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 auto 48px;max-width:1200px;align-items:stretch}@media(max-width:768px){.subscription-plans-page__plans{grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px}}@media(max-width:640px){.subscription-plans-page__plans{grid-template-columns:1fr;gap:24px;max-width:100%}}.subscription-plans-page__activation{margin-top:48px}.subscription-plans-page__buyer-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-xl);max-width:600px;margin:48px auto;box-shadow:var(--shadow-md)}@media(max-width:640px){.subscription-plans-page__buyer-message{padding:32px;margin:32px auto}}.subscription-plans-page__buyer-message-icon{font-size:64px;margin-bottom:24px;opacity:.8}@media(max-width:640px){.subscription-plans-page__buyer-message-icon{font-size:48px;margin-bottom:16px}}.subscription-plans-page__buyer-message-title{font-size:28px;font-weight:700;color:var(--text-primary);margin-bottom:16px;line-height:1.3}@media(max-width:640px){.subscription-plans-page__buyer-message-title{font-size:22px;margin-bottom:8px}}.subscription-plans-page__buyer-message-text{font-size:16px;color:var(--text-secondary);line-height:1.6;margin-bottom:32px;max-width:500px}@media(max-width:640px){.subscription-plans-page__buyer-message-text{font-size:14px;margin-bottom:24px}}.subscription-plans-page__buyer-message-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);cursor:pointer;text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:16px 32px;font-size:16px;font-weight:600;border-radius:var(--radius-md);transition:all .2s cubic-bezier(.2,0,0,1)}.subscription-plans-page__buyer-message-button:disabled{opacity:.5;cursor:not-allowed}.subscription-plans-page__buyer-message-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.subscription-plans-page__buyer-message-button:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.subscription-plans-page__buyer-message-button:hover:not(:disabled):before{width:300px;height:300px}.subscription-plans-page__buyer-message-button:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .subscription-plans-page__buyer-message-button{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .subscription-plans-page__buyer-message-button:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.subscription-plans-page__buyer-message-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media(max-width:640px){.subscription-plans-page__buyer-message-button{padding:8px 24px;font-size:14px}}.subscription-plan-card{position:relative;display:flex;flex-direction:column;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-xl);padding:48px;transition:all .2s cubic-bezier(.2,0,0,1);cursor:pointer;height:100%;overflow:hidden;box-shadow:var(--shadow-sm)}.subscription-plan-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--accent-blue)}.subscription-plan-card--active{border-color:var(--accent-green);background:linear-gradient(135deg,rgba(34,197,94,.03),var(--bg-secondary));box-shadow:0 4px 12px #22c55e26}.subscription-plan-card--selected{border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f626}.subscription-plan-card--featured{border-color:var(--accent-purple);background:linear-gradient(135deg,rgba(139,92,246,.05),var(--bg-secondary));box-shadow:0 6px 20px #8b5cf633}.subscription-plan-card--featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#7c3aed,#8b5cf6);background-size:200% 100%;animation:shimmer 3s infinite}.subscription-plan-card__badge{position:absolute;top:24px;right:24px;padding:6px 12px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-radius:var(--radius-md);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #8b5cf64d;z-index:2}.subscription-plan-card__current-badge{position:absolute;top:24px;left:24px;padding:6px 12px;background:#22c55e26;color:var(--accent-green);border:1.5px solid var(--accent-green);border-radius:var(--radius-md);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.subscription-plan-card__header{margin-top:48px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border-default);flex-shrink:0}.subscription-plan-card__name{font-size:24px;font-weight:700;margin:0 0 16px;color:var(--text-primary);line-height:1.2}.subscription-plan-card__price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.subscription-plan-card__price-amount{font-size:32px;font-weight:700;color:var(--text-primary);line-height:1}.subscription-plan-card__price-period{font-size:14px;color:var(--text-secondary);font-weight:500}.subscription-plan-card__features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.subscription-plan-card__feature{display:flex;align-items:flex-start;gap:16px;font-size:14px;color:var(--text-secondary);line-height:1.5}.subscription-plan-card__feature-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#22c55e26;color:var(--accent-green);border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.subscription-plan-card__limits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:24px;background:var(--bg-tertiary);border-radius:var(--radius-lg);margin-bottom:32px;flex-shrink:0}@media(max-width:640px){.subscription-plan-card__limits{grid-template-columns:1fr;gap:16px}}.subscription-plan-card__limit-item{display:flex;flex-direction:column;gap:4px}.subscription-plan-card__limit-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.subscription-plan-card__limit-value{font-size:20px;font-weight:700;color:var(--text-primary);line-height:1.2}.subscription-plan-card__button{width:100%;padding:16px 24px;font-size:15px;font-weight:600;border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);margin-top:auto;flex-shrink:0;text-align:center;letter-spacing:.3px}.subscription-plan-card__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.subscription-plan-card__button:active:not(:disabled){transform:translateY(0)}.subscription-plan-card__button--selected{background:var(--accent-green)!important;box-shadow:0 4px 12px #22c55e4d}.subscription-plan-card__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.ad-placeholder{border:1px solid var(--border-default);border-radius:var(--radius-lg);transition:all .2s cubic-bezier(.2,0,0,1) cubic-bezier(.4,0,.2,1);position:relative;padding:48px;background:var(--bg-secondary);border:2px solid var(--border-default);border-radius:var(--radius-xl);text-align:center}[data-theme=light] .ad-placeholder{box-shadow:0 1px 3px #00000014;border-color:var(--border-default);background:var(--bg-secondary)}[data-theme=light] .ad-placeholder:hover{box-shadow:0 4px 12px #0000001f;border-color:var(--border-muted)}.ad-placeholder__content{display:flex;flex-direction:column;gap:24px;max-width:600px;margin:0 auto}.ad-placeholder__icon{font-size:64px;margin-bottom:16px}.ad-placeholder__title{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.ad-placeholder__description{font-size:16px;color:var(--text-secondary);line-height:1.6;margin:0}.ad-placeholder__video{margin:24px 0}.ad-placeholder__video-placeholder{aspect-ratio:16/9;background:var(--bg-tertiary);border:2px dashed var(--border-default);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--text-muted);transition:all .2s cubic-bezier(.2,0,0,1)}.ad-placeholder__video-placeholder:hover{border-color:var(--accent-blue);background:var(--bg-hover)}.ad-placeholder__play-button{width:80px;height:80px;background:#3b82f633;border:3px solid var(--accent-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--accent-blue);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.ad-placeholder__play-button:hover{transform:scale(1.1);background:#3b82f64d}.ad-placeholder__activate-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.5;border:1px solid var(--border-default);border-radius:var(--radius-md);text-decoration:none;white-space:nowrap;background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));border-color:var(--accent-blue);font-weight:600;box-shadow:0 2px 8px #58a6ff40;position:relative;overflow:hidden;padding:24px 48px;font-size:18px;font-weight:700;border:none;color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1)}.ad-placeholder__activate-btn:disabled{opacity:.5;cursor:not-allowed}.ad-placeholder__activate-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.ad-placeholder__activate-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));border-color:var(--accent-blue-light);box-shadow:0 4px 16px #58a6ff59;transform:translateY(-1px)}.ad-placeholder__activate-btn:hover:not(:disabled):before{width:300px;height:300px}.ad-placeholder__activate-btn:active:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-dark),var(--accent-blue));transform:translateY(0);box-shadow:0 2px 8px #58a6ff40}[data-theme=light] .ad-placeholder__activate-btn{background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-dark));box-shadow:0 2px 8px #06c3}[data-theme=light] .ad-placeholder__activate-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-blue-light),var(--accent-blue));box-shadow:0 4px 16px #0066cc4d}.ad-placeholder__activate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.ad-placeholder__activate-btn:disabled{opacity:.6;cursor:not-allowed}.ad-placeholder__note{font-size:12px;color:var(--text-muted);font-style:italic;margin:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
