:root{
  --ccmsa-bg:#03080f;
  --ccmsa-card:rgba(12,24,38,.84);
  --ccmsa-card2:rgba(9,17,29,.92);
  --ccmsa-line:rgba(80,216,255,.18);
  --ccmsa-line2:rgba(255,218,128,.20);
  --ccmsa-cyan:#37e8ff;
  --ccmsa-blue:#168dff;
  --ccmsa-gold:#ffd86b;
  --ccmsa-white:#f8fbff;
  --ccmsa-muted:rgba(220,232,247,.66);
  --ccmsa-soft:rgba(220,232,247,.44);
  --ccmsa-danger:#ff4d6d;
  --ccmsa-green:#23e69a;
}

.ccmsa,
.ccmsa *{
  box-sizing:border-box;
}

.ccmsa{
  min-height:100dvh;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0 0 calc(92px + env(safe-area-inset-bottom));
  color:var(--ccmsa-white);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 74% -5%,rgba(0,139,255,.22),transparent 32%),
    radial-gradient(circle at 6% 20%,rgba(55,232,255,.14),transparent 28%),
    linear-gradient(180deg,#071525 0%,#030811 47%,#02060c 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  overflow-x:hidden;
  position:relative;
  isolation:isolate;
  margin-top:-14px;
}

.ccmsa:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 39%,rgba(55,232,255,.045) 40%,transparent 41% 100%),
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:100% 100%,34px 34px,34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.28),rgba(0,0,0,.08) 50%,transparent);
}

.ccmsa a,
.ccmsa button{
  color:inherit;
  font:inherit;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}

.ccmsa button{
  border:0;
  cursor:pointer;
}

html.ccmsa-lock-scroll,
body.ccmsa-lock-scroll{
  overflow:hidden;
}

.ccmsa svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.05;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ccmsa-topbar{
  display:none!important;
}


.ccmsa-screen{
  width:100%;
  padding:0 8px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ccmsa-kicker{
  margin:0;
  color:var(--ccmsa-cyan);
  font-size:12px;
  font-weight:950;
  letter-spacing:.36em;
  text-transform:uppercase;
}

.ccmsa-hero{
  width:calc(100% + 16px);
  min-height:206px;
  margin-left:-8px;
  margin-right:-8px;
  border:0;
  border-radius:0 0 32px 32px;
  padding:8px 19px 19px;
  display:block;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 93% 7%,rgba(55,232,255,.20),transparent 28%),
    radial-gradient(circle at 0% 92%,rgba(255,216,107,.12),transparent 24%),
    linear-gradient(132deg,#020812 0%,#051120 58%,#031625 100%);
  box-shadow:0 20px 62px rgba(0,0,0,.28);
  isolation:isolate;
}

.ccmsa-hero:before{
  content:none;
  display:none;
}


.ccmsa-hero:after{
  content:none;
  display:none;
}


.ccmsa-hero-energy{
  display:none;
}


.ccmsa-hero-back{
  width:47px;
  height:47px;
  border:1px solid rgba(255,216,107,.30);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:rgba(248,251,255,.96);
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.02)),rgba(2,8,14,.54);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 14px 34px rgba(0,0,0,.24),0 0 22px rgba(255,216,107,.05);
  position:relative;
  z-index:2;
}

.ccmsa-hero-back svg{
  width:23px;
  height:23px;
  stroke-width:2.18;
}

.ccmsa-hero-content{
  margin-top:28px;
  max-width:100%;
  position:relative;
  z-index:1;
}

.ccmsa-hero-content h1{
  margin:0;
  max-width:100%;
  font-family:"Rajdhani","Sora","Inter",ui-sans-serif,system-ui,sans-serif;
  font-size:clamp(41px,10.8vw,52px);
  line-height:.94;
  font-weight:500;
  letter-spacing:-.045em;
  white-space:nowrap;
  color:var(--ccmsa-white);
  text-shadow:
    0 1px 0 rgba(255,255,255,.18),
    0 14px 34px rgba(0,0,0,.55),
    0 0 15px rgba(255,255,255,.08);
}

.ccmsa-hero-rule{
  display:none;
}


