.category-sidebar{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:18px;position:relative;overflow:visible;box-shadow:0 16px 36px #0f172a14}html.dark .category-sidebar{background:#111111e6}.category-sidebar-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.category-sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text);font-size:13px;font-weight:900}.category-sidebar-subtitle{color:var(--text-soft);margin-top:6px;font-size:13px}.category-sidebar-toggle{border:1px solid rgba(var(--primary-rgb), .4);background:rgba(var(--primary-rgb), .12);color:#6f5200;cursor:pointer;border-radius:999px;min-height:42px;padding:0 14px;font-size:12px;font-weight:800;display:none}html.dark .category-sidebar-toggle{color:var(--gold-light)}.category-sidebar-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.category-sidebar-item{position:relative}.category-sidebar-link{background:rgba(var(--primary-rgb), .04);width:100%;color:var(--text);cursor:pointer;text-align:start;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:800;transition:background .25s,border-color .25s,color .25s;display:flex;position:relative}.category-sidebar-link:hover,.category-sidebar-item:focus-within .category-sidebar-link{border-color:rgba(var(--primary-rgb), .4);color:var(--gold-dark);background:rgba(var(--primary-rgb), .12)}html.dark .category-sidebar-link:hover,html.dark .category-sidebar-item:focus-within .category-sidebar-link{color:var(--gold-light)}.category-sidebar-item.is-active .category-sidebar-link{background:rgba(var(--primary-rgb), .18);border-color:rgba(var(--primary-rgb), .55);color:var(--gold-dark);box-shadow:inset 0 0 0 1px rgba(var(--primary-rgb), .25)}html.dark .category-sidebar-item.is-active .category-sidebar-link{color:var(--gold-light)}.category-sidebar-item.is-active .category-sidebar-link:before{content:"";inset-inline-start:-18px;background:linear-gradient(180deg, var(--gold), var(--gold-dark));border-radius:999px;width:4px;position:absolute;top:7px;bottom:7px}.category-sidebar-icon{background:linear-gradient(135deg, rgba(var(--primary-rgb), .2), rgba(var(--primary-rgb), .08));width:36px;height:36px;color:var(--gold-dark);box-shadow:inset 0 0 0 1px rgba(var(--primary-rgb), .25);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:inline-flex}html.dark .category-sidebar-icon{color:var(--gold-light)}.category-sidebar-icon--others{background:rgba(var(--primary-rgb), .08);font-size:18px}.category-sidebar-name{flex:1}.category-sidebar-arrow{--category-arrow-shift:2px;color:var(--text-soft);margin-inline-start:auto;font-size:18px;line-height:1;transition:color .2s,transform .2s}.category-sidebar-item:hover .category-sidebar-arrow,.category-sidebar-item:focus-within .category-sidebar-arrow,.category-sidebar-item.is-active .category-sidebar-arrow{color:var(--gold-dark);transform:translateX(var(--category-arrow-shift))}html.dark .category-sidebar-item:hover .category-sidebar-arrow,html.dark .category-sidebar-item:focus-within .category-sidebar-arrow,html.dark .category-sidebar-item.is-active .category-sidebar-arrow{color:var(--gold-light)}[dir=rtl] .category-sidebar-arrow{--category-arrow-shift:-2px;transform:rotate(180deg)}[dir=rtl] .category-sidebar-item:hover .category-sidebar-arrow,[dir=rtl] .category-sidebar-item:focus-within .category-sidebar-arrow,[dir=rtl] .category-sidebar-item.is-active .category-sidebar-arrow{transform:rotate(180deg) translateX(var(--category-arrow-shift))}.category-mobile-panel{display:none}@media (width<=1024px){.category-sidebar{border-radius:20px;padding:14px}.category-sidebar-toggle{min-height:46px;display:inline-flex}.category-sidebar-list{margin-top:10px;display:none}[data-category-menu].is-open .category-sidebar-list{display:grid}.category-sidebar-link{min-height:52px;padding-block:11px}.category-sidebar-arrow,[dir=rtl] .category-sidebar-arrow{--category-arrow-shift:0;transform:rotate(90deg)}[dir=rtl] .category-sidebar-arrow{transform:rotate(-90deg)}.category-sidebar-item.is-open .category-sidebar-arrow{transform:rotate(180deg)}[dir=rtl] .category-sidebar-item.is-open .category-sidebar-arrow{transform:rotate(0)}.category-sidebar-item.is-active .category-sidebar-link:before{display:none}.category-mobile-panel{border:1px solid rgba(var(--primary-rgb), .2);background:rgba(var(--primary-rgb), .07);border-radius:14px;margin-top:8px;padding:10px 12px;display:none}.category-sidebar-item.is-open .category-mobile-panel{display:block}.category-mobile-links{gap:6px;display:grid}.category-mobile-link{color:var(--text);padding:7px 0;font-size:14px;font-weight:700;line-height:1.45;text-decoration:none;display:block}.category-mobile-link:hover{color:var(--gold-dark)}html.dark .category-mobile-link:hover{color:var(--gold-light)}.category-mobile-link--all{border-top:1px dashed rgba(var(--primary-rgb), .3);color:var(--gold-dark);text-transform:uppercase;letter-spacing:.07em;margin-top:8px;padding-top:10px;font-size:12px;font-weight:900}html.dark .category-mobile-link--all{color:var(--gold-light)}.category-mega-empty{color:var(--text-soft);font-size:13px}}.home-hero-pane{height:100%;display:block}.home-mega-pane{height:100%;display:none}[data-category-menu].is-mega-open .home-hero-pane{display:none}[data-category-menu].is-mega-open .home-mega-pane{display:block}.home-mega-panel{border:1px solid var(--border);background:linear-gradient(135deg,#fffffffa,#f8fafceb);border-radius:28px;height:100%;padding:26px;animation:.24s megaFade;display:none;box-shadow:0 24px 60px #0f172a29}html.dark .home-mega-panel{background:linear-gradient(135deg,#111111f5,#111827eb)}.home-mega-panel.is-active{display:block}@keyframes megaFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.category-mega-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.category-mega-title{color:var(--text);font-size:22px;font-weight:900}.category-mega-subtitle{color:var(--text-soft);margin-top:6px;font-size:13px;line-height:1.5}.category-mega-viewall{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(var(--primary-rgb), .35);background:rgba(var(--primary-rgb), .12);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}html.dark .category-mega-viewall{color:var(--gold-light)}.category-mega-body{grid-template-columns:minmax(0,1fr) minmax(230px,.42fr);align-items:start;gap:22px;display:grid}.category-mega-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.category-mega-columns--2{grid-template-columns:repeat(2,minmax(0,1fr))}.category-mega-columns--3{grid-template-columns:repeat(3,minmax(0,1fr))}.category-mega-columns--4{grid-template-columns:repeat(4,minmax(0,1fr))}.category-mega-column{align-content:start;gap:12px;display:grid}.category-mega-group{gap:8px;display:grid}.category-mega-group--parent{border-bottom:1px dashed rgba(var(--primary-rgb), .2);padding-bottom:8px}.category-mega-link{color:var(--text);font-weight:800;line-height:1.4;text-decoration:none;transition:color .2s;display:inline-flex}.category-mega-link:hover{color:var(--gold-dark)}html.dark .category-mega-link:hover{color:var(--gold-light)}.category-mega-link--parent{font-size:15px}.category-mega-sublinks{border-inline-start:1px dashed rgba(var(--primary-rgb), .25);gap:6px;padding-inline-start:12px;display:grid}.category-mega-sublink{color:var(--text-soft);font-size:13px;line-height:1.5;text-decoration:none;transition:color .2s}.category-mega-sublink:hover{color:var(--gold-dark)}html.dark .category-mega-sublink:hover{color:var(--gold-light)}.category-mega-empty{color:var(--text-soft);padding:12px 0;font-size:14px}.category-mega-promo{border:1px solid rgba(var(--primary-rgb), .24);background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .16), transparent 40%), rgba(var(--primary-rgb), .08);border-radius:20px;align-content:start;gap:10px;padding:18px;display:grid}.category-mega-promo-badge{background:rgba(var(--primary-rgb), .16);width:fit-content;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}html.dark .category-mega-promo-badge{color:var(--gold-light)}.category-mega-promo-title{color:var(--text);font-size:18px;font-weight:900;line-height:1.3}.category-mega-promo-text{color:var(--text-soft);margin:0;font-size:13px;line-height:1.7}.category-mega-promo-link{color:#111;background:linear-gradient(135deg, var(--gold), var(--gold-dark));border:1px solid rgba(var(--primary-rgb), .5);min-height:40px;box-shadow:0 12px 24px rgba(var(--primary-rgb), .24);border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex}@media (width<=1320px){.category-mega-columns--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1200px){.category-mega-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1024px){[data-category-menu].is-mega-open .home-hero-pane{display:block}.home-mega-pane,.home-mega-panel{display:none}.category-mega-body,.category-mega-columns,.category-mega-columns--2,.category-mega-columns--3,.category-mega-columns--4{grid-template-columns:1fr}}.home-page{z-index:1;color:var(--text);position:relative}.home-shell{width:min(var(--layout-shell-wide-max), calc(100% - (var(--layout-shell-gutter) * 2)));margin:0 auto}.home-topbar{z-index:100;-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border-bottom:1px solid #0f172a0f;position:sticky;top:0}html.dark .home-topbar{border-bottom:1px solid rgba(var(--primary-rgb), .12);background:#0a0a0ae0}.home-topbar-inner{justify-content:space-between;align-items:center;gap:20px;min-height:78px;display:flex}.home-brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.home-brand-logo-wrap{align-items:center;display:inline-flex}.home-brand-logo{-o-object-fit:contain;object-fit:contain;width:auto;max-width:260px;height:52px;display:block}.home-brand-logo-dark,html.dark .home-brand-logo-light{display:none}html.dark .home-brand-logo-dark{display:block}.home-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-nav-link{min-height:42px;color:var(--text);border-radius:12px;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s}.home-nav-link:hover{color:var(--gold-dark);background:rgba(var(--primary-rgb), .08)}html.dark .home-nav-link:hover{color:var(--gold-light);background:rgba(var(--primary-rgb), .1)}.home-topbar-actions{flex-shrink:0;align-items:center;gap:14px;display:flex;position:relative}.home-btn,.home-btn-outline,.home-pill-link{border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.home-btn{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:#fff;box-shadow:0 12px 24px rgba(var(--primary-rgb), .24);border:1px solid #0000}.home-btn:hover{box-shadow:0 16px 30px rgba(var(--primary-rgb), .32);transform:translateY(-1px)}html.dark .home-btn{color:#111}.home-btn-outline{color:var(--text);border:1px solid var(--border);background:0 0}.home-btn-outline:hover{border-color:rgba(var(--primary-rgb), .35);color:var(--gold-dark)}html.dark .home-btn-outline:hover{color:var(--gold-light)}.home-user-menu{flex-shrink:0;position:relative}.home-user-menu summary{list-style:none}.home-user-menu summary::-webkit-details-marker{display:none}.home-user-trigger{border:1px solid var(--border);cursor:pointer;background:#ffffffeb;border-radius:18px;align-items:center;gap:12px;min-height:56px;padding:8px 14px;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 25px #0f172a14}.home-user-trigger:hover{border-color:rgba(var(--primary-rgb), .4);transform:translateY(-1px);box-shadow:0 14px 28px #0f172a1f}html.dark .home-user-trigger{border-color:rgba(var(--primary-rgb), .14);background:#111111f0;box-shadow:0 14px 34px #00000059}.home-user-avatar{background:linear-gradient(135deg, var(--gold-dark), var(--gold));width:40px;height:40px;color:var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:inline-flex}.home-user-info{flex-direction:column;line-height:1.15;display:flex}.home-user-name{color:var(--text);font-size:.95rem;font-weight:800}.home-user-role{color:var(--text-soft);font-size:.78rem;font-weight:600}.home-user-arrow{color:var(--text-soft);font-size:1rem;transition:transform .25s}.home-user-menu[open] .home-user-arrow{transform:rotate(180deg)}.home-user-dropdown{border:1px solid var(--border);z-index:300;background:#fffffffa;border-radius:18px;min-width:250px;padding:10px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 60px #0f172a29}html.dark .home-user-dropdown{border-color:rgba(var(--primary-rgb), .14);background:#111111fa;box-shadow:0 24px 60px #0000006b}.home-user-dropdown-link,.home-user-logout-btn{width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;padding:12px 14px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .22s,color .22s,transform .22s;display:flex}.home-user-dropdown-link:hover,.home-user-logout-btn:hover{background:rgba(var(--primary-rgb), .12);color:var(--gold-dark);transform:translate(2px)}html.dark .home-user-dropdown-link:hover,html.dark .home-user-logout-btn:hover{color:var(--gold);background:rgba(var(--primary-rgb), .1)}.home-user-logout-form{border-top:1px solid var(--border);margin:6px 0 0;padding-top:6px}html.dark .home-user-logout-form{border-top-color:rgba(var(--primary-rgb), .12)}.home-strip{padding:14px 0 0}.home-strip-box{background:linear-gradient(135deg, rgba(var(--primary-rgb), .16), rgba(var(--primary-rgb), .06));border:1px solid rgba(var(--primary-rgb), .16);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.home-strip-text{color:var(--text);font-size:14px;font-weight:700}.home-strip-text strong{color:var(--gold-dark)}html.dark .home-strip-text strong{color:var(--gold-light)}.home-hero{padding:26px 0 14px}.home-market-grid{grid-template-columns:270px minmax(0,1fr) 270px;align-items:stretch;gap:18px;display:grid}.home-marketplace-grid{grid-template-columns:minmax(240px,265px) minmax(0,1fr) minmax(220px,250px);align-items:stretch;gap:18px;display:grid}.home-marketplace-sidebar{min-height:100%}.home-marketplace-center{min-width:0;display:flex}.home-marketplace-right{align-content:start;gap:18px;display:grid}.home-marketplace .home-hero-pane,.home-marketplace .home-mega-pane{width:100%}.home-marketplace .home-banner,.home-marketplace .home-mega-panel{min-height:100%}.home-marketplace .home-banner{padding:28px}.home-marketplace .home-banner-title{max-width:640px;font-size:clamp(30px,4vw,46px)}.home-marketplace .home-banner-text{max-width:620px;font-size:15px}.home-panel,.home-banner,.home-side-offer,.home-quick-card,.home-category-tile,.home-product-card,.home-store-card,.home-highlight-card,.home-testimonial-card,.home-mini-banner,.home-duo-banner,.home-brand-card{background:var(--card);border:1px solid var(--border);box-shadow:0 14px 36px #0f172a0d}html.dark .home-panel,html.dark .home-banner,html.dark .home-side-offer,html.dark .home-quick-card,html.dark .home-category-tile,html.dark .home-product-card,html.dark .home-store-card,html.dark .home-highlight-card,html.dark .home-testimonial-card,html.dark .home-mini-banner,html.dark .home-duo-banner,html.dark .home-brand-card{background:#111111e0}.home-panel{border-radius:24px;padding:18px}.home-panel-title{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:14px;font-weight:900}.home-panel-list{gap:8px;display:grid}.home-panel-link{min-height:46px;color:var(--text);background:rgba(var(--primary-rgb), .04);border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.home-panel-link:hover{background:rgba(var(--primary-rgb), .1);color:var(--gold-dark);transform:translate(2px)}html.dark .home-panel-link:hover{color:var(--gold-light)}.home-banner{background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .18), transparent 30%), linear-gradient(135deg, #ffffffe6, #ffffffb8);border-radius:30px;flex-direction:column;justify-content:space-between;min-height:100%;padding:34px;display:flex;position:relative;overflow:hidden}html.dark .home-banner{background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .14), transparent 30%), linear-gradient(135deg, #111, #1f2937)}.home-banner-badge{background:rgba(var(--primary-rgb), .12);border:1px solid rgba(var(--primary-rgb), .18);width:fit-content;color:var(--primary-end);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:900;display:inline-flex}html.dark .home-banner-badge{color:var(--gold-light)}.home-banner-title{letter-spacing:-.04em;color:var(--text);max-width:780px;margin-top:18px;font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.03}.home-banner-title span{color:var(--gold-dark)}html.dark .home-banner-title span{color:var(--gold-light)}.home-banner-text{color:var(--text-soft);max-width:720px;margin-top:16px;font-size:17px;line-height:1.8}.home-banner-actions{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.home-banner-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.home-banner-stat{border:1px solid rgba(var(--primary-rgb), .12);background:#ffffff85;border-radius:18px;padding:18px}html.dark .home-banner-stat{background:#ffffff0d}.home-banner-stat strong{color:var(--text);font-size:28px;font-weight:900;display:block}.home-banner-stat span{color:var(--text-soft);margin-top:6px;font-size:13px;display:block}.home-banner-cms-image-wrap{border:1px solid rgba(var(--primary-rgb), .24);border-radius:16px;max-height:220px;margin-top:16px;overflow:hidden}.home-banner-cms-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;max-height:220px;display:block}.home-side-stack{gap:18px;display:grid}.home-side-offer{border-radius:24px;padding:22px}.home-side-offer-badge{text-transform:uppercase;letter-spacing:.08em;background:rgba(var(--primary-rgb), .12);color:var(--primary-end);border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;display:inline-flex}html.dark .home-side-offer-badge{color:var(--gold-light)}.home-side-offer-title{color:var(--text);margin-top:14px;font-size:22px;font-weight:900;line-height:1.2}.home-side-offer-text{color:var(--text-soft);margin-top:10px;font-size:14px;line-height:1.7}.home-side-offer-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.home-quick-links{padding:14px 0 4px}.home-quick-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.home-quick-card{color:var(--text);border-radius:22px;padding:22px;text-decoration:none;transition:all .3s}.home-quick-card:hover{border-color:rgba(var(--primary-rgb), .35);transform:translateY(-5px)}.home-quick-icon{background:rgba(var(--primary-rgb), .12);width:58px;height:58px;color:var(--gold-dark);border-radius:18px;justify-content:center;align-items:center;font-size:24px;display:inline-flex}html.dark .home-quick-icon{color:var(--gold-light)}.home-quick-title{margin-top:16px;font-size:17px;font-weight:900}.home-quick-text{color:var(--text-soft);margin-top:8px;font-size:14px;line-height:1.7}.home-section{padding:26px 0 8px}.home-section-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.home-section-title{color:var(--text);margin:0;font-size:30px;font-weight:900}.home-section-text{color:var(--text-soft);max-width:720px;margin-top:8px;line-height:1.7}.home-link-more{color:var(--gold-dark);font-weight:800;text-decoration:none}html.dark .home-link-more{color:var(--gold-light)}.home-categories-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.home-category-tile{color:var(--text);border-radius:22px;padding:18px;text-decoration:none;transition:all .25s}.home-category-tile:hover{border-color:rgba(var(--primary-rgb), .35);transform:translateY(-4px)}.home-category-icon{background:rgba(var(--primary-rgb), .12);width:54px;height:54px;color:var(--gold-dark);border-radius:16px;justify-content:center;align-items:center;font-size:24px;display:inline-flex}html.dark .home-category-icon{color:var(--gold-light)}.home-category-name{color:var(--text);margin-top:14px;font-size:16px;font-weight:900}.home-category-count{color:var(--text-soft);margin-top:6px;font-size:13px}.home-duo-banners{padding:16px 0 6px}.home-duo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.home-duo-banner{background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .12), transparent 30%), linear-gradient(135deg, #ffffffe0, #ffffffbd);border-radius:28px;padding:28px}html.dark .home-duo-banner{background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .12), transparent 30%), linear-gradient(135deg, #111111f0, #0a0a0ad6)}.home-duo-banner-title{color:var(--text);font-size:28px;font-weight:900;line-height:1.15}.home-duo-banner-text{color:var(--text-soft);margin-top:12px;font-size:15px;line-height:1.8}.home-duo-banner-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.home-cms-banners-section{padding-top:10px}.home-cms-banners-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-cms-banner-card{border:1px solid var(--border);background:var(--card);border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 28px #0f172a0f}.home-cms-banner-media{aspect-ratio:16/8;background:linear-gradient(#f8fafc,#e2e8f0)}.home-cms-banner-media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.home-cms-banner-body{gap:8px;padding:16px;display:grid}.home-cms-banner-body h3{color:var(--text);margin:0;font-size:18px;font-weight:900}.home-cms-banner-body p{color:var(--text-soft);margin:0;font-size:14px;line-height:1.7}.home-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.home-product-card{border-radius:24px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.home-product-card:hover{border-color:rgba(var(--primary-rgb), .35);transform:translateY(-4px);box-shadow:0 18px 34px #0f172a1f}.home-product-media{aspect-ratio:4/3;background:linear-gradient(#f8fafc,#e2e8f0);min-height:230px;display:block;position:relative;overflow:hidden}html.dark .home-product-media{background:linear-gradient(#0f172a,#111827)}.home-product-media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;will-change:transform;width:100%;height:100%;transition:transform .35s}.home-product-card:hover .home-product-media img{transform:scale(1.04)}.home-product-placeholder{width:100%;height:100%;color:var(--text-soft);justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.home-product-badge{top:14px;background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;position:absolute;inset-inline-start:14px}.home-product-content{flex-direction:column;flex:1;gap:8px;padding:18px;display:flex}.home-product-category{color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.home-product-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;margin-top:6px;font-size:17px;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.home-product-desc{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.4em;margin-top:2px;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.home-product-footer{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;display:flex}.home-product-price{flex-direction:column;gap:2px;display:flex}.home-product-price-old{color:var(--text-soft);font-size:13px;text-decoration:line-through}.home-product-price-current{color:var(--text);font-size:20px;font-weight:900}html.dark .home-product-price-current{color:#f2cf5a}html:not(.dark) .home-product-price-old+.home-product-price-current{color:var(--danger)}.home-product-link{color:#fff;background:linear-gradient(135deg, var(--gold), var(--gold-dark));border:1px solid rgba(var(--primary-rgb), .5);border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.home-product-link:hover{box-shadow:0 12px 24px rgba(var(--primary-rgb), .3);transform:translateY(-1px)}html.dark .home-product-link{color:#111}.home-highlights-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.home-highlight-card{border-radius:24px;padding:24px}.home-highlight-title{color:var(--text);font-size:18px;font-weight:900}.home-highlight-text{color:var(--text-soft);margin-top:10px;font-size:14px;line-height:1.8}.home-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.home-brand-card{text-align:center;border-radius:24px;padding:22px}.home-brand-card-icon{background:rgba(var(--primary-rgb), .12);width:56px;height:56px;color:var(--gold-dark);border-radius:18px;justify-content:center;align-items:center;margin:0 auto;font-size:24px;display:inline-flex}html.dark .home-brand-card-icon{color:var(--gold-light)}.home-brand-card-title{color:var(--text);margin-top:14px;font-size:18px;font-weight:900}.home-brand-card-text{color:var(--text-soft);margin-top:10px;font-size:14px;line-height:1.8}.home-stores-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-store-card{border-radius:24px;padding:22px}.home-store-head{align-items:center;gap:14px;display:flex}.home-store-logo{background:linear-gradient(135deg, rgba(var(--primary-rgb), .18), rgba(var(--primary-rgb), .06));border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.home-store-logo img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.home-store-logo-placeholder{color:var(--gold-dark);font-size:20px;font-weight:900}html.dark .home-store-logo-placeholder{color:var(--gold-light)}.home-store-name{color:var(--text);font-size:19px;font-weight:900}.home-store-meta{color:var(--text-soft);margin-top:5px;font-size:13px}.home-store-desc{color:var(--text-soft);min-height:70px;margin-top:16px;font-size:14px;line-height:1.7}.home-store-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.home-seller-section{padding:36px 0 10px}.home-seller-box{border:1px solid rgba(var(--primary-rgb), .16);background:radial-gradient(circle at top right, rgba(var(--primary-rgb), .1), transparent 26%), linear-gradient(135deg, #111, #1f2937);border-radius:30px;padding:34px;box-shadow:0 24px 60px #0f172a29}.home-seller-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:28px;display:grid}.home-seller-title{color:#fff;font-size:34px;font-weight:900;line-height:1.15}.home-seller-text{color:#ffffffc7;max-width:720px;margin-top:14px;line-height:1.8}.home-seller-list{gap:12px;margin-top:18px;display:grid}.home-seller-item{color:#fff;align-items:center;gap:10px;font-weight:700;display:flex}.home-seller-dot{background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:999px;flex-shrink:0;width:10px;height:10px}.home-seller-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-seller-metric{border:1px solid rgba(var(--primary-rgb), .14);background:#ffffff0d;border-radius:22px;padding:22px}.home-seller-metric-value{color:#fff;font-size:30px;font-weight:900}.home-seller-metric-label{color:#ffffffb3;margin-top:6px;font-size:13px}.home-testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-testimonial-card{border-radius:24px;padding:24px}.home-testimonial-stars{color:var(--gold-dark);letter-spacing:.08em;font-size:18px}html.dark .home-testimonial-stars{color:var(--gold-light)}.home-testimonial-text{color:var(--text-soft);margin-top:14px;font-size:15px;line-height:1.8}.home-testimonial-author{color:var(--text);margin-top:18px;font-weight:800}.home-testimonial-role{color:var(--text-soft);margin-top:4px;font-size:13px}.home-final-cta{padding:42px 0 70px}.home-final-box{text-align:center;border:1px solid rgba(var(--primary-rgb), .14);background:linear-gradient(#ffffffdb,#ffffffb8);border-radius:30px;padding:42px 22px;box-shadow:0 24px 60px #0f172a14}html.dark .home-final-box{background:linear-gradient(#111111eb,#0a0a0ad6)}.home-final-title{color:var(--text);font-size:34px;font-weight:900}.home-final-text{max-width:720px;color:var(--text-soft);margin:14px auto 0;line-height:1.8}.home-final-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:24px;display:flex}.home-footer{padding:0 0 40px}.home-footer-box{border-top:1px solid var(--border);justify-content:space-between;gap:20px;padding-top:24px;display:flex}.home-footer-copy{color:var(--text-soft);font-size:14px}.home-footer-links{flex-wrap:wrap;gap:14px;display:flex}.home-footer-links a{color:var(--text-soft);font-size:14px;font-weight:700;text-decoration:none}.home-footer-links a:hover{color:var(--gold-dark)}html.dark .home-footer-links a:hover{color:var(--gold-light)}.home-empty-box{background:var(--card);border:1px dashed rgba(var(--primary-rgb), .28);text-align:center;color:var(--text-soft);border-radius:24px;padding:28px}@media (width<=1200px){.home-market-grid{grid-template-columns:1fr}.home-marketplace-grid{grid-template-columns:minmax(220px,250px) minmax(0,1fr)}.home-marketplace-right{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.home-quick-grid,.home-categories-grid,.home-highlights-grid,.home-brand-grid,.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-duo-grid,.home-cms-banners-grid{grid-template-columns:1fr}}@media (width<=992px){.home-nav{display:none}.home-marketplace-grid,.home-marketplace-right,.home-stores-grid,.home-testimonials-grid,.home-seller-grid,.home-banner-stats,.home-seller-metrics{grid-template-columns:1fr}.home-topbar-inner{min-height:72px}.home-user-info{display:none}.home-user-trigger{min-height:50px;padding:8px 10px}.home-user-dropdown{min-width:220px;right:0}}@media (width<=768px){.home-shell{width:min(100%, calc(100% - (var(--layout-shell-gutter-mobile) * 2)))}.home-brand-logo{max-width:190px;height:42px}.home-topbar-actions .home-btn-outline{display:none}.home-products-grid,.home-categories-grid,.home-highlights-grid,.home-quick-grid,.home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-title,.home-final-title,.home-seller-title,.home-duo-banner-title{font-size:28px}.home-banner-title{font-size:36px}.home-marketplace .home-banner{padding:24px}.home-marketplace .home-banner-title{font-size:clamp(28px,7.2vw,36px)}.home-marketplace .home-banner-text{font-size:14px}.home-footer-box{flex-direction:column}.home-strip-box{flex-direction:column;align-items:flex-start}}@media (width<=520px){.home-products-grid,.home-categories-grid,.home-highlights-grid,.home-quick-grid,.home-brand-grid{grid-template-columns:1fr}.home-quick-card,.home-category-tile,.home-product-card,.home-brand-card{border-radius:18px;padding:16px}}
