
:root{
  --v26-bg:#f5f6fa;--v26-paper:#fff;--v26-soft:#f0f2f7;--v26-line:#e5e8ef;
  --v26-text:#181b25;--v26-muted:#737c8c;--v26-purple:#6c5cf6;
  --v26-purple2:#8b76ff;--v26-purple-soft:#efedff;
  --v26-shadow:0 16px 42px rgba(30,38,61,.07)
}
html,html[data-theme="dark"]{color-scheme:light!important;background:var(--v26-bg)!important}
html body,html[data-theme="dark"] body{background:var(--v26-bg)!important;color:var(--v26-text)!important}

/* HEADER MUST BE WHITE EVERYWHERE */
html body header.site-header,
html body header.site-header.scrolled,
html body .site-header,
html body .site-header.scrolled,
html body .nm26-white-header{
  background:#fff!important;background-image:none!important;color:var(--v26-text)!important;
  border:0!important;border-bottom:1px solid var(--v26-line)!important;
  box-shadow:0 8px 26px rgba(29,35,53,.045)!important;
  backdrop-filter:blur(18px) saturate(135%)!important
}
html body .site-header::before,html body .site-header::after{content:none!important;display:none!important}
html body .site-header .nm23-nav,
html body .site-header .nm22-nav{
  background:#f7f7fb!important;border-color:#e5e6ed!important;
  box-shadow:0 10px 26px rgba(33,38,58,.06)!important
}
html body .site-header .nm23-nav>a,
html body .site-header .nm22-nav>a{color:#71798a!important}
html body .site-header .nm23-nav>a.active,
html body .site-header .nm22-nav>a.active{background:#fff!important;color:#242836!important}
html body .site-header .account-trigger{background:#f1edff!important;border-color:#e2def8!important}
html body .theme-toggle,html body #theme-toggle{display:none!important}

/* CLIENT */
.nm26-client{padding:32px 0 64px!important}
.nm26-client-card{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:18px;align-items:stretch;
  background:#fff;border:1px solid var(--v26-line);border-radius:26px;box-shadow:var(--v26-shadow);overflow:hidden
}
.nm26-client-main{padding:42px;display:flex;flex-direction:column;justify-content:center}
.nm26-client-kicker{display:flex;align-items:center;gap:9px;color:var(--v26-purple);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.nm26-client-kicker:before{content:"";width:28px;height:2px;background:var(--v26-purple);border-radius:99px}
.nm26-client h1{margin:15px 0 0!important;font-size:clamp(42px,5vw,68px)!important;line-height:.96!important;letter-spacing:-.055em!important;color:var(--v26-text)!important}
.nm26-client p{max-width:650px;margin:17px 0 0!important;color:var(--v26-muted)!important;font-size:14px!important;line-height:1.7!important}
.nm26-client-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.nm26-client-actions .btn{min-height:46px!important;padding-inline:20px!important}
.nm26-client-side{padding:28px;background:linear-gradient(145deg,#f2f0ff,#fbfaff);border-left:1px solid #e3dfff;display:flex;flex-direction:column;justify-content:center}
.nm26-client-side h3{margin:0 0 14px;font-size:16px}
.nm26-client-facts{display:grid;gap:8px}
.nm26-client-facts div{display:flex;align-items:center;gap:9px;padding:11px 12px;background:#fff;border:1px solid #e5e1ff;border-radius:13px;color:#5b6373;font-size:11px;font-weight:750}
.nm26-client-facts i{width:28px;height:28px;border-radius:9px;background:var(--v26-purple-soft);display:grid;place-items:center;color:var(--v26-purple);font-style:normal;font-weight:950}

/* SHOP */
body.store32-page .store32-main{background:transparent!important}
body.store32-page .store32-hero{padding:28px 0 14px!important;background:transparent!important;color:var(--v26-text)!important}
body.store32-page .store32-hero-bg{display:none!important}
body.store32-page .store32-hero-inner{
  display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)!important;
  gap:14px!important;align-items:stretch!important;padding:32px!important;background:#fff!important;
  border:1px solid var(--v26-line)!important;border-radius:24px!important;box-shadow:var(--v26-shadow)!important
}
body.store32-page .store32-hero-copy{display:flex!important;flex-direction:column!important;justify-content:center!important}
body.store32-page .store32-kicker{color:var(--v26-purple)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.1em!important}
body.store32-page .store32-hero-copy h1{margin:8px 0 0!important;color:var(--v26-text)!important;font-size:clamp(39px,4.5vw,58px)!important;line-height:1!important;letter-spacing:-.05em!important}
body.store32-page .store32-hero-copy p{max-width:650px!important;margin:12px 0 0!important;color:var(--v26-muted)!important;font-size:12.5px!important;line-height:1.65!important}
body.store32-page .store32-hero-actions{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-top:19px!important}
body.store32-page .store32-balance{
  margin:0!important;padding:22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;
  background:linear-gradient(145deg,#f0edff,#faf9ff)!important;border:1px solid #ded9ff!important;border-radius:18px!important;
  color:var(--v26-text)!important;box-shadow:none!important
}
body.store32-page .store32-balance>span{color:#7a719b!important;font-size:9px!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.08em!important}
body.store32-page .store32-balance strong{font-size:30px!important;letter-spacing:-.04em!important;color:var(--v26-text)!important}
body.store32-page .store32-balance b{color:var(--v26-purple)!important}
body.store32-page .store32-balance small{color:var(--v26-muted)!important}
body.store32-page .store32-nav{position:sticky!important;top:82px!important;z-index:30!important;margin:0!important;padding:9px 0!important;background:rgba(245,246,250,.94)!important;backdrop-filter:blur(14px)!important;border:0!important;box-shadow:none!important}
body.store32-page .store32-nav .container{width:max-content!important;max-width:calc(100% - 28px)!important;margin:auto!important;padding:5px!important;display:flex!important;gap:4px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:14px!important;box-shadow:0 8px 22px rgba(32,38,58,.045)!important}
body.store32-page .store32-nav a{padding:9px 12px!important;border-radius:10px!important;color:#697283!important;background:transparent!important;font-size:10px!important;font-weight:800!important;text-decoration:none!important}
body.store32-page .store32-nav a:hover{background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important}
body.store32-page .store32-content{padding-top:4px!important;padding-bottom:58px!important}
body.store32-page .store32-section{margin:0 0 24px!important;padding:22px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:21px!important;box-shadow:none!important}
body.store32-page .store32-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin:0 0 15px!important;padding:0!important}
body.store32-page .store32-section-head h2{margin:4px 0 0!important;font-size:22px!important;letter-spacing:-.03em!important}
body.store32-page .store32-section-head p{max-width:480px!important;margin:0!important;color:var(--v26-muted)!important;font-size:10.5px!important;line-height:1.55!important}
body.store32-page .store32-car-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
body.store32-page .store32-car-feature,
body.store32-page .store32-car-feature.store32-car-feature-reverse{
  min-width:0!important;display:grid!important;grid-template-columns:1fr!important;background:#fbfbfd!important;
  border:1px solid var(--v26-line)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:none!important
}
body.store32-page .store32-car-media{height:235px!important;min-height:0!important;padding:14px!important;background:linear-gradient(145deg,#f0f1f5,#f8f8fb)!important;border:0!important}
body.store32-page .store32-car-media img{width:100%!important;height:100%!important;object-fit:contain!important}
body.store32-page .store32-badge{background:#fff!important;border:1px solid #e0e2e9!important;color:#6e7686!important;border-radius:999px!important;font-size:8px!important}
body.store32-page .store32-car-info{padding:17px!important;background:#fff!important}
body.store32-page .store32-car-info h3{margin:3px 0 0!important;font-size:19px!important}
body.store32-page .store32-car-info p{color:var(--v26-muted)!important;font-size:10.5px!important;line-height:1.55!important}
body.store32-page .store32-product-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
body.store32-page .store32-price strong,
body.store32-page .store32-mini-price strong{color:var(--v26-text)!important}
body.store32-page .store32-price span,
body.store32-page .store32-mini-price span{color:var(--v26-purple)!important}
body.store32-page .store32-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
body.store32-page .store32-product-card,
body.store32-page .store32-service-card,
body.store32-page .store32-doc-card{min-width:0!important;background:#fbfbfd!important;border:1px solid var(--v26-line)!important;border-radius:17px!important;box-shadow:none!important;overflow:hidden!important}
body.store32-page .store32-product-image{height:170px!important;padding:12px!important;background:#f2f3f6!important;border:0!important}
body.store32-page .store32-product-image img{width:100%!important;height:100%!important;object-fit:contain!important}
body.store32-page .store32-product-body{padding:14px!important;background:#fff!important}
body.store32-page .store32-product-body p{min-height:32px!important;color:var(--v26-muted)!important;font-size:9.5px!important;line-height:1.5!important}
body.store32-page .store32-service-grid,
body.store32-page .store32-doc-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}
body.store32-page .store32-service-card,
body.store32-page .store32-doc-card{padding:18px!important;background:#fff!important}
body.store32-page .store32-service-icon{background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important;border-radius:11px!important}
body.store32-page .store32-form-box,
body.store32-page .store32-plate-builder,
body.store32-page .store32-plate-preview{background:#f6f7f9!important;border:1px solid var(--v26-line)!important;border-radius:13px!important}
body.store32-page .store32-info{margin:0!important;padding:17px 18px!important;background:#f1efff!important;border:1px solid #dfdbff!important;border-radius:17px!important;box-shadow:none!important}

/* CONTEST */
body.contest-page .contest-main{background:transparent!important}
body.contest-page .contest-grid-bg{display:none!important}
body.contest-page .contest-hero{padding:28px 0 14px!important;background:transparent!important;color:var(--v26-text)!important}
body.contest-page .contest-hero-inner{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)!important;gap:13px!important;padding:32px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:24px!important;box-shadow:var(--v26-shadow)!important}
body.contest-page .contest-copy{align-self:center!important}
body.contest-page .contest-copy h1{margin:9px 0 0!important;font-size:clamp(38px,4.8vw,62px)!important;line-height:.98!important;letter-spacing:-.052em!important;color:var(--v26-text)!important}
body.contest-page .contest-copy h1 span{color:var(--v26-purple)!important}
body.contest-page .contest-copy p{max-width:700px!important;margin:13px 0 0!important;color:var(--v26-muted)!important;font-size:11.5px!important;line-height:1.62!important}
body.contest-page .contest-actions{display:flex!important;gap:7px!important;margin-top:18px!important}
body.contest-page .contest-reward-card{padding:22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:linear-gradient(145deg,#f0edff,#faf9ff)!important;border:1px solid #ded9ff!important;border-radius:18px!important;color:var(--v26-text)!important;box-shadow:none!important}
body.contest-page .contest-reward-card>span{color:var(--v26-purple)!important;font-size:8px!important}
body.contest-page .contest-reward-card>strong{font-size:20px!important;line-height:1.08!important}
body.contest-page .contest-reward-card p{font-size:9.5px!important;line-height:1.5!important;color:var(--v26-muted)!important}
body.contest-page .contest-content{padding:6px 0 58px!important;background:transparent!important}
body.contest-page .contest-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0 0 16px!important}
body.contest-page .contest-steps article{min-width:0!important;display:block!important;padding:15px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:15px!important;box-shadow:none!important}
body.contest-page .contest-steps article>b{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important;font-size:10px!important}
body.contest-page .contest-steps h3{margin:10px 0 0!important;font-size:12px!important}
body.contest-page .contest-steps p{margin:5px 0 0!important;color:var(--v26-muted)!important;font-size:9px!important;line-height:1.5!important}
body.contest-page .contest-layout{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;gap:10px!important;margin-top:0!important}
body.contest-page .contest-panel,
body.contest-page .contest-history{padding:20px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:18px!important;box-shadow:none!important}
body.contest-page .contest-rules-panel{background:#fafaff!important}
body.contest-page .contest-factor{padding:10px 0!important;background:transparent!important;border:0!important;border-bottom:1px solid var(--v26-line)!important;border-radius:0!important}
body.contest-page .contest-factor:last-child{border-bottom:0!important}
body.contest-page .contest-factor p{font-size:9px!important;line-height:1.45!important}
body.contest-page .contest-history{margin-top:10px!important}
body.contest-page .contest-login-pill{background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important;border-radius:999px!important}

/* ROULETTE */
body.roulette-page .roulette-hero{padding:26px 0 8px!important;background:transparent!important;color:var(--v26-text)!important}
body.roulette-page .roulette-hero .games-hero-grid{grid-template-columns:1fr!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.roulette-page .roulette-hero .games-hero-art,
body.roulette-page .roulette-hero .game-card-actions{display:none!important}
body.roulette-page .roulette-hero h1{margin:5px 0 0!important;font-size:36px!important;letter-spacing:-.045em!important}
body.roulette-page .roulette-hero p{max-width:660px!important;margin:6px 0 0!important;color:var(--v26-muted)!important;font-size:11px!important}
body.roulette-page .roulette-main{padding:8px 0 58px!important;background:transparent!important}
body.roulette-page .roulette-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 245px!important;gap:10px!important;align-items:start!important}
body.roulette-page .roulette-stage{padding:20px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:21px!important;box-shadow:none!important}
body.roulette-page .roulette-stage-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important}
body.roulette-page .roulette-stage-head h2{margin:4px 0 0!important;font-size:21px!important}
body.roulette-page .roulette-balance{padding:8px 11px!important;background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important;border:0!important;border-radius:999px!important;font-size:10px!important;font-weight:850!important}
body.roulette-page .roulette-window{margin-top:14px!important;background:#f3f4f7!important;border:1px solid var(--v26-line)!important;border-radius:17px!important;overflow:hidden!important}
body.roulette-page .roulette-strip{min-height:205px!important;padding:13px!important;background:#f3f4f7!important}
body.roulette-page .roulette-prize,
body.roulette-page .roulette-item{background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:14px!important;box-shadow:none!important}
body.roulette-page .roulette-controls{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-top:13px!important;padding-top:13px!important;border-top:1px solid var(--v26-line)!important}
body.roulette-page .roulette-cost span{color:var(--v26-muted)!important;font-size:8.5px!important}
body.roulette-page .roulette-cost strong{font-size:17px!important}
body.roulette-page .roulette-spin-button{min-width:190px!important}
body.roulette-page .roulette-side{display:grid!important;gap:8px!important}
body.roulette-page .roulette-info-card,
body.roulette-page .roulette-inventory-link{padding:15px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:16px!important;box-shadow:none!important}
body.roulette-page .roulette-info-card h3{margin:0 0 9px!important;font-size:12px!important}
body.roulette-page .rarity-row{padding:6px 0!important;font-size:9px!important}
body.roulette-page .roulette-info-card p{margin:0!important;color:var(--v26-muted)!important;font-size:9px!important;line-height:1.5!important}
body.roulette-page .roulette-showcase{margin-top:10px!important;padding:18px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:18px!important;box-shadow:none!important}
body.roulette-page .roulette-showcase-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important}
body.roulette-page .roulette-showcase-head p{margin:0!important;color:var(--v26-muted)!important;font-size:9px!important}
body.roulette-page .roulette-showcase-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;margin-top:11px!important}

/* INVENTORY WITHOUT LONG PAGE SCROLL */
html body.inventory-page{height:100vh!important;min-height:100vh!important;overflow:hidden!important}
html body.inventory-page .site-footer{display:none!important}
html body.inventory-page .inventory-hero{height:94px!important;min-height:94px!important;padding:16px 0 8px!important;background:transparent!important;color:var(--v26-text)!important}
html body.inventory-page .inventory-hero .games-hero-grid{grid-template-columns:1fr!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
html body.inventory-page .inventory-hero .games-hero-art,
html body.inventory-page .inventory-hero .game-card-actions{display:none!important}
html body.inventory-page .inventory-hero h1{margin:3px 0 0!important;font-size:30px!important;letter-spacing:-.04em!important}
html body.inventory-page .inventory-hero p{margin:4px 0 0!important;color:var(--v26-muted)!important;font-size:9.5px!important}
html body.inventory-page .inventory-main{height:calc(100vh - 176px)!important;min-height:0!important;padding:0 0 10px!important;overflow:hidden!important;background:transparent!important}
html body.inventory-page .inventory-main>.container,
html body.inventory-page .inventory-main>.container.nm19-inventory-shell{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;width:min(1180px,calc(100% - 32px))!important;margin:0 auto!important;gap:8px!important}
html body.inventory-page .nm19-inventory-rail{display:none!important}
html body.inventory-page .nm19-inventory-content{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
html body.inventory-page .inventory-topbar{flex:0 0 auto!important;min-height:58px!important;padding:10px 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:16px!important;box-shadow:none!important}
html body.inventory-page .inventory-topbar>div:first-child{display:flex!important;align-items:center!important;gap:8px!important}
html body.inventory-page #inventory-count{font-size:18px!important}
html body.inventory-page .inventory-filters{display:flex!important;gap:4px!important;flex-wrap:nowrap!important;overflow:hidden!important}
html body.inventory-page .inventory-filter{flex:0 0 auto!important;padding:7px 9px!important;border:1px solid var(--v26-line)!important;border-radius:9px!important;background:#fff!important;color:#697283!important;font-size:8px!important}
html body.inventory-page .inventory-filter.active{background:var(--v26-purple-soft)!important;color:var(--v26-purple)!important;border-color:#ddd8ff!important}
html body.inventory-page .inventory-section-heading{flex:0 0 auto!important;margin:0!important;padding:3px 2px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
html body.inventory-page .inventory-section-heading h2{margin:0!important;font-size:13px!important}
html body.inventory-page .inventory-section-heading p{display:none!important}
html body.inventory-page .inventory-grid,
html body.inventory-page .inventory-plates-grid{flex:1 1 auto!important;min-height:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important;overflow:hidden!important;transform:none!important;position:static!important}
html body.inventory-page .inventory-grid>*,
html body.inventory-page .inventory-plates-grid>*{min-width:0!important;min-height:0!important;width:auto!important;height:auto!important;overflow:hidden!important}
html body.inventory-page .inventory-card,
html body.inventory-page .inventory-plate-card{height:100%!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:14px!important;box-shadow:none!important}
html body.inventory-page .inventory-card-image{flex:0 0 96px!important;height:96px!important;padding:7px!important;background:#f4f5f8!important}
html body.inventory-page .inventory-card-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;background:transparent!important}
html body.inventory-page .inventory-card-copy{padding:8px 9px 4px!important;min-height:0!important}
html body.inventory-page .inventory-card-copy h3{margin:0!important;font-size:10px!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}
html body.inventory-page .inventory-card-copy p{margin:3px 0 0!important;font-size:8px!important}
html body.inventory-page .inventory-card-date{display:none!important}
html body.inventory-page .inventory-card-bottom{margin-top:auto!important;padding:6px 9px 8px!important;font-size:7.5px!important}
html body.inventory-page .inventory-variants,
html body.inventory-page .inventory-choice{display:none!important}
html body.inventory-page .inventory-plate-card{padding:9px!important}
html body.inventory-page .inventory-plate-card-head{font-size:7.5px!important}
html body.inventory-page .inventory-plate-face{margin:5px 0!important;transform:scale(.9)!important;transform-origin:center!important}
html body.inventory-page .inventory-plate-copy h3{font-size:9px!important}
html body.inventory-page .inventory-plate-copy p,
html body.inventory-page .inventory-plate-meta{font-size:7px!important}
html body.inventory-page .inventory-pager{flex:0 0 42px!important;min-height:42px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
html body.inventory-page .inventory-page-button{width:38px!important;height:38px!important;border-radius:11px!important;background:#fff!important;border:1px solid var(--v26-line)!important;color:var(--v26-text)!important}
html body.inventory-page .inventory-page-state{font-size:9px!important;color:var(--v26-muted)!important}
html body.inventory-page .inventory-login,
html body.inventory-page .inventory-empty{margin:auto!important;padding:25px!important;background:#fff!important;border:1px solid var(--v26-line)!important;border-radius:18px!important;box-shadow:none!important}
html body.inventory-page .inventory-swipe-hint{display:none!important}

@media(max-width:1000px){
  .nm26-client-card,
  body.store32-page .store32-hero-inner,
  body.contest-page .contest-hero-inner,
  body.contest-page .contest-layout,
  body.roulette-page .roulette-layout{grid-template-columns:1fr!important}
  .nm26-client-side{border-left:0!important;border-top:1px solid #e3dfff!important}
  body.store32-page .store32-car-list,
  body.store32-page .store32-service-grid,
  body.store32-page .store32-doc-grid{grid-template-columns:1fr!important}
  body.contest-page .contest-steps{grid-template-columns:1fr 1fr!important}
  body.roulette-page .roulette-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .nm26-client-card{border-radius:20px}.nm26-client-main,.nm26-client-side{padding:22px!important}
  body.store32-page .store32-product-grid{grid-template-columns:1fr!important}
  body.store32-page .store32-section{padding:16px!important}
  body.store32-page .store32-section-head{display:block!important}
  body.store32-page .store32-section-head p{margin-top:6px!important}
  body.contest-page .contest-steps{grid-template-columns:1fr!important}
  body.roulette-page .roulette-showcase-grid{grid-template-columns:1fr 1fr!important}
  html body.inventory-page .inventory-grid,
  html body.inventory-page .inventory-plates-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}
  html body.inventory-page .inventory-filters{overflow-x:auto!important;padding-bottom:3px!important}
}