.ccmsa-hero-content p{
  margin:10px 0 0;
  color:rgba(225,236,249,.72);
  font-size:clamp(14px,3.45vw,16px);
  line-height:1.35;
  font-weight:600;
  letter-spacing:-.018em;
}

.ccmsa-hero-pills{
  margin-top:18px;
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr);
  align-items:center;
  gap:9px;
  width:100%;
}

.ccmsa-hero-pill{
  min-height:39px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 13px;
  color:rgba(247,251,255,.92);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;
  line-height:1;
  font-style:normal;
  font-weight:850;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.022)),rgba(0,0,0,.20);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.20);
  white-space:nowrap;
}

.ccmsa-hero-pill i{
  width:11px;
  height:11px;
  border-radius:50%;
  background:#20ef78;
  box-shadow:0 0 15px rgba(32,239,120,.72);
}

.ccmsa-hero-pill--rating{
  color:var(--ccmsa-gold);
  border-color:rgba(255,216,107,.28);
}

.ccmsa-hero-pill--date{
  justify-self:end;
  color:rgba(228,238,249,.84);
  border-color:rgba(55,232,255,.28);
  background:linear-gradient(145deg,rgba(55,232,255,.10),rgba(255,255,255,.025)),rgba(0,0,0,.20);
}

.ccmsa-hero-pill--date svg{
  width:18px;
  height:18px;
  opacity:.84;
}

.ccmsa-panel{
  width:100%;
  border:1px solid rgba(125,213,255,.16);
  border-radius:25px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),rgba(7,15,26,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 20px 48px rgba(0,0,0,.24);
  overflow:hidden;
}

.ccmsa-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 16px 12px;
}

.ccmsa-section-head h2{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.04em;
}

.ccmsa-section-head span,
.ccmsa-section-head a{
  color:var(--ccmsa-muted);
  font-size:12px;
  font-weight:850;
}

.ccmsa-section-head a{
  color:var(--ccmsa-cyan);
}

.ccmsa-metric-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 14px 16px;
}

.ccmsa-metric{
  min-width:0;
  min-height:124px;
  border:1px solid rgba(55,232,255,.14);
  border-radius:18px;
  padding:13px 8px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:linear-gradient(180deg,rgba(0,188,255,.09),rgba(0,0,0,.16));
}

.ccmsa-metric span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  color:var(--ccmsa-cyan);
}

.ccmsa-metric small{
  color:rgba(236,245,255,.76);
  font-size:12px;
  font-weight:850;
}

.ccmsa-metric strong{
  display:block;
  max-width:100%;
  margin-top:7px;
  color:var(--ccmsa-white);
  font-size:clamp(23px,8vw,32px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ccmsa-metric em{
  display:block;
  max-width:100%;
  margin-top:8px;
  color:var(--ccmsa-cyan);
  font-size:10px;
  line-height:1.1;
  font-style:normal;
  font-weight:780;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ccmsa-metric--sales{
  grid-column:1 / -1;
  min-height:116px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  column-gap:14px;
  justify-content:start;
  align-items:center;
  text-align:left;
  padding:17px 17px;
  border-color:rgba(255,216,107,.24);
  background:
    radial-gradient(circle at 88% 22%,rgba(255,216,107,.16),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.025)),
    rgba(8,18,30,.84);
}

.ccmsa-metric--sales span{
  width:48px;
  height:48px;
  margin:0;
  border:1px solid rgba(255,216,107,.22);
  border-radius:18px;
  color:var(--ccmsa-gold);
  background:rgba(255,216,107,.09);
}

.ccmsa-metric--sales strong{
  color:var(--ccmsa-white);
  font-size:clamp(29px,9vw,42px);
  letter-spacing:-.078em;
}

.ccmsa-metric--tickets{
  border-color:rgba(255,216,107,.22);
}

.ccmsa-metric--tickets span,
.ccmsa-metric--tickets em{
  color:var(--ccmsa-gold);
}

.ccmsa-queue{
  padding-bottom:8px;
}

.ccmsa-queue-row{
  min-height:84px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 34px;
  grid-template-areas:"icon title badge" "icon note badge";
  column-gap:13px;
  align-items:center;
  padding:14px 16px;
}

.ccmsa-queue-row + .ccmsa-queue-row{
  border-top:1px solid rgba(255,255,255,.07);
}

.ccmsa-queue-row span{
  grid-area:icon;
  width:42px;
  height:42px;
  border:1px solid rgba(55,232,255,.14);
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--ccmsa-cyan);
  background:rgba(0,188,255,.08);
}

.ccmsa-queue-row strong{
  grid-area:title;
  min-width:0;
  align-self:end;
  font-size:16px;
  line-height:1.08;
  font-weight:930;
  letter-spacing:-.025em;
  white-space:normal;
  overflow-wrap:anywhere;
}

.ccmsa-queue-row small{
  grid-area:note;
  min-width:0;
  align-self:start;
  margin-top:5px;
  color:var(--ccmsa-muted);
  font-size:12px;
  line-height:1.22;
  overflow-wrap:anywhere;
}

.ccmsa-queue-row b{
  grid-area:badge;
  justify-self:end;
  min-width:30px;
  height:30px;
  padding:0 8px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--ccmsa-gold),#ff7b54);
  color:#07111c;
  font-size:13px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
}

