:root{--bg:#080808;--card:#141414;--surface:#1d1d1d;--red:#008cff;--red2:#19b8ff;--text:#fff;--muted:#a7a7a7;--border:#292929;--ok:#22c55e;--warn:#f59e0b;--err:#ef4444}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.desktop-only{display:block}.mobile-only{display:none}
.main-content{padding:88px 28px 64px 96px;min-height:100vh}.topbar{position:fixed;z-index:30;top:0;left:0;right:0;height:72px;display:flex;align-items:center;gap:18px;padding:0 28px;background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.08));backdrop-filter:blur(0);transition:.2s}.topbar.scrolled{background:rgba(8,8,8,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.2px}.brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--red);box-shadow:0 0 24px rgba(0,140,255,.35)}.nav-links{display:flex;gap:18px;color:#ddd}.nav-links a:hover{color:#fff}.search{height:42px;min-width:260px;margin-left:auto;border:1px solid var(--border);background:rgba(20,20,20,.85);border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 14px}.search input{background:transparent;border:0;color:var(--text);outline:0;width:100%}.icon-btn,.side-toggle{border:1px solid var(--border);background:var(--card);color:#fff;border-radius:12px;width:42px;height:42px;display:grid;place-items:center;cursor:pointer;position:relative}.cart-link span,.cart-bubble span{position:absolute;top:-8px;right:-8px;background:var(--red);border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;font-size:12px}.avatar{width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;font-weight:800}.side-menu{position:fixed;z-index:25;top:88px;left:16px;width:64px;padding:8px;border:1px solid var(--border);background:rgba(20,20,20,.82);backdrop-filter:blur(16px);border-radius:16px;transition:.2s}.side-menu.open{width:230px}.side-menu a,.side-toggle{width:100%;height:46px;display:flex;align-items:center;gap:12px;padding:0 14px;margin:4px 0;border-radius:12px;color:#ddd;overflow:hidden}.side-menu a:hover{background:var(--surface);color:#fff}.side-menu i{min-width:18px}.side-menu span{white-space:nowrap;opacity:0}.side-menu.open span{opacity:1}.btn{border:0;background:var(--red);color:#fff;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s}.btn:hover{background:var(--red2);transform:translateY(-1px)}.btn-small{padding:10px 14px}.btn-ghost{background:transparent;border:1px solid var(--border);color:#fff}.btn-ghost:hover{background:var(--surface)}.toast{position:relative;margin:0 0 16px;padding:14px 16px;border-radius:12px;background:var(--surface);border:1px solid var(--border)}.toast.success{border-color:rgba(34,197,94,.45)}.toast.error{border-color:rgba(239,68,68,.45)}.toast.warning{border-color:rgba(245,158,11,.45)}
.hero{margin:-88px -28px 34px -96px;min-height:620px;position:relative;overflow:hidden}.hero-slide{min-height:620px;background-size:cover;background-position:center;display:none;align-items:end;padding:160px 8vw 80px;background-color:#111}.hero-slide.active{display:flex}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080808 0%,rgba(8,8,8,.72) 35%,rgba(8,8,8,.2) 75%),linear-gradient(0deg,#080808 0%,rgba(8,8,8,0) 35%)}.hero-copy{position:relative;max-width:650px}.hero-copy h1{font-size:clamp(42px,7vw,84px);line-height:.95;margin:8px 0 16px}.hero-copy p{font-size:18px;color:#ddd;line-height:1.6}.pill{display:inline-flex;background:rgba(0,140,255,.18);color:#fff;border:1px solid rgba(0,140,255,.45);border-radius:999px;padding:8px 12px;font-weight:800}.section{margin:36px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section h2{font-size:24px;margin:0}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,280px);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:thin}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:.18s;scroll-snap-align:start}.product-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 18px 45px rgba(0,140,255,.16)}.product-image{aspect-ratio:16/10;background:#111;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap}.badges span{font-size:11px;background:var(--red);border-radius:999px;padding:5px 8px;font-weight:800}.product-body{padding:14px}.product-body small{color:var(--muted)}.product-body h3{font-size:17px;margin:6px 0;line-height:1.25}.product-body p{color:var(--muted);font-size:14px;line-height:1.45;min-height:42px}.rating{display:flex;gap:6px;align-items:center;color:#ffd166;font-size:13px}.rating span{color:var(--muted);margin-left:auto}.price-line{display:flex;gap:10px;align-items:end;margin-top:12px}.price-line del{color:var(--muted);font-size:13px}.price-line strong{font-size:22px}.product-body em{display:block;color:#8ee6ad;font-size:12px;font-style:normal;margin:4px 0 12px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.panel{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field label{color:#ddd;font-size:14px}.field input,.field select,.field textarea{width:100%;background:#101010;border:1px solid var(--border);color:#fff;border-radius:12px;padding:13px;outline:0}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid var(--border)}.table th{color:#ddd}.split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:20px}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.75fr);gap:26px}.gallery-main{aspect-ratio:16/10;background:#111;border:1px solid var(--border);border-radius:16px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.thumbs img{width:88px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--border);cursor:pointer}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px}.stat strong{display:block;font-size:28px}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-side{background:#101010;border-right:1px solid var(--border);padding:18px;position:sticky;top:0;height:100vh}.admin-side a{display:flex;gap:10px;padding:12px;border-radius:12px;color:#ddd}.admin-side a:hover{background:var(--surface);color:#fff}.admin-main{padding:24px}.actions{display:flex;gap:8px;flex-wrap:wrap}.drawer-backdrop,.mobile-drawer{display:none}
@media (max-width:900px){.desktop-only{display:none!important}.mobile-only{display:grid}.main-content{padding:82px 14px 96px}.topbar{height:64px;padding:0 14px;background:rgba(8,8,8,.92);border-bottom:1px solid var(--border)}.brand{font-size:14px}.hero{margin:-82px -14px 24px;min-height:520px}.hero-slide{min-height:520px;padding:120px 18px 60px}.hero-slide:before{background:linear-gradient(0deg,#080808 0%,rgba(8,8,8,.3) 65%),linear-gradient(90deg,#080808 0%,rgba(8,8,8,.2) 85%)}.hero-copy h1{font-size:42px}.rail{grid-auto-columns:76vw}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-body{padding:12px}.product-body h3{font-size:15px}.product-body p{font-size:13px;min-height:auto}.card-actions{grid-template-columns:1fr}.split,.product-detail,.form-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.bottom-nav{position:fixed;z-index:35;bottom:0;left:0;right:0;height:72px;background:rgba(14,14,14,.96);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.bottom-nav a{display:grid;place-items:center;gap:3px;color:#ddd;font-size:11px}.bottom-nav i{font-size:20px}.cart-bubble{position:relative;transform:translateY(-12px);background:var(--red);width:58px;height:58px;border-radius:18px;margin:auto;color:#fff}.cart-bubble span{top:-5px;right:-5px;background:#fff;color:#111}.drawer-backdrop.active{display:block;position:fixed;z-index:40;inset:0;background:rgba(0,0,0,.55)}.mobile-drawer{display:block;position:fixed;z-index:41;top:0;bottom:0;left:-310px;width:300px;background:#101010;border-right:1px solid var(--border);padding:18px;transition:.2s}.mobile-drawer.active{left:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.mobile-drawer a{display:block;padding:14px;border-bottom:1px solid var(--border)}.admin-shell{display:block}.admin-side{height:auto;position:relative}.table,.table tbody,.table tr,.table td{display:block;width:100%}.table thead{display:none}.table tr{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:8px}.table td{border:0;padding:8px}.table td:before{content:attr(data-label);display:block;color:var(--muted);font-size:12px;margin-bottom:2px}}
@media (max-width:520px){.stats{grid-template-columns:1fr}.price-line strong{font-size:19px}}

.brand-image{height:62px;min-width:210px;max-width:340px;overflow:hidden}
.brand-logo{width:auto;height:62px;max-width:340px;object-fit:contain}

/* Compact product cards and mobile navigation tuning */
@media (min-width:901px){
  .main-content{padding-right:34px}
  .rail{grid-auto-columns:minmax(205px,232px);gap:14px}
  .grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}
  .product-image{aspect-ratio:4/3}
  .product-body{padding:12px}
  .product-body h3{font-size:16px}
  .product-body p{font-size:13px;min-height:38px}
  .price-line strong{font-size:20px}
}

@media (max-width:900px){
  .topbar{gap:10px;padding:0 12px}
  .topbar .brand{min-width:0;max-width:230px;overflow:hidden;font-size:13px}
  .topbar .brand-image{height:52px;min-width:170px}
  .topbar .brand-logo{height:52px;max-width:230px}
  .topbar .brand span{width:34px;height:34px;border-radius:9px;flex:0 0 34px}
  .topbar .icon-btn{width:38px;height:38px;border-radius:11px;flex:0 0 38px}
  .topbar .cart-link{margin-left:auto}
  .hero{min-height:450px;margin-bottom:18px}
  .hero-slide{min-height:450px;padding:104px 16px 46px}
  .hero-copy h1{font-size:34px;line-height:1.02;margin-bottom:12px}
  .hero-copy p{font-size:15px;line-height:1.45}
  .hero-copy .actions{gap:8px}
  .hero-copy .btn{padding:11px 12px;font-size:14px;border-radius:10px}
  .section{margin:24px 0}
  .section-head{margin-bottom:12px}
  .section h2{font-size:20px}
  .rail{grid-auto-columns:46%;gap:10px;padding-bottom:12px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{border-radius:12px}
  .product-card:hover{transform:none;box-shadow:none}
  .product-image{aspect-ratio:1/1;background:#111}
  .badges{top:7px;left:7px;gap:4px}
  .badges span{font-size:9px;padding:4px 6px}
  .product-body{padding:9px}
  .product-body small{font-size:11px}
  .product-body h3{font-size:13px;line-height:1.2;margin:4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-body p{font-size:11px;line-height:1.35;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .rating{font-size:11px}
  .price-line{gap:6px;margin-top:8px;flex-wrap:wrap}
  .price-line del{font-size:11px}
  .price-line strong{font-size:16px}
  .product-body em{font-size:10px;margin:2px 0 8px}
  .card-actions{grid-template-columns:1fr;gap:6px}
  .card-actions .btn{min-height:34px;padding:8px 8px;border-radius:9px;font-size:12px}
  .bottom-nav{height:66px}
  .bottom-nav a{font-size:10px}
  .bottom-nav i{font-size:18px}
  .cart-bubble{width:52px;height:52px;border-radius:16px;transform:translateY(-10px)}
}

@media (max-width:360px){
  .rail{grid-auto-columns:58%}
  .grid{grid-template-columns:1fr}
  .topbar .brand{max-width:188px}
  .topbar .brand-image{height:48px;min-width:150px}
  .topbar .brand-logo{height:48px;max-width:188px}
}

/* Product images must show the full uploaded artwork, without cropping. */
.product-image{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0f0f0f;
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:0;
}

@media (min-width:901px){
  .product-image{aspect-ratio:1/1}
}

@media (max-width:900px){
  .product-image{aspect-ratio:1/1}
}

/* Balanced product cards: readable info, stable prices and touch-friendly actions. */
.product-card{
  display:flex;
  flex-direction:column;
}
.product-body{
  display:flex;
  flex:1;
  flex-direction:column;
}
.product-body h3,
.product-body p{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
}
.product-body h3{-webkit-line-clamp:2}
.product-body p{-webkit-line-clamp:2}
.price-line{
  min-height:34px;
  align-items:center;
  flex-wrap:wrap;
}
.price-line strong{
  white-space:nowrap;
  line-height:1.1;
}
.price-line del{
  white-space:nowrap;
}
.card-actions{
  margin-top:auto;
}
.card-actions form{
  display:block;
  min-width:0;
}
.card-actions .btn,
.card-actions a.btn{
  width:100%;
  min-width:0;
  min-height:40px;
  padding:10px 12px;
  white-space:nowrap;
  text-align:center;
}

@media (min-width:901px){
  .rail{grid-auto-columns:minmax(220px,245px)}
  .grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
  .product-image{aspect-ratio:16/10}
  .product-body{min-height:238px}
  .product-body h3{font-size:16px;min-height:39px}
  .product-body p{min-height:37px}
  .card-actions{grid-template-columns:1fr 1fr}
}

@media (max-width:900px){
  .rail{grid-auto-columns:minmax(174px,62%);gap:12px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-image{aspect-ratio:16/10}
  .product-body{min-height:210px;padding:10px}
  .product-body small{font-size:11px;margin-bottom:2px}
  .product-body h3{font-size:14px;min-height:34px;margin:3px 0 5px}
  .product-body p{font-size:12px;min-height:32px;margin-bottom:7px}
  .rating{font-size:11px;gap:4px}
  .rating span{font-size:10px}
  .price-line{
    display:grid;
    grid-template-columns:1fr;
    gap:2px;
    min-height:38px;
    margin-top:8px;
  }
  .price-line del{font-size:10px}
  .price-line strong{font-size:17px}
  .product-body em{font-size:10px;margin:1px 0 9px}
  .card-actions{grid-template-columns:1fr;gap:7px}
  .card-actions .btn,
  .card-actions a.btn{
    min-height:38px;
    padding:9px 10px;
    border-radius:10px;
    font-size:12px;
  }
}

@media (max-width:360px){
  .rail{grid-auto-columns:minmax(170px,72%)}
  .grid{grid-template-columns:1fr}
}

/* Strong logo sizing for uploaded logos, including files with transparent padding. */
.topbar .brand-image{
  flex:0 1 auto;
  overflow:visible;
}
.topbar .brand-logo{
  display:block;
  object-fit:contain;
  object-position:left center;
  transform-origin:left center;
}

@media (min-width:901px){
  .topbar .brand-image{height:64px;min-width:260px;max-width:380px}
  .topbar .brand-logo{width:320px;height:64px;max-width:none;transform:scale(1.08)}
}

@media (max-width:900px){
  .topbar{height:72px}
  .topbar .brand-image{height:60px;min-width:230px;max-width:calc(100vw - 126px)}
  .topbar .brand-logo{width:260px;height:60px;max-width:none;transform:scale(1.22)}
}

@media (max-width:390px){
  .topbar .brand-image{min-width:210px;max-width:calc(100vw - 118px)}
  .topbar .brand-logo{width:240px;height:58px;transform:scale(1.18)}
}

/* Larger uploaded logo sizing. */
@media (min-width:901px){
  .topbar .brand-image{height:78px;min-width:360px;max-width:520px}
  .topbar .brand-logo{width:460px;height:78px;max-width:none;transform:scale(1.12)}
}
@media (max-width:900px){
  .topbar{height:82px}
  .topbar .brand-image{height:72px;min-width:260px;max-width:calc(100vw - 112px)}
  .topbar .brand-logo{width:320px;height:72px;max-width:none;transform:scale(1.32)}
}
@media (max-width:390px){
  .topbar .brand-image{height:68px;min-width:230px;max-width:calc(100vw - 108px)}
  .topbar .brand-logo{width:290px;height:68px;transform:scale(1.28)}
}

/* SeuSoft visual polish: brighter blue identity with premium depth. */
:root{
  --bg:#03060b;
  --card:#0b111a;
  --surface:#101824;
  --border:#1d3044;
  --red:#008cff;
  --red2:#00d4ff;
  --muted:#9db4c8;
}
body{
  background:
    radial-gradient(circle at 18% -10%, rgba(0,140,255,.24), transparent 34rem),
    radial-gradient(circle at 86% 8%, rgba(0,212,255,.12), transparent 28rem),
    linear-gradient(180deg,#02050a 0%,#05080e 42%,#03060b 100%);
}
.topbar{
  background:linear-gradient(180deg,rgba(2,6,12,.9),rgba(2,6,12,.34));
}
.topbar.scrolled{
  background:rgba(3,7,13,.9);
  border-bottom:1px solid rgba(0,140,255,.22);
  box-shadow:0 14px 42px rgba(0,140,255,.12);
}
.icon-btn,.side-toggle,.avatar{
  border-color:rgba(0,140,255,.24);
  background:linear-gradient(180deg,#111b28,#07101a);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 26px rgba(0,0,0,.26);
}
.btn{
  background:linear-gradient(135deg,#006eff 0%,#00b8ff 55%,#00e0ff 100%);
  box-shadow:0 12px 28px rgba(0,140,255,.28), inset 0 1px 0 rgba(255,255,255,.22);
  text-shadow:0 1px 0 rgba(0,0,0,.2);
}
.btn:hover{
  background:linear-gradient(135deg,#008cff 0%,#00d4ff 100%);
  box-shadow:0 16px 34px rgba(0,180,255,.34);
}
.btn-ghost{
  background:rgba(5,14,24,.72);
  border-color:rgba(0,180,255,.32);
  box-shadow:none;
}
.btn-ghost:hover{
  background:rgba(0,140,255,.14);
  border-color:rgba(0,212,255,.55);
}
.pill,.badges span{
  background:linear-gradient(135deg,#006eff,#00c8ff);
  border-color:rgba(121,226,255,.5);
  box-shadow:0 8px 20px rgba(0,140,255,.24);
}
.product-card,.panel,.stat{
  background:linear-gradient(180deg,rgba(14,23,34,.96),rgba(7,12,19,.98));
  border-color:rgba(0,140,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 45px rgba(0,0,0,.24);
}
.product-card:hover{
  border-color:rgba(0,212,255,.44);
  box-shadow:0 22px 48px rgba(0,140,255,.2), inset 0 1px 0 rgba(255,255,255,.08);
}
.product-image,.gallery-main{
  background:
    linear-gradient(135deg,rgba(0,140,255,.1),rgba(0,212,255,.04)),
    #07101a;
}
.price-line strong{
  color:#ffffff;
  text-shadow:0 0 18px rgba(0,180,255,.28);
}
.product-body em{
  color:#79e2ff;
}
.search,.field input,.field select,.field textarea{
  background:#07101a;
  border-color:rgba(0,140,255,.2);
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:#00d4ff;
  box-shadow:0 0 0 3px rgba(0,212,255,.1);
}
.bottom-nav{
  background:rgba(3,8,14,.96)!important;
  border-top-color:rgba(0,140,255,.24)!important;
  box-shadow:0 -18px 44px rgba(0,140,255,.12);
}
.cart-bubble{
  background:linear-gradient(135deg,#006eff,#00d4ff)!important;
  box-shadow:0 14px 28px rgba(0,140,255,.35);
}
.side-menu,.mobile-drawer,.admin-side{
  background:rgba(5,12,20,.92);
  border-color:rgba(0,140,255,.22);
}
.side-menu a:hover,.admin-side a:hover{
  background:rgba(0,140,255,.13);
}

/* Netflix-style theme restore: deep black surfaces with red highlights. */
:root{
  --bg:#080808;
  --card:#141414;
  --surface:#1d1d1d;
  --border:#292929;
  --red:#e50914;
  --red2:#f6121d;
  --muted:#a7a7a7;
}
body{
  background:#080808;
}
.topbar{
  background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.12));
}
.topbar.scrolled{
  background:rgba(8,8,8,.94);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 34px rgba(0,0,0,.34);
}
.icon-btn,.side-toggle,.avatar{
  border-color:var(--border);
  background:#141414;
  box-shadow:none;
}
.btn{
  background:#e50914;
  box-shadow:0 12px 28px rgba(229,9,20,.24);
  text-shadow:none;
}
.btn:hover{
  background:#f6121d;
  box-shadow:0 16px 34px rgba(229,9,20,.3);
}
.btn-ghost{
  background:transparent;
  border-color:#292929;
  box-shadow:none;
}
.btn-ghost:hover{
  background:#1d1d1d;
  border-color:#3a3a3a;
}
.pill,.badges span{
  background:#e50914;
  border-color:rgba(229,9,20,.55);
  box-shadow:0 8px 20px rgba(229,9,20,.22);
}
.product-card,.panel,.stat{
  background:#141414;
  border-color:#292929;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.product-card:hover{
  border-color:rgba(229,9,20,.42);
  box-shadow:0 22px 48px rgba(229,9,20,.16);
}
.product-image,.gallery-main{
  background:#111;
}
.price-line strong{
  color:#fff;
  text-shadow:none;
}
.product-body em{
  color:#8ee6ad;
}
.search,.field input,.field select,.field textarea{
  background:#101010;
  border-color:#292929;
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:#e50914;
  box-shadow:0 0 0 3px rgba(229,9,20,.1);
}
.bottom-nav{
  background:rgba(14,14,14,.96)!important;
  border-top-color:#292929!important;
  box-shadow:0 -18px 44px rgba(0,0,0,.28);
}
.cart-bubble{
  background:#e50914!important;
  box-shadow:0 14px 28px rgba(229,9,20,.28);
}
.side-menu,.mobile-drawer,.admin-side{
  background:rgba(20,20,20,.92);
  border-color:#292929;
}
.side-menu a:hover,.admin-side a:hover{
  background:#1d1d1d;
}
/* Modo portfólio: venda consultiva via WhatsApp */
.portfolio-label{display:flex;align-items:center;gap:8px;margin:12px 0;color:var(--muted,#64748b);font-size:.88rem;font-weight:600}.portfolio-label i{color:#16a34a}.whatsapp-btn{background:#16a34a!important;border-color:#16a34a!important;color:#fff!important}.whatsapp-btn:hover{filter:brightness(.94)}.portfolio-highlight{display:flex;gap:12px;align-items:flex-start;padding:15px;border-radius:14px;background:rgba(22,163,74,.08);margin:18px 0}.portfolio-highlight i{font-size:1.5rem;color:#16a34a}.portfolio-highlight div{display:flex;flex-direction:column;gap:4px}.portfolio-highlight span,.contact-note{color:var(--muted,#64748b);font-size:.9rem}.portfolio-contact .whatsapp-btn{width:100%;justify-content:center}.whatsapp-mobile i{color:#16a34a!important}

/* ==========================================================
   PORTFÓLIO V2 — banner sem corte + cards desktop/mobile
   ========================================================== */
.main-content{max-width:1920px;margin:0 auto;padding-left:92px;padding-right:28px}

/* O banner usa a própria proporção da arte. Nada de background-size:cover. */
.hero{
  margin:-88px -28px 34px -92px;
  min-height:0;
  overflow:hidden;
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-slide{
  display:none;
  min-height:0;
  position:relative;
  padding:0;
  background:#050505;
  align-items:initial;
}
.hero-slide.active{display:block}
.hero-slide:before{display:none!important}
.hero-media{display:block;width:100%;background:#050505}
.hero-media picture{display:block;width:100%}
.hero-media img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
  background:#050505;
}
.hero-copy{display:none!important}
.hero-quick-action{
  position:absolute;
  left:clamp(18px,5vw,74px);
  bottom:clamp(14px,2.2vw,32px);
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
  max-width:calc(100% - 40px);
  padding:10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(8,8,8,.74);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 36px rgba(0,0,0,.28);
}
.hero-quick-label{
  padding:0 6px;
  color:#fff;
  font-weight:800;
  font-size:13px;
  white-space:nowrap;
}

/* Conteúdo com largura confortável no desktop grande. */
.section{max-width:1580px;margin:34px auto}
.section-head{padding:0 2px}
.rail{
  grid-auto-columns:minmax(250px,280px)!important;
  gap:14px;
  padding:4px 2px 20px;
}
.product-card{min-width:0;border-radius:16px}
.product-image{aspect-ratio:16/10!important}
.product-image img{object-fit:cover!important}
.product-body{min-height:245px!important;padding:14px!important}
.product-body h3{font-size:16px;min-height:39px}
.product-body p{min-height:40px}
.portfolio-label{margin-top:auto;margin-bottom:12px;min-height:38px}
.card-actions{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;gap:8px}
.card-actions .btn,.card-actions a.btn{
  min-width:0;
  padding:10px 8px;
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media (min-width:1400px){
  .main-content{padding-left:96px;padding-right:34px}
  .hero{margin-left:-96px;margin-right:-34px}
  .rail{grid-auto-columns:minmax(260px,292px)!important}
}

@media (max-width:1100px) and (min-width:901px){
  .hero-quick-label{display:none}
  .hero-quick-action{left:24px;bottom:18px}
  .rail{grid-auto-columns:minmax(230px,255px)!important}
}

@media (max-width:900px){
  .main-content{padding:72px 12px 88px;max-width:none}
  .hero{
    margin:-72px -12px 24px;
    min-height:0!important;
    border-radius:0;
  }
  .hero-slide{min-height:0!important;padding:0!important}
  .hero-media img{
    width:100%;
    height:auto;
    min-height:0;
    object-fit:contain;
  }
  .hero-quick-action{
    position:relative;
    left:auto;
    bottom:auto;
    max-width:none;
    margin:0;
    padding:10px 12px 12px;
    border:0;
    border-top:1px solid rgba(255,255,255,.08);
    border-radius:0;
    background:#0d0d0d;
    backdrop-filter:none;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .hero-quick-label{display:none}
  .hero-quick-action .btn{width:100%;min-height:42px;padding:10px 8px;font-size:12px}
  .section{margin:26px 0;max-width:none}
  .section-head h2{font-size:20px}
  .section-head a{font-size:13px;color:#d5d5d5}
  .rail{
    grid-auto-columns:minmax(220px,72vw)!important;
    gap:12px;
    scroll-padding-left:2px;
  }
  .product-body{min-height:224px!important;padding:12px!important}
  .product-body h3{font-size:15px;min-height:36px}
  .product-body p{font-size:12px;min-height:34px}
  .portfolio-label{font-size:11px;min-height:34px;margin:8px 0 10px}
  .card-actions{grid-template-columns:1fr!important;gap:7px}
  .card-actions .btn,.card-actions a.btn{font-size:12px;min-height:40px}
}

@media (max-width:520px){
  .topbar{height:68px;padding:0 10px;gap:8px}
  .topbar .brand-image{height:52px!important;min-width:0!important;max-width:190px!important;flex:1}
  .topbar .brand-logo{width:180px!important;height:52px!important;max-width:100%!important;transform:none!important;object-fit:contain!important}
  .main-content{padding-top:68px;padding-left:10px;padding-right:10px}
  .hero{margin-top:-68px;margin-left:-10px;margin-right:-10px}
  .hero-quick-action{grid-template-columns:1fr 1fr;padding:8px 10px 10px;gap:8px}
  .hero-quick-action .btn{font-size:11px;min-height:40px;padding:9px 6px}
  .rail{grid-auto-columns:minmax(205px,78vw)!important}
  .product-card{border-radius:14px}
  .product-body{min-height:215px!important}
}

@media (max-width:370px){
  .hero-quick-action{grid-template-columns:1fr}
  .rail{grid-auto-columns:minmax(198px,86vw)!important}
}
