:root{
  --orange:#ff4f0a;
  --orange2:#ff7a1a;
  --dark:#050b12;
  --dark2:#0b1420;
  --text:#111827;
  --muted:#64748b;
  --line:#e6ebf2;
  --soft:#f7f8fb;
  --green:#16a34a;
  --blue:#2563eb;
  --purple:#7457ff;
  --red:#ef4444;
  --shadow:0 16px 50px rgba(15,23,42,.08);
  --shadow2:0 8px 24px rgba(15,23,42,.06);
  --radius:22px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;color:var(--text);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.wrap{width:min(1480px,92vw);margin:0 auto}
.topbar{background:#050b12;color:#fff;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}
.topbar .wrap{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-left,.top-right{display:flex;align-items:center;gap:28px}
.topbar b{color:var(--orange)}
.nav{background:#07111c;color:#fff;position:sticky;top:0;z-index:60;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.nav .wrap{height:72px;display:flex;align-items:center;gap:22px}
.logo{font-size:30px;font-weight:1000;letter-spacing:-1.5px;line-height:.9}
.logo span{color:var(--orange)}
.logo small{display:block;font-size:10px;color:#cbd5e1;letter-spacing:.35px;margin-top:5px}
.catbtn{height:46px;border:1px solid rgba(255,255,255,.15);background:#101c2a;color:#fff;border-radius:12px;padding:0 18px;font-weight:850;display:flex;align-items:center;gap:10px}
.search{height:48px;flex:1;border-radius:13px;background:#fff;display:flex;overflow:hidden}
.search input{flex:1;border:0;padding:0 18px;outline:0;color:#111827}
.search button{width:58px;border:0;background:var(--orange);color:#fff;font-size:18px;font-weight:900}
.nav-actions{display:flex;align-items:center;gap:18px;font-weight:850;font-size:14px}
.cart-badge{position:relative}
.cart-badge:after{content:"3";position:absolute;right:-11px;top:-10px;background:var(--orange);color:#fff;border-radius:999px;width:20px;height:20px;display:grid;place-items:center;font-size:11px}
.market-tabs{background:#fff;border-bottom:1px solid var(--line)}
.market-tabs .wrap{height:72px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.market-tab{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--line);position:relative}
.market-tab:last-child{border-right:0}
.market-tab.active:after{content:"";position:absolute;bottom:0;height:3px;background:var(--orange);left:24%;right:24%;border-radius:999px}
.tab-icon{width:42px;height:42px;border-radius:14px;background:#fff1e8;color:var(--orange);display:grid;place-items:center;font-weight:1000;font-size:18px}
.market-tab:nth-child(2) .tab-icon{background:#f1edff;color:var(--purple)}
.market-tab:nth-child(3) .tab-icon{background:#f8fafc;color:#111827}
.market-tab:nth-child(4) .tab-icon{background:#fff1e8;color:var(--orange)}
.market-tab b{display:block;font-size:15px}
.market-tab small{display:block;color:var(--muted);margin-top:2px}
.hero{padding:16px 0 0}
.hero-card{min-height:330px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(90deg,#fff 0%,#fff8f3 48%,#fff 100%);overflow:hidden;position:relative;display:grid;grid-template-columns:.45fr .55fr;box-shadow:var(--shadow2)}
.hero-copy{padding:44px 64px;position:relative;z-index:2}
.badge{display:inline-flex;border-radius:999px;background:#fff2ea;color:var(--orange);font-weight:900;font-size:12px;padding:7px 10px;margin-bottom:16px}
.hero h1{font-size:52px;line-height:1.02;letter-spacing:-2.2px;margin:0 0 16px}
.hero h1 span{color:var(--orange)}
.hero p{color:#475569;line-height:1.6;margin:0 0 20px}
.btn{height:44px;border:0;border-radius:9px;padding:0 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.btn-o{background:var(--orange);color:#fff}
.btn-l{background:#fff;border:1px solid #d7dee8;color:#111827}
.hero-actions{display:flex;gap:10px}
.hero-visual{position:relative;overflow:hidden}
.hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 52% 46%,rgba(255,79,10,.22),transparent 36%)}
.product-stage{position:absolute;right:34px;bottom:0;width:610px;height:330px}
.obj{position:absolute;filter:drop-shadow(0 22px 28px rgba(15,23,42,.18))}
.phone{width:118px;height:245px;background:linear-gradient(145deg,#111827,#424b5d);border-radius:30px;right:240px;bottom:42px}
.phone:before{content:"";position:absolute;top:18px;left:18px;width:66px;height:66px;border-radius:20px;background:#0b1220;box-shadow:20px 0 0 #0b1220,0 20px 0 #0b1220}
.bag{width:150px;height:165px;background:linear-gradient(135deg,#ff4f0a,#ff7a1a);right:72px;bottom:42px;border-radius:12px}
.bag:before{content:"";position:absolute;top:-34px;left:38px;width:72px;height:55px;border:8px solid #9a3412;border-bottom:0;border-radius:40px 40px 0 0}
.bag:after{content:"H";position:absolute;left:41px;top:51px;width:70px;height:70px;border:3px solid rgba(255,255,255,.8);border-radius:50%;color:#fff;font-size:44px;font-weight:1000;display:grid;place-items:center}
.watch{width:78px;height:94px;background:#0b1220;border-radius:26px;right:420px;bottom:85px;border:8px solid #161e2c}
.watch:before,.watch:after{content:"";position:absolute;left:22px;width:20px;height:80px;background:#111827;border-radius:14px}
.watch:before{top:-82px}.watch:after{bottom:-82px}
.watch-face{position:absolute;inset:10px;border-radius:18px;background:radial-gradient(circle,#ff4f0a 2px,transparent 3px),#111827;border:1px solid #374151}
.headphone{width:120px;height:150px;border:16px solid #e6d8c5;border-bottom:0;border-radius:80px 80px 0 0;right:505px;bottom:88px}
.headphone:before,.headphone:after{content:"";position:absolute;width:43px;height:72px;background:#e8ddd0;border-radius:22px;bottom:-50px}
.headphone:before{left:-28px}.headphone:after{right:-28px}
.trust-strip{height:64px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.74)}
.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;color:#475569;font-size:13px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.section{padding:18px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.section-head h2{font-size:20px;margin:0}
.section-head a{color:var(--orange);font-weight:900;font-size:13px}
.cat-row{display:grid;grid-template-columns:repeat(12,1fr);gap:10px}
.cat-card{height:92px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow2)}
.cat-art{width:46px;height:38px;position:relative}
.cat-art.headphones{border:7px solid #111827;border-bottom:0;border-radius:32px 32px 0 0}
.cat-art.headphones:before,.cat-art.headphones:after{content:"";position:absolute;bottom:-20px;width:16px;height:25px;background:#111827;border-radius:8px}.cat-art.headphones:before{left:-8px}.cat-art.headphones:after{right:-8px}
.cat-art.phone{width:28px;height:42px;border-radius:8px;background:linear-gradient(135deg,#111827,#8b5cf6)}
.cat-art.laptop{width:50px;height:32px;border-radius:4px;background:#111827}.cat-art.laptop:after{content:"";position:absolute;left:-6px;right:-6px;bottom:-8px;height:6px;background:#94a3b8;border-radius:4px}
.cat-art.jacket{width:42px;height:42px;background:#d6c1a8;border-radius:8px 8px 16px 16px}
.cat-art.sofa{width:50px;height:28px;background:#6b7b4c;border-radius:9px}.cat-art.sofa:before{content:"";position:absolute;left:4px;right:4px;top:-14px;height:18px;background:#87956a;border-radius:9px}
.cat-art.perfume{width:28px;height:42px;background:#f1d4ce;border-radius:6px}.cat-art.perfume:before{content:"";position:absolute;left:8px;top:-8px;width:12px;height:8px;background:#111827;border-radius:3px}
.cat-art.watch{width:30px;height:40px;background:#111827;border-radius:14px}
.cat-art.ball{width:42px;height:42px;background:#fff;border:4px solid #111827;border-radius:50%}
.cat-art.car{width:52px;height:24px;background:#111827;border-radius:8px}.cat-art.car:before,.cat-art.car:after{content:"";position:absolute;bottom:-6px;width:12px;height:12px;background:#374151;border-radius:50%}.cat-art.car:before{left:8px}.cat-art.car:after{right:8px}
.cat-art.gamepad{width:46px;height:28px;background:#111827;border-radius:14px}
.cat-art.ring{width:38px;height:38px;border:6px solid #d39a3a;border-radius:50%}
.cat-art.drill{width:48px;height:28px;background:#e5a828;border-radius:7px}
.cat-card b{font-size:13px}
.auction-strip{background:#07111c;color:#fff;border-radius:14px;padding:14px 18px;display:grid;grid-template-columns:150px repeat(4,1fr) 42px;gap:12px;align-items:center;box-shadow:0 16px 34px rgba(7,17,28,.24)}
.auction-title h2{margin:0;font-size:20px}.auction-title span{color:#94a3b8;font-size:13px}
.auction-card{height:88px;background:#101c2a;border:1px solid rgba(255,255,255,.08);border-radius:12px;display:grid;grid-template-columns:76px 1fr;gap:10px;padding:9px}
.auction-img{border-radius:9px;background:#19263a;position:relative}
.auction-img.laptop:before{content:"";position:absolute;left:12px;right:12px;top:18px;height:32px;background:linear-gradient(135deg,#1e1b4b,#7c3aed);border-radius:4px}.auction-img.laptop:after{content:"";position:absolute;left:6px;right:6px;bottom:16px;height:5px;background:#94a3b8;border-radius:3px}
.auction-img.watch:before{content:"";position:absolute;left:22px;top:14px;width:32px;height:32px;background:#111827;border:4px solid #94a3b8;border-radius:50%}
.auction-img.phone:before{content:"";position:absolute;left:23px;top:10px;width:30px;height:54px;background:linear-gradient(135deg,#111827,#c084fc);border-radius:8px}
.auction-img.drone:before{content:"";position:absolute;left:18px;top:30px;width:38px;height:8px;background:#e5e7eb;border-radius:99px}
.auction-info b{display:block;font-size:13px}.auction-info small{display:block;color:#94a3b8;margin-top:5px}.auction-info strong{color:var(--orange);font-size:16px}
.deal-grid{display:grid;grid-template-columns:1.08fr 1fr 1fr;gap:14px}
.panel{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow2);padding:14px}
.retail-products{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.product-card{border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff;position:relative}
.discount{position:absolute;top:8px;left:8px;background:var(--orange);color:#fff;border-radius:7px;padding:4px 6px;font-size:11px;font-weight:900;z-index:2}
.prod-visual{height:110px;border-radius:10px;background:#f8fafc;position:relative;overflow:hidden}
.prod-visual.airpods:before,.mobile-product-hero .airpods:before{content:"";position:absolute;width:46px;height:84px;background:#fff;border-radius:28px;left:38px;top:18px;box-shadow:46px 0 0 #fff,0 12px 26px rgba(0,0,0,.14),46px 12px 26px rgba(0,0,0,.14)}
.prod-visual.phone:before{content:"";position:absolute;left:40px;top:18px;width:42px;height:82px;background:linear-gradient(135deg,#111827,#a78bfa);border-radius:12px}
.prod-visual.watch:before{content:"";position:absolute;left:45px;top:25px;width:45px;height:54px;background:#111827;border-radius:18px}
.prod-visual.camera:before{content:"";position:absolute;left:32px;top:35px;width:72px;height:46px;background:#111827;border-radius:12px}.prod-visual.camera:after{content:"";position:absolute;left:55px;top:43px;width:28px;height:28px;background:#334155;border-radius:50%;border:4px solid #64748b}
.product-card b{display:block;font-size:12px;margin-top:8px}.product-card strong{color:var(--orange);font-size:14px}.product-card del{font-size:11px;color:#94a3b8;margin-left:5px}
.wholesale{display:grid;grid-template-columns:.55fr .45fr;min-height:190px}.wholesale h3{font-size:42px;margin:6px 0}.boxes{position:relative}.box{position:absolute;background:#b98249;border-radius:6px}.box:before{content:"H";position:absolute;inset:0;display:grid;place-items:center;color:#8a5d2f;font-size:26px;font-weight:900}.box.b1{width:110px;height:82px;right:30px;bottom:10px}.box.b2{width:90px;height:70px;right:110px;bottom:20px}.box.b3{width:78px;height:58px;right:70px;bottom:95px}
.classified{display:grid;grid-template-columns:.55fr .45fr}.classified-list{display:grid;gap:12px}.mini-product-scene{position:relative}.bike{position:absolute;right:20px;top:20px;width:110px;height:70px;border:6px solid #111827;border-radius:50%}.bike:after{content:"";position:absolute;right:-60px;top:-6px;width:70px;height:70px;border:6px solid #111827;border-radius:50%}.sofa-small{position:absolute;right:5px;bottom:20px;width:110px;height:55px;background:#a8a29e;border-radius:16px}
.seller-row{display:grid;grid-template-columns:repeat(5,1fr) 42px;gap:12px}
.seller-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px;display:flex;align-items:center;gap:10px}
.seller-logo{width:38px;height:38px;border-radius:10px;background:#07111c;color:#fff;display:grid;place-items:center;font-weight:900}
.seller-card b{font-size:13px}.seller-card small{color:var(--muted)}
.bottom-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.bottom-trust div{padding:20px;display:flex;gap:12px;align-items:center;border-right:1px solid var(--line)}
.bottom-trust div:last-child{border-right:0}
.circle-icon{width:44px;height:44px;border-radius:50%;border:2px solid var(--orange);color:var(--orange);display:grid;place-items:center;font-weight:900}

/* Product page desktop */
.product-page{background:#fff}
.breadcrumb{height:58px;display:flex;align-items:center;color:#64748b;font-size:13px}
.product-layout{display:grid;grid-template-columns:86px 1fr .82fr 320px;gap:18px;align-items:start}
.thumbs{display:grid;gap:14px}.thumb{height:80px;border:1px solid var(--line);border-radius:10px;background:#fff;position:relative}.thumb.active{border-color:var(--orange)}.thumb.dark{background:#222}
.product-gallery{height:520px;border:1px solid var(--line);border-radius:14px;background:#fff;position:relative;box-shadow:var(--shadow2);overflow:hidden}
.product-gallery .airpods-main{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%) scale(2.5)}
.airpods-main:before{content:"";position:absolute;width:110px;height:172px;background:#fff;border-radius:68px;left:-125px;top:-90px;box-shadow:125px 0 0 #fff,0 22px 42px rgba(15,23,42,.14),125px 22px 42px rgba(15,23,42,.14)}
.airpods-main:after{content:"";position:absolute;left:-110px;top:60px;width:220px;height:110px;background:#fff;border-radius:0 0 58px 58px;box-shadow:0 28px 48px rgba(15,23,42,.12)}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow2);display:grid;place-items:center;font-weight:900}.gallery-nav.left{left:20px}.gallery-nav.right{right:20px}
.info-panel{padding:0 8px}
.store-badges{display:flex;gap:10px;margin-bottom:16px}.store-badge{height:36px;border:1px solid var(--line);border-radius:999px;padding:0 14px;display:flex;align-items:center;font-weight:900;font-size:13px;background:#fff}
.info-panel h1{font-size:32px;margin:0 0 8px;letter-spacing:-.8px}.sub{color:#64748b;margin-bottom:14px}
.rating{color:#f59e0b;font-weight:900}.rating span{color:#64748b;font-weight:700;margin-left:8px}
.price-line{font-size:32px;color:var(--orange);font-weight:1000;margin:18px 0}.price-line del{font-size:18px;color:#94a3b8;margin-left:10px}.off{font-size:14px;background:#fff1e8;padding:6px 9px;border-radius:8px;margin-left:10px}
.mode-box{border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin:18px 0}.mode-option{padding:12px;display:flex;gap:10px;border-right:1px solid var(--line);align-items:center}.mode-option:last-child{border-right:0}.mode-option.active{border:1px solid var(--orange);background:#fff8f3;margin:-1px}.mode-icon-small{width:36px;height:36px;border-radius:12px;background:#fff1e8;color:var(--orange);display:grid;place-items:center;font-weight:1000}
.why{border:1px solid var(--line);border-radius:12px;padding:14px}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.why-item{display:flex;gap:10px}.why-icon{width:34px;height:34px;border-radius:50%;border:2px solid var(--orange)}
.buybox{border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow2);position:sticky;top:90px}.buybox .price-line{margin-top:0}.buybox .btn{width:100%;height:56px;margin-bottom:10px}.buybox hr{border:0;border-top:1px solid var(--line);margin:20px 0}.delivery-list{display:grid;gap:18px}.delivery-list div{display:flex;gap:12px}.delivery-list b{display:block}.delivery-list span{color:#64748b;font-size:13px}
.product-tabs{margin-top:20px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.tab-nav{height:54px;display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line)}.tab-nav div{display:flex;align-items:center;justify-content:center;font-weight:900;color:#64748b}.tab-nav .active{color:var(--orange);border-bottom:2px solid var(--orange)}.tab-content{padding:24px;line-height:1.7}

/* Auth */
.auth-page .nav{position:relative}
.auth-layout{display:grid;grid-template-columns:.42fr .58fr;min-height:calc(100vh - 72px);background:#fff}
.auth-left{padding:76px 96px;display:flex;align-items:center}.auth-card{max-width:520px;width:100%}.auth-card h1{font-size:48px;line-height:1.1;letter-spacing:-1.7px;margin:14px 0}.auth-card h1 span{color:var(--orange)}.auth-card p{color:#64748b;line-height:1.7;font-size:17px}.field{margin:18px 0}.field label{display:block;font-weight:900;margin-bottom:8px}.field input,.field select{width:100%;height:56px;border:1px solid #d7dee8;border-radius:10px;padding:0 16px;outline:0}.field input:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,79,10,.08)}
.auth-right{background:radial-gradient(circle at 65% 40%,rgba(255,79,10,.24),transparent 28%),linear-gradient(135deg,#0a0f18,#26180f);position:relative;color:#fff;overflow:hidden}.auth-right .product-stage{right:80px;bottom:90px;transform:scale(1.12);transform-origin:bottom right}.auth-copy{position:absolute;left:80px;top:80px}.auth-copy h2{font-size:34px}.auth-icons{display:flex;gap:54px;margin-top:40px;text-align:center}.auth-icons div{max-width:110px}.auth-icons b{display:block}.auth-rating{position:absolute;right:80px;bottom:65px;background:rgba(255,255,255,.16);padding:14px 22px;border-radius:12px;backdrop-filter:blur(14px)}
.signup-layout{display:grid;grid-template-columns:.48fr .52fr;gap:50px;padding:50px 0}.signup-visual{position:relative;min-height:620px}.signup-visual h1{font-size:52px;line-height:1.1;letter-spacing:-1.7px}.signup-visual h1 span{color:var(--orange)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:30px 0}.feature{display:flex;gap:12px}.signup-card{border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow);background:#fff}.toggle{height:56px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:22px;overflow:hidden}.toggle div{display:flex;align-items:center;justify-content:center;font-weight:900}.toggle .active{border:1px solid var(--orange);color:var(--orange);background:#fff8f3;margin:-1px;border-radius:10px}

/* Admin/Seller */
.dash{display:grid;grid-template-columns:220px 1fr;min-height:100vh;background:#f8fafc}.side{background:#07111c;color:#fff;padding:20px;position:sticky;top:0;height:100vh}.side-menu{display:grid;gap:6px;margin-top:30px}.side-menu a{height:42px;border-radius:8px;display:flex;align-items:center;padding:0 14px;color:#dbe4ef;font-weight:850;font-size:14px}.side-menu a.active,.side-menu a:hover{background:var(--orange);color:#fff}.dash-main{padding:0 24px 30px}.dash-top{height:70px;display:flex;align-items:center;justify-content:space-between}.dash-search{height:42px;width:580px;border:1px solid var(--line);border-radius:8px;padding:0 14px}.kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.kpi{border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px;box-shadow:var(--shadow2)}.kpi small{color:#64748b}.kpi h3{font-size:22px;margin:6px 0}.spark{height:24px;background:linear-gradient(135deg,transparent 30%,rgba(255,79,10,.32));clip-path:polygon(0 70%,20% 44%,40% 60%,60% 28%,80% 50%,100% 24%,100% 100%,0 100%)}
.dash-grid{display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:14px;margin-top:16px}.dash-panel{border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px;box-shadow:var(--shadow2)}.dash-panel h3{margin:0 0 14px}.chart{height:180px;background:linear-gradient(135deg,#fff7ed,#eff6ff);border-radius:12px;position:relative}.chart:before{content:"";position:absolute;left:18px;right:18px;bottom:26px;height:90px;background:linear-gradient(135deg,rgba(255,79,10,.65),rgba(37,99,235,.25));clip-path:polygon(0 70%,15% 40%,30% 62%,48% 22%,65% 55%,82% 18%,100% 46%,100% 100%,0 100%)}
.donut{width:160px;height:160px;border-radius:50%;background:conic-gradient(var(--green) 0 55%,var(--blue) 55% 78%,var(--orange) 78% 92%,#e5e7eb 92%);display:grid;place-items:center;margin:auto}.donut:before{content:"18,765";width:92px;height:92px;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:1000}
.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid #eef2f7;text-align:left;font-size:13px}.table th{color:#64748b;font-size:11px;text-transform:uppercase}.status{padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900;background:#dcfce7;color:#166534}
.mobile-only{display:none}

@media(max-width:1150px){
  .nav .wrap{height:auto;padding:14px 0;flex-wrap:wrap}.search{order:3;flex-basis:100%}.market-tabs .wrap{overflow:auto;display:flex}.market-tab{min-width:230px}
  .hero-card{grid-template-columns:1fr}.hero-visual{height:310px}.cat-row{grid-template-columns:repeat(4,1fr)}.auction-strip{grid-template-columns:1fr}.deal-grid,.seller-row,.product-layout,.auth-layout,.signup-layout,.dash,.dash-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.side{position:relative;height:auto}.dash-search{width:100%}
}
@media(max-width:640px){
  .desktop-only{display:none!important}.mobile-only{display:block}.wrap{width:min(94vw,1480px)}
  body{padding-bottom:82px;background:#fff}.topbar{display:none}.nav{background:#07111c}.nav .wrap{gap:14px}.logo{font-size:28px}.catbtn,.nav-actions{display:none}.search{height:58px;border-radius:10px}.market-tabs .wrap{height:92px}.market-tab{min-width:220px;justify-content:flex-start;padding:0 18px}
  .hero{padding-top:18px}.hero-card{min-height:370px;border-radius:18px}.hero-copy{padding:28px 26px}.hero h1{font-size:34px}.hero-visual{height:220px}.product-stage{transform:scale(.62);right:-80px;bottom:-10px}.trust-strip{height:auto;grid-template-columns:repeat(2,1fr)}.trust-item{padding:14px}
  .cat-row{display:flex;overflow:auto}.cat-card{min-width:130px}.auction-strip{padding:16px}.retail-products{grid-template-columns:repeat(2,1fr)}.deal-grid{gap:12px}.bottom-trust{grid-template-columns:1fr}.bottom-trust div{border-right:0;border-bottom:1px solid var(--line)}
  .product-layout{display:block}.thumbs{display:none}.product-gallery{height:570px;border:0;border-radius:0;box-shadow:none}.product-gallery .airpods-main{transform:translate(-50%,-50%) scale(2.35)}.info-panel{padding:24px}.info-panel h1{font-size:34px}.buybox{position:fixed;left:0;right:0;bottom:0;z-index:80;border-radius:18px 18px 0 0;background:#fff;padding:14px;display:grid;grid-template-columns:88px 1fr 1fr;gap:10px}.buybox hr,.buybox .delivery-list,.buybox h3,.buybox .price-line{display:none}.buybox .btn{height:60px;margin:0}.qty-mobile{height:60px;border:1px solid var(--line);border-radius:12px;display:grid!important;place-items:center;font-weight:900}
  .auth-layout{display:block}.auth-left{padding:44px 28px}.auth-right{display:none}.signup-visual{min-height:auto}.signup-visual h1{font-size:38px}.signup-card{padding:24px}.dash-main{padding:16px}.kpi-grid{grid-template-columns:1fr}.dash-top{height:auto;display:grid;gap:12px;margin:15px 0}.dash-grid{grid-template-columns:1fr}
  .mobile-bottom{display:grid!important;position:fixed;left:0;right:0;bottom:0;height:76px;background:#fff;border-top:1px solid var(--line);z-index:90;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(15,23,42,.08)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:12px;color:#475569;font-weight:800}.mobile-bottom a.active{color:var(--orange)}
}