.ccmsa-actions{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.ccmsa-actions a{
  min-height:96px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:19px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}

.ccmsa-actions span{
  width:38px;
  height:38px;
  border:1px solid rgba(255,216,107,.16);
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--ccmsa-gold);
  background:rgba(255,216,107,.08);
}

.ccmsa-actions strong{
  font-size:12px;
  line-height:1.1;
  font-weight:850;
}

.ccmsa-switch-backdrop{
  position:fixed;
  z-index:72;
  inset:0;
  background:rgba(0,0,0,.56);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.ccmsa-switch-sheet{
  position:fixed;
  z-index:73;
  left:10px;
  right:10px;
  bottom:calc(10px + env(safe-area-inset-bottom));
  padding:12px;
  border:1px solid rgba(105,226,255,.20);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(18,35,52,.98),rgba(6,13,24,.98));
  box-shadow:0 -22px 62px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.09);
}

.ccmsa-switch-grip{
  width:46px;
  height:5px;
  border-radius:99px;
  margin:2px auto 14px;
  background:rgba(230,242,255,.28);
}

.ccmsa-switch-sheet h2{
  margin:8px 0 6px;
  font-size:28px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
}

.ccmsa-switch-copy{
  margin:0 0 13px;
  color:var(--ccmsa-muted);
  font-size:13px;
  line-height:1.35;
}

.ccmsa-switch-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.ccmsa-switch-list a,
.ccmsa-switch-list button{
  width:100%;
  min-height:68px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 28px;
  grid-template-rows:auto auto;
  gap:3px 10px;
  align-items:center;
  padding:12px 13px;
  text-align:left;
  background:rgba(255,255,255,.045);
}

.ccmsa-switch-list strong{
  font-size:15px;
  line-height:1.1;
  font-weight:920;
  letter-spacing:-.025em;
}

.ccmsa-switch-list small{
  color:var(--ccmsa-muted);
  font-size:12px;
  line-height:1.25;
}

.ccmsa-switch-list b{
  grid-column:2;
  grid-row:1/3;
  justify-self:center;
  color:var(--ccmsa-cyan);
  font-size:24px;
  line-height:1;
}

.ccmsa-dept-hero{
  width:100%;
  padding:22px 18px;
  border:1px solid var(--ccmsa-line);
  border-radius:26px;
  background:radial-gradient(circle at 85% 15%,rgba(55,232,255,.18),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025)),rgba(7,15,26,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 20px 50px rgba(0,0,0,.28);
}

.ccmsa-dept-hero h1{
  margin:9px 0;
  font-size:30px;
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.06em;
}

.ccmsa-money-hero h1{
  color:var(--ccmsa-gold);
  font-size:36px;
}

.ccmsa-dept-hero span{
  display:block;
  color:var(--ccmsa-muted);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

.ccmsa-link-list{
  padding:6px;
}

.ccmsa-link-list a{
  min-height:78px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 22px;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
  padding:14px 12px;
  border-radius:19px;
}

.ccmsa-link-list a + a{
  border-top:1px solid rgba(255,255,255,.06);
}

.ccmsa-link-list a > span{
  grid-row:1/3;
  width:40px;
  height:40px;
  border:1px solid rgba(255,216,107,.16);
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--ccmsa-gold);
  background:rgba(255,216,107,.08);
}

