:root{
  --mp-bg:#f4f7fb;
  --mp-bg2:#edf3f8;
  --mp-text:#132238;
  --mp-muted:#66758a;
  --mp-line:rgba(112,132,154,.24);
  --mp-blue:#1267e8;
  --mp-blue2:#49a6ff;
  --mp-green:#16a56b;
  --mp-white:rgba(255,255,255,.76);
  --mp-shadow:0 24px 70px rgba(52,75,102,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mp-page{margin:0;color:var(--mp-text);background:linear-gradient(180deg,#f8fbff 0,#f4f7fb 46%,#eef3f8 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
body.mp-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 10%,rgba(53,151,255,.12),transparent 28%),radial-gradient(circle at 86% 18%,rgba(77,219,182,.10),transparent 24%),linear-gradient(115deg,rgba(255,255,255,.65),transparent 32%);z-index:-2}
body.mp-page:after{content:"";position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(111,133,158,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(111,133,158,.12) 1px,transparent 1px);background-size:48px 48px;z-index:-1;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
a{color:inherit;text-decoration:none}
.mp-shell{min-height:100vh}
.mp-inner{width:min(1480px,calc(100% - 56px));margin:0 auto}
.mp-header{position:sticky;top:0;z-index:50;background:rgba(248,251,255,.86);backdrop-filter:blur(22px) saturate(145%);border-bottom:1px solid rgba(111,133,158,.17)}
.mp-navrow{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.mp-brand{display:flex;align-items:center}.mp-brand img{display:block;width:210px;max-width:28vw;height:auto;filter:drop-shadow(0 5px 14px rgba(0,122,176,.14))}
.mp-nav{display:flex;align-items:center;justify-content:center;gap:25px;font-size:14px;font-weight:700;color:#40516a}.mp-nav a{position:relative}.mp-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:linear-gradient(90deg,var(--mp-blue),#48c6f5);transition:.2s}.mp-nav a:hover:after{right:0}
.mp-actions{display:flex;align-items:center;gap:12px}.mp-link{font-size:14px;font-weight:750;color:#526178}
.mp-primary,.mp-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:13px;font-weight:800;font-size:14px;transition:.18s ease}
.mp-primary{color:#fff;background:linear-gradient(135deg,#1267e8,#3188f2);box-shadow:0 11px 28px rgba(18,103,232,.22),inset 0 1px rgba(255,255,255,.45)}
.mp-primary:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(18,103,232,.28)}
.mp-primary.mp-small{min-height:40px;padding:0 15px}
.mp-secondary{background:rgba(255,255,255,.72);border:1px solid var(--mp-line);color:#31435a;box-shadow:inset 0 1px rgba(255,255,255,.85)}
.mp-menu-btn{display:none;background:rgba(255,255,255,.72);border:1px solid var(--mp-line);border-radius:11px;width:42px;height:40px;font-size:20px;color:#30445d}
.mp-ticker-wrap{border-top:1px solid rgba(111,133,158,.11);background:rgba(255,255,255,.5)}
.mp-ticker{min-height:42px;display:flex;align-items:center;justify-content:center;gap:34px;overflow:hidden;white-space:nowrap}
.mp-ticker span{display:inline-flex;gap:8px;align-items:center;font-size:11px;color:#3e5168}.mp-ticker b{font-size:11px;letter-spacing:.25px}.mp-ticker em{font-style:normal;color:#8290a1;font-size:10px}
.mp-hero{padding:88px 0 74px;position:relative}.mp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.65),rgba(231,242,252,.44));border-bottom:1px solid rgba(111,133,158,.11)}
.mp-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.75fr);gap:70px;align-items:center}
.mp-eyebrow{font-size:11px;font-weight:900;letter-spacing:1.55px;color:#4772ae;text-transform:uppercase}
.mp-hero h1{font-size:clamp(48px,5.6vw,86px);line-height:.98;letter-spacing:-3.8px;margin:17px 0 20px;max-width:900px}.mp-hero-copy>p{font-size:18px;line-height:1.7;color:var(--mp-muted);max-width:760px}
.mp-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:25px}.mp-trustline{display:flex;gap:19px;flex-wrap:wrap;margin-top:17px;color:#718196;font-size:12px}.mp-trustline span:before{content:"•";color:#75a7df;margin-right:7px}.mp-trustline span:first-child:before{display:none}
.mp-glass{background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(239,245,251,.65));border:1px solid rgba(117,139,162,.24);box-shadow:var(--mp-shadow),inset 0 1px rgba(255,255,255,.9);backdrop-filter:blur(18px)}
.mp-hero-card{border-radius:26px;padding:32px;position:relative;overflow:hidden}.mp-hero-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-90px;background:radial-gradient(circle,rgba(47,142,236,.19),transparent 70%)}
.mp-card-kicker{font-size:10px;color:#547cb1;font-weight:900;letter-spacing:1.1px}.mp-hero-card h2{font-size:31px;line-height:1.12;margin:10px 0 28px;max-width:410px}.mp-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mp-hero-metrics>div{padding:16px;border-radius:15px;background:rgba(255,255,255,.58);border:1px solid rgba(124,146,170,.16)}.mp-hero-metrics strong,.mp-hero-metrics span{display:block}.mp-hero-metrics strong{font-size:19px}.mp-hero-metrics span{font-size:11px;color:#7b899a;margin-top:3px}
.mp-section{padding:78px 0}.mp-soft{background:rgba(233,240,247,.62);border-top:1px solid rgba(111,133,158,.10);border-bottom:1px solid rgba(111,133,158,.10)}
.mp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:31px}.mp-section-head>div{max-width:820px}.mp-section-head h2,.mp-seller-grid h2,.mp-big-cta h2{font-size:clamp(34px,3.2vw,54px);letter-spacing:-2px;margin:8px 0 10px}.mp-section-head p,.mp-seller-grid>div>p,.mp-big-cta p{color:var(--mp-muted);line-height:1.65;margin:0}.mp-section-head.compact{align-items:flex-start}.mp-text-link{color:#296fcb;font-size:13px;font-weight:850;white-space:nowrap}
.mp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mp-product-card{border-radius:19px;overflow:hidden;min-width:0;transition:.2s ease}.mp-product-card:hover{transform:translateY(-3px);box-shadow:0 30px 80px rgba(43,70,101,.16)}.mp-product-image{display:block;aspect-ratio:16/9;background:#e5edf5;overflow:hidden}.mp-product-image img{width:100%;height:100%;display:block;object-fit:cover}.mp-image-placeholder{height:100%;display:grid;place-items:center;color:#4d83c3;font-size:13px;font-weight:950;letter-spacing:1px;background:linear-gradient(135deg,#eef5fb,#dce9f5)}.mp-product-body{padding:17px 17px 16px}.mp-tags{display:flex;gap:7px;flex-wrap:wrap}.mp-tags span{font-size:9px;font-weight:900;letter-spacing:.6px;color:#436b9c;background:#e8f1fb;border:1px solid #d8e6f5;padding:5px 7px;border-radius:999px;text-transform:uppercase}.mp-product-card h3{font-size:18px;line-height:1.2;margin:11px 0 8px}.mp-product-card p{font-size:12px;line-height:1.55;color:#738196;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:56px}.mp-product-foot{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:13px;padding-top:13px;border-top:1px solid rgba(116,139,165,.16);font-size:10px}.mp-product-foot a{font-weight:900;color:#1767c7}.mp-release{color:#7b8a9b}
.mp-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mp-category{display:block;border-radius:18px;padding:22px;transition:.18s}.mp-category:hover{transform:translateY(-2px)}.mp-category>b{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,#e8f2ff,#d8e8fb);border:1px solid #d0e1f2;color:#1661b9;font-size:12px}.mp-category h3{font-size:18px;margin:13px 0 7px}.mp-category p{font-size:12px;color:#748297;line-height:1.55;margin:0}
.mp-seller-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:72px;align-items:center}.mp-seller-grid>div>p{max-width:760px}.mp-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.mp-steps>div{display:flex;gap:13px;padding:13px 0;border-bottom:1px solid rgba(117,139,161,.16)}.mp-steps b{color:#3575bf;font-size:11px}.mp-steps strong,.mp-steps small{display:block}.mp-steps strong{font-size:13px}.mp-steps small{font-size:11px;line-height:1.5;color:#7c8999;margin-top:3px}.mp-dashboard{border-radius:24px;padding:24px}.mp-dashboard-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid rgba(117,139,161,.17)}.mp-dashboard-title span{font-weight:900}.mp-dashboard-title small{font-size:10px;color:#8190a1}.mp-dashboard-product{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center;padding:22px 0}.mp-mini-logo{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#1471dc,#27b38a);box-shadow:inset 0 1px rgba(255,255,255,.4)}.mp-dashboard-product b,.mp-dashboard-product span{display:block}.mp-dashboard-product span{font-size:10px;color:#7c8a9b;margin-top:4px}.mp-dashboard-product mark{background:#e6f7ef;color:#19875c;border:1px solid #cfeee0;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.mp-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.mp-status-grid>div{padding:13px;border-radius:13px;background:rgba(255,255,255,.56);border:1px solid rgba(117,139,161,.13)}.mp-status-grid span,.mp-status-grid b{display:block}.mp-status-grid span{font-size:9px;color:#7d8b9d}.mp-status-grid b{font-size:12px;margin-top:4px}
.mp-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mp-benefit{border-radius:18px;padding:22px}.mp-benefit i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-style:normal;font-weight:900;color:#176bc9;background:#e5f0fc}.mp-benefit h3{font-size:16px;margin:13px 0 7px}.mp-benefit p{font-size:12px;color:#748297;line-height:1.55;margin:0}.mp-cta-section{padding-top:48px}.mp-big-cta{border-radius:28px;padding:42px 44px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(228,240,252,.78));position:relative;overflow:hidden}.mp-big-cta:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-140px;top:-170px;background:radial-gradient(circle,rgba(63,150,238,.16),transparent 70%)}.mp-big-cta p{max-width:700px}.mp-footer{margin-top:30px;border-top:1px solid rgba(111,133,158,.15);background:rgba(248,251,255,.8)}.mp-footer-grid{min-height:150px;display:grid;grid-template-columns:1.1fr 1.3fr auto;gap:30px;align-items:center}.mp-footer img{width:210px}.mp-footer p{font-size:12px;color:#788699}.mp-footer-grid>div:nth-child(2){display:flex;gap:18px;flex-wrap:wrap;font-size:12px;font-weight:750;color:#53657c}.mp-footer small{color:#8a97a6}
@media(max-width:1180px){.mp-inner{width:min(100% - 40px,1180px)}.mp-nav{gap:16px;font-size:12px}.mp-brand img{width:180px}.mp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-category-grid,.mp-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-hero-grid,.mp-seller-grid{gap:42px}.mp-hero h1{font-size:clamp(46px,6vw,68px)}}
@media(max-width:860px){.mp-inner{width:min(100% - 28px,760px)}.mp-navrow{grid-template-columns:1fr auto auto;min-height:68px}.mp-brand img{width:165px;max-width:46vw}.mp-menu-btn{display:block}.mp-nav{position:absolute;top:68px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:rgba(248,251,255,.97);border:1px solid var(--mp-line);border-radius:15px;box-shadow:0 18px 50px rgba(50,72,98,.18)}.mp-nav a{padding:12px 13px;border-radius:9px}.mp-menu-open .mp-nav{display:flex}.mp-actions .mp-link{display:none}.mp-primary.mp-small{font-size:12px;padding:0 12px}.mp-ticker{justify-content:flex-start;overflow-x:auto;gap:24px;scrollbar-width:none}.mp-ticker::-webkit-scrollbar{display:none}.mp-hero{padding:62px 0 54px}.mp-hero-grid,.mp-seller-grid{grid-template-columns:1fr}.mp-hero-card{max-width:none}.mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-section{padding:58px 0}.mp-section-head{align-items:flex-start}.mp-footer-grid{grid-template-columns:1fr;gap:16px;padding:30px 0}.mp-footer-grid>div:nth-child(2){gap:13px}.mp-footer small{padding-bottom:10px}}
@media(max-width:560px){.mp-inner{width:calc(100% - 22px)}.mp-brand img{width:142px}.mp-actions .mp-primary{display:none}.mp-navrow{grid-template-columns:1fr auto}.mp-menu-btn{grid-column:2}.mp-hero h1{font-size:44px;letter-spacing:-2.5px}.mp-hero-copy>p{font-size:15px}.mp-hero-actions{flex-direction:column}.mp-primary,.mp-secondary{width:100%}.mp-trustline{gap:10px 14px}.mp-product-grid,.mp-category-grid,.mp-benefit-grid{grid-template-columns:1fr}.mp-steps{grid-template-columns:1fr}.mp-section-head{display:block}.mp-text-link{display:inline-block;margin-top:12px}.mp-status-grid{grid-template-columns:1fr}.mp-dashboard-product{grid-template-columns:46px 1fr}.mp-dashboard-product mark{grid-column:2;justify-self:start}.mp-big-cta{padding:30px 22px}.mp-section-head h2,.mp-seller-grid h2,.mp-big-cta h2{font-size:35px;letter-spacing:-1.5px}}

/* Live ticker enhancement — scoped to marketplace preview only */
.mp-live-ticker{background:linear-gradient(90deg,rgba(235,248,255,.94),rgba(246,255,251,.96),rgba(255,248,240,.94));border-top:1px solid rgba(66,153,225,.18);border-bottom:1px solid rgba(16,185,129,.20);box-shadow:0 8px 24px rgba(56,120,170,.08) inset;overflow:hidden}
.mp-live-ticker .tradingview-widget-container{width:100%;min-height:46px}
.mp-live-ticker iframe{display:block;width:100%!important}


/* SG ACCOUNT DROPDOWN — CACHE FIX */
.mp-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-left:auto;
}
.sg-account{
  position:relative;
  z-index:9999;
}
.sg-account-btn{
  appearance:none;
  -webkit-appearance:none;
  display:flex;
  align-items:center;
  gap:8px;
  height:40px;
  margin:0;
  padding:4px 10px 4px 5px;
  border:1px solid rgba(34,61,81,.11);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#263b4e;
  font-family:inherit;
  font-size:12px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(35,60,80,.07);
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.sg-account-btn:hover{
  background:#fff;
  border-color:rgba(11,143,154,.24);
  box-shadow:0 9px 22px rgba(35,60,80,.11);
  transform:translateY(-1px);
}
.sg-avatar{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  flex:0 0 31px;
  border-radius:50%;
  background:linear-gradient(135deg,#0b8f9a,#17a86b);
  color:#fff;
  font-size:11px;
  font-weight:900;
  box-shadow:inset 0 1px rgba(255,255,255,.32),0 5px 14px rgba(11,143,154,.18);
}
.sg-avatar-lg{
  width:42px;
  height:42px;
  flex-basis:42px;
  font-size:13px;
}
.sg-account-name{
  max-width:135px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sg-chevron{
  color:#738491;
  font-size:13px;
  transition:transform .2s ease;
}
.sg-account.open .sg-chevron{
  transform:rotate(180deg);
}
.sg-account-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:285px;
  padding:8px;
  border:1px solid rgba(34,61,81,.10);
  border-radius:17px;
  background:rgba(255,255,255,.98);
  box-shadow:0 24px 60px rgba(35,60,80,.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-8px) scale(.985);
  transform-origin:top right;
  transition:opacity .18s ease,transform .22s cubic-bezier(.22,.61,.36,1),visibility .18s step-end;
}
.sg-account.open .sg-account-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
  transition:opacity .18s ease,transform .22s cubic-bezier(.22,.61,.36,1),visibility 0s step-start;
}
.sg-account-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 9px 12px;
  border-bottom:1px solid rgba(34,61,81,.08);
}
.sg-account-id{
  min-width:0;
}
.sg-account-id strong,
.sg-account-id small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.sg-account-id strong{
  max-width:205px;
  color:#22384a;
  font-size:13px;
}
.sg-account-id small{
  max-width:205px;
  margin-top:4px;
  color:#8795a1;
  font-size:10px;
  font-weight:500;
}
.sg-account-links{
  display:grid;
  gap:2px;
  padding:6px 0;
}
.sg-account-links a{
  display:block;
  padding:9px 10px;
  border-radius:10px;
  color:#263b4e;
  text-decoration:none;
  line-height:1.2;
  transition:background .16s ease,transform .16s ease;
}
.sg-account-links a:hover{
  background:linear-gradient(90deg,rgba(11,143,154,.08),rgba(23,168,107,.055));
  transform:translateX(2px);
}
.sg-account-links strong,
.sg-account-links small{
  display:block;
}
.sg-account-links strong{
  font-size:12px;
}
.sg-account-links small{
  margin-top:3px;
  color:#8a98a4;
  font-size:9px;
  font-weight:500;
}
.sg-account-logout{
  display:block;
  margin-top:5px;
  padding:9px 10px;
  border-top:1px solid rgba(34,61,81,.08);
  border-radius:10px;
  color:#9b4141;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}
.sg-account-logout:hover{
  background:#fff2f2;
}
@media(max-width:860px){
  .sg-account-name,.sg-chevron{display:none}
  .sg-account-menu{width:min(285px,calc(100vw - 24px))}
}


/* SG TWO-LEVEL HEADER SEARCH V1 */
.mp-head-top{
  display:grid;
  grid-template-columns:auto minmax(320px,620px) auto;
  align-items:center;
  gap:28px;
  min-height:72px;
}
.mp-head-top .mp-actions{
  justify-self:end;
}
.mp-nav-floor{
  border-top:1px solid rgba(55,82,104,.07);
  border-bottom:1px solid rgba(55,82,104,.10);
  background:rgba(222,234,238,.50);
  backdrop-filter:blur(16px) saturate(125%);
  -webkit-backdrop-filter:blur(16px) saturate(125%);
}
.mp-head-bottom{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mp-head-bottom .mp-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}
.mp-search{
  width:100%;
  height:42px;
  display:flex;
  align-items:center;
  padding:0 5px 0 14px;
  border:1px solid rgba(54,82,104,.15);
  border-radius:999px;
  background:rgba(255,255,255,.80);
  box-shadow:0 5px 18px rgba(33,60,79,.055);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.mp-search:focus-within{
  background:#fff;
  border-color:rgba(11,143,154,.30);
  box-shadow:0 8px 24px rgba(11,143,154,.10);
}
.mp-search-icon{
  flex:0 0 auto;
  margin-right:8px;
  color:#748592;
  font-size:17px;
}
.mp-search input{
  width:100%;
  min-width:0;
  height:38px;
  border:0;
  outline:0;
  background:transparent;
  color:#263b4e;
  font:inherit;
  font-size:12px;
}
.mp-search input::placeholder{color:#8b98a5}
.mp-search button{
  flex:0 0 auto;
  height:32px;
  padding:0 14px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#0b8f9a,#17a86b);
  color:#fff;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}
@media(max-width:980px){
  .mp-head-top{
    grid-template-columns:auto 1fr auto;
    gap:14px;
  }
  .mp-search{min-width:0}
}
@media(max-width:760px){
  .mp-head-top{
    grid-template-columns:auto auto;
    gap:12px;
    padding-top:10px;
    padding-bottom:10px;
  }
  .mp-head-top .mp-search{
    grid-column:1/-1;
    grid-row:2;
  }
  .mp-head-top .mp-actions{
    grid-column:2;
    grid-row:1;
  }
}


/* SG UNIFIED MARKETPLACE V1 — HEADER FROZEN */
.mp-unified-marketplace{padding-top:54px}
.mp-platform-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}
.mp-platform-tabs button{
  border:1px solid rgba(43,72,94,.12);background:rgba(255,255,255,.76);color:#4b5f70;
  border-radius:999px;padding:8px 13px;font-size:10px;font-weight:900;cursor:pointer;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease
}
.mp-platform-tabs button:hover,.mp-platform-tabs button.active{
  background:linear-gradient(135deg,#0b8f9a,#17a86b);color:#fff;border-color:transparent;
  box-shadow:0 7px 18px rgba(11,143,154,.15);transform:translateY(-1px)
}
.mp-unified-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.mp-market-card{
  background:rgba(255,255,255,.86);border:1px solid rgba(44,70,91,.10);border-radius:16px;
  overflow:hidden;box-shadow:0 12px 32px rgba(38,62,81,.07);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.mp-market-card:hover{transform:translateY(-3px);border-color:rgba(11,143,154,.17);box-shadow:0 18px 40px rgba(38,62,81,.11)}
.mp-market-card[hidden]{display:none!important}
.mp-market-visual{display:block;aspect-ratio:1/1;overflow:hidden;background:#0d161e}
.mp-market-visual img{width:100%;height:100%;object-fit:cover;display:block}
.mp-market-placeholder{
  width:100%;height:100%;display:grid;place-content:center;gap:8px;text-align:center;
  background:radial-gradient(circle at 30% 20%,rgba(31,199,187,.18),transparent 38%),linear-gradient(145deg,#0d171f,#182832);
  color:#d9f6f0
}
.mp-market-placeholder span{
  display:grid;place-items:center;width:54px;height:54px;margin:auto;border-radius:15px;
  background:linear-gradient(135deg,#0b8f9a,#17a86b);color:#fff;font-size:18px;font-weight:950
}
.mp-market-placeholder strong{font-size:10px;letter-spacing:.10em}
.mp-market-body{padding:13px 13px 14px}
.mp-market-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}
.mp-market-tags span{padding:4px 6px;border-radius:999px;background:rgba(11,143,154,.08);color:#127888;font-size:8px;font-weight:900;text-transform:uppercase}
.mp-market-body h3{margin:0 0 7px;font-size:14px;line-height:1.25}
.mp-market-body h3 a{color:#24384b}
.mp-market-body p{
  margin:0 0 11px;color:#7b8996;font-size:10px;line-height:1.45;display:-webkit-box;
  -webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:29px
}
.mp-market-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:9px;border-top:1px solid rgba(46,73,95,.08)}
.mp-market-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8a97a3;font-size:9px}
.mp-market-meta strong{flex:0 0 auto;color:#1f3446;font-size:11px}
.mp-empty-market{padding:30px;border:1px dashed rgba(58,86,106,.18);border-radius:16px;color:#7c8994;text-align:center}
@media(max-width:1180px){.mp-unified-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.mp-unified-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.mp-unified-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
@media(max-width:420px){.mp-unified-grid{grid-template-columns:1fr}}


/* SG UNIFIED PRODUCT STANDARD V3 */
.mp-logo-visual{
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#0d171f,#172731);
}
.mp-product-logo{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:18px!important;
  background:linear-gradient(145deg,#0d171f,#172731)!important;
}
.mp-market-placeholder{
  padding:18px;
}
.mp-market-placeholder strong{
  max-width:150px;
  margin:0 auto;
  line-height:1.2;
}
.mp-market-placeholder small{
  color:#8fc7c5;
  font-size:9px;
  font-weight:700;
  letter-spacing:.04em;
}
.mp-platform-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(43,72,94,.12);
  background:rgba(255,255,255,.76);
  color:#4b5f70;
  border-radius:999px;
  padding:8px 13px;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.mp-platform-tabs a:hover,.mp-platform-tabs a.active{
  background:linear-gradient(135deg,#0b8f9a,#17a86b);
  color:#fff;
  border-color:transparent;
  box-shadow:0 7px 18px rgba(11,143,154,.15);
  transform:translateY(-1px);
}
.sg-product-title-row{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.sg-product-detail-logo{
  width:86px;
  height:86px;
  flex:0 0 86px;
  object-fit:contain;
  border-radius:18px;
  background:#111c24;
  border:1px solid rgba(37,66,86,.12);
  padding:8px;
  box-shadow:0 10px 28px rgba(28,52,70,.10);
}
@media(max-width:700px){
  .sg-product-title-row{flex-direction:column}
  .sg-product-detail-logo{width:74px;height:74px;flex-basis:74px}
}


/* =========================================================
   SG TRADE PRO — MOBILE MENU COMPACT FINAL v1.10
   Strictly mobile-only. Desktop/tablet branding/header frozen.
   ========================================================= */
@media (max-width: 760px){
  .mp-nav-floor{
    position:relative !important;
    min-height:54px !important;
  }

  .mp-head-bottom{
    position:relative !important;
    min-height:54px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .mp-menu-btn{
    display:grid !important;
    place-items:center !important;
    width:44px !important;
    height:42px !important;
    padding:0 !important;
    margin:0 auto !important;
    border:1px solid rgba(54,82,104,.18) !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#30445d !important;
    font-size:21px !important;
    line-height:1 !important;
    box-shadow:0 5px 16px rgba(35,60,80,.08) !important;
    position:relative !important;
    z-index:1003 !important;
  }

  .mp-head-bottom > .mp-nav{
    display:none !important;
    position:absolute !important;
    top:calc(100% + 8px) !important;
    right:0 !important;
    left:auto !important;
    width:min(292px, calc(100vw - 24px)) !important;
    max-height:calc(100vh - 175px) !important;
    overflow-y:auto !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:3px !important;
    padding:10px !important;
    margin:0 !important;
    border:1px solid rgba(54,82,104,.14) !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.99) !important;
    box-shadow:0 20px 55px rgba(31,54,72,.22) !important;
    z-index:1002 !important;
  }

  body.mp-menu-open .mp-head-bottom > .mp-nav{
    display:flex !important;
  }

  .mp-head-bottom > .mp-nav > a{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    min-height:42px !important;
    padding:10px 13px !important;
    margin:0 !important;
    border-radius:10px !important;
    background:transparent !important;
    color:#30445d !important;
    font-size:14px !important;
    font-weight:750 !important;
    line-height:1.2 !important;
    text-align:left !important;
  }

  .mp-head-bottom > .mp-nav > a:hover,
  .mp-head-bottom > .mp-nav > a:focus{
    background:#eef7f5 !important;
    color:#087a67 !important;
  }

  .mp-head-bottom > .mp-nav > a:after{
    display:none !important;
  }

  body.mp-menu-open:before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(21,37,48,.24);
    z-index:900;
  }

  .mp-header{
    position:relative !important;
    z-index:1000 !important;
  }
}
