/* Page styles for /solutions/msp/, from v49-roboshadow-solutions-msp.html. */
:root{
  --bg0: #0e0f20;
  --bg1: #141531;
  --bg2: #1b1c40;
  --bg3: #232457;
  --sky: #b9d2ff;
  --line: rgba(255,255,255,.10);
  --line-hi: rgba(255,255,255,.17);
  --card: rgba(255,255,255,.045);
  --card-hi: rgba(255,255,255,.075);
}
body::before{
  background: radial-gradient(1000px 640px at 82% -8%, rgba(60,120,255,.24), transparent 60%),
  radial-gradient(820px 560px at 6% 10%, rgba(96,74,190,.30), transparent 62%),
  radial-gradient(760px 560px at 100% 104%, rgba(50,170,196,.14), transparent 60%),
  linear-gradient(165deg,#0e0f20 0%,#141531 46%,#191a42 100%) !important;
}
body::after{
  opacity: .6 !important;
}
.eyebrow{
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
}
.eyebrow::before{
  width: 28px;
}
.new{
  background: none !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn.primary{
  background: linear-gradient(100deg, #1552d6, #2a64ff);
  box-shadow: 0 8px 28px rgba(42, 100, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(42, 100, 255, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  background: linear-gradient(100deg, #1447c8, #3a7aff);
}
.btn.ghost{
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}
.btn.ghost:hover{
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.mega{
  box-shadow: var(--ds7-e2);
}
.mega-link{
  transition: transform 0.18s, background 0.18s, color 0.18s;
}
section{
  padding: var(--section-pad-y, 50px) 0;
}
.section-head{
  margin-bottom: 48px;
}
.kicker{
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--sky);
  display: inline-flex;
  margin-bottom: 1.2rem;
}
h2{
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.section-head p{
  color: #c6cae0;
  font-size: 1.05rem;
  line-height: 1.65;
}
@media(max-width:640px){.gfx-flow .node{min-width:100%}}
.card{
  background: linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028));
  box-shadow: var(--ds7-e1), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.5);
  box-shadow: 0 20px 60px rgba(42, 100, 255, 0.18);
}
.card .ic{
  background: linear-gradient(150deg,rgba(42,100,255,.25),rgba(42,100,255,.08));
  margin-bottom: 18px;
}
.card h3{
  font-size: 1.08rem;
}
.card p{
  color: #c8cce0;
  font-size: .92rem;
  line-height: 1.6;
}
.panel{
  background: linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.032));
}
.solx-cols{
  gap: 48px;
}
@media(max-width:760px){.smb2-meta{grid-template-columns:1fr;gap:26px}}
.solx-panel{
  border: 0!important;
  border-radius: 0!important;
  padding: 0!important;
  background: none!important;
}
.solx-panel h4{
  font-size: .76rem;
  letter-spacing: .16em;
  color: #fff;
  margin-bottom: 52px;
}
.painrow li svg{
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
  color: var(--gold);
}
.fixrow li{
  display: block;
  gap: 0;
}
.fixrow li svg{
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
}
.solx-stats{
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.statchip{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 22px 18px;
  background: linear-gradient(165deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
}
.statchip .n{
  font-size: 2rem;
  line-height: 1.1;
}
.statchip .k{
  font-size: .82rem;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.4;
}
.solx-quote{
  border-left: 4px solid var(--cobalt-glow);
  padding: 22px 0 22px 34px!important;
  margin-top: 28px;
  line-height: 1.65;
  max-width: 900px;
}
.solx-quote span{
  font-size: .79rem;
  color: var(--sky);
  margin-top: 11px;
  letter-spacing: .03em;
}
header.hero{
  padding: 88px 0 52px;
}
.hero-grid{
  gap: 52px;
}
.hero-pill{
  gap: 10px;
  padding: 7px 16px 7px 10px;
  background: linear-gradient(135deg,rgba(42,100,255,.12),rgba(42,100,255,.05));
  border: 1px solid rgba(42,100,255,.25);
  font-size: 0.76rem;
  margin-bottom: 20px;
}
.hero-pill .dot{
  box-shadow: 0 0 12px rgba(99,214,155,.7);
}
h1{
  font-size: clamp(2.7rem,5.4vw,4.35rem);
  line-height: 1.0;
  letter-spacing: -0.035em;
}
.hero-cta{
  gap: 16px;
  margin-top: 40px;
}
.hero-visual .glow{
  background: radial-gradient(58% 55% at 62% 42%,rgba(42,100,255,.5),transparent 70%);
  filter: blur(38px);
}
.hero-shot{
  filter: drop-shadow(0 34px 60px rgba(0,0,0,.6));
}
.floaty{
  background: rgba(14,16,34,.82);
  border: 1px solid var(--ds7-border-md);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 20px rgba(42,100,255,.12);
}
.floaty .v{
  font-size: 1.3rem;
}
.floaty.a{
  right: -6%;
}
.floaty.b{
  left: -7%;
}
@media(max-width:520px){.vsgrid{grid-template-columns:1fr}}
.hero-meta{
  gap: 0;
  margin-top: 60px;
  padding-top: 40px;
}
.hero-meta .n{
  font-size: 2.15rem;
}
.logostrip{
  gap: 16px 18px;
  margin-top: 12px;
}
.logostrip img{
  height: 44px;
  opacity: 1;
  filter: grayscale(1) brightness(1.8) opacity(.75);
  transition: all .2s;
}
.logostrip img:hover{
  filter: grayscale(0) brightness(1) opacity(1);
}
.logostrip.small img{
  height: 38px;
}
@media(max-width:900px){.pgrid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.foot-grid{grid-template-columns:repeat(2,1fr)}}
.logowall .cell{
  height: 82px;
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.logowall .cell img{
  max-height: 32px;
}
@media(max-width:820px){.autofix{grid-template-columns:1fr}}
.loop .step{
  border: 1px solid var(--line-hi);
  padding: 30px 28px;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.loop .step .num{
  font-size: .72rem;
}
.loop .step .arrow{
  background: rgba(14,16,34,.95);
}
.showtabs{
  gap: 6px;
  padding: 16px;
}
.showtabs button{
  font-size: .86rem;
  border-radius: 10px;
  padding: 9px 18px;
  transition: all .2s;
}
.showtabs button.on{
  background: linear-gradient(135deg,rgba(42,100,255,.25),rgba(42,100,255,.12));
  border-color: rgba(42,100,255,.45);
  box-shadow: 0 4px 12px rgba(42,100,255,.15);
}
.shot-frame{
  border: none;
  background: none;
}
.vschip{
  padding: 14px 17px;
  border-radius: 14px;
}
.vschip:hover{
  box-shadow: var(--ds7-e1);
}
.acc summary{
  background: linear-gradient(90deg,rgba(42,100,255,.08) 0%,transparent 80%);
}
.acc summary:hover{
  background: linear-gradient(90deg,rgba(42,100,255,.12) 0%,transparent 80%);
}
.acc summary .nm{
  font-size: 1.05rem;
}
.acc .body{
  padding: 20px 24px;
  gap: 24px;
}
.acc .body .col.strong{
  padding-right: 24px;
}
.acc .body .col h5{
  font-size: .72rem;
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.acc .body li svg{
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
footer.mega-footer{
  border-top: none;
  padding: 0 0 34px;
  margin-top: 60px;
  background: linear-gradient(180deg,transparent,rgba(8,9,20,.85));
}
.foot-brand{
  margin-bottom: 44px;
}
.foot-grid{
  grid-template-columns: repeat(5,1fr);
  gap: 28px;
}
.foot-col h5{
  color: var(--sky);
}
.minion-issues ul{
  gap: 12px;
  grid-template-columns: 1fr;
}
@media(max-width:720px){ .wk-quote{padding:28px 22px 26px 22px} .wk-quote>svg{position:static;display:block;margin-bottom:10px} }
.minion-issues li{
  display: grid;
  gap: 12px;
  align-items: start;
}
.minion-issues li::before{
  color: var(--gold);
  flex: 0 0 24px;
}
@media(prefers-reduced-motion:reduce){.gfx-orbit .ring{animation:none}}
section.band + section.band::before{
  width: min(1140px, 92%);
  background: var(--ds7-border-md);
}
.logostrip img{
  padding: 15px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.6);
  background: #fff;
}
.pgrid{
  gap: 18px;
}
.pgrid a{
  display: flex;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  border: 1px solid var(--line-hi);
  border-radius: var(--r-lg);
  padding: 66px 22px 24px;
  transition: transform .22s cubic-bezier(.2,.7,.2,1),border-color .22s,box-shadow .22s;
}
.pgrid a:hover{
  border-color: rgba(42,100,255,.5);
  transform: translateY(-4px);
}
.pgrid .t{
  margin-bottom: 6px;
}
@media(max-width:600px){.pgrid{grid-template-columns:1fr}}
.cmp-teaser{
  background: linear-gradient(160deg,rgba(42,100,255,.14),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.yt-band{
  background: linear-gradient(160deg,rgba(42,100,255,.10),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.gfx-gauge .g-face{
  box-shadow: inset 0 2px 12px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);
}
.gfx-meter{
  gap: 18px;
}
.gfx-meter .track{
  height: 10px;
}
.gfx-meter .fill{
  box-shadow: 0 0 16px rgba(42,100,255,.55);
}
.gfx-flow{
  gap: 22px;
}
.gfx-flow .node{
  min-width: 200px;
  padding: 24px 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg,color-mix(in srgb,var(--step,var(--cobalt-glow)) 15%,transparent),rgba(255,255,255,.02) 58%,rgba(255,255,255,.012));
}
.gfx-flow .node .s{
  font-size: .64rem;
  color: var(--step);
}
.gfx-flow .node h5{
  font-size: 1.05rem;
  margin: 10px 0 7px;
}
.gfx-flow .node p{
  font-size: .85rem;
  line-height: 1.55;
}
.gfx-flow .node:not(:last-child)::after{
  transform: translateY(-50%) rotate(-45deg);
}
.statchip{
  box-shadow: 0 4px 16px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.05);
}
.statchip .n{
  letter-spacing: -.02em;
  font-weight: 700;
}
.statchip .k{
  letter-spacing: .01em;
}
@media (max-width: 640px){
.hero-cta{
  gap: 12px;
}
}
.statchip::before{
  background: linear-gradient(180deg,rgba(42,100,255,.4),transparent 50%);
  opacity: .3;
}
.statchip .k{
  color: var(--muted);
}
.pill-link{
  transition: transform 0.18s, color 0.18s;
}
.pill-link:hover{
  color: var(--cobalt-bright);
}
.statchip::before{
  content: "";
}
.btn:focus-visible{
  outline-offset: 3px;
}
:root{
  --panel: rgba(255,255,255,.035);
}
.solx-panel{
  box-shadow: none!important;
}
.solx-panel h4{
  padding-bottom: 44px;
}
.smb2{
  position: relative;
}
.smb2 .section-head{
  margin-bottom: 4px;
}
.smb2-qa{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
  position: relative;
}
@media(min-width:761px){.smb2-qa::before{content:"";position:absolute;top:8px;bottom:8px;left:50%;width:1px;background:linear-gradient(180deg,transparent,var(--line-hi) 14%,var(--line-hi) 86%,transparent)}}
.smb2-h{
  font-size: 1.18rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 13px;
  border-bottom: 0;
  line-height: 1.3;
  position: relative;
  width: fit-content;
  background: linear-gradient(100deg,#fff 0%,var(--sky) 50%,var(--cobalt-glow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.smb2-h::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg,var(--cobalt-glow),rgba(63,123,255,0));
}
.smb2-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 17px;
}
.smb2-list li{
  font-weight: 300;
  color: #cdd2e8;
  font-size: .95rem;
  line-height: 1.62;
  position: relative;
  padding-left: 30px;
}
.smb2-list li b{
  font-weight: 600;
  color: #fff;
}
.smb2-list.is-pain li::before{
  content: "";
  position: absolute;
  left: 3px;
  top: .54em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
}
.smb2-list.is-fix li svg{
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  color: var(--good);
}
.smb2-meta{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.smb2-meta .k{
  display: block;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cobalt-glow);
  margin-bottom: 12px;
}
.smb2-meta p{
  font-weight: 300;
  color: #c8cce0;
  font-size: .95rem;
  line-height: 1.66;
  margin: 0;
  max-width: 52ch;
}
.smb2 .solx-stats{
  margin-top: 50px;
}
.smb2 .solx-quote{
  margin-top: 30px;
}
.mspx-hero{
  position: relative;
  background: linear-gradient(135deg,rgba(63,123,255,.05) 0%,rgba(99,214,155,.02) 100%);
}
.mspx-sub{
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 760px;
  margin: 20px auto 0;
  line-height: 1.6;
}
.mspx-stage{
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 64px auto 84px;
  aspect-ratio: 1;
}
.mspx-svg{
  width: 100%;
  height: 100%;
  display: block;
}
.mspx-link{
  stroke: var(--line-hi);
  stroke-width: .8;
  transition: stroke .3s ease;
}
.mspx-ring{
  fill: none;
  stroke: rgba(255,255,255,.06);
  stroke-width: .8;
  stroke-dasharray: 3 6;
}
.mspx-pulse{
  animation: mspx-travel 2.6s infinite ease-out;
}
.mspx-pulse>circle{
  r: 1.6;
}
.mspx-p0{
  animation-name: mspx-n;
  animation-delay: 0s;
}
.mspx-p1{
  animation-name: mspx-ne;
  animation-delay: .32s;
}
.mspx-p2{
  animation-name: mspx-e;
  animation-delay: .64s;
}
.mspx-p3{
  animation-name: mspx-se;
  animation-delay: .96s;
}
.mspx-p4{
  animation-name: mspx-s;
  animation-delay: 1.28s;
}
.mspx-p5{
  animation-name: mspx-sw;
  animation-delay: 1.6s;
}
.mspx-p6{
  animation-name: mspx-w;
  animation-delay: 1.92s;
}
.mspx-p7{
  animation-name: mspx-nw;
  animation-delay: 2.24s;
}
@keyframes mspx-travel{0%{opacity:0}10%{opacity:1}90%{opacity:1}100%{opacity:0}}
@keyframes mspx-n{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(0,-160px);opacity:0}}
@keyframes mspx-ne{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(113px,-113px);opacity:0}}
@keyframes mspx-e{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(160px,0);opacity:0}}
@keyframes mspx-se{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(113px,113px);opacity:0}}
@keyframes mspx-s{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(0,160px);opacity:0}}
@keyframes mspx-sw{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(-113px,113px);opacity:0}}
@keyframes mspx-w{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(-160px,0);opacity:0}}
@keyframes mspx-nw{0%{transform:translate(0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate(-113px,-113px);opacity:0}}
.mspx-grid{
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mspx-chip{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 118px;
  pointer-events: auto;
  cursor: default;
}
.mspx-ic{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(42,100,255,.15);
  border: 1px solid var(--line-hi);
  border-radius: var(--r-sm);
  color: var(--cobalt-bright);
  margin-bottom: 9px;
  transition: background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease;
}
.mspx-chip:hover .mspx-ic{
  background: rgba(42,100,255,.34);
  border-color: var(--cobalt-bright);
  box-shadow: 0 0 0 4px rgba(42,100,255,.12),0 0 24px rgba(42,100,255,.5);
}
.mspx-chip:hover .mspx-lab{
  color: #fff;
}
.mspx-ic svg{
  width: 24px;
  height: 24px;
}
.mspx-lab{
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  line-height: 1.2;
  text-wrap: balance;
}
.mspx-tag{
  margin-top: 6px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--good);
  background: rgba(99,214,155,.12);
  border: 1px solid rgba(99,214,155,.28);
  border-radius: 100px;
  padding: 2px 9px;
  white-space: nowrap;
}
.mspx-hub{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
}
.mspx-hub .mspx-ic{
  width: 60px;
  height: 60px;
  background: rgba(42,100,255,.22);
  border-color: var(--cobalt-bright);
  box-shadow: 0 0 0 6px rgba(42,100,255,.08),0 14px 40px rgba(42,100,255,.28);
  margin-bottom: 11px;
}
.mspx-hub .mspx-ic svg{
  width: 32px;
  height: 32px;
}
.mspx-hub .mspx-lab{
  font-size: 1rem;
}
.mspx-hub .mspx-hubsub{
  font-size: .7rem;
  color: var(--muted);
  margin-top: 3px;
  font-weight: 500;
}
.mspx-n{
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.mspx-ne{
  top: 11%;
  right: 5%;
}
.mspx-e{
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.mspx-se{
  bottom: 11%;
  right: 5%;
}
.mspx-s{
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.mspx-sw{
  bottom: 11%;
  left: 5%;
}
.mspx-w{
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
.mspx-nw{
  top: 11%;
  left: 5%;
}
.mspx-pillars{
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.mspx-pill{
  padding: 32px 28px;
  border: 1px solid var(--line-hi);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.025);
  backdrop-filter: blur(10px);
  transition: transform .3s ease,border-color .3s ease;
}
.mspx-pill:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.4);
}
.mspx-pill .pic{
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  background: rgba(42,100,255,.14);
  color: var(--cobalt-bright);
  margin-bottom: 18px;
}
.mspx-pill .pic svg{
  width: 28px;
  height: 28px;
}
.mspx-pill h3{
  font-size: 1.2rem;
  color: var(--ink);
  margin-bottom: 10px;
}
.mspx-pill p{
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
@media (max-width:768px){
.mspx-stage{
  max-width: 100%;
  margin: 40px 0 48px;
  aspect-ratio: auto;
  height: auto;
}
.mspx-svg{
  display: none;
}
.mspx-grid{
  position: static;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
.mspx-chip{
  position: static;
  transform: none!important;
  width: 100%!important;
  padding: 18px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.mspx-chip:hover{
  transform: none;
  background: rgba(255,255,255,.065);
}
.mspx-hub{
  grid-column: 1/-1;
  width: 100%;
  padding: 22px;
}
.mspx-pillars{
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}
}
@media (prefers-reduced-motion:reduce){
.mspx-pulse{
  animation: none;
}
.mspx-svg{
  opacity: .75;
}
.mspx-chip,.mspx-pill{
  transition: none;
}
}
.msint-wrap{
  position: relative;
}
.msint-field{
  position: relative;
  padding: 34px 30px 40px;
  border-radius: 24px;
  background: linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.msint-field::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at 50% -10%, rgba(42,100,255,.16), transparent 60%);
}
.msint-cluster{
  position: relative;
  margin-top: 30px;
}
.msint-cluster:first-of-type{
  margin-top: 6px;
}
.msint-clabel{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--good);
  background: rgba(99,214,155,.12);
  border: 1px solid rgba(99,214,155,.28);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 18px;
}
.msint-clabel.blue{
  color: var(--cobalt-glow);
  background: rgba(42,100,255,.14);
  border-color: rgba(42,100,255,.32);
}
.msint-clabel .n{
  opacity: .7;
  font-weight: 600;
}
.msint-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
  gap: 14px;
}
.msint-logo{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06),0 4px 14px rgba(0,0,0,.18);
  transition: transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.msint-logo img{
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.25));
  transition: transform .22s ease;
}
.msint-logo:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,.075);
  border-color: rgba(42,100,255,.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.3);
}
.msint-logo:hover img{
  transform: scale(1.07);
}
.msint-more{
  background: linear-gradient(180deg,rgba(42,100,255,.22),rgba(42,100,255,.06));
  border: 1px dashed rgba(42,100,255,.5);
}
.msint-more span{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: var(--ink);
  text-align: center;
  line-height: 1.25;
}
.msint-more:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.7);
}
.msint-foot{
  margin-top: 26px;
  font-weight: 300;
  color: var(--muted);
  font-size: .98rem;
  text-align: center;
}
.msp-peel{
  padding: 8px 0 32px;
  background: transparent;
}
.msp-peel .wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
}
.msp-peel img{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: transparent;
}
.msp-peel-cap{
  text-align: center;
  color: var(--muted);
  font-size: .84rem;
  margin: 6px auto 0;
  max-width: 66ch;
  font-weight: 300;
  line-height: 1.55;
}
@media (max-width:600px){
.msint-field{
  padding: 24px 14px 30px;
}
.msint-grid{
  grid-template-columns: repeat(auto-fill,minmax(92px,1fr));
  gap: 10px;
}
.msint-logo{
  border-radius: 16px;
}
}