.ccmsa-link-list strong{
  font-size:15px;
  font-weight:930;
  letter-spacing:-.02em;
}

.ccmsa-link-list small{
  margin-top:4px;
  color:var(--ccmsa-muted);
  font-size:12px;
  line-height:1.25;
}

.ccmsa-link-list b{
  grid-row:1/3;
  justify-self:end;
  font-size:27px;
  color:rgba(255,255,255,.74);
}

.ccmsa-nav{
  position:fixed;
  z-index:40;
  left:10px;
  right:10px;
  bottom:calc(10px + env(safe-area-inset-bottom));
  height:74px;
  border:1px solid rgba(97,218,255,.18);
  border-radius:25px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:8px;
  background:rgba(4,10,18,.88);
  box-shadow:0 -20px 42px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.ccmsa-nav-link{
  border-radius:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:rgba(233,242,255,.60);
}

.ccmsa-nav-link span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
}

.ccmsa-nav-link em{
  font-style:normal;
  font-size:11px;
  font-weight:850;
  letter-spacing:-.01em;
}

.ccmsa-nav-link.is-active{
  color:var(--ccmsa-cyan);
  background:radial-gradient(circle at 50% 0,rgba(55,232,255,.18),transparent 70%);
}

.ccmsa-auth{
  display:grid;
  place-items:center;
  padding:24px;
}

.ccmsa-auth-card{
  width:min(420px,100%);
  padding:24px;
  border:1px solid var(--ccmsa-line);
  border-radius:28px;
  background:var(--ccmsa-card);
  text-align:center;
}

.ccmsa-auth-card h1{
  margin:8px 0;
  font-size:34px;
  letter-spacing:-.06em;
}

.ccmsa-auth-card p{
  color:var(--ccmsa-muted);
  line-height:1.45;
}

.ccmsa-primary{
  min-height:54px;
  margin-top:18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#25dcff,#168dff);
  color:#02111c!important;
  font-weight:950;
}

@media (max-width:380px){
  .ccmsa-screen{
    padding-left:5px;
    padding-right:5px;
  }

  .ccmsa-hero{
    min-height:226px;
    padding:20px 15px 22px;
  }

  .ccmsa-hero-back{
    width:42px;
    height:42px;
  }

  .ccmsa-hero-content{
    margin-top:31px;
  }

  .ccmsa-hero-content h1{
    font-size:clamp(31px,9.4vw,41px);
  }

  .ccmsa-hero-pill{
    min-height:39px;
    padding-left:12px;
    padding-right:12px;
    font-size:12px;
  }

  .ccmsa-hero-pill--date{
    margin-left:0;
  }

  .ccmsa-metric-grid,
  .ccmsa-actions{
    gap:8px;
  }

  .ccmsa-metric{
    padding-left:6px;
    padding-right:6px;
  }

  .ccmsa-metric strong{
    font-size:clamp(21px,7.7vw,28px);
  }

  .ccmsa-metric--sales strong{
    font-size:clamp(27px,8.7vw,38px);
  }

  .ccmsa-dept-hero h1{
    font-size:27px;
  }
}

/* =====================================================
   Mobile Seller Account — Product Vault / Product Garage
   ===================================================== */
.ccmsa-products{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:6px 0 104px;
}

.ccmsa-products-head{
  min-height:94px;
  display:grid;
  grid-template-columns:54px 1fr 54px;
  gap:12px;
  align-items:center;
  padding:2px 2px 4px;
}

.ccmsa-products-head h1{
  margin:2px 0 3px;
  font-size:clamp(38px,10.6vw,54px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:850;
  color:#f8fbff;
  text-shadow:0 12px 34px rgba(0,0,0,.50);
}

.ccmsa-products-head span{
  display:block;
  color:rgba(226,236,249,.70);
  font-size:14px;
  line-height:1.25;
  font-weight:650;
  letter-spacing:-.02em;
}

.ccmsa-products-back,
.ccmsa-products-bell{
  width:52px;
  height:52px;
  border-radius:21px;
  display:grid;
  place-items:center;
  position:relative;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025)),rgba(3,10,18,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 16px 34px rgba(0,0,0,.25);
}

