/* Recovered storefront: keep the live HTML, stop the overlay from wrecking it */
:root{
  --ink:#17181b;
  --muted:#667085;
  --line:#e8eaee;
  --paper:#f6f7f9;
  --blue:#2f6df6;
  --gpt:#10a37f;
  --claude:#d97757;
  --gemini:#4b8bf5;
  --codex:#7c5cff;
}
html,body{background:#fff;color:var(--ink)}
body{font-family:"Segoe UI","PingFang SC","Hiragino Sans GB","Noto Sans SC","Helvetica Neue",Arial,sans-serif}
.shell{width:min(1160px,calc(100% - 40px))}

.nav{
  height:80px;
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);
  align-items:center;
  column-gap:16px;
  position:sticky;
  top:0;
  z-index:20;
  background:#fff;
  border-bottom:1px solid #eef0f4;
}
.brandLink{justify-self:start;display:inline-flex;align-items:center;text-decoration:none;color:inherit}
.brand{font:750 22px/1 "Segoe UI",sans-serif;letter-spacing:.04em;gap:12px}
.brand:after{content:none}
.brandWord span{color:#2f6df6}
.brand>span:last-child span{color:#2f6df6}
.brandMark{width:40px;height:40px;border-radius:12px;background:#17181b}
.brandMark i{width:18px;height:3px;margin:2px;background:#c4b5fd}
.nav nav{
  display:flex;
  justify-self:center;
  align-items:center;
  gap:4px;
}
.nav nav a{
  color:#4b5565;
  font-size:14px;
  font-weight:650;
  text-decoration:none;
  padding:8px 14px;
  border-radius:999px;
}
.nav nav a:hover,.nav nav a.active{color:#17181b;background:#f4f6f9}
.navActions{justify-self:end;display:flex;align-items:center;gap:8px}
.locale{
  position:relative;
  display:flex;
  align-items:center;
  gap:6px;
  height:40px;
  padding:0 12px 0 10px;
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:999px;
  cursor:pointer;
}
.locale b{font:650 13px/1 "Segoe UI","PingFang SC",sans-serif;color:#17181b}
.locale svg{width:16px;height:16px;color:#667085;flex:none;pointer-events:none}
.locale select{
  position:absolute;
  inset:0;
  opacity:0;
  width:100%;
  height:100%;
  cursor:pointer;
  font-size:16px;
  appearance:auto;
  border:0;
  background:transparent;
}
.locale,.cartButton,.mobileMenu{border-color:#e5e7eb;background:#fff}
.cartButton,.mobileMenu{
  width:40px;
  height:40px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  display:grid;
  place-items:center;
  position:relative;
}
.mobileMenu{display:none}
@media(max-width:900px){
  .nav{grid-template-columns:1fr auto;height:72px}
  .nav nav{display:none}
  .mobileMenu{display:grid}
  .shopNav{top:72px}
}
@media(max-width:600px){
  .nav{height:68px}
  .brand{font-size:18px;gap:8px}
  .brandMark{width:34px;height:34px;border-radius:10px}
  .locale{padding:0 10px}
  .locale .localeGlobe{display:none}
  .locale svg{display:block}
  .shopNav{top:68px}
}
.mobileNavBackdrop{position:fixed;inset:0;z-index:38;border:0;background:rgba(23,24,27,.35)}
.mobileNav{position:fixed;z-index:39;top:76px;right:15px;width:min(330px,calc(100% - 30px));padding:10px;background:#fff;border:1px solid #e2e7f0;border-radius:16px;box-shadow:0 18px 50px rgba(23,24,27,.16);display:flex;flex-direction:column}
.mobileNav a,.mobileNav button{min-height:48px;border:0;border-bottom:1px solid #edf0f5;background:transparent;color:#17181b;text-decoration:none;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:650;text-align:left}
.mobileNav button{border-bottom:0;color:#2f6df6}
.mobileMenu[aria-expanded=true]{background:#17181b;color:#fff;border-color:#17181b}
@media(min-width:901px){.mobileNav,.mobileNavBackdrop{display:none}}

.hero{height:420px;background:#0e1218;color:#fff}
.heroImage{display:block!important;object-fit:cover;object-position:78% center;filter:none}
.heroShade{
  display:block!important;
  background:linear-gradient(90deg,rgba(10,14,20,.88) 0%,rgba(10,14,20,.55) 42%,rgba(10,14,20,.12) 72%,transparent);
}
.heroContent{display:block!important;padding-top:78px!important;height:auto}
.hero .eyebrow,.hero h1,.hero p,.heroCtas,.heroProof{display:flex}
.hero h1{display:block;font:750 clamp(36px,4.6vw,56px)/1.08 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.035em;max-width:520px;margin:12px 0 12px}
.hero h1 span{color:#c9d4ff}
.hero p{display:block;color:#c5cdd8;font-size:16px;max-width:460px;line-height:1.6}
.hero .eyebrow{color:#9db4ff;letter-spacing:.12em;font-size:11px}
.heroCtas{display:flex}
.primary{background:#2f6df6;color:#fff;border-radius:10px;box-shadow:none;height:46px}
.primary:hover{transform:none;background:#2158d4;box-shadow:none}
.ghost{border-radius:10px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18)}
.heroProof{margin-top:28px;color:#a8b3c2}

.storeBar{background:#fff8e8;border-bottom:1px solid #f0e2c4;color:#6b5420}
.storeBar .shell{min-height:46px;height:auto;padding:10px 0;display:flex;align-items:center;gap:14px;font-size:13px;font-weight:650;line-height:1.45}
.storeBar b{color:#12a37a}
.storeBar button{margin-left:auto;border:1px solid #d9dee7;background:#fff;color:#17181b;height:30px;padding:0 10px;border-radius:8px}

.marketPulse,.securityOrb,.security.shell,.categorySeoLinks{display:none!important}
.brandRail{display:block;background:#fff;border-bottom:1px solid #eef0f4}
.brandRail>div{height:64px}
.brandRail a{font:650 13px "Segoe UI",sans-serif;color:#3f4754}
.brandRail a b{display:none}
.trustStrip{background:#f6f7f9;color:#17181b;border:0}
.trustGrid{height:72px}
.trustGrid>span{border-color:#e6e9ef;color:#17181b;font-size:13px;font-weight:650;padding-left:20px}
.trustGrid svg{color:#2f6df6}
.trustGrid small{display:block;color:#7a8494}

.shopNav{position:sticky;top:80px;z-index:15;background:#fff;border-bottom:1px solid #eef0f4}
.shopNav .shell{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;overflow:auto;padding:14px 0 16px}
.shopTab{
  border:1px solid transparent;
  background:#f6f7f9;
  color:#17181b;
  min-width:96px;
  padding:14px 12px 12px;
  border-radius:14px;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  font:650 12px "Segoe UI",sans-serif;
}
.shopTab .brandLogo{width:40px;height:40px;display:block;flex:none}
.shopTab b{font:750 12px/1.1 "Segoe UI",sans-serif}
a.shopTab{text-decoration:none;color:inherit}
.shopTab.active{background:#fff;border-color:#17181b;color:#17181b}
.shopTab small{color:#98a2b3;font-size:11px;line-height:1}

.categoryPanel{border:1px solid #e8eaee;background:#f8f9fb;border-radius:16px;padding:12px;margin-bottom:18px}
.categoryIntro{display:none}
.categoryGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.categoryCard{
  height:58px;
  border:1px solid #e5e8ee;
  background:#fff;
  border-radius:12px;
  box-shadow:none;
  padding:10px 12px;
  grid-template-columns:1fr;
  gap:0;
}
.categoryCard:hover{transform:none;border-color:#c9d3e6}
.categoryCard.active{border-color:#17181b;box-shadow:none}
.categoryMark,.categoryCard>i{display:none}
.categoryName{font:750 13px "Segoe UI",sans-serif}
.categoryName small{display:none}
.catalogHeading .kicker{display:none}
.catalogHeading h2{font:750 28px/1.15 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em;margin:0}
.catalogHeading p{color:#667085;font-size:14px;max-width:420px}
.catalogResultHead{display:flex;padding:4px 2px 14px;color:#7a8494}
.catalogResultHead b{color:#17181b;font:750 14px "Segoe UI",sans-serif}
.shelfHead{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}
.shelfHead h2{font:750 28px/1.15 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em;margin:0}
.shelfHead small{display:block;color:#7a8494;margin-bottom:6px}
.kicker{color:#2f6df6;letter-spacing:.12em}
.filters{background:#f1f3f7;padding:4px;border-radius:11px}
.filters button{border-radius:8px;font-weight:650;color:#667085}
.filters button.active{background:#fff;color:#17181b;box-shadow:0 2px 8px rgba(16,24,40,.06)}

.flashCatalogBanner{
  display:flex;
  min-height:58px;
  margin:0 0 18px;
  padding:0 16px;
  border-radius:14px;
  background:#17181b;
  box-shadow:none;
}
.flashCatalogBanner:hover{transform:none;box-shadow:none}
.flashCatalogBanner small{color:#9aa3b2}

.section{padding:36px 0 56px}
.section h2,.how h2,.homeFaq h2,.otherHead h2{font:750 26px/1.2 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em}

.productGrid,.groupedProducts{grid-template-columns:repeat(3,1fr);gap:18px}
.product{
  border:1px solid #e8eaee;
  padding:0 0 16px;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.product:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(23,24,27,.08);border-color:#d9dee8}
.productArtwork,.productIcon{
  height:188px;
  border-radius:0;
  margin:0 0 14px;
  background:#f4f6f9;
  box-shadow:none;
  display:block;
}
.productArtwork img{padding:16px;filter:none;object-fit:contain}
.productArtwork.productIcon:after{display:none}
.productTop{padding:0 14px}
.productTop small{color:#8b93a1;letter-spacing:.08em;font-size:10px;font-weight:750}
.product h3{margin:4px 0 0;font:750 17px/1.25 "Segoe UI","PingFang SC",sans-serif}
.quotaMark{margin:7px 0 0;display:inline-block;padding:4px 8px;border-radius:8px;background:#f3f5f8;color:#17181b;font:750 13px/1.2 "Segoe UI","PingFang SC",sans-serif}
.productSummary .quotaMark{margin:10px 0 0}
.productTop em{background:#eef3ff;color:#2f6df6;border-radius:999px;font-weight:700}
.product ul{display:none}
.product .stock{display:none}
.productDetailsLink{margin:2px 14px 0;padding:0;border:0;color:#7a8494;font-size:12px}
.variantPicker{margin:10px 14px 0}
.variantPicker>span{display:none}
.variantPicker select{height:40px;border:1px solid #e5e8ee;background:#f8f9fb;border-radius:10px;font-size:12px;font-weight:650}
.specGroups{margin:8px 0 4px}
.specGroup{margin:8px 14px 2px}
.specGroupLabel{margin:0 0 6px;color:#8b93a1;font-size:11px;font-weight:750;letter-spacing:.04em}
.durationChips{display:flex;flex-wrap:wrap;gap:6px;margin:10px 14px 12px}
.durationChips:not(.flashHomeTimes){
  display:grid;grid-template-columns:1fr;gap:6px;margin:0
}
.durationChips button{
  border:1px solid #e5e8ee;
  background:#f8f9fb;
  color:#3f4754;
  border-radius:9px;
  padding:7px 9px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1 1 calc(50% - 6px);
  min-width:min(100%,152px);
  white-space:normal;
  line-height:1.35;
  word-break:break-word;
  font-size:11px;
  font-weight:650;
}
.durationChips:not(.flashHomeTimes) button{
  flex:none;min-width:0;width:100%;
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;
  padding:9px 11px;text-align:left
}
.specMeta{display:flex;flex-direction:column;gap:2px;min-width:0}
.specTitle{font:750 13px/1.25 "Segoe UI","PingFang SC",sans-serif;color:#17181b}
.specHint{font:600 11px/1.35 "Segoe UI","PingFang SC",sans-serif;color:#7a8494}
.durationChips button b{font:750 13px "Segoe UI",sans-serif;color:#17181b}
.durationChips:not(.flashHomeTimes) button b{font-size:14px}
.durationChips button.active{border-color:#17181b;background:#17181b;color:#fff}
.durationChips button.active b,.durationChips button.active .specTitle{color:#fff}
.durationChips button.active .specHint{color:#d5dbe3}
.productFoot{border:0;margin:12px 0 0;padding:0 14px;align-items:flex-end}
.price{font:750 22px/1 "Segoe UI",sans-serif}
.price small{font:600 11px "Segoe UI",sans-serif;color:#7a8494}
.productActions{min-width:118px}
.productFoot button,.productActions button,.productActions a{
  background:#17181b;
  color:#fff;
  border-radius:10px;
  font-size:12px;
  font-weight:750;
  padding:10px 12px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.productActions .buyNow,.productFoot button.buyNow,.productActions a.buyNow{background:#2f6df6}
.productFoot button:hover{background:#2f6df6}

.otherShelf{background:#f6f7f9;border-top:1px solid #eef0f4;padding:32px 0 40px}
.otherHead{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}
.otherHead a{color:#667085;text-decoration:none;font-weight:650}
.moreBrand{margin-top:28px}
.moreBrand .shelfHead{margin-bottom:14px}
.pinBrand{border:1px solid #e5e8ee;background:#fff;border-radius:10px;height:38px;padding:0 12px;font:650 12px "Segoe UI",sans-serif;color:#3f4754}
.pinBrand:hover{border-color:#17181b}
.otherGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.otherCard{border:1px solid #e5e8ee;background:#fff;border-radius:12px;padding:16px 14px;text-align:left;text-decoration:none;color:inherit;display:block}
.otherCard:hover{border-color:#17181b}
.otherCard i,.otherCard .brandLogo{width:28px;height:28px;display:block;margin-bottom:10px}
.otherCard b{display:block;font:750 14px "Segoe UI",sans-serif}
.otherCard small{color:#7a8494}

.how,.buySteps{background:#f6f7f9;color:var(--ink);text-align:left;padding:48px 0;border-top:1px solid #eef0f4}
.how h2,.buySteps h2{font:750 26px "Segoe UI","PingFang SC",sans-serif;color:#17181b;margin:0 0 20px}
.how h2:after{content:none}
.steps{gap:12px;background:transparent;margin-top:0}
.steps>div{background:#fff;padding:22px 20px;border:1px solid #e8eaee;border-radius:14px}
.steps b{font:750 12px "Segoe UI",sans-serif;color:#2f6df6}
.steps h3{font:750 16px "Segoe UI","PingFang SC",sans-serif;margin:8px 0 6px;color:#17181b}
.steps p{font-size:13px;color:#667085;line-height:1.6}

.homeFaq,.storeHelp{padding:40px 0 72px;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
.homeFaq>div:first-child p{display:block;color:#667085;font-size:14px}
.homeFaq h2,.storeHelp h2{font:750 26px "Segoe UI","PingFang SC",sans-serif;color:#17181b;margin:0 0 8px}
.homeFaq h2:after{content:none}
.faqList{border-color:#e8eaee}
.faqList details{border-color:#e8eaee;padding:14px 0}
.faqList summary{font:700 15px "Segoe UI","PingFang SC",sans-serif}
.faqList summary:after{color:#2f6df6}
.faqList p{font-size:13px;color:#667085}

footer{background:#17181b;padding:48px 0 18px}
.footerGrid p,.footerGrid a,.footerButton,.copyright{color:#9aa3b2}
.primary.wide{background:#2f6df6;color:#fff;border-radius:10px}

.productPage{background:#f6f7f9}
.productVisual{background:#eef1f6;border:1px solid #e5e8ee;border-radius:18px}
.productSummary h1{font:750 42px/1.08 "Segoe UI","PingFang SC",sans-serif}
.productAnswer{background:#17181b}

@media(max-width:1050px){
  .productGrid,.groupedProducts{grid-template-columns:repeat(2,1fr)}
  .categoryGrid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .hero{height:380px}
  .heroContent{padding-top:64px!important}
  .trustGrid{height:auto;padding:16px 0}
  .homeFaq,.storeHelp{grid-template-columns:1fr;gap:16px}
}
@media(max-width:600px){
  .shell{width:calc(100% - 24px)}
  .hero{height:420px}
  .hero h1{font-size:34px}
  .productGrid,.groupedProducts,.otherGrid{grid-template-columns:1fr}
  .categoryGrid{grid-template-columns:repeat(2,1fr)}
  .productArtwork{height:180px}
  .steps{grid-template-columns:1fr}
  .shopTab{min-width:80px;padding:12px 8px 10px}
  .shopTab .brandLogo{width:34px;height:34px}
}

/* Flash hourly accounts — same recovered shop language as the homepage */
.flashPage{background:#fff;color:#17181b}
.flashNav{height:68px}
.flashNav a,.flashNav button{height:38px;border:1px solid #e5e8ee;background:#fff;border-radius:10px;color:#3f4754;font-weight:650}
.flashHero{
  position:relative;
  min-height:400px;
  padding:72px 0 48px;
  background:#0e1218;
  color:#fff;
  overflow:hidden;
}
.flashHeroImage{object-fit:cover;object-position:72% center;filter:none}
.flashHeroOverlay{
  background:linear-gradient(90deg,rgba(10,14,20,.88) 0%,rgba(10,14,20,.55) 46%,rgba(10,14,20,.14) 78%,transparent);
}
.flashHero>.shell{position:relative;z-index:2}
.flashHero .kicker{color:#9db4ff;letter-spacing:.12em;font-size:11px;font-weight:750}
.flashHero h1{
  font:750 clamp(34px,4.6vw,52px)/1.1 "Segoe UI","PingFang SC",sans-serif;
  letter-spacing:-.03em;
  margin:14px 0 12px;
  max-width:620px;
}
.flashHero h1 em{font-style:normal;color:#c9d4ff}
.flashHero>div>p,.flashHero .shell>p{max-width:480px;color:#c5cdd8;font-size:15px;line-height:1.65}
.flashStats{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}
.flashStats span{
  min-width:110px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  border-radius:12px;
  color:#a8b3c2;
  font-size:11px;
  text-transform:none;
}
.flashStats b{color:#fff;font:750 20px "Segoe UI",sans-serif}

.flashBody{padding:36px 0 72px}
.flashIntro,.scheduleHead{align-items:end}
.flashIntro h2,.scheduleHead h2,.upcoming h2{
  font:750 26px/1.15 "Segoe UI","PingFang SC",sans-serif;
  letter-spacing:-.03em;
  margin:6px 0;
}
.flashIntro p,.scheduleHead p{color:#667085;font-size:14px}
.flashIntro .kicker,.flashBody .kicker{color:#2f6df6}
.flashIntro>small{color:#7a8494}
.flashIntro>small i{background:#12a37a}

.flashBody .tierGrid{display:none}
.flashIntro h2{font:750 26px/1.15 "Segoe UI","PingFang SC",sans-serif}
.dropGrid,.slotGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.dropCard,.slot{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e8eaee;
  border-radius:16px;
  overflow:hidden;
  padding:0;
  min-height:0;
  gap:0;
  position:relative;
}
.dropCard:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:#2f6df6;
}
.dropCard.violet:before{background:#6b4cc4}
.dropCard.gold:before{background:#c28a1a}
.dropCard:hover,.slot:hover{border-color:#d5dbe6;box-shadow:0 12px 28px rgba(23,24,27,.07)}
.dropArt{display:none!important}
.slot{display:grid!important;grid-template-columns:1fr 1fr;grid-template-areas:"art art" "mark status" "start count" "buy buy";gap:8px 12px;padding:0 14px 14px}
.slot::before{content:"";grid-area:art;margin:0 -14px 4px;height:140px;background:#f4f6f9 url("/images/cursor-pro-product.png") center/contain no-repeat}
.slot:has(.slotMark.violet)::before{background-image:url("/images/cursor-pro-plus-product.png")}
.slot:has(.slotMark.gold)::before{background-image:url("/images/cursor-ultra-product.png")}
.slotGrid .slot{display:none!important}
.slotGrid .slot:has(.slotMark.blue),.slotGrid .slot:has(.slotMark.violet),.slotGrid .slot:has(.slotMark.gold){display:grid!important}
.slotGrid .slot:has(.slotMark.blue)~.slot:has(.slotMark.blue),
.slotGrid .slot:has(.slotMark.violet)~.slot:has(.slotMark.violet),
.slotGrid .slot:has(.slotMark.gold)~.slot:has(.slotMark.gold){display:none!important}
.slot>:nth-child(1){grid-area:mark}
.slot>:nth-child(2){grid-area:start}
.slot>:nth-child(3){grid-area:count}
.slot>:nth-child(4){grid-area:status;justify-self:end}
.slot>:nth-child(5){grid-area:buy}
.slot .slotWhen{grid-area:start}
.slot .slotCount{grid-area:count}
.slot .slotStatus{grid-area:status;justify-self:end;display:inline-flex}
.slot .slotBuy{grid-area:buy}
.dropBody{padding:16px 16px 16px 18px;display:flex;flex-direction:column;gap:12px;flex:1}
.dropTop{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}
.dropTop h3{margin:0;font:750 18px "Segoe UI",sans-serif}
.dropTop small{display:block;margin-top:3px;color:#7a8494;font:500 12px "Segoe UI","PingFang SC",sans-serif}
.dropWhen,.dropMeta{display:grid;gap:8px;background:#f6f7f9;border-radius:12px;padding:12px 14px}
.dropWhen>div,.dropMeta{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.dropWhen small,.dropMeta small,.slot small{display:block;font-size:11px;color:#8b93a1;margin:0}
.dropWhen b,.dropMeta b,.slot b{font:750 15px/1.3 "Segoe UI","PingFang SC",sans-serif}
.dropTimes{display:flex;flex-wrap:wrap;gap:6px;overflow:visible}
.dropTimes button,.dropTimes em{font:650 12px "Segoe UI","PingFang SC",sans-serif;color:#4b5565;background:#f3f4f6;border:0;border-radius:8px;padding:6px 9px}
.dropTimes button.active{background:#17181b;color:#fff}
.dropFoot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:10px}
.dropFoot strong{font:750 24px "Segoe UI",sans-serif}
.dropFoot small{font:650 11px "Segoe UI",sans-serif;color:#7a8494;margin-left:4px}
.dropBuy,.slot>a,.slotBuy{
  width:auto;
  height:34px;
  padding:0 14px;
  border-radius:8px;
  background:#17181b;
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:750;
  justify-self:end;
}
.dropBuy.off{background:#e8eaee;color:#8b93a1}
.slotMark{width:fit-content;height:26px;padding:0 9px;border-radius:8px;display:inline-flex;align-items:center;background:#eef3ff;color:#2f6df6;font-size:12px;font-weight:750}
.slotMark.violet{background:#f3eeff;color:#6b4cc4}
.slotMark.gold{background:#fff4df;color:#9a6a14}
.countdown{color:#17181b;font-variant-numeric:tabular-nums;font-size:18px}
.slotStatus{border-radius:999px;font-size:11px;font-weight:650;padding:4px 8px;background:#f3f4f6;color:#667085}
.slotStatus.onsale{background:#e8f8ef;color:#16775a}
.flashEmpty{grid-column:1/-1;border:1px dashed #d9dee8;border-radius:14px;background:#f8f9fb;color:#7a8494;padding:36px;text-align:center}
.scheduleBoard{margin-top:8px}
.scheduleHead{margin-bottom:16px;display:flex;justify-content:space-between;gap:16px;align-items:end}
.scheduleHead>div:first-child{display:flex;gap:12px;align-items:center}
.scheduleHead>div:first-child>svg{width:22px;color:#2f6df6}
.slot.onsale{background:#fff}

.upcoming{margin-top:48px}
.upcoming>div{gap:10px}
.upcoming article{background:#f6f7f9;border:1px solid #e8eaee;border-radius:14px;padding:16px}
.upcoming b{font:750 20px "Segoe UI",sans-serif}
.flashRules{gap:10px;margin-top:36px}
.flashRules>div{background:#f6f7f9;border-radius:14px;padding:16px;color:#667085}
.flashRules svg{color:#2f6df6}
.flashRules b{color:#17181b}

@media(max-width:1000px){
  .flashHero{min-height:360px;padding:56px 0 40px}
  .flashHero h1{font-size:36px;letter-spacing:-.03em}
  .dropGrid,.slotGrid,.tierGrid{grid-template-columns:1fr}
  .slotStatus{display:inline-flex!important}
}

/* Buyer path polish */
.durationChips{flex-wrap:wrap;overflow:visible}
.durationChips.flashHomeTimes{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.flashTimes{margin:8px 14px 12px}
.flashTimesToggle{width:100%;height:40px;border:1px solid #e4e7ee;background:#f6f7f9;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#17181b;font:750 13px "Segoe UI","PingFang SC",sans-serif}
.flashTimesToggle small{margin-left:auto;color:#7a8494;font:650 12px "Segoe UI","PingFang SC",sans-serif}
.flashTimesToggle svg{width:16px;color:#7a8494;transition:transform .15s}
.flashTimes.open .flashTimesToggle{border-color:#17181b;background:#fff}
.flashTimes.open .flashTimesToggle svg{transform:rotate(180deg)}
.flashHomeTimes{margin:8px 0 0}
.flashHomeTimes button{flex:0 0 auto;flex-direction:row;min-width:0;padding:6px 8px;white-space:nowrap;font-size:11px}
.flashNote{margin:8px 14px 0;color:#7a8494;font-size:12px}
.product{position:relative}
.product:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#17181b;z-index:1}
.product.chatgpt:before{background:var(--gpt)}
.product.claude:before{background:var(--claude)}
.product.gemini:before{background:var(--gemini)}
.product.codex:before{background:var(--codex)}
.product.cursor:before,.product.team:before,.product.grok:before{background:#17181b}
.miniIcon{border-radius:10px;background:#17181b;color:transparent;font-size:0}
.miniIcon.chatgpt{background:var(--gpt)}
.miniIcon.claude{background:var(--claude)}
.miniIcon.gemini{background:var(--gemini)}
.miniIcon.codex{background:var(--codex)}
.miniIcon.cursor,.miniIcon.team,.miniIcon.grok{background:#17181b}
.upsell{border-color:var(--line);background:var(--paper)}
.upsell p,.upsell small{color:#4b5565}
.drawerHead h2{font:750 18px "Segoe UI","PingFang SC",sans-serif}
.fillButton{background:#17181b;border-radius:10px}

.productPage,.toolPage,.orderPage{background:#fff;color:var(--ink)}
.productPage .nav,.toolPage .nav,.orderPage .nav{
  background:#fff;
}
.productPage .toolNav,.toolPage .toolNav,.orderPage .toolNav{
  height:68px;background:rgba(255,255,255,.92);border-bottom:1px solid #eef0f4
}
.productPage .toolNav a,.toolPage .toolNav a,.orderPage .toolNav a{color:#4b5565;font-weight:600}
.productVisual{height:480px;background:#f4f6f9;border:1px solid var(--line);border-radius:16px}
.productSummary h1{font:750 36px/1.1 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em}
.detailTrust b{background:var(--paper);color:#4b5565;border-radius:10px;font-weight:650}
.detailVariants article{border-radius:14px;grid-template-columns:1fr auto;align-items:end}
.detailVariants article>div:last-child{text-align:left}
.detailVariants strong{font:750 22px "Segoe UI",sans-serif}
.detailVariants strong i{font:650 11px "Segoe UI",sans-serif;color:#7a8494;margin-left:4px}
.variantActions{display:flex;gap:8px;margin-top:10px}
.detailVariants .variantActions a,.detailVariants a{
  height:38px;padding:0 12px;border-radius:10px;background:#17181b;font-size:12px;font-weight:750
}
.detailVariants .variantActions a:last-child{background:var(--blue)}
.productAnswer{background:var(--paper);color:var(--ink);padding:40px 0 64px;border-top:1px solid #eef0f4}
.productAnswer span{display:none}
.productAnswer h2{font:750 26px/1.2 "Segoe UI","PingFang SC",sans-serif;color:#17181b;letter-spacing:-.03em}
.productAnswer p{color:var(--muted)}

.toolHero{
  min-height:0;padding:48px 0 36px;background:var(--paper);color:#17181b;border-bottom:1px solid #eef0f4
}
.toolHero.chatgpt{box-shadow:inset 0 3px 0 var(--gpt)}
.toolHero.claude{box-shadow:inset 0 3px 0 var(--claude)}
.toolHero.gemini{box-shadow:inset 0 3px 0 var(--gemini)}
.toolHero.codex{box-shadow:inset 0 3px 0 var(--codex)}
.toolHero.cursor,.toolHero.grok{box-shadow:inset 0 3px 0 #17181b}
.toolHero span{color:var(--blue);letter-spacing:.12em;font-size:11px;font-weight:750}
.toolHero h1{font:750 clamp(32px,4vw,44px)/1.12 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em;color:#17181b;max-width:640px}
.toolHero p{color:var(--muted);max-width:540px}
.toolHero>div>div b{border:1px solid #e5e8ee;background:#fff;color:#4b5565;border-radius:10px}
.toolHero .primary{margin-top:20px}
.toolBody{padding:36px 0 72px}
.toolPlans>span{color:var(--blue);letter-spacing:.12em;font-size:11px;font-weight:750}
.toolPlans h2,.toolFaq h2{font:750 26px/1.2 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em;margin:8px 0 20px}
.toolDuration{margin:0 14px 8px;color:#7a8494;font-size:13px}
.toolPlans .productFoot a{height:38px;padding:0 12px;border-radius:10px;background:#17181b;color:#fff;text-decoration:none;display:inline-flex;align-items:center;font-size:12px;font-weight:750}
.toolFaq{margin-top:48px;display:block}
.toolFaq .faqList{border-top:1px solid var(--line)}
.toolFooter{background:#17181b;color:#9aa3b2;padding:28px 0}
.toolFooter p{color:#9aa3b2}

.dropCard.empty{opacity:.78}
.dropTimes{flex-wrap:wrap;overflow:visible}
.upcoming>div,.upcoming.upcomingStrip>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px}
.upcoming article,.upcomingStrip article{padding:12px 14px}
.upcoming b,.upcomingStrip b{font:750 16px "Segoe UI",sans-serif;margin:6px 0}
.flashRules,.flashRules.storeNotes{
  display:grid;grid-template-columns:1fr;gap:0;margin-top:36px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff
}
.flashRules>div,.flashRules.storeNotes>div{
  background:#fff;border-radius:0;border-bottom:1px solid #eef0f4;padding:14px 16px;color:var(--muted)
}
.flashRules>div:last-child{border-bottom:0}
.flashRules svg{width:16px;flex:0 0 auto}

.orderPanel{padding:40px 0 80px;display:grid;place-items:center}
.orderCard{
  position:relative;width:min(560px,100%);margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:28px;box-shadow:0 12px 32px rgba(23,24,27,.06);text-align:left
}
.orderCard .kicker{color:var(--blue);margin:0 0 8px}
.orderCard h1{font:750 26px/1.2 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em;margin:10px 0 8px}
.orderHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}
.orderHead h1{margin:4px 0 0}
.orderHead .shipMode{margin:4px 0 0}
.orderSteps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;list-style:none;margin:8px 0 16px;padding:0}
.orderSteps li{font-size:12px;font-weight:750;color:#8b93a1;padding:0 0 8px;border-bottom:2px solid #eef0f4}
.orderSteps li.done{color:#16775a;border-color:#16775a}
.orderSteps li.now{color:#2f6df6;border-color:#2f6df6}
.orderMeta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 12px}
.orderMeta span{background:var(--paper);border-radius:12px;padding:10px 12px}
.orderMeta small{display:block;color:#7a8494;font-size:11px;font-weight:750}
.orderMeta b{display:block;margin:4px 0;font-size:15px}
.orderMeta button{border:0;background:transparent;padding:0;color:#2f6df6;font-size:12px;font-weight:750}
.orderSupport{margin:16px 0 0;font-size:13px;color:#4b5565}
.orderSupport a{color:#2f6df6;font-weight:750;text-decoration:none}
.aftersaleBox{margin-top:14px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}
.aftersaleBox.open{background:#fff8e8;border-color:#f0e2c4}
.aftersaleBox p{margin:0;font-size:13px;color:var(--muted);line-height:1.55}
.aftersaleBox b{display:block;margin-bottom:6px}
.aftersaleBox .verifySecondary{margin-top:10px}
.orderCard>p{color:var(--muted);font-size:14px;line-height:1.6}
.orderCard .notice{background:#fff4f1;border:1px solid #f0c7bf;color:#9b2c2c;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700}
.pendingIcon{width:44px;height:44px;margin:4px 0 8px;border-radius:12px;display:grid;place-content:center;background:var(--paper);color:#17181b}
.orderCard.ready .pendingIcon{background:#e8f8ef;color:#16775a}
.orderCard.pay .pendingIcon{background:#eef3ff;color:var(--blue)}
.orderCard.wait .pendingIcon{background:#f6f7f9;color:#17181b}
.orderCard.expired .pendingIcon{background:#f3f4f6;color:#8b93a1}
.waitOrbit{display:none!important}
.fulfilmentWait{text-align:left;padding:0}
.amount{background:var(--paper);border-radius:12px;padding:16px;margin:18px 0}
.amount strong{font:750 28px "Segoe UI",sans-serif}
.delivery{margin:16px 0;text-align:left}
.delivery>small{display:block;color:#16775a;font-size:11px;font-weight:750;margin-bottom:8px;letter-spacing:.04em}
.delivery pre{
  max-height:240px;overflow:auto;background:var(--paper);color:#17181b;border:1px solid var(--line);
  padding:14px;border-radius:12px;white-space:pre-wrap;word-break:break-word;font:13px/1.65 "Segoe UI","PingFang SC",ui-monospace,monospace
}
.delivery button{
  margin-top:10px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 12px;
  display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:750;color:#17181b
}
.shipMode{display:inline-flex;margin:0 0 10px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:750;font-style:normal}
.shipMode.auto{background:#e8f8ef;color:#16775a}
.shipMode.manual{background:#fff7e8;color:#8a6318}
.cardStack{display:grid;gap:10px;margin:16px 0}
.kamiCard{border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:12px 14px}
.kamiCard header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}
.kamiCard header small{color:#16775a;font-size:11px;font-weight:750}
.kamiCard header button,.copyAll{
  border:1px solid var(--line);background:#fff;border-radius:10px;padding:6px 10px;
  display:inline-flex;gap:6px;align-items:center;font-size:12px;font-weight:750;color:#17181b
}
.kamiFields{display:grid}
.kamiField{display:grid;grid-template-columns:52px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-top:1px solid #e8eaee}
.kamiField:first-child{border-top:0;padding-top:0}
.kamiField span{color:#7a8494;font-size:12px;font-weight:750}
.kamiField code{font:13px/1.5 ui-monospace,monospace;word-break:break-all}
.kamiField button{border:0;background:transparent;color:#2f6df6;font-size:12px;font-weight:750;white-space:nowrap;padding:0}
.kamiCard dl{display:grid;grid-template-columns:52px 1fr;gap:6px 10px;margin:0;font-size:13px}
.kamiCard dt{color:#7a8494;font-weight:700}
.kamiCard dd{margin:0;word-break:break-all;font-family:ui-monospace,monospace}
.kamiCard pre{margin:0;white-space:pre-wrap;word-break:break-word;font:13px/1.6 ui-monospace,monospace}
.copyAll{width:100%;justify-content:center;height:42px}
.address{display:flex;background:var(--paper);color:#17181b;border:1px solid var(--line);padding:12px;border-radius:11px;align-items:center;gap:8px}
.address code{font-size:12px;word-break:break-all;flex:1;text-align:left;color:#17181b}
.address button{border:0;background:transparent;color:#17181b}
.verifySecondary{width:100%;height:42px;margin-top:10px;border:1px solid var(--line);background:var(--paper);color:#4b5565;border-radius:10px;font-size:12px;font-weight:750}
.consent{background:rgba(23,24,27,.96);border-color:#2a2d33}

@media(max-width:900px){
  .productVisual{height:380px;position:relative;top:0}
  .toolHero{padding:36px 0 28px}
}
@media(max-width:600px){
  .productSummary h1{font-size:30px}
  .detailVariants article{grid-template-columns:1fr}
  .variantActions{display:grid}
  .orderCard{padding:22px 18px}
  .orderMeta,.orderHead{grid-template-columns:1fr}
  .orderHead{display:grid}
  .dropTimes{margin:0 -2px}
}

.store.flashPage{background:#fff;color:#17181b}
.flashHero,.flashFacts,.flashSkus,.flashBoard,.flashList,.flashRow,.flashMore,.flashShelf,.upcomingStrip,.flashNav{display:none}
.flashLead{margin:-8px 0 18px;max-width:560px;color:#667085;font-size:14px;line-height:1.65}
.flashSlotGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.flashSlot{padding:0 0 16px;position:relative}
.flashSlot .productTop{margin-top:14px}
.flashCheck{
  position:absolute;top:12px;right:12px;z-index:2;
  width:22px;height:22px;padding:0;border:1.5px solid #d5dae3;border-radius:6px;background:#fff;
}
.flashCheck.on,.flashSlot.picked .flashCheck{background:#2f6df6;border-color:#2f6df6}
.flashCheck.on:after,.flashSlot.picked .flashCheck:after{
  content:"";display:block;width:6px;height:10px;margin:2px auto 0;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)
}
.flashSlot.picked{box-shadow:0 0 0 2px #2f6df6}
.flashPickHint{margin:8px 0 0;color:#667085;font-size:13px}
.flashPickBar{
  position:sticky;bottom:16px;z-index:18;
  margin:22px auto 0;width:min(720px,100%);
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  padding:10px 12px;border:1px solid #e5e7eb;border-radius:14px;
  background:#fff;box-shadow:0 12px 32px rgba(23,24,27,.1)
}
.flashPickBar b{margin-right:auto;font:750 13px "Segoe UI","PingFang SC",sans-serif}
.flashPickBar button{
  height:40px;padding:0 14px;border:1px solid #e5e7eb;border-radius:10px;background:#f6f7f9;color:#17181b;font:750 12px "Segoe UI","PingFang SC",sans-serif
}
.flashPickBar button.buyNow{background:#2f6df6;border-color:#2f6df6;color:#fff}
.flashHomeTimes button.active{border-color:#2f6df6;background:#2f6df6;color:#fff}
.flashWhen{margin:10px 14px 0;display:flex;align-items:baseline;gap:8px}
.flashWhen b{font:750 22px/1 "Segoe UI",sans-serif;color:#17181b;font-variant-numeric:tabular-nums}
.flashWhen span{color:#8b93a1;font-size:12px}
.flashSlotMeta,.flashSlotCount{margin:6px 14px 0;color:#7a8494;font-size:12px}
.flashSlot .productFoot{margin-top:14px}
.flashEmpty{grid-column:1/-1;border:1px dashed #d9dee8;border-radius:14px;background:#f8f9fb;color:#7a8494;padding:36px;text-align:center}
@media(max-width:1000px){.flashSlotGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.flashSlotGrid{grid-template-columns:1fr}}

.cartItem small{display:block;color:#7a8494;line-height:1.45;margin-top:3px}
.orderLines{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:8px}
.orderLines li{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}
.orderLines b{display:block;font-size:13px;color:#17181b}
.orderLines small{display:block;margin-top:3px;color:#7a8494;font-size:12px}
.payNote{color:var(--muted);font-size:13px;line-height:1.55;margin:0 0 4px}
.copyAmount{display:inline-flex;align-items:center;gap:6px;margin-top:10px;height:34px;padding:0 12px;border:1px solid var(--line);background:#fff;border-radius:10px;font-size:12px;font-weight:750;color:#17181b}

.cartCheckout .notice{
  background:#fff4f1;border:1px solid #f0c7bf;color:#9b2c2c;
  padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700;margin:0 0 12px
}
.cartEmail input:invalid{border-color:#e8b4ac}
.couponRow{display:flex;gap:8px;margin:0 0 12px}
.couponRow input{flex:1;height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;font:650 13px "Segoe UI","PingFang SC",sans-serif}
.couponRow button{height:42px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:0 12px;font:750 13px "Segoe UI","PingFang SC",sans-serif}
.couponLine{display:flex;justify-content:space-between;align-items:center;color:#16775a;font-size:13px;font-weight:650;margin:6px 0}
.couponLine button{border:0;background:transparent;color:#7a8494;font-size:12px;padding:0}
.buyNotice{display:flex;align-items:start;gap:8px;font-size:12px;color:#4b5565;line-height:1.45;margin:0 0 12px}
.buyNotice input{margin-top:3px}

.backdrop{animation:bagFadeIn .2s ease}
.backdrop.leaving{animation:bagFadeOut .18s ease forwards;pointer-events:none}
.drawer{animation:bagDrawerIn .28s cubic-bezier(.22,1,.36,1)}
.drawer.leaving{animation:bagDrawerOut .2s ease forwards;pointer-events:none}
[dir=rtl] .drawer{animation-name:bagDrawerInRtl}
[dir=rtl] .drawer.leaving{animation-name:bagDrawerOutRtl}
.bagToast{
  position:fixed;z-index:70;right:18px;top:92px;
  background:#17181b;color:#fff;padding:11px 14px;border-radius:12px;
  font:750 13px "Segoe UI","PingFang SC",sans-serif;
  box-shadow:0 14px 32px rgba(23,24,27,.18);
  animation:bagToastIn .22s ease
}
.payOverlay{
  position:fixed;inset:0;z-index:90;
  background:rgba(255,255,255,.9);backdrop-filter:blur(8px);
  display:grid;place-content:center;justify-items:center;gap:12px;text-align:center
}
.payOverlay svg{width:32px;height:32px;color:#2f6df6}
.payOverlay p{margin:0;font:750 16px "Segoe UI","PingFang SC",sans-serif;color:#17181b}
.cartButton b{animation:bagPop .34s ease}
@keyframes bagFadeIn{from{opacity:0}to{opacity:1}}
@keyframes bagFadeOut{to{opacity:0}}
@keyframes bagDrawerIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
@keyframes bagDrawerOut{to{transform:translateX(100%)}}
@keyframes bagDrawerInRtl{from{transform:translateX(-100%)}to{transform:translateX(0)}}
@keyframes bagDrawerOutRtl{to{transform:translateX(-100%)}}
@keyframes bagToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@keyframes bagPop{0%{transform:scale(.55)}70%{transform:scale(1.16)}100%{transform:scale(1)}}
@media(max-width:600px){
  .bagToast{left:16px;right:16px;top:auto;bottom:18px;text-align:center}
}
@media(prefers-reduced-motion:reduce){
  .backdrop,.drawer,.bagToast,.cartButton b,.payOverlay{animation:none}
}

/* Operations console */
.ops{
  min-height:100vh;display:grid;grid-template-columns:228px 1fr;background:#f6f7f9;color:#17181b
}
.opsSide{
  background:#fff;border-right:1px solid #eef0f4;padding:22px 14px;display:flex;flex-direction:column;gap:4px
}
.opsBrand{display:inline-flex;margin:0 8px 18px;text-decoration:none;color:inherit}
.opsSide nav{display:grid;gap:4px}
.opsSide a,.opsSide button,.opsSideFoot a,.opsSideFoot button{
  min-height:42px;border:0;background:transparent;border-radius:10px;padding:0 12px;
  display:flex;align-items:center;gap:10px;color:#4b5565;text-decoration:none;
  font:650 14px "Segoe UI","PingFang SC",sans-serif;text-align:left
}
.opsSide a:hover,.opsSideFoot button:hover,.opsSide a.active{background:#f4f6f9;color:#17181b}
.opsSide a.active{font-weight:750}
.opsSide svg{width:16px;height:16px;flex:none}
.opsSideFoot{margin-top:auto;display:grid;gap:4px;padding-top:16px;border-top:1px solid #eef0f4}
.opsMain{min-width:0;padding:28px 32px 72px}
.opsTop{display:flex;justify-content:flex-end;margin-bottom:8px}
.opsPage{display:grid;gap:16px}
.opsHeading{display:flex;justify-content:space-between;align-items:end;gap:16px}
.opsHeading small{display:block;color:#2f6df6;font-size:11px;font-weight:750;letter-spacing:.08em}
.opsHeading h1{margin:4px 0 0;font:750 28px/1.2 "Segoe UI","PingFang SC",sans-serif;letter-spacing:-.03em}
.opsMuted{color:#7a8494;font-size:13px}
.opsNotice{background:#fff4f1;border:1px solid #f0c7bf;color:#9b2c2c;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700;margin:0}
.opsCard{background:#fff;border:1px solid #e8eaee;border-radius:16px;padding:20px}
.opsCardHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.opsCardHead h2{margin:0;font:750 16px "Segoe UI","PingFang SC",sans-serif}
.opsCardHead b{font:750 18px "Segoe UI",sans-serif}
.opsMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.opsMetrics>div{background:#fff;border:1px solid #e8eaee;border-radius:14px;padding:16px 18px}
.opsMetrics small{display:block;color:#7a8494;font-size:11px;font-weight:750}
.opsMetrics b{display:block;font:750 26px "Segoe UI",sans-serif;margin:6px 0 4px}
.opsMetrics em{color:#8b93a1;font-size:12px;font-style:normal}
.opsSplit{display:grid;grid-template-columns:1.3fr .9fr;gap:12px}
.opsBars{height:180px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end}
.opsBars>div{height:100%;display:grid;grid-template-rows:1fr auto;gap:8px;text-align:center}
.opsBars span{min-height:0;display:flex;align-items:end;background:#f4f6f9;border-radius:8px;overflow:hidden}
.opsBars i{display:block;width:100%;background:#2f6df6;border-radius:8px 8px 0 0;min-height:4px}
.opsBars small{color:#8b93a1;font-size:11px}
.opsFunnel,.opsList{display:grid;gap:8px}
.opsFunnel>div{display:grid;grid-template-columns:1fr auto;gap:4px;align-items:center}
.opsFunnel span{font-size:13px;color:#4b5565}
.opsFunnel b{font-size:13px}
.opsFunnel i{grid-column:1/3;height:4px;border-radius:4px;background:#eef0f4;overflow:hidden}
.opsFunnel em{display:block;height:100%;background:#2f6df6}
.opsPending{
  width:100%;border:1px solid #e8eaee;background:#fff;border-radius:12px;padding:12px 14px;
  display:flex;justify-content:space-between;gap:12px;align-items:center;text-align:left
}
.opsPending:hover{border-color:#c9d4ea;background:#f8faff}
.opsPending b{display:block;font-size:13px}
.opsPending small{display:block;margin-top:3px;color:#7a8494;font-size:12px}
.opsPending em{font-style:normal;color:#4b5565;font-size:12px;font-weight:750;white-space:nowrap}
.opsFilters{display:flex;gap:8px}
.opsFilters input,.opsFilters select,.opsForm input,.opsForm select,.opsInlineFields input,.opsInlineFields select,.opsImport select,.opsImport textarea,.opsEditRow input,.opsEditRow select,.opsLogin input,.opsDrawer textarea{
  height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;background:#fff;font:650 13px "Segoe UI","PingFang SC",sans-serif
}
.opsFilters input{flex:1}
.opsTabs{display:flex;flex-wrap:wrap;gap:6px}
.opsTab{height:34px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font:750 12px "Segoe UI","PingFang SC",sans-serif;color:#4b5565}
.opsTab:hover{border-color:#c9d4ea;background:#f8faff}
.opsTab.active{border-color:#2f6df6;background:#eef3ff;color:#2158d4}
.opsTab i{font-style:normal;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f3f5f8;font-size:11px;display:inline-grid;place-content:center}
.opsTab.active i{background:#2f6df6;color:#fff}
.opsTab.warn i{background:#fff4f1;color:#b42318}
.opsTab.warn.active{border-color:#e7a39a;background:#fff4f1;color:#9b2c2c}
.opsTab.warn.active i{background:#b42318;color:#fff}
.opsDeskTools{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.opsRow.order.live{cursor:pointer;border-radius:10px;margin:0;padding:12px 8px}
.opsRow.order.live:hover{background:#f8faff}
.opsRow.order.hot{background:#fff8f6}
.opsRow.order.hot:hover{background:#fff3ef}
.opsMark{display:inline-flex;margin-top:4px;margin-right:6px;padding:2px 6px;border-radius:999px;background:#fff4f1;color:#9b2c2c;font-size:10px;font-weight:750;font-style:normal}
.opsGhost.compact{text-decoration:none}
.opsForm,.opsInlineFields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.opsForm label,.opsEditRow label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:#3f4c63}
.opsTable{display:grid}
.opsRow{display:grid;gap:12px;align-items:center;padding:12px 4px;border-bottom:1px solid #eef0f4;font-size:13px}
.opsRow.head{color:#7a8494;font-size:11px;font-weight:750}
.opsRow.order{grid-template-columns:1.3fr 1fr .55fr .7fr .7fr .9fr .7fr}
.opsRow.stock{display:grid;grid-template-columns:1.4fr .7fr repeat(4,.55fr)}
.opsRow.opsTableCompact,.opsTableCompact .opsRow{grid-template-columns:1.6fr .7fr .7fr .7fr}
.opsRow.risk{background:#fff8f6}
.opsRow b{display:block}
.opsRow small{display:block;margin-top:3px;color:#7a8494;font-size:12px}
.opsEmpty{padding:28px 8px;color:#7a8494}
.opsStatus{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f4f6f9;font-size:11px;font-weight:750;font-style:normal}
.opsStatus.paid,.opsStatus.processing{background:#eef3ff;color:#2f6df6}
.opsStatus.delivered{background:#e8f8ef;color:#16775a}
.opsStatus.expired{background:#f3f4f6;color:#8b93a1}
.opsStatus.awaiting_payment,.opsStatus.confirming{background:#fff7e8;color:#8a6318}
.opsDrawer .shipMode{margin:8px 0}
.opsTextBtn{display:block;margin-top:4px;border:0;background:transparent;padding:0;color:#2f6df6;font-size:12px;font-weight:750}
.opsPrimary,.opsGhost{
  height:42px;border-radius:10px;padding:0 14px;font:750 13px "Segoe UI","PingFang SC",sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:8px
}
.opsPrimary{border:0;background:#2f6df6;color:#fff}
.opsPrimary:hover{background:#2158d4}
.opsPrimary:disabled,.opsGhost:disabled{opacity:.5;cursor:not-allowed}
.opsPrimary.compact,.opsGhost.compact{height:36px;padding:0 12px}
.opsGhost{border:1px solid #e5e7eb;background:#fff;color:#17181b}
.opsIcon{width:34px;height:34px;border:0;background:#f3f5f8;border-radius:50%;display:grid;place-content:center}
.opsInlineLink{display:inline-block;margin-top:12px;color:#2f6df6;text-decoration:none;font-size:13px;font-weight:750}
.opsEditRow{
  display:grid;grid-template-columns:1.2fr repeat(4,.7fr) auto;gap:8px;align-items:end;
  padding:12px 0;border-top:1px solid #eef0f4
}
.opsShelfRow{grid-template-columns:1.4fr repeat(4,.62fr) auto}
.opsShelfRow.off{opacity:.55;background:#f8f9fb}
.opsCost{display:block;margin-top:3px;color:#8a6318;font-size:11px;font-weight:650}
.opsCost.ok{color:#16775a}
.opsCost.warn{color:#b42318}
.opsShelfRow .opsInlineLink{margin-top:4px}
.opsEditActions{display:flex;gap:6px}
.opsImport{display:grid;gap:10px}
.opsImport textarea,.opsDrawer textarea{height:auto;min-height:140px;padding:12px;resize:vertical;font:12px/1.6 ui-monospace,monospace}
.opsOk{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#e8f8ef;color:#16775a;font-size:13px;font-weight:650}
.opsShopForm{grid-template-columns:1fr 1fr .7fr}
.opsShopForm .wide,.opsPricingForm .wide{grid-column:1/-1}
.opsPricingForm{grid-template-columns:repeat(3,1fr)}
.opsChips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.opsChips button{height:32px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#3f4c63;font-size:12px;font-weight:700}
.opsChips button.on,.opsChips button:hover{border-color:#2f6df6;background:#f4f7ff;color:#2158d4}
.opsQuote{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 16px}
.opsQuote div{padding:12px;border:1px solid #eef0f4;border-radius:12px;background:#f8f9fb}
.opsQuote small{display:block;color:#7a8494;font-size:11px;font-weight:700}
.opsQuote b{display:block;margin:4px 0;font-size:22px}
.opsQuote span{color:#3f4c63;font-size:12px;font-weight:650}
.opsShopForm textarea,.opsForm textarea{min-height:90px;height:auto;padding:10px 12px;resize:vertical;border:1px solid #e5e7eb;border-radius:10px;font:650 13px "Segoe UI","PingFang SC",sans-serif}
.opsRow.coupon{grid-template-columns:1.2fr .7fr .7fr .6fr .5fr}
.opsKami{display:grid;grid-template-columns:minmax(240px,280px) 1fr;gap:16px;align-items:start}
.opsKamiList{padding:16px;max-height:calc(100vh - 160px);overflow:auto}
.opsKamiItem{
  width:100%;border:1px solid #eef0f4;background:#fff;border-radius:10px;padding:10px 12px;margin-top:8px;
  display:flex;justify-content:space-between;gap:10px;align-items:center;text-align:left
}
.opsKamiItem:hover,.opsKamiItem.active{border-color:#c9d4ea;background:#f8faff}
.opsKamiItem b{display:block;font-size:13px}
.opsKamiItem small{display:block;margin-top:3px;color:#7a8494;font-size:12px}
.opsKamiItem em{font-style:normal;font-size:16px;font-weight:750;color:#16775a}
.opsKamiItem em.empty{color:#b42318}
.opsKamiMain{display:grid;gap:16px}
.opsFilters.compact{margin:0}
.opsRow.kami{grid-template-columns:1.8fr .6fr .7fr;align-items:start}
.opsRow.kami code{display:block;font:12px/1.55 ui-monospace,monospace;white-space:pre-wrap;word-break:break-all}
.opsEditActions a.opsGhost{text-decoration:none}
.opsLogin{
  min-height:100vh;display:grid;place-content:center;justify-items:start;gap:8px;padding:32px;background:#f6f7f9
}
.opsLogin h1{margin:12px 0 0;font:750 28px "Segoe UI","PingFang SC",sans-serif}
.opsLogin p{margin:0 0 12px;color:#667085;max-width:360px}
.opsLogin form{display:flex;gap:8px}
.opsLogin input{width:min(320px,70vw)}
.opsDrawerWrap{position:fixed;inset:0;z-index:40;display:grid;grid-template-columns:1fr min(420px,100%)}
.opsDrawerWrap.shipSheet{grid-template-columns:1fr min(640px,100%)}
.opsDrawerBack{border:0;background:rgba(23,24,27,.35)}
.opsDrawer{background:#fff;padding:24px;overflow:auto;box-shadow:-18px 0 40px rgba(23,24,27,.12)}
.opsDrawerHead{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}
.opsDrawerHead small{color:#2f6df6;font-size:11px;font-weight:750}
.opsDrawerHead h2{margin:4px 0 0;font:750 22px "Segoe UI","PingFang SC",sans-serif}
.opsDrawerActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.shipMeta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 14px}
.shipMeta>div{background:#f6f7f9;border-radius:12px;padding:10px 12px}
.shipMeta small{display:block;color:#7a8494;font-size:11px;font-weight:750}
.shipMeta b{display:block;margin:4px 0;font-size:13px;word-break:break-all}
.shipItems{margin:0 0 8px;font-weight:650}
.shipBlock{margin:16px 0;padding-top:14px;border-top:1px solid #eef0f4}
.shipBlock header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}
.shipBlock h3{margin:0;font:750 15px "Segoe UI","PingFang SC",sans-serif}
.shipBlock .opsInlineLink{margin:0}
.shipPreview{display:grid;gap:6px;margin-top:10px;padding:10px 12px;background:#f6f7f9;border-radius:12px}
.shipPreview code{font:12px/1.5 ui-monospace,monospace;word-break:break-all}
.opsDrawer .cardStack{margin:8px 0 0}
.opsDrawer .kamiCard{background:#fff}
.buyerChat{position:fixed;right:18px;bottom:18px;z-index:35;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.buyerChatLaunch{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;border:0;border-radius:999px;background:#17181b;color:#fff;font:750 13px "Segoe UI","PingFang SC",sans-serif;box-shadow:0 10px 30px rgba(23,24,27,.18);position:relative}
.buyerChatLaunch svg{width:18px;height:18px}
.buyerChatLaunch i{position:absolute;top:-6px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e11d48;color:#fff;font:750 10px/18px "Segoe UI",sans-serif;font-style:normal;text-align:center}
.buyerChatPanel{width:min(360px,calc(100vw - 24px));background:#fff;border:1px solid #e8eaee;border-radius:18px;box-shadow:0 18px 50px rgba(23,24,27,.16);overflow:hidden}
.buyerChatPanel header{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;background:#17181b;color:#fff}
.buyerChatPanel header small{display:block;margin-top:4px;color:#c9cdd4;font-size:12px;font-weight:500}
.buyerChatPanel header button{border:0;background:transparent;color:#fff;padding:4px}
.buyerChatLog{height:240px;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:8px;background:#f6f7f9}
.buyerChatLog p{margin:0;max-width:80%;padding:8px 10px;border-radius:12px;white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.45}
.buyerChatLog p.mine{margin-left:auto;background:#2f6df6;color:#fff}
.buyerChatLog p.theirs{background:#fff;border:1px solid #e8eaee}
.buyerChatEmpty{margin:auto;color:#7a8494;font-size:13px}
.buyerChatPanel form{display:grid;gap:8px;padding:10px;border-top:1px solid #eef0f4}
.buyerChatPanel input,.buyerChatPanel textarea{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;font:13px "Segoe UI","PingFang SC",sans-serif}
.buyerChatPanel button[type=submit]{height:38px;border:0;border-radius:10px;background:#2f6df6;color:#fff;font-weight:750}
.buyerChatError{color:#9b2c2c}
@media(max-width:1000px){
  .ops{grid-template-columns:1fr}
  .opsSide{flex-direction:row;flex-wrap:wrap;align-items:center;border-right:0;border-bottom:1px solid #eef0f4;padding:12px}
  .opsBrand{margin:0 12px 0 0}
  .opsSide nav{display:flex;flex:1;gap:4px;overflow:auto}
  .opsKami,.opsRow.kami,.opsRow.coupon{grid-template-columns:1fr}
  .opsKamiList{max-height:none}
  .opsSideFoot{margin:0;padding:0;border:0;display:flex}
  .opsMain{padding:18px 16px 48px}
  .opsMetrics,.opsSplit,.opsForm,.opsInlineFields,.opsEditRow,.opsRow.order,.opsRow.stock,.opsQuote{grid-template-columns:1fr 1fr}
  .opsRow.order>span:nth-child(6),.opsRow.head.order>span:nth-child(6){display:none}
}
@media(max-width:700px){
  .opsMetrics,.opsSplit,.opsForm,.opsInlineFields,.opsEditRow,.opsQuote{grid-template-columns:1fr}
  .opsLogin form{flex-direction:column;align-items:stretch}
  .opsLogin input{width:100%}
  .opsDrawerWrap{grid-template-columns:1fr}
  .opsDrawerBack{display:none}
  .shipMeta{grid-template-columns:1fr}
}

