
:root{
  --bg:#07101a;--panel:#0d1824;--panel2:#111e2b;--line:#203247;--text:#f7f9fc;
  --muted:#9eb0c5;--gold:#f5be45;--gold2:#ffd36a;--danger:#ff6b6b;--ok:#5bd58d
}
*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#07101a,#08131f 55%,#06101a);color:var(--text);
font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 34px));margin:auto}
header{position:sticky;top:0;z-index:40;background:rgba(7,16,26,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{font-weight:950;letter-spacing:.06em}.navlinks{display:flex;gap:18px;align-items:center;font-weight:750}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);background:#0b1622;color:#fff;border-radius:10px;padding:11px 15px;font-weight:850;cursor:pointer}
.btn.primary{background:var(--gold);border-color:var(--gold);color:#111}.btn.danger{color:#ffb2b2;border-color:#6a3940}.btn.small{padding:8px 10px;font-size:.84rem}
main{padding:28px 0 56px}.hero{padding:72px 0 68px;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.hero h1{font-size:clamp(3.2rem,8vw,6.5rem);line-height:.94;letter-spacing:-.05em;margin:0 0 20px}.hero p{font-size:1.12rem;color:var(--muted);line-height:1.65;max-width:720px}
.hero-card{border:1px solid var(--line);background:linear-gradient(145deg,#101e2c,#0a1520);border-radius:20px;padding:28px}
.kicker{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid #6f5b28;background:#2b2516;color:var(--gold2);font-size:.78rem;font-weight:900}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid var(--line);background:linear-gradient(180deg,var(--panel),#0a1520);border-radius:16px;padding:18px}
.card h2,.card h3{margin-top:0}.muted,.small{color:var(--muted)}.small{font-size:.84rem}.price{font-size:1.35rem;font-weight:950}
.toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:16px}
input,select,textarea{width:100%;border:1px solid #263a52;background:#0a1521;color:#fff;border-radius:10px;padding:11px 12px;outline:none}
input:focus,select:focus,textarea:focus{border-color:#6e8eb6}textarea{min-height:110px;resize:vertical}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{overflow:hidden;padding:0}.product img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#0a1119;border-bottom:1px solid var(--line)}.product-body{padding:16px}
.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#15263a;color:#c8d7e8;font-size:.75rem}
.tabs{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0 18px}.tab{border:1px solid var(--line);background:#0b1621;border-radius:9px;padding:10px 14px;font-weight:850;cursor:pointer}.tab.active{background:var(--gold);border-color:var(--gold);color:#111}
.metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:18px}.metric{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:15px}.metric .v{font-size:1.35rem;font-weight:950;margin-top:4px}
.admin-grid{display:grid;grid-template-columns:380px 1fr;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.field.full{grid-column:1/-1}label{display:block;font-size:.84rem;font-weight:800;color:#c8d5e3;margin-bottom:5px}
.row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.status{margin-top:10px;white-space:pre-wrap}.ok{color:var(--ok)}.err{color:#ff9a9a}.hidden{display:none!important}
.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:11px 9px;text-align:left;border-bottom:1px solid var(--line);font-size:.88rem;vertical-align:top}th{font-size:.8rem;color:#c6d4e3}
.cart-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px}.summary{position:sticky;top:86px;height:max-content}.summary-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.summary-line.total{border-top:1px solid var(--line);font-weight:950;font-size:1.15rem;margin-top:8px;padding-top:14px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:80;display:grid;place-items:center;padding:18px}.modal-box{width:min(760px,100%);max-height:90vh;overflow:auto;border:1px solid var(--line);background:#0e1925;border-radius:16px;padding:20px}
.photo-preview{display:grid;grid-template-columns:110px 1fr;gap:14px;margin-top:14px}.photo-preview img{width:110px;height:110px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
@media(max-width:1000px){.metrics{grid-template-columns:repeat(3,1fr)}.admin-grid,.hero,.cart-grid{grid-template-columns:1fr}.summary{position:static}.grid,.product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.metrics,.grid,.product-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.navlinks a:not(.btn){display:none}}

.category-link{display:block;transition:transform .15s ease,border-color .15s ease,background .15s ease}
.category-link:hover{transform:translateY(-2px);border-color:#6f8db2;background:linear-gradient(180deg,#122132,#0c1824)}
.category-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px}


/* Product image sizing: keep every inventory card image consistent */
.product-card img,
.inventory-card img,
.card.product img,
.product-image,
.product-card .product-image,
.inventory-card .product-image {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

/* Slightly smaller image area on phones */
@media (max-width: 700px) {
  .product-card img,
  .inventory-card img,
  .card.product img,
  .product-image,
  .product-card .product-image,
  .inventory-card .product-image {
    height: 240px;
  }
}


/* Public footer + company pages */
.site-footer{
  margin-top:72px;
  border-top:1px solid var(--line);
  padding:36px max(24px,5vw) 20px;
  background:rgba(5,15,25,.72);
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.5fr;
  gap:32px;
  max-width:1280px;
  margin:0 auto;
}
.footer-grid>div{min-width:0}
.footer-brand{
  font-size:1.05rem;
  font-weight:800;
  margin-bottom:10px;
}
.footer-title{
  font-weight:800;
  margin-bottom:10px;
}
.site-footer a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:7px 0;
}
.site-footer p{
  color:var(--muted);
  margin:7px 0;
  line-height:1.5;
}
.footer-bottom{
  max-width:1280px;
  margin:28px auto 0;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:.9rem;
}
.page-shell{
  max-width:1100px;
  margin:48px auto;
  padding:0 24px;
}
.content-card{
  border:1px solid var(--line);
  border-radius:22px;
  padding:36px;
  background:rgba(9,24,37,.9);
}
.prose-card h1{
  max-width:760px;
  margin-top:8px;
}
.prose-card p{
  max-width:850px;
  color:var(--muted);
  line-height:1.7;
}
.eyebrow{
  display:inline-block;
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--accent);
}
.cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:26px 0;
}
.contact-box{
  border:1px solid var(--line);
  border-radius:16px;
  padding:20px;
  background:rgba(255,255,255,.02);
}

@media (max-width:800px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .footer-grid{grid-template-columns:1fr}
  .content-card{padding:24px}
}


/* Clickable contact email */
.email-link{
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
  font-weight:700;
}
.email-link:hover{
  opacity:.85;
}


/* McGraw Supply brand logo */
.hero-logo-wrap{
  display:flex;
  justify-content:center;
  margin:10px auto 28px;
  padding:0 18px;
}
.hero-logo{
  width:min(720px,92vw);
  height:auto;
  display:block;
  border-radius:18px;
}
.page-brand-logo{
  width:min(520px,100%);
  height:auto;
  display:block;
  margin:0 auto 24px;
  border-radius:16px;
}

@media (max-width:700px){
  .hero-logo{
    width:min(94vw,560px);
  }
  .hero-logo-wrap{
    margin-bottom:20px;
  }
}


/* Cleaner McGraw Supply branding */
.brand-logo-link{
  display:flex;
  align-items:center;
  padding:0;
}
.nav-brand-logo{
  width:210px;
  height:48px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.hero-logo-wrap,
.hero-logo,
.page-brand-logo{
  display:none !important;
}

@media (max-width:700px){
  .nav-brand-logo{
    width:160px;
    height:40px;
  }
}


}






/* Header option 2: long logo left, navigation right */
.site-header{
  padding:0;
  border-bottom:1px solid var(--line);
  background:rgba(4,14,24,.94);
  backdrop-filter:blur(10px);
}
.site-header .container{
  max-width:1280px;
  width:100%;
  margin:0 auto;
  padding:0 28px;
}
.topbar{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand-logo-link{
  display:flex;
  align-items:center;
  flex:1 1 auto;
  min-width:0;
  padding:0;
}
.nav-brand-logo{
  width:min(520px,42vw);
  height:78px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.nav-links,
.site-header nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  flex:0 0 auto;
  white-space:nowrap;
}

@media (max-width:900px){
  .site-header .container{
    padding:0 18px;
  }
  .topbar{
    min-height:88px;
    gap:16px;
  }
  .nav-brand-logo{
    width:min(380px,40vw);
    height:68px;
  }
  .nav-links,
  .site-header nav{
    gap:16px;
  }
}

@media (max-width:700px){
  .topbar{
    flex-wrap:wrap;
    justify-content:center;
    padding:10px 0 14px;
  }
  .brand-logo-link{
    flex:0 0 100%;
    justify-content:center;
  }
  .nav-brand-logo{
    width:min(420px,88vw);
    height:64px;
    object-position:center;
  }
  .nav-links,
  .site-header nav{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px 18px;
  }
}


/* =========================
   McGraw Supply home redesign
   ========================= */
.home-page{
  background:
    radial-gradient(circle at 50% 0%, rgba(21,43,66,.30), transparent 32%),
    #050b12;
}
.home-page main{padding:0}
.home-shell{width:min(1440px,calc(100% - 44px));margin:0 auto}

.utility-bar{
  background:#02070c;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:.76rem;
  color:#aeb9c7;
}
.utility-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.utility-left,.utility-right{display:flex;align-items:center;gap:13px}
.utility-right a:hover{color:var(--gold)}

.home-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(5,13,22,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(245,190,69,.22);
}
.header-main{
  min-height:112px;
  display:grid;
  grid-template-columns:300px minmax(320px,1fr) 220px;
  align-items:center;
  gap:34px;
}
.home-logo{display:block}
.home-logo img{
  width:290px;
  height:94px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.home-search{
  height:48px;
  display:flex;
  border:1px solid rgba(245,190,69,.72);
  border-radius:10px;
  overflow:hidden;
  background:#07121e;
  box-shadow:0 0 0 1px rgba(245,190,69,.03), inset 0 0 22px rgba(0,0,0,.2);
}
.home-search input{
  border:0;
  border-radius:0;
  background:transparent;
  padding:0 18px;
  color:#fff;
}
.home-search input:focus{border:0}
.home-search button{
  width:58px;
  border:0;
  background:var(--gold);
  color:#07101a;
  font-size:1.5rem;
  cursor:pointer;
}
.header-actions{display:flex;justify-content:flex-end;gap:26px}
.header-actions a{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size:.88rem;
}
.header-actions a:hover{color:var(--gold)}
.action-icon{font-size:1.25rem}

.category-nav{
  border-top:1px solid rgba(255,255,255,.055);
  background:#07111c;
}
.category-nav-inner{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  font-size:.86rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.category-nav-inner a:hover{color:var(--gold)}
.category-nav-inner .nav-accent{color:var(--gold)}

.home-hero{
  min-height:490px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(245,190,69,.22);
  background:
    linear-gradient(90deg,rgba(3,8,13,.92),rgba(5,13,22,.28) 35%,rgba(5,13,22,.20) 65%,rgba(3,8,13,.92)),
    linear-gradient(180deg,#07111c,#050a10);
}
.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(116deg,transparent 0 18%,rgba(245,190,69,.10) 18.2% 18.5%,transparent 18.7% 100%),
    linear-gradient(64deg,transparent 0 77%,rgba(245,190,69,.09) 77.2% 77.5%,transparent 77.7% 100%);
  pointer-events:none;
}
.hero-inner{position:relative;z-index:5}
.hero-copy-centered{
  max-width:850px;
  margin:0 auto;
  text-align:center;
  padding:66px 20px;
}
.hero-kicker{
  color:var(--gold);
  font-weight:900;
  letter-spacing:.09em;
  font-size:.82rem;
  margin-bottom:13px;
}
.hero-copy-centered h1{
  margin:0;
  font-size:clamp(3.1rem,6.2vw,6.7rem);
  line-height:.90;
  letter-spacing:-.05em;
  font-weight:1000;
  text-shadow:0 6px 26px rgba(0,0,0,.38);
}
.hero-copy-centered h1 span{color:var(--gold)}
.hero-copy-centered p{
  color:#c5d0dc;
  margin:20px auto 25px;
  font-size:1.03rem;
  letter-spacing:.04em;
}
.hero-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

.home-btn{
  min-height:48px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  font-weight:950;
  letter-spacing:.02em;
  border:1px solid var(--gold);
}
.home-btn-primary{
  background:linear-gradient(180deg,#ffd15e,#f5b92c);
  color:#0d1014;
  box-shadow:0 6px 24px rgba(245,190,69,.16);
}
.home-btn-secondary{background:rgba(5,13,22,.75);color:#fff}
.home-btn:hover{transform:translateY(-1px)}

.hero-glow{
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  filter:blur(60px);
  opacity:.17;
}
.hero-glow-left{left:-220px;top:-80px;background:#214c70}
.hero-glow-right{right:-200px;bottom:-100px;background:#7e4d12}

.hero-art{
  position:absolute;
  z-index:1;
  opacity:.34;
  pointer-events:none;
}
.hero-art-left{left:2%;top:10%;width:350px;height:350px}
.hero-art-right{right:2%;top:9%;width:350px;height:350px}
.art-ring{
  position:absolute;
  border:28px solid #5e6873;
  border-radius:50%;
  box-shadow:inset 0 0 0 10px #202a34,0 0 28px rgba(0,0,0,.5);
}
.ring-a{width:170px;height:170px;left:15px;top:20px}
.ring-b{width:110px;height:110px;right:10px;bottom:20px;border-width:20px}
.art-wrench{
  position:absolute;
  font-size:9rem;
  transform:rotate(-32deg);
  left:95px;
  top:125px;
  filter:grayscale(1) brightness(.75);
}
.game-outline{
  position:absolute;
  right:18px;
  bottom:20px;
  font-size:12rem;
  filter:grayscale(1) brightness(.9);
}
.pixel-block{
  position:absolute;
  width:54px;height:54px;
  background:linear-gradient(135deg,#f6c34e,#9c5e14);
  box-shadow:0 0 22px rgba(245,190,69,.18);
}
.block-a{left:28px;top:40px}
.block-b{left:92px;top:105px}
.block-c{left:28px;top:170px}

.trust-strip{
  background:#07121e;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.trust-item{
  min-height:88px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:16px 22px;
  border-right:1px solid rgba(255,255,255,.08);
}
.trust-item:last-child{border-right:0}
.trust-icon{
  width:38px;height:38px;
  display:grid;place-items:center;
  color:var(--gold);
  border:1px solid rgba(245,190,69,.7);
  border-radius:50%;
  flex:0 0 auto;
}
.trust-item strong{display:block;font-size:.80rem}
.trust-item span{display:block;color:var(--muted);font-size:.76rem;margin-top:3px}

.category-section{padding:42px 0 54px}
.section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:24px;
}
.section-title h2{
  font-size:1.25rem;
  letter-spacing:.13em;
  margin:0;
}
.section-title span{
  width:58px;height:1px;background:var(--gold);
}
.home-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-category-card{
  min-height:235px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  border:1px solid #26384b;
  border-radius:12px;
  padding:24px;
  background:
    radial-gradient(circle at 80% 20%,rgba(245,190,69,.12),transparent 35%),
    linear-gradient(145deg,#0f1b29,#08111b);
  transition:.18s ease;
}
.home-category-card:hover{
  transform:translateY(-3px);
  border-color:rgba(245,190,69,.62);
  box-shadow:0 12px 35px rgba(0,0,0,.22);
}
.gaming-card{
  background:
    radial-gradient(circle at 80% 20%,rgba(118,65,172,.25),transparent 38%),
    linear-gradient(145deg,#171126,#08111b);
}
.tools-card{
  background:
    radial-gradient(circle at 80% 20%,rgba(176,105,22,.22),transparent 38%),
    linear-gradient(145deg,#18150f,#08111b);
}
.category-icon{
  position:absolute;
  right:16px;
  top:12px;
  font-size:7rem;
  opacity:.22;
  filter:grayscale(.45);
}
.category-copy{position:relative;z-index:2;max-width:70%}
.category-label{
  font-size:1.35rem;
  font-weight:1000;
  margin-bottom:8px;
}
.category-copy p{
  color:#c5cfda;
  line-height:1.5;
  margin:0 0 16px;
  font-size:.92rem;
}
.category-copy strong{color:var(--gold);font-size:.86rem}

.home-callout{
  margin-bottom:30px;
  border:1px solid #25374a;
  border-radius:14px;
  padding:28px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:linear-gradient(110deg,#0c1825,#09131d);
}
.home-callout h2{margin:4px 0 7px;font-size:1.65rem}
.home-callout p{margin:0;color:var(--muted)}
.mini-label{color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.13em}

@media(max-width:1050px){
  .header-main{grid-template-columns:240px 1fr 170px;gap:20px}
  .home-logo img{width:230px}
  .category-nav-inner{gap:25px}
  .hero-art{opacity:.18}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
}
@media(max-width:780px){
  .utility-right{display:none}
  .utility-inner{justify-content:center}
  .header-main{
    min-height:auto;
    padding:12px 0;
    grid-template-columns:1fr auto;
  }
  .home-logo img{width:210px;height:70px}
  .home-search{grid-column:1/-1;grid-row:2}
  .header-actions{gap:14px}
  .header-actions a:first-child{display:none}
  .category-nav-inner{
    justify-content:flex-start;
    overflow-x:auto;
    gap:24px;
    padding:0 2px;
    white-space:nowrap;
  }
  .home-hero{min-height:450px}
  .hero-art{display:none}
  .hero-copy-centered{padding:52px 4px}
  .hero-copy-centered h1{font-size:clamp(2.8rem,13vw,5rem)}
  .home-category-grid{grid-template-columns:1fr}
  .home-category-card{min-height:190px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .home-callout{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .home-shell{width:min(100% - 24px,1440px)}
  .utility-left span:nth-child(2){display:none}
  .home-logo img{width:185px}
  .header-actions a{font-size:.78rem}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}
  .hero-copy-centered h1{font-size:2.75rem}
  .hero-kicker{font-size:.68rem}
  .section-title span{width:28px}
}


/* ==========================================================
   FIRST MOCKUP REBUILD — scoped to .mockup-home
   ========================================================== */
.mockup-home{
  margin:0;
  background:#020812;
  color:#f7f8fa;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mockup-home *{box-sizing:border-box}
.mockup-home a{text-decoration:none;color:inherit}
.mock-shell{width:min(1510px,calc(100% - 56px));margin:0 auto}

.mock-top-strip{
  height:34px;
  background:#01060b;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#a7b0bc;
  font-size:12px;
}
.mock-top-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.mock-top-left,.mock-top-right{display:flex;gap:14px;align-items:center}
.mock-gold{color:#f5b82e!important}

.mock-header{
  background:#05101b;
  border-bottom:1px solid rgba(247,184,46,.22);
}
.mock-header-main{
  height:106px;
  display:grid;
  grid-template-columns:285px minmax(380px,1fr) 210px;
  align-items:center;
  gap:32px;
}
.mock-logo img{
  width:270px;
  height:92px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.mock-search{
  display:flex;
  height:47px;
  border:1px solid #b88213;
  border-radius:25px;
  overflow:hidden;
  background:#08131f;
}
.mock-search input{
  flex:1;
  border:0!important;
  outline:0;
  padding:0 18px;
  color:#fff;
  background:transparent;
  font-size:14px;
}
.mock-search button{
  width:58px;
  border:0;
  background:transparent;
  color:#f8bd31;
  font-size:25px;
  cursor:pointer;
}
.mock-actions{
  display:flex;
  justify-content:flex-end;
  gap:26px;
}
.mock-actions a{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
}
.mock-action-icon{font-size:20px}

.mock-nav{
  height:54px;
  border-top:1px solid rgba(255,255,255,.045);
  background:#06101b;
}
.mock-nav-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:54px;
  font-size:13px;
  font-weight:900;
}
.mock-nav-inner a:hover{color:#f5b82e}

.mock-hero{
  height:470px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(247,184,46,.28);
  background:
    radial-gradient(circle at 50% 45%,rgba(18,40,65,.48),transparent 38%),
    linear-gradient(180deg,#02070d,#02060b);
}
.mock-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0 13%,rgba(243,177,35,.12) 13.2% 13.4%,transparent 13.6% 100%),
    linear-gradient(60deg,transparent 0 86%,rgba(243,177,35,.10) 86.2% 86.4%,transparent 86.6% 100%);
  pointer-events:none;
}
.mock-hero-art{
  position:absolute;
  top:0;
  bottom:0;
  width:42%;
  background-repeat:no-repeat;
  background-size:cover;
  z-index:1;
}
.mock-hero-left{
  left:0;
  background-image:
    linear-gradient(90deg,rgba(2,7,13,.04) 0%,rgba(2,7,13,.08) 65%,#02070d 100%),
    url("/hero-parts-art.jpg");
  background-position:left center;
}
.mock-hero-right{
  right:0;
  background-image:
    linear-gradient(270deg,rgba(2,7,13,.03) 0%,rgba(2,7,13,.08) 65%,#02070d 100%),
    url("/hero-gaming-art.jpg");
  background-position:right center;
}
.mock-hero-content{
  position:relative;
  z-index:3;
  height:390px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.mock-hero h1{
  margin:0;
  font-size:clamp(50px,5.2vw,86px);
  line-height:.93;
  letter-spacing:-.045em;
  font-weight:1000;
  font-style:italic;
  text-shadow:0 6px 24px rgba(0,0,0,.65);
}
.mock-hero h1 span{color:#f9bd2f}
.mock-tagline{
  margin-top:13px;
  font-size:14px;
  letter-spacing:.32em;
  color:#d8dde5;
}
.mock-shop-btn{
  margin-top:22px;
  min-width:152px;
  height:49px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  background:linear-gradient(#ffd25c,#f2ad1c);
  color:#111;
  font-size:15px;
  font-weight:1000;
  box-shadow:0 5px 20px rgba(241,174,31,.22);
}
.mock-shop-btn:hover{filter:brightness(1.06)}

.mock-hero-benefits{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:min(850px,72%);
  height:80px;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  background:rgba(2,8,14,.48);
}
.mock-hero-benefits>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
}
.mock-benefit-icon{
  width:34px;height:34px;
  display:grid;place-items:center;
  color:#f7b82f;
  border:1px solid rgba(247,184,47,.55);
  border-radius:50%;
  font-size:16px;
}
.mock-hero-benefits b,.mock-bottom-benefits b{
  display:block;
  font-size:12px;
}
.mock-hero-benefits small,.mock-bottom-benefits small{
  display:block;
  margin-top:2px;
  color:#b9c1cc;
  font-size:11px;
}

.mock-categories{padding:18px 0 0}
.mock-section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  height:45px;
}
.mock-section-title h2{
  margin:0;
  font-size:22px;
  letter-spacing:.18em;
  font-weight:900;
}
.mock-section-title span{width:50px;height:2px;background:#c78d13}

.mock-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:8px;
}
.mock-category-card{
  height:218px;
  position:relative;
  overflow:hidden;
  border-radius:7px;
  border:1px solid #20354b;
  background:#0b1520;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.mock-category-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#0b1520 0%,#0b1520 40%,rgba(11,21,32,.65) 58%,rgba(11,21,32,.03) 100%);
}
.mock-oem-card{
  background:
    linear-gradient(90deg,rgba(8,20,33,.98),rgba(8,20,33,.28)),
    url("/cat-oem.jpg") right center/58% 100% no-repeat,
    #0b1520;
}
.mock-tools-card{
  border-color:#614512;
  background:
    linear-gradient(90deg,rgba(28,22,10,.98),rgba(28,22,10,.28)),
    url("/cat-tools.jpg") right center/60% 100% no-repeat,
    #171207;
}
.mock-gaming-card{
  border-color:#4b275a;
  background:
    linear-gradient(90deg,rgba(29,13,43,.98),rgba(29,13,43,.24)),
    url("/cat-gaming.jpg") right center/58% 100% no-repeat,
    #160c22;
}
.mock-card-copy{
  position:relative;
  z-index:2;
  padding:26px;
  width:58%;
}
.mock-card-copy h3{
  margin:0 0 14px;
  font-size:23px;
  line-height:1.05;
  font-style:italic;
  font-weight:1000;
}
.mock-card-copy p{
  margin:0 0 18px;
  color:#d4d8de;
  font-size:13px;
  line-height:1.55;
}
.mock-card-copy strong{
  display:inline-block;
  padding:9px 15px;
  border:1px solid #a87511;
  border-radius:4px;
  color:#f9b92b;
  font-size:12px;
}
.mock-category-card:hover{
  transform:translateY(-2px);
  filter:brightness(1.05);
}

.mock-bottom-benefits{
  min-height:76px;
  margin-top:15px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  border-top:1px solid rgba(255,255,255,.06);
  background:#07111c;
}
.mock-bottom-benefits>div{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:12px 18px;
  border-right:1px solid rgba(255,255,255,.08);
}
.mock-bottom-benefits>div:last-child{border-right:0}
.mock-bottom-benefits>div>span{
  color:#f6b52b;
  font-size:27px;
}

/* Footer breathing room after concept section */
.mockup-home .site-footer{margin-top:0}

@media(max-width:1050px){
  .mock-header-main{grid-template-columns:230px 1fr 160px;gap:18px}
  .mock-logo img{width:220px}
  .mock-nav-inner{gap:28px}
  .mock-hero-art{width:46%;opacity:.72}
  .mock-category-card{height:205px}
}
@media(max-width:780px){
  .mock-shell{width:min(100% - 24px,1510px)}
  .mock-top-right{display:none}
  .mock-top-inner{justify-content:center}
  .mock-header-main{
    height:auto;
    padding:11px 0;
    grid-template-columns:1fr auto;
  }
  .mock-logo img{width:205px;height:68px}
  .mock-search{grid-column:1/-1;grid-row:2;height:44px}
  .mock-actions a:first-child{display:none}
  .mock-nav{overflow:hidden}
  .mock-nav-inner{
    justify-content:flex-start;
    gap:25px;
    overflow-x:auto;
    white-space:nowrap;
  }
  .mock-hero{height:500px}
  .mock-hero-art{opacity:.40;width:56%}
  .mock-hero-content{height:405px}
  .mock-hero h1{font-size:clamp(45px,12.5vw,72px)}
  .mock-tagline{font-size:11px;letter-spacing:.22em}
  .mock-hero-benefits{
    width:100%;
    height:95px;
  }
  .mock-category-grid{grid-template-columns:1fr}
  .mock-category-card{height:210px}
  .mock-bottom-benefits{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .mock-top-strip{display:none}
  .mock-actions{gap:10px}
  .mock-actions a{font-size:11px}
  .mock-nav-inner{font-size:11px}
  .mock-hero{height:470px}
  .mock-hero-left{left:-22%;width:70%}
  .mock-hero-right{right:-22%;width:70%}
  .mock-hero h1{font-size:46px}
  .mock-tagline{font-size:9px;letter-spacing:.17em}
  .mock-hero-benefits{
    grid-template-columns:1fr;
    height:auto;
    padding:8px 0;
  }
  .mock-hero-benefits>div{padding:5px}
  .mock-hero-benefits small{display:none}
  .mock-category-card{height:190px}
  .mock-card-copy{width:68%;padding:21px}
  .mock-card-copy h3{font-size:21px}
  .mock-bottom-benefits{grid-template-columns:1fr}
}


/* Wide McGraw header logo — matches the first mockup */
.mock-logo{
  display:flex;
  align-items:center;
  height:100%;
}
.mock-logo img{
  width:285px!important;
  height:92px!important;
  object-fit:contain!important;
  object-position:left center!important;
  background:transparent!important;
}

/* =========================
   Customer account system
   ========================= */
.account-page{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(circle at 50% -10%,rgba(26,53,79,.24),transparent 35%),
    #050b12;
  color:#f7f8fa;
}
.account-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.account-site-header{
  background:#05101b;
  border-bottom:1px solid rgba(245,184,46,.28);
}
.account-nav-row{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.account-logo img{width:260px;height:76px;object-fit:contain;display:block}
.account-site-header nav{display:flex;gap:24px;align-items:center;font-weight:800;font-size:.9rem}
.account-site-header nav a:hover{color:#f5b82e}

.auth-main{min-height:calc(100vh - 93px);display:grid;place-items:center;padding:46px 0}
.auth-card{
  width:min(520px,100%);
  padding:34px;
  border:1px solid #25384b;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(12,27,41,.98),rgba(6,16,25,.98));
  box-shadow:0 25px 80px rgba(0,0,0,.30);
}
.auth-card-wide{width:min(820px,100%)}
.auth-card h1{margin:6px 0 8px;font-size:2.1rem}
.auth-card>p{color:#aebdca;line-height:1.55;margin:0 0 25px}
.account-kicker{color:#f5b82e;font-size:.75rem;letter-spacing:.16em;font-weight:1000}
.account-form{display:grid;gap:16px}
.account-grid-form{grid-template-columns:1fr 1fr}
.account-form label{display:grid;gap:7px;font-size:.82rem;font-weight:850;color:#d8e0e8}
.account-form input{
  width:100%;
  min-height:46px;
  border:1px solid #2b4156;
  border-radius:7px;
  padding:0 13px;
  background:#07131f;
  color:#fff;
}
.account-form input:focus{outline:0;border-color:#f5b82e;box-shadow:0 0 0 2px rgba(245,184,46,.10)}
.account-form input:disabled{opacity:.65}
.account-form small{font-weight:400;color:#8192a3}
.span-2{grid-column:1/-1}
.account-primary,.account-secondary{
  min-height:47px;
  padding:0 21px;
  border-radius:6px;
  font-weight:950;
  letter-spacing:.03em;
  cursor:pointer;
}
.account-primary{
  border:1px solid #f5b82e;
  background:linear-gradient(#ffd25d,#efae23);
  color:#111;
}
.account-secondary{border:1px solid #35495c;background:#0a1723;color:#fff}
.account-status{min-height:22px;margin-top:13px;font-size:.86rem}
.account-status.good{color:#8fdb9a}.account-status.bad{color:#ff9d9d}
.auth-switch{margin-top:17px;padding-top:17px;border-top:1px solid #243545;color:#9eadbb;font-size:.88rem}
.auth-switch a{color:#f5b82e;font-weight:900}

.account-dashboard{padding:38px 0 65px}
.dashboard-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:27px;
}
.dashboard-heading h1{font-size:2.35rem;margin:5px 0 3px}
.dashboard-heading p{margin:0;color:#92a3b3}
.dashboard-tabs{display:flex;gap:5px;border-bottom:1px solid #253849;margin-bottom:20px}
.dash-tab{
  border:0;
  border-bottom:3px solid transparent;
  padding:13px 18px;
  background:transparent;
  color:#9eacba;
  font-weight:950;
  cursor:pointer;
}
.dash-tab.active{color:#fff;border-bottom-color:#f5b82e}
.dashboard-panel{
  border:1px solid #233649;
  border-radius:14px;
  background:#07121d;
  padding:24px;
}
.hidden{display:none!important}
.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.panel-heading h2{margin:0 0 5px}
.panel-heading p{margin:0;color:#92a2b1}
.account-orders{display:grid;gap:16px}
.order-card{
  overflow:hidden;
  border:1px solid #273b4f;
  border-radius:11px;
  background:#091621;
}
.order-card-head{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr .8fr;
  gap:16px;
  padding:15px 18px;
  background:#0d1d2b;
  border-bottom:1px solid #253a4e;
}
.order-card-head>div{display:grid;gap:3px}
.order-card-head span{font-size:.67rem;color:#8293a3;font-weight:900;letter-spacing:.08em}
.order-card-head strong{font-size:.9rem}
.order-total{text-align:right}
.order-status{color:#f5b82e}
.order-items{padding:7px 18px}
.order-item{
  display:grid;
  grid-template-columns:56px 1fr auto;
  align-items:center;
  gap:13px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.order-item:last-child{border-bottom:0}
.order-thumb{
  width:52px;height:52px;border-radius:7px;overflow:hidden;
  display:grid;place-items:center;background:#fff;color:#111;
}
.order-thumb img{width:100%;height:100%;object-fit:contain}
.order-item-copy{display:grid;gap:3px}
.order-item-copy small{color:#8d9baa}
.order-qty{color:#a8b5c1}
.order-card-foot{
  min-height:48px;
  padding:11px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid #253a4e;
  color:#95a6b6;
  font-size:.83rem;
}
.order-tracking b{color:#dfe6ec}
.empty-orders{text-align:center;padding:46px 20px;color:#9babb9}
.empty-orders h3{color:#fff;margin:0 0 7px}
.inline-btn{display:inline-flex;margin-top:14px;text-decoration:none;align-items:center;justify-content:center}
.profile-form{max-width:800px}

@media(max-width:760px){
  .account-site-header nav{display:none}
  .account-nav-row{justify-content:center}
  .account-logo img{width:230px}
  .account-grid-form{grid-template-columns:1fr}
  .span-2{grid-column:auto}
  .dashboard-heading{align-items:flex-start;flex-direction:column}
  .order-card-head{grid-template-columns:1fr 1fr}
  .order-total{text-align:left}
}


/* Product cards are clickable */
.clickable-product{cursor:pointer}
.clickable-product:hover{transform:translateY(-2px)}

/* Product detail page */
.product-page{
  margin:0;
  min-height:100vh;
  background:#070f18;
  color:#fff;
}
.product-shell{width:min(1280px,calc(100% - 40px));margin:0 auto}
.product-site-header{
  background:#05101b;
  border-bottom:1px solid rgba(245,184,46,.25);
}
.product-header-row{
  min-height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.product-logo img{width:250px;height:72px;object-fit:contain;display:block}
.product-site-header nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:.9rem}
.product-site-header nav a:hover{color:#f5b82e}

.product-main{padding:42px 0 60px}
.product-loading{padding:80px 0;text-align:center;color:#9dacba}
.product-detail{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:52px;
  align-items:start;
}
.product-main-image-wrap{
  min-height:520px;
  border:1px solid #25384b;
  border-radius:14px;
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.product-main-image{
  width:100%;
  height:100%;
  max-height:620px;
  object-fit:contain;
  display:block;
}
.product-thumbs{
  display:flex;
  gap:12px;
  margin-top:14px;
  flex-wrap:wrap;
}
.product-thumb{
  width:88px;height:88px;
  padding:0;
  border:2px solid #2a3c4d;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
}
.product-thumb.active{border-color:#f5b82e}
.product-thumb img{width:100%;height:100%;object-fit:contain}

.product-info{padding-top:8px}
.product-eyebrow{
  color:#f5b82e;
  font-size:.78rem;
  letter-spacing:.12em;
  font-weight:1000;
  text-transform:uppercase;
  margin-bottom:10px;
}
.product-info h1{
  margin:0;
  font-size:clamp(2.2rem,4vw,4.1rem);
  line-height:1.03;
  letter-spacing:-.035em;
}
.product-brand{margin-top:12px;color:#a8b6c3;font-weight:800}
.product-sku{margin-top:5px;color:#7f90a0;font-size:.9rem}
.product-price-row{
  display:flex;
  align-items:baseline;
  gap:14px;
  margin-top:26px;
}
.product-price{font-size:2rem;font-weight:1000}
.product-msrp{color:#8393a3;text-decoration:line-through}
.product-stock{
  margin-top:15px;
  color:#85d78e;
  font-weight:850;
}
.product-stock.out{color:#ff9c9c}

.product-purchase{
  margin-top:26px;
  display:flex;
  align-items:end;
  gap:12px;
}
.product-purchase label{
  display:grid;
  gap:6px;
  font-size:.82rem;
  font-weight:850;
}
.product-purchase input{
  width:88px;
  min-height:50px;
  border:1px solid #2c4154;
  border-radius:7px;
  padding:0 12px;
  background:#091622;
  color:#fff;
}
.product-add-btn{
  min-height:50px;
  padding:0 28px;
  border:1px solid #f5b82e;
  border-radius:7px;
  background:linear-gradient(#ffd15a,#efad22);
  color:#111;
  font-weight:1000;
  cursor:pointer;
}
.product-add-btn:disabled{opacity:.55;cursor:not-allowed}

.product-meta{
  margin-top:28px;
  border-top:1px solid #26394b;
  border-bottom:1px solid #26394b;
}
.product-meta>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.product-meta>div:last-child{border-bottom:0}
.product-meta span{color:#8ea0b0}
.product-meta strong{text-align:right}

.product-description-section{
  margin-top:52px;
  padding-top:30px;
  border-top:1px solid #283b4c;
}
.product-description-section h2{
  margin:0 0 16px;
  font-size:1.7rem;
}
.product-description{
  white-space:pre-line;
  color:#d6dde4;
  line-height:1.75;
  font-size:1rem;
  max-width:980px;
}

@media(max-width:850px){
  .product-site-header nav{display:none}
  .product-header-row{justify-content:center}
  .product-detail{grid-template-columns:1fr;gap:28px}
  .product-main-image-wrap{min-height:360px}
  .product-info h1{font-size:2.5rem}
}


/* Inventory logo fix */
.inventory-brand-link{
  display:flex;
  align-items:center;
  min-width:245px;
}
.inventory-brand-logo{
  width:270px;
  height:76px;
  display:block;
  object-fit:contain;
  object-position:left center;
  background:transparent;
}

/* Inventory product detail navigation */
.inventory-product-card{
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.inventory-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(245,184,46,.62);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.inventory-product-link{
  color:inherit;
  text-decoration:none;
}
.inventory-product-link:hover{
  color:#f5b82e;
}
.inventory-product-card .product-image{
  cursor:pointer;
}
.inventory-product-card .product-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.inventory-details-btn{
  border:1px solid #3a4c5e;
  background:#0a1723;
  color:#fff;
}
.inventory-details-btn:hover{
  border-color:#f5b82e;
  color:#f5b82e;
}

@media(max-width:700px){
  .inventory-brand-link{
    min-width:0;
  }
  .inventory-brand-logo{
    width:210px;
    height:62px;
  }
}


/* Product-detail hotfix + inventory logo polish */
.inventory-brand-logo{
  width:300px!important;
  height:82px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media(max-width:700px){
  .inventory-brand-logo{
    width:225px!important;
    height:64px!important;
  }
}


.product-back-link{
  display:inline-block;
  margin-bottom:20px;
  color:#9eb0bf;
  font-weight:800;
}
.product-back-link:hover{color:#f5b82e}


/* New Arrivals / Deals */
.inventory-flags,.product-detail-flags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}
.flag-badge{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:999px;font-size:.67rem;font-weight:1000;letter-spacing:.06em}
.new-badge{background:#103a54;color:#8ed8ff;border:1px solid #2a7193}
.deal-badge{background:#4c2d04;color:#ffd15a;border:1px solid #a26c13}
.sale-price{color:#ffd15a!important}

/* Force Sign In / My Account visible on mobile */
@media(max-width:780px){
  .mock-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}
  .mock-actions a:first-child,#customer-account-link{display:flex!important}
}
@media(max-width:520px){
  #customer-account-link{display:flex!important;font-size:11px!important}
  #customer-account-link span:last-child{display:inline!important}
}


/* Filtered inventory views */
.inventory-filter-note{
  color:var(--muted);
  margin-top:-4px;
  margin-bottom:18px;
}


/* Admin multi-select inventory */
.inventory-admin-tools{
  justify-content:flex-end;
  flex-wrap:wrap;
}
.product-select-checkbox,
#select-all-products{
  width:18px!important;
  height:18px!important;
  min-height:0!important;
  cursor:pointer;
}
#delete-selected-products:disabled{
  opacity:.45;
  cursor:not-allowed;
}
@media(max-width:760px){
  .inventory-admin-tools{
    width:100%;
    justify-content:flex-start;
  }
}


/* Refund button */
.btn.warning{
  border-color:#c88a1a;
  background:#4b3208;
  color:#ffd15a;
}
.btn.warning:hover{
  border-color:#f2b33d;
  color:#ffe18a;
}


#image-import-results td{
  vertical-align:top;
}
#image-import-results td:last-child{
  max-width:520px;
  word-break:break-word;
}


/* Inventory pagination */
.inventory-pagination-row,
.admin-pagination-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:18px;
}
.inventory-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
}
.inventory-pagination .btn{
  min-width:42px;
}
.inventory-pagination .btn:disabled{
  opacity:.4;
  cursor:not-allowed;
}

@media(max-width:700px){
  .inventory-pagination-row,
  .admin-pagination-row{
    justify-content:center;
    text-align:center;
  }
}





/* Monthly Accounting */
.accounting-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.accounting-metrics .metric .v{
  font-size:1.45rem;
}
@media(max-width:900px){
  .accounting-metrics{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .accounting-metrics{grid-template-columns:1fr}
}

/* Multi-image gallery */
.multi-image-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:10px}
.multi-image-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#09131e}
.multi-image-card>img{width:100%;aspect-ratio:4/3;object-fit:contain;display:block;background:#050b11}
.multi-image-meta{padding:9px}
.product-thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.product-thumb{width:72px;height:72px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#07111b;cursor:pointer}
.product-thumb.active{outline:2px solid #d5a536}
.product-thumb img{width:100%;height:100%;object-fit:contain}


/* Inventory sort toolbar */
.inventory-toolbar{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.inventory-toolbar select{
  min-height:44px;
}
@media(max-width:700px){
  .inventory-toolbar{
    display:grid;
    grid-template-columns:1fr;
  }
  .inventory-toolbar input,
  .inventory-toolbar select{
    width:100%;
    max-width:none!important;
  }
}


/* Brand filter sidebar */
.inventory-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:20px;
  align-items:start;
}
.inventory-results{
  min-width:0;
}
.brand-filter-card{
  border:1px solid var(--line);
  border-radius:14px;
  background:#0b1723;
  padding:16px;
  position:sticky;
  top:16px;
}
.brand-filter-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.brand-filter-toggle{
  display:none;
  border:0;
  background:transparent;
  color:#f2b632;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.brand-clear-btn{
  width:100%;
  text-align:left;
  border:1px solid var(--line);
  background:#08121c;
  color:#fff;
  border-radius:9px;
  padding:9px 10px;
  cursor:pointer;
  margin-bottom:8px;
}
.brand-clear-btn.active{
  border-color:#d5a536;
}
.brand-filter-list{
  display:flex;
  flex-direction:column;
  gap:4px;
  max-height:520px;
  overflow:auto;
  padding-right:4px;
}
.brand-filter-option{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:8px;
  padding:7px 5px;
  border-radius:7px;
  cursor:pointer;
}
.brand-filter-option:hover{
  background:#0f2130;
}
.brand-filter-option input{
  width:17px;
  height:17px;
}
.brand-count{
  font-size:.78rem;
  color:var(--muted);
}

@media(max-width:850px){
  .inventory-layout{
    grid-template-columns:1fr;
  }
  .brand-filter-card{
    position:static;
  }
  .brand-filter-toggle{
    display:inline-block;
  }
  .brand-filter-body{
    display:none;
  }
  .brand-filter-body.open{
    display:block;
  }
}


/* Custom Creations */
.customization-section{
  margin-top:22px;
}
.customization-card{
  border:1px solid var(--line);
  border-radius:14px;
  padding:20px;
  background:#0b1825;
}
.customization-kicker{
  color:#f5b82e;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:6px;
}
.customization-card textarea{
  min-height:110px;
  resize:vertical;
}
.customization-help{
  margin-top:5px;
}
.custom-cart-details{
  margin-top:7px;
  padding:8px 10px;
  border-left:3px solid #d9a928;
  background:#0a1420;
  border-radius:6px;
  max-width:520px;
}
.custom-cart-art{
  margin-top:4px;
  color:#f5b82e;
}
.custom-order-badge{
  display:inline-block;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.04em;
  padding:6px 8px;
  border:1px solid #d9a928;
  border-radius:999px;
  color:#f5c64b;
  background:#151205;
  white-space:nowrap;
  margin-bottom:7px;
}
.custom-order-badge.text-only{
  border-color:#73879b;
  color:#d8e1e9;
  background:#0a1420;
}
.custom-order-detail{
  min-width:190px;
  max-width:300px;
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid var(--line);
}
.custom-art-link{
  margin-top:6px;
}

@media(max-width:700px){
  .customization-card{
    padding:15px;
  }
}


/* Inventory history */
.history-up{color:#57c785}
.history-down{color:#ff7d7d}
.inventory-history-baseline{background:rgba(245,184,46,.05)}
#panel-history table td{vertical-align:top}


/* Inventory quick edit */
.quick-edit-stack{
  display:grid;
  gap:6px;
  min-width:125px;
}
.quick-edit-stack label,
.quick-edit-weight label{
  display:grid;
  grid-template-columns:42px minmax(70px,1fr);
  align-items:center;
  gap:5px;
  font-size:12px;
}
.quick-edit-input{
  min-width:0;
  width:100%;
  padding:7px 8px;
  border-radius:8px;
}
.quick-edit-weight{
  display:grid;
  gap:6px;
  min-width:115px;
}
@media(max-width:900px){
  .quick-edit-stack label,
  .quick-edit-weight label{
    grid-template-columns:38px minmax(62px,1fr);
  }
}