.ccmsa-products-back{
  color:var(--ccmsa-gold);
}

.ccmsa-products-bell{
  color:var(--ccmsa-cyan);
  justify-self:end;
}

.ccmsa-products-bell b{
  position:absolute;
  right:-4px;
  top:-8px;
  min-width:23px;
  height:23px;
  padding:0 6px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#08101a;
  background:linear-gradient(135deg,var(--ccmsa-gold),#ff9e4d);
  font-size:12px;
  font-weight:950;
}

.ccmsa-products-add{
  min-height:66px;
  border-radius:24px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  align-items:center;
  gap:12px;
  padding:12px 18px;
  color:#08101a!important;
  background:linear-gradient(135deg,#ffe58f 0%,#ffc95d 45%,#fff3ad 100%);
  box-shadow:0 22px 46px rgba(255,203,84,.18),inset 0 1px 0 rgba(255,255,255,.55);
}

.ccmsa-products-add span{
  width:42px;
  height:42px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#07111c;
  background:rgba(255,255,255,.22);
}

.ccmsa-products-add strong{
  font-size:18px;
  font-weight:950;
  letter-spacing:-.035em;
}

.ccmsa-products-add em{
  font-style:normal;
  font-size:11px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(8,16,26,.64);
}

.ccmsa-products-garage{
  border:1px solid rgba(255,216,107,.18);
  border-radius:28px;
  padding:18px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:end;
  background:
    radial-gradient(circle at 94% 8%,rgba(255,216,107,.13),transparent 26%),
    radial-gradient(circle at 0% 92%,rgba(55,232,255,.13),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
    rgba(6,14,25,.86);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 42px rgba(0,0,0,.20);
}

.ccmsa-products-garage h2{
  margin:6px 0 7px;
  color:#f8fbff;
  font-size:26px;
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:950;
}

.ccmsa-products-garage span{
  display:block;
  color:rgba(226,236,249,.64);
  font-size:13px;
  line-height:1.35;
  font-weight:650;
}

.ccmsa-products-garage-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:92px;
}

.ccmsa-products-garage-actions a{
  min-height:42px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.05);
  color:#f8fbff;
  font-size:13px;
  font-weight:900;
}

.ccmsa-products-garage-actions a:first-child{
  border-color:rgba(55,232,255,.38);
  color:var(--ccmsa-cyan);
}

.ccmsa-products-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  overflow-x:auto;
  padding:1px 1px 5px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

.ccmsa-products-stats::-webkit-scrollbar,
.ccmsa-products-filters::-webkit-scrollbar{
  display:none;
}

.ccmsa-products-stats article{
  min-width:142px;
  min-height:126px;
  border-radius:23px;
  padding:15px;
  scroll-snap-align:start;
  position:relative;
  overflow:hidden;
  background:linear-gradient(155deg,rgba(0,188,255,.12),rgba(255,255,255,.025)),rgba(7,16,29,.82);
  border:1px solid rgba(55,232,255,.17);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.ccmsa-products-stats article:before{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:18px;
  height:28px;
  opacity:.75;
  background:linear-gradient(135deg,transparent 0 15%,rgba(55,232,255,.60) 16% 18%,transparent 19% 32%,rgba(55,232,255,.38) 33% 36%,transparent 37% 52%,rgba(55,232,255,.58) 53% 56%,transparent 57% 70%,rgba(55,232,255,.78) 71% 74%,transparent 75%);
  filter:drop-shadow(0 0 8px rgba(55,232,255,.24));
}

.ccmsa-products-stats article.is-warn{
  border-color:rgba(255,166,70,.22);
  background:linear-gradient(155deg,rgba(255,166,70,.12),rgba(255,255,255,.025)),rgba(7,16,29,.82);
}

.ccmsa-products-stats article.is-draft{
  border-color:rgba(136,96,255,.22);
  background:linear-gradient(155deg,rgba(136,96,255,.13),rgba(255,255,255,.025)),rgba(7,16,29,.82);
}

.ccmsa-products-stats article.is-views{
  border-color:rgba(35,230,154,.22);
  background:linear-gradient(155deg,rgba(35,230,154,.13),rgba(255,255,255,.025)),rgba(7,16,29,.82);
}

.ccmsa-products-stats span{
  width:46px;
  height:46px;
  border-radius:20px;
  display:grid;
  place-items:center;
  color:var(--ccmsa-cyan);
  border:1px solid rgba(55,232,255,.18);
  background:rgba(55,232,255,.08);
  font-weight:950;
}

.ccmsa-products-stats article.is-warn span{
  color:#ffb04f;
  border-color:rgba(255,176,79,.22);
  background:rgba(255,176,79,.10);
}

.ccmsa-products-stats article.is-draft span{
  color:#a985ff;
  border-color:rgba(169,133,255,.22);
  background:rgba(169,133,255,.10);
}

.ccmsa-products-stats article.is-views span{
  color:#36e9ad;
  border-color:rgba(54,233,173,.22);
  background:rgba(54,233,173,.10);
}

.ccmsa-products-stats strong{
  display:block;
  margin-top:14px;
  color:#f8fbff;
  font-size:24px;
  line-height:.9;
  font-weight:950;
  letter-spacing:-.045em;
}

.ccmsa-products-stats small{
  display:block;
  margin-top:6px;
  color:rgba(226,236,249,.72);
  font-size:12px;
  line-height:1.12;
  font-weight:750;
}

.ccmsa-products-filters{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:2px 1px 6px;
  scrollbar-width:none;
}

.ccmsa-products-filters button{
  flex:0 0 auto;
  min-height:48px;
  border-radius:19px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:rgba(236,245,255,.82);
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:850;
}

.ccmsa-products-filters button b{
  min-width:26px;
  height:26px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  color:rgba(236,245,255,.70);
  font-size:12px;
  font-weight:950;
}

.ccmsa-products-filters button.is-active{
  color:var(--ccmsa-cyan);
  border-color:rgba(55,232,255,.56);
  box-shadow:0 0 0 1px rgba(55,232,255,.10),0 0 26px rgba(55,232,255,.10);
}

.ccmsa-products-filters button.is-active b{
  background:rgba(55,232,255,.14);
  color:#f8fbff;
}

.ccmsa-products-tools{
  display:grid;
  grid-template-columns:1fr 86px;
  gap:10px;
}

.ccmsa-products-tools label,
.ccmsa-products-tools button{
  min-height:56px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}

.ccmsa-products-tools label{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  padding:0 15px;
}

.ccmsa-products-tools label span{
  color:rgba(226,236,249,.62);
  font-size:26px;
  line-height:1;
}

.ccmsa-products-tools input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#f8fbff;
  font:inherit;
  font-size:15px;
  font-weight:750;
}

.ccmsa-products-tools input::placeholder{
  color:rgba(226,236,249,.48);
}

.ccmsa-products-tools button{
  color:rgba(236,245,255,.82);
  font-size:14px;
  font-weight:900;
}

.ccmsa-product-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ccmsa-product-card{
  display:grid;
  grid-template-columns:96px 1fr;
  gap:14px;
  border-radius:25px;
  padding:14px;
  border:1px solid rgba(125,213,255,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.022)),rgba(6,14,25,.86);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 34px rgba(0,0,0,.18);
}

