@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap";:root{--neo-bg:#f5f6f9;--neo-surface:#ffffff;--neo-surface-2:#fafbfc;--neo-text:#3a4150;--neo-text-strong:#14181f;--neo-muted:#838a99;--neo-blue:#3454d1;--neo-blue-dark:#22348f;--neo-green:#1e9d6c;--neo-red:#d1435b;--neo-border:#e7e9ef;--neo-border-strong:#d9dce4;--neo-raised:0 0 0 1px var(--neo-border),0 1px 2px rgba(16,24,40,.03);--neo-raised-sm:0 0 0 1px var(--neo-border);--neo-raised-lg:0 0 0 1px var(--neo-border),0 24px 48px -24px rgba(16,24,40,.2);--neo-inset:0 0 0 1px var(--neo-border);--neo-inset-sm:0 0 0 1px var(--neo-border);--font-family:"Vazirmatn",system-ui,-apple-system,"Segoe UI",sans-serif;--content-width:1380px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body,#root{min-height:100%;width:100%}body{margin:0;font-family:var(--font-family);background:var(--neo-bg);color:var(--neo-text);direction:rtl;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body,button,input,select,textarea{font-family:var(--font-family)}button,input,select,textarea{font-size:inherit}button{border:0;background:none}button:disabled{cursor:not-allowed;opacity:.6}img,svg,video,canvas{max-width:100%}img{display:block}a{color:inherit;text-decoration:none}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid rgba(52,84,209,.35);outline-offset:2px}::selection{background:#3454d126}.container{width:min(calc(100% - 44px),var(--content-width));margin-inline:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:100;background:#f5f6f9db;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);padding:0;border-bottom:1px solid var(--neo-border)}.site-header__inner{min-height:68px;display:flex;align-items:center;gap:16px;padding:10px 0}.brand{display:inline-flex;align-items:center;gap:10px;min-width:210px;font-weight:800;color:var(--neo-text-strong);font-size:1rem}.brand__logo{background:var(--neo-blue-dark)!important;box-shadow:none!important;border-radius:11px!important;color:#fff!important}.brand__name{font-weight:800;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;justify-content:center;flex:1}.nav-links__inner{gap:2px!important}.nav-links a{padding:9px 14px;border-radius:10px;color:var(--neo-muted);font-size:.83rem;font-weight:600;transition:.15s}.nav-links a:hover{color:var(--neo-text-strong);background:var(--neo-surface-2)}.nav-links a.active{color:var(--neo-blue-dark);background:#eef1fc;font-weight:700}.header-actions{min-width:210px;justify-content:flex-end}.mobile-nav-toggle,.seller-access-mobile{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 18px;border:1px solid var(--neo-border);border-radius:12px;background:var(--neo-surface);color:var(--neo-text-strong);font-weight:700;font-size:.83rem;line-height:1.2;cursor:pointer;box-shadow:0 1px 2px #10182808;transition:transform .12s,box-shadow .15s,border-color .15s,background .15s;white-space:nowrap}.btn:hover{border-color:var(--neo-border-strong);box-shadow:0 4px 12px -4px #1018281a}.btn:active{transform:translateY(1px)}.btn-primary{color:#fff;background:var(--neo-blue-dark);border-color:var(--neo-blue-dark);box-shadow:0 1px 2px #22348f40,0 8px 20px -10px #22348f8c}.btn-primary:hover{color:#fff;background:#1b2c78;border-color:#1b2c78}.btn-outline{background:transparent;color:var(--neo-text-strong)}.btn-accent{background:#e7f7f0;color:#187a53;border-color:#cdeee0}.btn-block{width:100%}.btn-sm{min-height:36px;padding:8px 13px;font-size:.76rem;border-radius:10px}.card,.seller-box,.product-info,.product-detail,.featured-store-card{background:var(--neo-surface)!important;border:1px solid var(--neo-border)!important;border-radius:var(--radius)!important;box-shadow:0 1px 2px #10182808!important;color:var(--neo-text)!important;transition:box-shadow .18s,border-color .18s}.card:hover{box-shadow:0 16px 32px -20px #1018282e!important;border-color:var(--neo-border-strong)!important}.section{padding:48px 0}.section-alt{background:var(--neo-surface-2)!important}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-head h1,.section-head h2{margin:0;color:var(--neo-text-strong);font-weight:800;letter-spacing:-.02em}.section-head h2{font-size:1.3rem}.section-head p{margin:7px 0 0;color:var(--neo-muted);font-size:.8rem;line-height:1.9}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill,.chip,.seller-category-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 16px;border-radius:10px;background:var(--neo-surface);border:1px solid var(--neo-border);color:var(--neo-text);font-size:.78rem;font-weight:700;transition:.15s}.pill:hover{border-color:var(--neo-blue);color:var(--neo-blue-dark)}.hero{padding:40px 0 48px;background:var(--neo-bg)!important}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}.hero__inner>div:first-child{padding:44px 38px;border-radius:26px;background:var(--neo-surface);border:1px solid var(--neo-border)}.hero h1{margin:14px 0 16px;color:var(--neo-text-strong)!important;font-size:clamp(2rem,4vw,3.2rem);line-height:1.32;letter-spacing:-.03em;font-weight:800}.hero p{margin:0;color:var(--neo-muted)!important;line-height:2;font-size:.94rem;max-width:650px}.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero__visual{min-height:420px!important;border-radius:26px;background:linear-gradient(160deg,#0f1730,#22348f)!important;box-shadow:none!important;border:0!important;position:relative;overflow:hidden}.hero-showcase{position:relative}.hero-showcase__glow{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%);filter:blur(2px)}.hero-showcase__card{position:relative;width:min(88%,420px);padding:26px;border-radius:22px;background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);text-align:center}.hero-showcase__top{display:flex;justify-content:space-between;align-items:center;color:#ffffffb3;font-size:.7rem;font-weight:700}.hero-showcase__live{display:inline-flex;align-items:center;gap:6px}.hero-showcase__live i{width:7px;height:7px;border-radius:50%;background:#3ddc97;box-shadow:0 0 0 5px #3ddc9729}.hero-showcase__model{height:220px;display:grid;place-items:center;position:relative}.hero-showcase__cube{width:112px;height:112px;border-radius:26px;display:grid;place-items:center;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.18);transform:rotate(-5deg)}.hero-showcase__ring{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%;width:180px;height:80px;transform:rotate(-18deg)}.hero-showcase__ring--two{width:220px;height:100px;transform:rotate(24deg)}.hero-showcase__copy{display:grid;gap:6px}.hero-showcase__copy strong{font-size:1.2rem;color:#fff}.hero-showcase__copy span{font-size:.75rem;color:#ffffffad;line-height:1.8}.hero-showcase__features{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}.hero-showcase__features span{padding:7px 12px;border-radius:9px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);font-size:.68rem;color:#fff;font-weight:700}.featured-store-card{padding:16px!important;border-radius:20px!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.featured-store-card:hover{transform:translateY(-3px)}.featured-store-card>div:first-child{background:var(--neo-surface-2)!important;box-shadow:none!important;border:1px solid var(--neo-border)!important;border-radius:16px!important}.featured-store-card .seller-logo-fallback{background:var(--neo-surface-2)!important;box-shadow:none!important;border:1px solid var(--neo-border)!important;color:var(--neo-blue-dark)!important}.featured-store-card [aria-hidden=true]{box-shadow:none!important;background:var(--neo-surface-2)!important;border:1px solid var(--neo-border)!important;color:var(--neo-muted)!important}.premium-product-card{padding:0!important;overflow:hidden;display:flex!important;flex-direction:column!important;height:100%!important;border-radius:20px!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.premium-product-card:hover{transform:translateY(-3px)}.premium-product-card .product-card__media{position:relative;aspect-ratio:1.12/1;background:var(--neo-surface-2)!important;border-radius:19px 19px 0 0!important;box-shadow:none!important;border-bottom:1px solid var(--neo-border);overflow:hidden}.premium-product-card .product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.premium-product-card:hover .product-card__media img{transform:scale(1.06)}.premium-product-card .product-card__body{padding:16px 18px 19px;gap:2px;display:flex;flex-direction:column}.product-card-store{font-size:.68rem;color:var(--neo-muted);font-weight:600}.product-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:5px}.product-card-title-row h3{margin:0;color:var(--neo-text-strong);font-size:.89rem;line-height:1.6;font-weight:700}.product-card-capabilities{display:flex;gap:4px}.product-card-capabilities span{padding:4px 7px;border-radius:7px;background:#eef1fc;color:var(--neo-blue-dark);font-size:.6rem;font-weight:800}.product-card-price{margin-top:9px;color:var(--neo-blue-dark);font-size:.8rem;font-weight:800}.product-card-contact-price{margin-top:9px;color:var(--neo-muted);font-size:.68rem;line-height:1.7}.product-card-contact-price strong{display:block;color:var(--neo-text)}.product-card-view{position:absolute;left:11px;bottom:11px;padding:7px 11px;border-radius:9px;background:#14181fb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.62rem;font-weight:700}.product-image-fallback{height:100%;display:grid;place-items:center;align-content:center;gap:7px;color:var(--neo-muted);font-size:.7rem}.product-image-fallback span:first-child{font-size:2rem;color:var(--neo-blue)}.seller-store-page{padding-top:30px}.seller-profile-card{padding:0!important;overflow:hidden}.seller-profile-cover{height:150px!important;background:linear-gradient(120deg,#22348f,#3454d1)!important;box-shadow:none!important}.seller-profile-inner{padding:0 28px 28px!important}.seller-profile-main-row{display:flex;align-items:flex-end;gap:18px;margin-top:-52px}.seller-profile-avatar{position:relative;flex:none;width:104px;height:104px;border-radius:22px;overflow:hidden;display:grid;place-items:center;background:var(--neo-surface);box-shadow:0 8px 22px -8px #10182847;border:4px solid var(--neo-surface)}.seller-profile-avatar img{width:100%;height:100%;object-fit:contain;border-radius:18px;padding:10px;background:var(--neo-surface)}.seller-profile-avatar__fallback{width:100%!important;height:100%!important;display:grid;place-items:center;font-size:30px;background:var(--neo-surface-2)!important;color:var(--neo-blue-dark)!important;box-shadow:none!important;border:0!important}.seller-profile-card .seller-logo-fallback{width:104px!important;height:104px!important;border-radius:22px!important;background:var(--neo-surface)!important;color:var(--neo-blue-dark)!important;box-shadow:0 8px 22px -8px #10182847!important;border:4px solid var(--neo-surface)!important}.seller-profile-copy h1{color:var(--neo-text-strong)!important;font-weight:800!important}.seller-profile-handle,.seller-profile-overline{color:var(--neo-muted)!important}.seller-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.seller-profile-stats>div{padding:14px;border-radius:14px;background:var(--neo-surface-2);border:1px solid var(--neo-border)}.seller-social-nav{display:flex;gap:8px;overflow:auto;padding:6px 0;margin:20px 0;border-bottom:1px solid var(--neo-border)}.seller-social-nav a{padding:9px 14px;border-radius:10px 10px 0 0;color:var(--neo-muted);font-size:.72rem;font-weight:700;white-space:nowrap}.seller-social-nav a.active{color:var(--neo-blue-dark);box-shadow:inset 0 -2px 0 var(--neo-blue-dark)}.seller-pinned-grid,.seller-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.seller-featured-section{margin-top:24px}.seller-box{padding:20px!important}.product-detail{overflow:hidden;padding:0!important}.viewer-shell{background:var(--neo-surface-2)!important;box-shadow:none!important;border:1px solid var(--neo-border)!important}.viewer-toolbar,.viewer-actions{background:#ffffffe6!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 1px 2px #1018280f!important;border:1px solid var(--neo-border)!important;border-radius:12px!important}.viewer-action,.viewer-ar-button,.viewer-image-button{background:var(--neo-surface)!important;color:var(--neo-text-strong)!important;box-shadow:none!important;border:1px solid var(--neo-border)!important}.viewer-action:hover,.viewer-ar-button:hover,.viewer-image-button:hover{border-color:var(--neo-blue)!important;color:var(--neo-blue-dark)!important}.product-info{padding:30px!important;box-shadow:none!important;border:1px solid var(--neo-border)!important}.product-info h1,.product-info h2{color:var(--neo-text-strong);font-weight:800}.spec-table{border-collapse:separate;border-spacing:0 7px}.spec-table td{background:var(--neo-surface-2);border:1px solid var(--neo-border);padding:10px 12px}.spec-table td:first-child{border-radius:0 10px 10px 0;border-inline-start:0}.spec-table td:last-child{border-radius:10px 0 0 10px;border-inline-end:0}.search-box,.search-box input{background:var(--neo-surface)!important}.search-box{box-shadow:none!important;border:1px solid var(--neo-border)!important;border-radius:13px!important}.search-box:focus-within{border-color:var(--neo-blue)!important}.search-box input{color:var(--neo-text-strong)!important}.search-box input::placeholder{color:var(--neo-muted)!important}.contact-row{gap:10px}.seller-address-stat,.seller-contact-stat{padding:13px;border-radius:12px;background:var(--neo-surface-2);border:1px solid var(--neo-border);color:var(--neo-text)}.empty-state,.seller-empty-state{background:var(--neo-surface-2)!important;border:1px dashed var(--neo-border-strong)!important;border-radius:20px!important;box-shadow:none!important;color:var(--neo-muted)!important}.skeleton{background:linear-gradient(90deg,#eef0f4 25%,#f6f7f9 37%,#eef0f4 63%)!important;background-size:400% 100%;animation:skel-shine 1.4s ease infinite;box-shadow:none!important}@keyframes skel-shine{0%{background-position:100% 50%}to{background-position:0 50%}}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:22px;border-radius:16px;background:var(--neo-surface);border:1px solid var(--neo-border)}.step .num{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eef1fc;color:var(--neo-blue-dark);font-weight:800;margin-bottom:12px}.step strong{color:var(--neo-text-strong)}.muted{color:var(--neo-muted)!important;line-height:1.9}.site-footer{margin-top:40px;padding:42px 0 22px;background:var(--neo-surface)!important;border-top:1px solid var(--neo-border)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:22px}.footer-column,.footer-seller-link{color:var(--neo-muted)}.footer-column strong,.footer-column h3{color:var(--neo-text-strong)}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid var(--neo-border);color:var(--neo-muted)}@media (max-width:1100px){.grid-4,.seller-pinned-grid,.seller-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__inner{grid-template-columns:1fr}.hero__visual{min-height:340px!important}.brand,.header-actions{min-width:auto}.nav-links{order:3;width:100%}.site-header__inner{flex-wrap:wrap}}@media (max-width:800px){.container{width:min(calc(100% - 24px),var(--content-width))}.site-header__inner{padding:9px 0}.brand{font-size:.92rem}.nav-links{display:none}.nav-links.open{display:block;position:absolute;top:100%;right:0;left:0;padding:10px 16px 16px;background:var(--neo-surface);border-bottom:1px solid var(--neo-border);z-index:105}.nav-links.open .nav-links__inner{display:grid!important;gap:2px!important}.nav-links.open a{padding:13px 14px;border-radius:10px}.mobile-nav-toggle{display:inline-flex!important}.seller-access-full{display:none}.seller-access-mobile{display:inline}.section{padding:32px 0}.section-head{align-items:flex-start;flex-direction:column}.hero{padding:22px 0 32px}.hero__inner{gap:16px}.hero__inner>div:first-child{padding:26px 20px;border-radius:20px}.hero h1{font-size:1.7rem}.hero p{font-size:.82rem}.hero__cta{display:grid;grid-template-columns:1fr 1fr}.hero__cta .btn:last-child{grid-column:1/-1}.hero__visual{min-height:300px!important;border-radius:20px}.hero-showcase__card{width:92%;padding:18px}.hero-showcase__model{height:170px}.hero-showcase__cube{width:90px;height:90px}.grid-4,.grid-3,.grid-2,.seller-pinned-grid,.seller-product-grid,.steps{grid-template-columns:1fr 1fr}.featured-store-card{min-width:0}.premium-product-card .product-card__media{aspect-ratio:1/1}.seller-profile-main-row{align-items:flex-start;flex-direction:column;margin-top:-42px}.seller-profile-inner{padding-inline:18px!important}.seller-profile-stats{grid-template-columns:repeat(2,1fr)}.seller-profile-avatar{width:84px!important;height:84px!important}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.grid-4,.grid-3,.grid-2,.steps,.seller-pinned-grid,.seller-product-grid{grid-template-columns:1fr 1fr}.hero__cta{grid-template-columns:1fr}.hero__cta .btn:last-child{grid-column:auto}.hero-showcase__features{display:grid;grid-template-columns:1fr 1fr}.hero-showcase__features span:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr}.brand__name{max-width:130px}.section-head h2{font-size:1.08rem}.premium-product-card .product-card__body{padding:12px}.product-card-title-row h3{font-size:.79rem}.container{width:min(calc(100% - 20px),var(--content-width))}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.header-search{width:min(280px,24vw);min-width:190px;flex:none;height:40px;display:flex;align-items:center;gap:8px;padding:0 13px;border-radius:10px;background:var(--neo-surface-2);border:1px solid var(--neo-border);color:var(--neo-muted);font-size:.68rem;transition:.15s}.header-search:hover{border-color:var(--neo-border-strong);color:var(--neo-text)}.header-search a{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search svg{flex:none;color:var(--neo-blue-dark)}@media (max-width:800px){.header-search{display:none}}.search-box:focus-within{border:2px solid var(--neo-blue)!important;outline:none!important;box-shadow:0 0 0 3px #2e6fce1a!important}.search-box input{outline:none!important;border:0!important;box-shadow:none!important}.search-box input:focus{outline:none!important;box-shadow:none!important}.featured-store-card .featured-store-logo{width:140px!important;height:140px!important;object-fit:contain!important;padding:12px!important;border-radius:24px!important;background:#fff!important;border:1px solid var(--neo-border)!important}.seller-profile-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important}.seller-profile-stat{display:flex;align-items:center;gap:10px;min-width:0}.seller-profile-stat__icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--neo-blue-dark);border:1px solid var(--neo-border)}.seller-profile-stat__copy{min-width:0;display:grid;gap:3px}.seller-profile-stat__label{font-size:.67rem;color:var(--neo-muted);font-weight:700;white-space:nowrap}.seller-profile-stat__value{font-size:.9rem;color:var(--neo-text-strong);font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.seller-address-button{border:0;background:transparent;padding:0;text-align:right;cursor:pointer;font:inherit;min-width:0;max-width:100%}.address-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:20px;background:#0f172a6b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.address-dialog{width:min(520px,100%);background:#fff;border:1px solid var(--neo-border);border-radius:22px;box-shadow:0 24px 80px #0f172a38;padding:24px}.address-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.address-dialog__close{width:36px;height:36px;border:1px solid var(--neo-border);background:#fff;border-radius:10px;cursor:pointer}@media (max-width:800px){.seller-profile-stats{grid-template-columns:1fr 1fr}.seller-profile-stat__value{font-size:.78rem}.featured-store-card .featured-store-logo{width:120px!important;height:120px!important}}.seller-profile-card--clean{overflow:hidden!important;background:var(--neo-surface)!important;border:1px solid var(--neo-border)!important;box-shadow:0 10px 35px -28px #0f172a59!important}.seller-profile-card--clean:before{content:"";display:block;height:5px;background:var(--seller-theme,#2e6fce)}.seller-profile-card--clean .seller-profile-inner{padding:28px 30px 24px!important}.seller-profile-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.seller-profile-main-row{align-items:center!important;margin:0!important;min-width:0}.seller-profile-copy{padding-top:8px}.seller-profile-copy h1{margin:5px 0!important;font-size:clamp(1.45rem,3vw,2rem)!important;letter-spacing:-.02em}.seller-profile-copy p{max-width:620px;margin:10px 0 0!important;color:var(--neo-muted)!important;line-height:1.9;font-size:.78rem}.seller-profile-handle{font-size:.7rem!important;color:var(--neo-muted)!important}.seller-profile-actions--compact{display:flex;gap:8px;flex:none;padding-top:4px}.seller-profile-action{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--neo-border);background:var(--neo-surface);color:var(--neo-text-strong);border-radius:13px;text-decoration:none;cursor:pointer;font:inherit;transition:.18s ease}.seller-profile-action span{font-size:.72rem;font-weight:800}.seller-profile-action:hover{border-color:var(--neo-blue);color:var(--neo-blue-dark);background:var(--neo-surface-2);transform:translateY(-1px)}.seller-profile-stats--social{display:flex!important;justify-content:flex-start;gap:34px!important;grid-template-columns:none!important;margin-top:26px!important;padding-top:20px;border-top:1px solid var(--neo-border)}.seller-profile-stats--social .seller-profile-stat--metric{display:flex;align-items:baseline;gap:6px;padding:0!important;background:transparent!important;border:0!important}.seller-profile-stats--social .seller-profile-stat--metric strong{font-size:1rem;color:var(--neo-text-strong);font-weight:900}.seller-profile-stats--social .seller-profile-stat--metric span{font-size:.72rem;color:var(--neo-muted);font-weight:700}.seller-profile-specialty{margin-top:20px;padding-top:18px;border-top:1px solid var(--neo-border);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.seller-profile-specialty__label{font-size:.72rem;color:var(--neo-muted);font-weight:700}.seller-profile-specialty__value{font-size:.8rem;color:var(--neo-text-strong);font-weight:850}.seller-profile-avatar{width:108px!important;height:108px!important;border-radius:24px!important;border:1px solid var(--neo-border)!important;box-shadow:0 8px 24px -16px #0f172a59!important}.seller-profile-avatar img{padding:8px!important;background:#fff!important}.seller-profile-avatar__fallback{background:var(--neo-surface-2)!important}@media (max-width:800px){.seller-profile-card--clean .seller-profile-inner{padding:22px 18px 20px!important}.seller-profile-topline{flex-direction:column;gap:16px}.seller-profile-main-row{width:100%!important}.seller-profile-actions--compact{padding-top:0}.seller-profile-action{width:auto;min-width:82px;padding:0 13px}.seller-profile-stats--social{gap:22px!important}.seller-profile-avatar{width:88px!important;height:88px!important}.seller-profile-copy h1{font-size:1.3rem!important}}.plans-single-column{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;width:min(100%,820px);margin-inline:auto}@media (max-width:800px){.header-actions .mobile-nav-toggle{order:0}.header-actions .seller-access-btn{order:1}.header-actions{gap:7px!important}.seller-profile-action{width:44px!important;min-width:44px!important;padding:0!important}.seller-profile-action svg{width:19px;height:19px}}:root{--design-version:"PREMIUM-2026"}