.ccmsa-product-card[hidden]{
  display:none!important;
}

.ccmsa-product-media{
  width:96px;
  height:112px;
  border-radius:21px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 20%,rgba(55,232,255,.16),rgba(0,0,0,.24));
  border:1px solid rgba(255,255,255,.09);
  display:grid;
  place-items:center;
}

.ccmsa-product-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ccmsa-product-media span{
  color:var(--ccmsa-cyan);
}

.ccmsa-product-main{
  min-width:0;
}

.ccmsa-product-title-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:start;
}

.ccmsa-product-title-row h2{
  margin:0;
  color:#f8fbff;
  font-size:18px;
  line-height:1.07;
  letter-spacing:-.04em;
  font-weight:950;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ccmsa-product-status{
  min-height:31px;
  border-radius:999px;
  padding:7px 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  color:rgba(236,245,255,.76);
  font-style:normal;
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}

.ccmsa-product-status.is-live{
  color:#48f0ad;
  border-color:rgba(35,230,154,.24);
  background:rgba(35,230,154,.09);
}

.ccmsa-product-status.is-low,
.ccmsa-product-status.is-out,
.ccmsa-product-status.is-review{
  color:#ffbd63;
  border-color:rgba(255,176,79,.26);
  background:rgba(255,176,79,.09);
}

.ccmsa-product-status.is-draft,
.ccmsa-product-status.is-private{
  color:rgba(226,236,249,.66);
}

.ccmsa-product-price{
  display:block;
  margin-top:7px;
  color:var(--ccmsa-cyan);
  font-size:16px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ccmsa-product-main p{
  margin:7px 0 0;
  color:rgba(226,236,249,.58);
  font-size:12px;
  line-height:1.25;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ccmsa-product-mini{
  margin-top:8px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:rgba(226,236,249,.62);
  font-size:12px;
  font-weight:800;
}

.ccmsa-product-mini span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:23px;
}

.ccmsa-product-mini svg{
  width:16px;
  height:16px;
}

.ccmsa-product-mini .is-good{
  color:#48f0ad;
}

.ccmsa-product-mini .is-low,
.ccmsa-product-mini .is-out{
  color:#ffbd63;
}

.ccmsa-product-actions{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.ccmsa-product-actions a{
  min-height:40px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(55,232,255,.30);
  color:var(--ccmsa-cyan);
  background:rgba(55,232,255,.04);
  font-size:13px;
  font-weight:950;
}

.ccmsa-product-actions a:nth-child(2){
  border-color:rgba(95,143,255,.30);
  color:#90b6ff;
}

.ccmsa-product-actions a:nth-child(3){
  border-color:rgba(255,216,107,.34);
  color:var(--ccmsa-gold);
}

.ccmsa-products-empty{
  border:1px solid rgba(125,213,255,.14);
  border-radius:26px;
  padding:26px 18px;
  text-align:center;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.022)),rgba(6,14,25,.86);
}

.ccmsa-products-empty span{
  width:58px;
  height:58px;
  margin:0 auto 14px;
  border-radius:22px;
  display:grid;
  place-items:center;
  color:var(--ccmsa-cyan);
  background:rgba(55,232,255,.08);
  border:1px solid rgba(55,232,255,.18);
}

.ccmsa-products-empty h2{
  margin:0;
  font-size:25px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
}

.ccmsa-products-empty p{
  margin:10px auto 0;
  max-width:260px;
  color:rgba(226,236,249,.62);
  line-height:1.36;
  font-weight:650;
}

.ccmsa-products-empty a{
  min-height:48px;
  margin:18px auto 0;
  width:min(230px,100%);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe58f,#ffc95d);
  color:#08101a!important;
  font-weight:950;
}

.ccmsa-products-sticky-add{
  position:fixed;
  z-index:41;
  left:50%;
  bottom:calc(90px + env(safe-area-inset-bottom));
  transform:translateX(-50%);
  min-height:54px;
  width:min(360px,calc(100vw - 54px));
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:linear-gradient(135deg,#ffe58f,#ffc95d,#fff0a0);
  color:#08101a!important;
  font-size:16px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(255,203,84,.28),0 0 0 10px rgba(255,216,107,.05);
}

.ccmsa-products-sticky-add svg{
  color:#08101a;
}

@media (max-width:420px){
  .ccmsa-products-head{
    grid-template-columns:48px 1fr 48px;
    gap:9px;
  }

  .ccmsa-products-head h1{
    font-size:clamp(35px,10.8vw,47px);
  }

  .ccmsa-products-add{
    grid-template-columns:42px 1fr;
  }

  .ccmsa-products-add em{
    display:none;
  }

  .ccmsa-products-garage{
    grid-template-columns:1fr;
  }

  .ccmsa-products-garage-actions{
    flex-direction:row;
  }

  .ccmsa-products-garage-actions a{
    flex:1;
  }

  .ccmsa-products-stats{
    grid-template-columns:none;
  }

  .ccmsa-product-card{
    grid-template-columns:86px 1fr;
    gap:12px;
    padding:12px;
  }

  .ccmsa-product-media{
    width:86px;
    height:106px;
  }

  .ccmsa-product-actions{
    gap:6px;
  }

  .ccmsa-product-actions a{
    min-height:38px;
    font-size:12px;
  }
}
