:root{
  color-scheme:dark;
  --bg:#070b10;--bg2:#0b1118;--panel:#101822;--panel2:#151f2b;--line:#263342;
  --text:#edf4fb;--muted:#8fa0b3;--accent:#6cb5ff;--good:#55d985;--warn:#f2bd59;--bad:#ff7777;
  --shadow:0 18px 50px rgba(0,0,0,.28);--radius:16px;
  font-family:Inter,"Microsoft YaHei","PingFang SC",system-ui,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -20%,#18304a 0,#0d1722 30%,var(--bg) 68%);color:var(--text)}button,input,select{font:inherit}button{color:inherit}.hidden{display:none!important}
.appShell{min-height:100vh}.siteHeader{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px max(18px,calc((100vw - 1240px)/2));background:rgba(7,11,16,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(93,120,149,.18)}
.brandBlock{display:flex;align-items:center;gap:12px;min-width:0}.brandMark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:linear-gradient(145deg,#173451,#1f5f8e);font-weight:900;letter-spacing:.04em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.brandBlock h1{margin:0;font-size:17px;line-height:1.15}.subtitle{margin-top:3px;font-size:11px;color:var(--muted)}
.headerActions{display:flex;align-items:center;gap:9px}.serviceSummary{font-size:12px;color:var(--muted);text-align:right}.headerButton,.button,.iconButton{border:1px solid #33485e;background:#142233;border-radius:10px;cursor:pointer;transition:.15s ease}.headerButton{padding:9px 12px;font-weight:700}.headerButton:hover,.button:hover,.iconButton:hover{transform:translateY(-1px);background:#1a2c42}.cartButton span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;padding:0 6px;border-radius:999px;background:#284d70}
.page{max-width:1240px;margin:0 auto;padding:28px 18px 72px}.heroPanel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;align-items:stretch}.heroCopy,.identityCard,.browsePanel,.catalogSection,.ordersSection{background:linear-gradient(145deg,rgba(18,28,40,.94),rgba(11,18,26,.94));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.heroCopy{padding:26px}.eyebrow{font-size:11px;letter-spacing:.16em;color:#8ac6ff;font-weight:800}.heroCopy h2{max-width:760px;margin:10px 0 10px;font-size:clamp(24px,4vw,39px);line-height:1.16}.heroCopy p{margin:0;color:var(--muted);line-height:1.7}.identityCard{padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.identityLabel{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.identityName{font-size:20px;font-weight:800;margin-top:5px}.identityHint{font-size:12px;color:var(--muted);margin-top:5px;line-height:1.5}.identityActions{display:flex;gap:8px;flex-wrap:wrap}.button{padding:9px 13px;font-weight:700}.button.primary{background:#245c3a;border-color:#377c50}.button.primary:hover{background:#2d7047}.button.ghost{background:#101923}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.dangerText{color:#ff9999}.wide{width:100%}.bindPanel{padding:13px;border:1px solid #38506a;border-radius:12px;background:#0b131c}.bindInstruction,.bindCommand{font-size:12px;color:var(--muted)}.bindCode{font-size:32px;letter-spacing:.2em;font-weight:900;margin:7px 0;color:#fff}.bindCommand code{color:#a7d3ff}
.browsePanel{margin-top:18px;padding:13px}.categoryTabs{display:flex;gap:7px;overflow:auto;padding-bottom:2px}.categoryTab{white-space:nowrap;border:1px solid #2e3d4d;background:#0c141d;color:#bac7d5;border-radius:10px;padding:9px 13px;cursor:pointer}.categoryTab.active{background:#1d3a58;border-color:#376e9c;color:#fff}.filters{display:grid;grid-template-columns:minmax(230px,1fr) 220px 180px auto;gap:10px;margin-top:12px}.searchBox,.selectBox{display:grid;gap:5px}.searchBox span,.selectBox span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.searchBox input,.selectBox select{width:100%;height:40px;border:1px solid #314255;background:#0a1118;color:var(--text);border-radius:9px;padding:0 11px;outline:none}.searchBox input:focus,.selectBox select:focus{border-color:#4b82b6}.toggleFilter{display:flex;align-items:end;gap:7px;padding:0 4px 10px;font-size:13px;color:#cad5df;white-space:nowrap}
.catalogSection,.ordersSection{margin-top:18px;padding:18px}.sectionHeading{display:flex;align-items:center;justify-content:space-between;gap:12px}.sectionHeading h3{margin:0;font-size:20px}.sectionMeta{margin-top:4px;font-size:12px;color:var(--muted)}.catalogGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;margin-top:15px}.productCard{position:relative;min-width:0;padding:14px;border:1px solid #263645;border-radius:14px;background:linear-gradient(155deg,#16222f,#0e171f);transition:.14s ease}.productCard:hover{z-index:5;border-color:#39556f;transform:translateY(-1px)}.productTop{display:grid;grid-template-columns:50px minmax(0,1fr);gap:11px}.itemIconWrap{position:relative;width:48px;height:48px;z-index:1}.itemIcon,.itemFallback{width:48px;height:48px;border-radius:10px;background:#090f15;border:1px solid #293949;object-fit:contain;image-rendering:pixelated}.itemIcon{padding:7px}.itemFallback{padding:5px;display:grid;place-items:center;color:#66798a}.mcTooltip{display:none;position:absolute;left:55px;top:-8px;z-index:9999;width:max-content;min-width:260px;max-width:390px;padding:10px 12px;background:rgba(16,0,16,.985);border:2px solid #2a0a48;box-shadow:inset 0 0 0 1px #6d238f,0 14px 38px rgba(0,0,0,.58);border-radius:3px;font-size:13px;line-height:1.42;color:#fff;pointer-events:none}.itemIconWrap:hover,.itemIconWrap:focus-within,.itemIconWrap.tipOpen{z-index:10000}.itemIconWrap:hover .mcTooltip,.itemIconWrap:focus-within .mcTooltip,.itemIconWrap.tipOpen .mcTooltip{display:block}.mcTooltipName{margin-bottom:5px}.mcLoreLine{min-height:18px}.mcLoreGap{height:7px}.productName{font-weight:800;line-height:1.35;overflow-wrap:anywhere}.productService{font-size:11px;color:var(--muted);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productStats{display:grid;gap:5px;margin-top:12px;font-size:12px}.statRow{display:flex;justify-content:space-between;gap:12px}.statLabel{color:var(--muted)}.paymentChips{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}.paymentChip{padding:3px 6px;border-radius:999px;border:1px solid #32465a;background:#0b1620;font-size:10px;color:#c7d4e1}.cardActions{display:flex;gap:7px;margin-top:12px;padding-top:11px;border-top:1px solid #253442}.cardActions .button{flex:1;padding:8px 9px;font-size:12px}.stockBadge{position:absolute;top:10px;right:10px;font-size:10px;padding:4px 6px;border-radius:999px;border:1px solid #34475a;background:#0b141d}.stockBadge.good{color:var(--good)}.stockBadge.warn{color:var(--warn)}.stockBadge.bad{color:var(--bad)}.emptyState{grid-column:1/-1;padding:34px;text-align:center;border:1px dashed #324254;border-radius:13px;color:var(--muted)}
.ordersList{display:grid;gap:9px;margin-top:14px}.orderRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid #293849;border-radius:12px;background:#0d161f;cursor:pointer}.orderRow:hover{border-color:#3c5870}.orderTitle{font-weight:750}.orderMeta{font-size:11px;color:var(--muted);margin-top:4px;line-height:1.5}.stateBadge{font-size:11px;padding:5px 8px;border-radius:999px;border:1px solid #34485d;white-space:nowrap}.stateBadge.good{color:var(--good)}.stateBadge.warn{color:var(--warn)}.stateBadge.bad{color:var(--bad)}
.drawerBackdrop,.modalBackdrop{position:fixed;inset:0;background:rgba(0,0,0,.66);z-index:100}.cartDrawer{position:fixed;right:0;top:0;bottom:0;z-index:110;width:min(430px,92vw);display:flex;flex-direction:column;background:#0c131b;border-left:1px solid #314155;box-shadow:-22px 0 65px rgba(0,0,0,.45);transform:translateX(105%);transition:transform .2s ease}.cartDrawer.open{transform:translateX(0)}.drawerHeader{display:flex;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #29394a}.drawerHeader h3{margin:0}.drawerHint{font-size:11px;color:var(--muted);margin-top:5px;line-height:1.5}.iconButton{width:36px;height:36px;font-size:22px;line-height:1}.cartItems{flex:1;overflow:auto;padding:12px}.cartEntry{padding:12px;border:1px solid #29394a;border-radius:12px;background:#101923;margin-bottom:9px}.cartEntryHead{display:flex;justify-content:space-between;gap:10px}.cartEntryName{font-weight:750}.cartEntryMeta{font-size:11px;color:var(--muted);margin-top:4px;line-height:1.45}.cartEntryControls{display:grid;grid-template-columns:95px minmax(0,1fr) 34px;gap:7px;margin-top:10px}.cartEntryControls input,.cartEntryControls select{min-width:0;height:36px;border:1px solid #314255;background:#0a1118;color:var(--text);border-radius:8px;padding:0 8px}.removeButton{border:1px solid #56303a;background:#27151b;color:#ff9aa8;border-radius:8px;cursor:pointer}.drawerFooter{padding:14px;border-top:1px solid #29394a;display:grid;gap:8px}.cartSafety{font-size:11px;color:var(--muted);text-align:center}
.modalBackdrop{display:grid;place-items:center;padding:18px;z-index:120}.modalCard{width:min(590px,100%);max-height:min(82vh,800px);overflow:auto;border:1px solid #35485d;border-radius:16px;background:#101923;box-shadow:0 28px 90px rgba(0,0,0,.58);padding:18px}.timelineCard{width:min(720px,100%)}.modalHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.modalHeader h3{margin:0}.orderSummary{display:grid;gap:8px;margin-top:13px;padding:13px;background:#0a1118;border:1px solid #29394a;border-radius:11px}.orderSummaryRow{display:flex;justify-content:space-between;gap:12px;font-size:13px}.warningBox{margin-top:12px;padding:11px;border:1px solid #5a4929;background:#241d0e;border-radius:10px;color:#f3cc79;font-size:12px;line-height:1.55}.modalActions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.timeline{display:grid;gap:0;margin-top:14px}.timelineEvent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px}.timelineRail{position:relative}.timelineDot{width:10px;height:10px;margin:5px auto 0;border-radius:50%;background:#6db6ff;box-shadow:0 0 0 3px rgba(109,182,255,.12)}.timelineRail:after{content:"";position:absolute;top:17px;bottom:-7px;left:50%;width:1px;background:#304154}.timelineEvent:last-child .timelineRail:after{display:none}.timelineContent{padding-bottom:15px}.timelineName{font-weight:720;font-size:13px}.timelineMeta{font-size:10px;color:var(--muted);margin-top:3px}.timelineReason{font-size:12px;color:#cbd6e1;margin-top:5px;line-height:1.5}.toastHost{position:fixed;right:16px;bottom:16px;z-index:200;display:grid;gap:8px;max-width:min(360px,calc(100vw - 32px))}.toast{padding:11px 13px;border:1px solid #38506a;border-radius:11px;background:#121d29;box-shadow:var(--shadow);font-size:12px}.toast.good{border-color:#326247}.toast.bad{border-color:#6b3841}.toast.warn{border-color:#655127}
@media(max-width:900px){.heroPanel{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.toggleFilter{align-items:center;padding-bottom:0}.serviceSummary{display:none}}
@media(max-width:620px){.siteHeader{padding:10px 12px}.brandMark{width:38px;height:38px}.brandBlock h1{font-size:15px}.subtitle{display:none}.headerButton{padding:8px 9px;font-size:12px}.page{padding:18px 11px 58px}.heroCopy{padding:19px}.heroCopy h2{font-size:26px}.identityCard{padding:16px}.browsePanel,.catalogSection,.ordersSection{padding:12px}.filters{grid-template-columns:1fr}.catalogGrid{grid-template-columns:1fr}.sectionHeading{align-items:flex-start}.mcTooltip{position:fixed;left:10px;right:10px;top:82px;width:auto;max-width:none}.orderRow{grid-template-columns:1fr}.stateBadge{justify-self:start}.modalBackdrop{padding:10px}.modalCard{padding:14px}.cartDrawer{width:100vw}.bindCode{font-size:28px}}
/* Step 8 launch polish + strict-CSP Minecraft formatting classes */
.announcementBar{max-width:1240px;margin:14px auto 0;padding:10px 16px;border:1px solid #6b5124;border-radius:11px;background:#241c0d;color:#f4cf7f;font-size:12px;line-height:1.55}.ordersPaused{margin-top:15px;padding:10px 12px;border:1px solid #6f512a;border-radius:10px;background:#251b0e;color:#efc675;font-size:12px}.siteFooter{max-width:1240px;margin:0 auto;padding:0 18px 30px;color:var(--muted);font-size:11px;text-align:center}.orderShortId{color:var(--muted);font-weight:500}.mc-bold{font-weight:700}.mc-italic{font-style:italic}.mc-under{text-decoration:underline}.mc-strike{text-decoration:line-through}.mc-c-0{color:#000}.mc-c-1{color:#0000aa}.mc-c-2{color:#00aa00}.mc-c-3{color:#00aaaa}.mc-c-4{color:#aa0000}.mc-c-5{color:#aa00aa}.mc-c-6{color:#ffaa00}.mc-c-7{color:#aaa}.mc-c-8{color:#555}.mc-c-9{color:#5555ff}.mc-c-a{color:#55ff55}.mc-c-b{color:#55ffff}.mc-c-c{color:#ff5555}.mc-c-d{color:#ff55ff}.mc-c-e{color:#ffff55}.mc-c-f{color:#fff}
.headerLink{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.vendorPanel{max-width:1240px;margin:18px auto 0;padding:18px;border:1px solid var(--panel-border);border-radius:16px;background:var(--panel);box-shadow:var(--shadow)}.vendorActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.tokenOnce{margin-top:14px;padding:14px;border:1px solid #3c5b78;border-radius:12px;background:#0a121a}.tokenOnce>code{display:block;margin-top:9px;padding:10px;overflow-wrap:anywhere;background:#050a0f;border:1px solid #26394a;border-radius:8px;color:#cde7ff;user-select:all}.tokenActions{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.marketFilters{grid-template-columns:minmax(260px,1fr) 220px auto}.vendorHero{margin-bottom:18px}@media(max-width:720px){.marketFilters{grid-template-columns:1fr}.vendorPanel{margin:14px 11px 0;padding:14px}}

/* =========================================================
   DP storefront visual refresh — 2026-08
   ========================================================= */
:root{
  --bg:#070b11;--bg2:#0a111a;--panel:#0d1621;--panel2:#111c29;--panel-border:#223247;
  --line:#223247;--text:#f4f7fb;--muted:#8190a4;--accent:#738cff;--accent2:#9a6cff;
  --good:#58d694;--warn:#efb85d;--bad:#ff7985;--shadow:0 22px 70px rgba(0,0,0,.28);
  --radius:20px;
}
body{
  background:
    radial-gradient(900px 520px at 82% -8%,rgba(105,91,255,.16),transparent 58%),
    radial-gradient(680px 420px at -10% 26%,rgba(52,127,205,.12),transparent 62%),
    linear-gradient(180deg,#080d14 0%,#09111a 46%,#070b11 100%);
}
body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 72%)}
.siteHeader{min-height:72px;padding:11px max(18px,calc((100vw - 1320px)/2));background:rgba(7,12,19,.82);border-bottom:1px solid rgba(125,147,177,.12);box-shadow:0 8px 32px rgba(0,0,0,.16)}
.brandLink{text-decoration:none;color:inherit}.brandBlock{gap:11px}.brandLogo{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.15),0 10px 28px rgba(0,0,0,.35)}.brandText{min-width:0}.brandBlock h1{font-size:17px;font-weight:820;letter-spacing:.01em}.subtitle{font-size:10px;letter-spacing:.04em;color:#6f8094}
.mainNav{display:flex;align-self:stretch;gap:4px;margin-left:auto;margin-right:auto}.navItem{position:relative;display:flex;align-items:center;padding:0 15px;color:#8997aa;text-decoration:none;font-size:13px;font-weight:700}.navItem:hover{color:#dce5f1}.navItem.active{color:#fff}.navItem.active:after{content:"";position:absolute;left:15px;right:15px;bottom:8px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent2));box-shadow:0 0 16px rgba(119,126,255,.6)}
.headerActions{gap:10px}.serviceSummary{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.025);color:#8190a3;font-size:11px}.headerButton{border-color:#29394e;background:#0c1520;padding:9px 13px}.headerButton:hover{background:#121f2e;border-color:#3a4f69}.cartButton span{background:#263955;color:#fff}
.page{max-width:1320px;padding:34px 18px 84px}.heroPanel{grid-template-columns:minmax(0,1.5fr) minmax(300px,.58fr);gap:18px}.heroCopy,.identityCard,.browsePanel,.catalogSection,.ordersSection,.vendorPanel{border-color:#203046;background:linear-gradient(145deg,rgba(15,24,36,.92),rgba(9,16,25,.94));box-shadow:0 22px 65px rgba(0,0,0,.22)}
.adHero{min-height:260px}.adCopy{position:relative;overflow:hidden;padding:36px 40px;background:linear-gradient(118deg,rgba(13,24,41,.98),rgba(12,20,34,.94) 52%,rgba(30,22,67,.88));isolation:isolate}.adCopy:before{content:"";position:absolute;width:320px;height:320px;right:-50px;top:-150px;border-radius:50%;background:radial-gradient(circle,rgba(115,140,255,.34),rgba(115,140,255,.06) 44%,transparent 68%);filter:blur(2px);z-index:-1}.adCopy:after{content:"";position:absolute;width:190px;height:190px;right:86px;bottom:-118px;border:1px solid rgba(170,148,255,.18);transform:rotate(45deg);box-shadow:0 0 0 30px rgba(133,116,255,.025),0 0 0 68px rgba(133,116,255,.018);z-index:-1}.eyebrow,.sectionKicker{font-size:10px;letter-spacing:.18em;color:#7da6ff;font-weight:800;text-transform:uppercase}.adCopy h2{margin:13px 0 9px;font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:-.035em}.adLead{max-width:620px!important;color:#91a0b4!important;font-size:14px;line-height:1.75!important}.adTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.adTags span{padding:6px 9px;border:1px solid rgba(123,145,177,.2);border-radius:999px;background:rgba(255,255,255,.025);color:#8798ad;font-size:10px}.accountCard{padding:26px}.accountTop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.accountGlyph{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,rgba(111,135,255,.2),rgba(139,95,255,.08));border:1px solid rgba(131,147,255,.2);color:#9aa9ff;font-size:18px}.identityLabel{font-size:10px;letter-spacing:.14em}.identityName{font-size:24px;letter-spacing:-.02em}.identityHint{color:#7f8ea2}.button{border-radius:11px;border-color:#293b53;background:#111c29;box-shadow:none}.button.primary{background:linear-gradient(135deg,#536fff,#7659ee);border-color:#7180ff;color:#fff;box-shadow:0 8px 24px rgba(78,94,231,.2)}.button.primary:hover{background:linear-gradient(135deg,#627cff,#8066f3)}.button.ghost{background:#0d1722;border-color:#29394d}.browsePanel{padding:14px;margin-top:18px}.categoryTabs{gap:6px}.categoryTab{border-color:transparent;background:transparent;color:#8090a4;padding:9px 14px}.categoryTab:hover{background:#111d2b;color:#cfd8e5}.categoryTab.active{background:linear-gradient(135deg,rgba(92,115,255,.24),rgba(118,84,238,.16));border-color:rgba(105,125,255,.32);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.filters{grid-template-columns:minmax(260px,1fr) 220px 190px auto;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(118,139,165,.11)}.searchBox span,.selectBox span{font-size:9px;letter-spacing:.12em}.searchBox input,.selectBox select{height:42px;background:#08111a;border-color:#25364b;border-radius:11px}.searchBox input:focus,.selectBox select:focus{border-color:#667cff;box-shadow:0 0 0 3px rgba(102,124,255,.08)}.toggleFilter{color:#aeb9c7}
.catalogSection,.ordersSection{margin-top:18px;padding:22px}.sectionHeading h3{font-size:22px;letter-spacing:-.025em;margin-top:3px}.sectionMeta{color:#748399}.catalogGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:13px;margin-top:18px}.productCard{padding:15px;border-color:#203147;border-radius:16px;background:linear-gradient(150deg,#111c29,#0b141e);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}.productCard:hover{z-index:5;border-color:#3a4c69;transform:translateY(-2px);box-shadow:0 16px 42px rgba(0,0,0,.22)}.productTop{grid-template-columns:54px minmax(0,1fr)}.itemIconWrap,.itemIcon,.itemFallback{width:52px;height:52px}.itemIcon,.itemFallback{background:#080f17;border-color:#26364b;border-radius:12px}.productName{font-size:14px}.productService{color:#6f7f94}.productStats{margin-top:14px;gap:7px}.statRow{padding:1px 0}.statLabel{color:#748399}.paymentChip{border-color:#2a3c54;background:#0a1520;color:#9eadc0;padding:3px 7px}.cardActions{border-color:#203044;margin-top:14px;padding-top:13px}.stockBadge{top:12px;right:12px;background:#0b151f;border-color:#2a3a4f}.orderRow{background:#0b151f;border-color:#203147;border-radius:14px}.orderRow:hover{border-color:#3a4d69}.stateBadge{background:#0a141e}.siteFooter{padding-top:4px;color:#536276}.announcementBar{max-width:1320px;background:#161b26;border-color:#373246;color:#c8b8ef}.ordersPaused{background:#201b11;border-color:#51452a}.vendorPanel{max-width:1320px;padding:22px;border-radius:20px}.tokenOnce{background:#09131e;border-color:#2c4059}.warningBox.compactNotice{background:#121925;border-color:#2a394e;color:#9dabc0}.marketFilters{grid-template-columns:minmax(280px,1fr) 220px auto}.marketAdHero{margin-bottom:0}
.modalCard{border-radius:20px;background:#0d1722;border-color:#2a3b52}.cartDrawer{background:#0a121b;border-color:#27384d}.toast{background:#0d1823;border-radius:12px}
@media(max-width:1050px){.mainNav{margin-left:0;margin-right:0}.serviceSummary{display:none}}
@media(max-width:900px){.siteHeader{flex-wrap:wrap}.brandBlock{order:1}.headerActions{order:2;margin-left:auto}.mainNav{order:3;width:100%;height:38px;border-top:1px solid rgba(120,140,165,.08)}.navItem{padding:0 14px}.navItem.active:after{bottom:0}.heroPanel{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.adHero{min-height:unset}}
@media(max-width:620px){.siteHeader{padding:9px 11px}.brandLogo{width:38px;height:38px}.brandBlock h1{font-size:14px}.headerActions{gap:5px}.headerButton{padding:8px 9px}.page{padding:18px 10px 58px}.adCopy{padding:26px 20px}.adCopy h2{font-size:36px}.accountCard{padding:18px}.browsePanel,.catalogSection,.ordersSection,.vendorPanel{padding:13px}.filters,.marketFilters{grid-template-columns:1fr}.catalogGrid{grid-template-columns:1fr}.mainNav{overflow-x:auto}.navItem{white-space:nowrap}.sectionHeading{align-items:flex-start}.identityName{font-size:21px}}

.heroSimple{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)}
.simpleAdCopy{display:flex;align-items:center;justify-content:flex-start;min-height:220px;padding:34px 40px}
.simpleAdCopy:before,.simpleAdCopy:after{display:none}
.simpleAdCopy h2{margin:0;font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.05em}
.simpleAdCopy .ordersPaused{margin-top:18px}
@media(max-width:900px){.heroSimple{grid-template-columns:1fr}.simpleAdCopy{min-height:160px;padding:24px}.simpleAdCopy h2{font-size:36px}}

.orderEstimate{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0;padding:13px 14px;border:1px solid rgba(101,125,255,.28);border-radius:12px;background:linear-gradient(135deg,rgba(82,105,255,.12),rgba(120,84,238,.08));color:#9aabc0}.orderEstimate strong{font-size:20px;color:#fff;letter-spacing:.01em}


.stallSection{margin-top:18px}.stallGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:16px}.stallCard{padding:16px;border:1px solid #203147;border-radius:16px;background:linear-gradient(150deg,#111c29,#0b141e)}.stallHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stallVendor{font-weight:800;font-size:15px}.stallDimension{margin-top:3px;color:#738399;font-size:11px}.stallAd{margin-top:14px;min-height:44px;line-height:1.65;color:#d7e1ef;overflow-wrap:anywhere}.stallLocation{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #203044}.stallLocation code{color:#9eb0c5;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.stallCopy{flex:0 0 auto;padding:7px 9px;font-size:11px}@media(max-width:620px){.stallGrid{grid-template-columns:1fr}.stallLocation{align-items:flex-start;flex-direction:column}.stallCopy{width:100%}}

/* Web 810: per-stall catalog */
.stallInventoryMeta{margin-top:9px;color:#78889d;font-size:11px}.stallActions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.stallBrowse,.stallCopy{flex:0 0 auto;padding:7px 9px;font-size:11px}.stallCatalogModalCard{width:min(920px,96vw);max-height:min(82vh,860px);overflow:auto}.stallCatalogBody{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:12px;margin-top:16px}.stallProductCard{padding:14px;border:1px solid #203147;border-radius:14px;background:linear-gradient(150deg,#111c29,#0b141e);min-width:0}@media(max-width:620px){.stallActions{width:100%;justify-content:stretch}.stallBrowse,.stallCopy{flex:1}.stallCatalogBody{grid-template-columns:1fr}}

/* Web 811: homepage buyer identity separated from multiple stall game accounts */
.myStallAccounts{display:grid;gap:10px;margin-top:14px}.myStallAccount{padding:14px;border:1px solid #203147;border-radius:14px;background:#0b151f}.myStallAccountMain{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.myStallAccount .vendorActions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.myStallAccount .vendorActions .button{font-size:11px;padding:7px 10px}.vendorPanel>.vendorActions{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}.stallDimension{display:none!important}@media(max-width:620px){.myStallAccountMain{flex-direction:column}.myStallAccount .vendorActions .button{flex:1}.vendorPanel>.vendorActions .button{flex:1}}

/* 820: public downloads + site themes */
.announcementBar{white-space:pre-wrap;overflow-wrap:anywhere}
.downloadsSection{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(18,28,40,.94),rgba(11,18,26,.94));box-shadow:var(--shadow)}
.downloadsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:11px;margin-top:14px}
.downloadCard{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid #263645;border-radius:14px;background:linear-gradient(155deg,#14202c,#0d161f)}
.downloadIcon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #31506d;border-radius:11px;background:#0a141e;color:#8fcbff;font-size:11px;font-weight:900;letter-spacing:.08em}
.downloadTitle{font-weight:800}.downloadDesc{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.55;white-space:pre-wrap}.downloadMeta{margin-top:5px;color:#6f8195;font-size:10px;overflow-wrap:anywhere}.downloadButton{text-decoration:none;white-space:nowrap}
@media(max-width:620px){.downloadCard{grid-template-columns:44px minmax(0,1fr)}.downloadButton{grid-column:1/-1;width:100%;text-align:center}.downloadsSection{padding:13px}}

body[data-theme]{
  --theme-page-bg:radial-gradient(900px 520px at 82% -8%,rgba(105,91,255,.16),transparent 58%),radial-gradient(680px 420px at -10% 26%,rgba(52,127,205,.12),transparent 62%),linear-gradient(180deg,#080d14 0%,#09111a 46%,#070b11 100%);
  --theme-header-bg:rgba(7,12,19,.82);--theme-panel-bg:linear-gradient(145deg,rgba(15,24,36,.92),rgba(9,16,25,.94));--theme-card-bg:linear-gradient(150deg,#111c29,#0b141e);
  --theme-control-bg:#0a1118;--theme-button-bg:#111c29;--theme-button-hover:#18283a;--theme-primary-bg:linear-gradient(135deg,#536fff,#7659ee);--theme-primary-hover:linear-gradient(135deg,#627cff,#8066f3);--theme-primary-border:#7180ff;
  --theme-line:#223247;--theme-accent:#738cff;--theme-announcement-bg:#161b26;--theme-announcement-border:#373246;--theme-announcement-text:#c8b8ef;--theme-glow:radial-gradient(circle,rgba(115,140,255,.34),rgba(115,140,255,.06) 44%,transparent 68%);
  --theme-decor:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);--theme-decor-bottom:none;
  --bg:#070b11;--bg2:#0a111a;--panel:#0d1621;--panel2:#111c29;--line:var(--theme-line);--accent:var(--theme-accent)
}
body[data-theme="spring_festival"]{--bg:#140607;--bg2:#23090b;--panel:#251011;--panel2:#311517;--theme-line:#693328;--theme-accent:#ffd16a;--theme-page-bg:radial-gradient(circle at 18% -8%,rgba(230,54,48,.42),transparent 31%),radial-gradient(circle at 82% 5%,rgba(255,189,63,.16),transparent 24%),linear-gradient(180deg,#250708 0,#120608 62%,#090507 100%);--theme-header-bg:rgba(39,8,10,.91);--theme-panel-bg:linear-gradient(145deg,rgba(47,17,18,.96),rgba(25,9,11,.97));--theme-card-bg:linear-gradient(150deg,#351416,#1d0b0d);--theme-control-bg:#17090b;--theme-button-bg:#321316;--theme-button-hover:#492025;--theme-primary-bg:#8e2227;--theme-primary-hover:#a82d31;--theme-primary-border:#d05b45;--theme-announcement-bg:#34100f;--theme-announcement-border:#8c4b25;--theme-announcement-text:#ffd98a;--theme-decor:radial-gradient(circle at 8% 42px,rgba(255,202,90,.18) 0 7px,transparent 8px),radial-gradient(circle at 92% 72px,rgba(222,48,45,.22) 0 30px,transparent 31px),linear-gradient(90deg,transparent 0 49%,rgba(255,210,106,.06) 50%,transparent 51%);--theme-decor-bottom:linear-gradient(90deg,transparent,rgba(255,190,61,.08),transparent);--theme-glow:radial-gradient(circle,rgba(255,194,82,.27),rgba(196,45,39,.10) 46%,transparent 70%)}
body[data-theme="dragon_boat"]{--bg:#061310;--bg2:#0a211d;--panel:#0d2520;--panel2:#123029;--theme-line:#2c5a4f;--theme-accent:#7ce1c1;--theme-page-bg:radial-gradient(circle at 22% -5%,rgba(45,142,116,.33),transparent 34%),linear-gradient(180deg,#071d19 0,#061310 65%,#050c0b 100%);--theme-header-bg:rgba(5,29,25,.9);--theme-panel-bg:linear-gradient(145deg,rgba(14,40,34,.96),rgba(7,24,21,.97));--theme-card-bg:linear-gradient(150deg,#12372e,#0a211c);--theme-control-bg:#071813;--theme-button-bg:#12352c;--theme-button-hover:#184b3e;--theme-primary-bg:#1e6d55;--theme-primary-hover:#27856a;--theme-primary-border:#49a58a;--theme-announcement-bg:#102d25;--theme-announcement-border:#557d54;--theme-announcement-text:#d6df9c;--theme-decor:repeating-radial-gradient(ellipse at 50% -80px,transparent 0 38px,rgba(132,218,188,.055) 39px 41px,transparent 42px 78px);--theme-decor-bottom:linear-gradient(90deg,transparent,rgba(214,205,125,.08),transparent);--theme-glow:radial-gradient(circle,rgba(105,220,182,.25),rgba(39,122,98,.08) 46%,transparent 70%)}
body[data-theme="anniversary"]{--bg:#0c071c;--bg2:#17102c;--panel:#1a1430;--panel2:#241a3d;--theme-line:#514178;--theme-accent:#c0a0ff;--theme-page-bg:radial-gradient(circle at 20% 0,rgba(112,72,205,.32),transparent 33%),radial-gradient(circle at 82% 8%,rgba(224,103,168,.17),transparent 27%),linear-gradient(180deg,#130b2b,#0b0718 70%);--theme-header-bg:rgba(18,11,40,.91);--theme-panel-bg:linear-gradient(145deg,rgba(32,24,57,.96),rgba(18,13,35,.97));--theme-card-bg:linear-gradient(150deg,#261c45,#15102b);--theme-control-bg:#110c24;--theme-button-bg:#261d43;--theme-button-hover:#35275d;--theme-primary-bg:#5c3fa0;--theme-primary-hover:#7351c1;--theme-primary-border:#9a7ddd;--theme-announcement-bg:#23183b;--theme-announcement-border:#6c568b;--theme-announcement-text:#e7d6ff;--theme-decor:radial-gradient(circle at 8% 28px,#f1c76a22 0 3px,transparent 4px),radial-gradient(circle at 27% 78px,#ff76b122 0 4px,transparent 5px),radial-gradient(circle at 71% 45px,#9a7dff22 0 3px,transparent 4px),radial-gradient(circle at 91% 98px,#f1c76a22 0 4px,transparent 5px);--theme-decor-bottom:linear-gradient(90deg,transparent,rgba(239,196,104,.09),transparent);--theme-glow:radial-gradient(circle,rgba(190,153,255,.29),rgba(220,91,169,.08) 46%,transparent 70%)}
body[data-theme="national_day"]{--bg:#150607;--bg2:#25090b;--panel:#281012;--panel2:#361416;--theme-line:#733326;--theme-accent:#ffd45e;--theme-page-bg:radial-gradient(circle at 50% -18%,rgba(216,42,37,.45),transparent 38%),linear-gradient(180deg,#290708,#140607 68%,#090505);--theme-header-bg:rgba(43,8,9,.92);--theme-panel-bg:linear-gradient(145deg,rgba(52,17,18,.96),rgba(28,9,10,.97));--theme-card-bg:linear-gradient(150deg,#3b1516,#210b0d);--theme-control-bg:#18090a;--theme-button-bg:#351214;--theme-button-hover:#4d1b1e;--theme-primary-bg:#a42626;--theme-primary-hover:#bd3330;--theme-primary-border:#e16a45;--theme-announcement-bg:#3a1110;--theme-announcement-border:#9a5427;--theme-announcement-text:#ffe09a;--theme-decor:conic-gradient(from -14deg at 12% 0,transparent 0 8deg,rgba(255,211,90,.05) 9deg 12deg,transparent 13deg 24deg,rgba(255,211,90,.045) 25deg 28deg,transparent 29deg 360deg);--theme-decor-bottom:linear-gradient(90deg,transparent,rgba(255,213,94,.1),transparent);--theme-glow:radial-gradient(circle,rgba(255,207,83,.28),rgba(202,45,37,.10) 46%,transparent 70%)}
body[data-theme="christmas"]{--bg:#05110d;--bg2:#0a2017;--panel:#0d241a;--panel2:#132f22;--theme-line:#2c5842;--theme-accent:#e7fff7;--theme-page-bg:radial-gradient(circle at 18% -8%,rgba(29,118,77,.33),transparent 34%),radial-gradient(circle at 85% 0,rgba(132,31,45,.22),transparent 28%),linear-gradient(180deg,#071b13,#06110d 70%);--theme-header-bg:rgba(5,25,18,.92);--theme-panel-bg:linear-gradient(145deg,rgba(14,42,29,.96),rgba(7,24,17,.97));--theme-card-bg:linear-gradient(150deg,#123324,#0a1f16);--theme-control-bg:#07170f;--theme-button-bg:#143426;--theme-button-hover:#1b4935;--theme-primary-bg:#8b2632;--theme-primary-hover:#a8323e;--theme-primary-border:#c45a62;--theme-announcement-bg:#15291f;--theme-announcement-border:#6e493d;--theme-announcement-text:#f2e4c0;--theme-decor:radial-gradient(circle at 10% 25px,rgba(255,255,255,.18) 0 2px,transparent 3px),radial-gradient(circle at 25% 76px,rgba(255,255,255,.12) 0 2px,transparent 3px),radial-gradient(circle at 47% 34px,rgba(255,255,255,.16) 0 2px,transparent 3px),radial-gradient(circle at 73% 88px,rgba(255,255,255,.14) 0 2px,transparent 3px),radial-gradient(circle at 91% 48px,rgba(255,255,255,.16) 0 2px,transparent 3px);--theme-decor-bottom:linear-gradient(90deg,transparent,rgba(196,71,75,.09),rgba(234,204,126,.07),transparent);--theme-glow:radial-gradient(circle,rgba(220,255,239,.22),rgba(158,46,57,.08) 46%,transparent 70%)}
body[data-theme]{position:relative;isolation:isolate;background:var(--theme-page-bg);transition:background .25s ease}
body[data-theme]::before{content:"";position:fixed;inset:0 0 auto 0;height:180px;z-index:0;pointer-events:none;background:var(--theme-decor);background-size:240px 120px,260px 150px,100% 100%;opacity:.95}
body[data-theme]::after{content:"";position:fixed;left:0;right:0;bottom:0;height:110px;z-index:0;pointer-events:none;background:var(--theme-decor-bottom)}
body[data-theme] .appShell{position:relative;z-index:1}
body[data-theme] .siteHeader{background:var(--theme-header-bg);border-color:var(--theme-line)}
body[data-theme] .heroCopy,body[data-theme] .identityCard,body[data-theme] .browsePanel,body[data-theme] .catalogSection,body[data-theme] .ordersSection,body[data-theme] .vendorPanel,body[data-theme] .downloadsSection{background:var(--theme-panel-bg);border-color:var(--theme-line)}
body[data-theme] .productCard,body[data-theme] .orderRow,body[data-theme] .stallCard,body[data-theme] .myStallAccount,body[data-theme] .downloadCard{background:var(--theme-card-bg);border-color:var(--theme-line)}
body[data-theme] .searchBox input,body[data-theme] .selectBox select,body[data-theme] .cartEntryControls input,body[data-theme] .cartEntryControls select,body[data-theme] .orderSummary,body[data-theme] .modalCard,body[data-theme] .cartDrawer,body[data-theme] .tokenOnce,body[data-theme] .bindPanel{background:var(--theme-control-bg);border-color:var(--theme-line)}
body[data-theme] .button,body[data-theme] .headerButton,body[data-theme] .iconButton{background:var(--theme-button-bg);border-color:var(--theme-line)}
body[data-theme] .button:hover,body[data-theme] .headerButton:hover,body[data-theme] .iconButton:hover{background:var(--theme-button-hover)}
body[data-theme] .button.primary{background:var(--theme-primary-bg);border-color:var(--theme-primary-border)}
body[data-theme] .button.primary:hover{background:var(--theme-primary-hover)}
body[data-theme] .announcementBar{background:var(--theme-announcement-bg);border-color:var(--theme-announcement-border);color:var(--theme-announcement-text)}
body[data-theme] .categoryTab.active{border-color:var(--theme-primary-border);background:var(--theme-button-bg)}

body[data-theme] .adCopy{background:var(--theme-panel-bg)}
body[data-theme] .adCopy:before{background:var(--theme-glow)}
body[data-theme="normal"] .adCopy{background:linear-gradient(118deg,rgba(13,24,41,.98),rgba(12,20,34,.94) 52%,rgba(30,22,67,.88))}
body[data-theme="normal"]::before{mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 72%)}
/* 820: finish theming secondary surfaces so a theme change is visually site-wide */
body[data-theme] .brandMark{background:var(--theme-primary-bg)}
body[data-theme] .paymentChip,body[data-theme] .stockBadge,body[data-theme] .stateBadge,body[data-theme] .cartEntry,body[data-theme] .orderEstimate,body[data-theme] .stallProductCard,body[data-theme] .toast,body[data-theme] .downloadIcon{background:var(--theme-control-bg);border-color:var(--theme-line)}
body[data-theme] .ordersPaused,body[data-theme] .warningBox.compactNotice{background:var(--theme-announcement-bg);border-color:var(--theme-announcement-border);color:var(--theme-announcement-text)}
body[data-theme] .drawerHeader,body[data-theme] .drawerFooter,body[data-theme] .cardActions{border-color:var(--theme-line)}

/* 822: full festive palette + visible seasonal copy. Normal theme remains the existing DP blue-black baseline. */
.themeFestivalBanner{display:none;position:relative;width:max-content;max-width:100%;margin:0 0 18px;padding:10px 18px 10px 16px;border:1px solid var(--theme-festival-border,#ffffff22);border-radius:14px;background:var(--theme-festival-bg,rgba(255,255,255,.06));box-shadow:0 10px 32px rgba(0,0,0,.14);overflow:hidden}
.themeFestivalBanner strong{display:block;position:relative;z-index:2;font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.06;letter-spacing:.06em;color:var(--theme-festival-title,#fff);text-shadow:0 2px 18px var(--theme-festival-shadow,rgba(0,0,0,.28))}
.themeFestivalBanner span{display:block;position:relative;z-index:2;margin-top:7px;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--theme-festival-subtitle,#fff);opacity:.92}
.themeFestivalBanner::after{position:absolute;right:10px;top:-18px;z-index:1;font-size:76px;font-weight:900;line-height:1;color:var(--theme-festival-watermark,rgba(255,255,255,.12));pointer-events:none}
body[data-theme="spring_festival"] .themeFestivalBanner,body[data-theme="dragon_boat"] .themeFestivalBanner,body[data-theme="anniversary"] .themeFestivalBanner,body[data-theme="national_day"] .themeFestivalBanner,body[data-theme="christmas"] .themeFestivalBanner{display:block}
body[data-theme="spring_festival"] .themeFestivalBanner::after{content:"福"}
body[data-theme="dragon_boat"] .themeFestivalBanner::after{content:"粽"}
body[data-theme="anniversary"] .themeFestivalBanner::after{content:"★"}
body[data-theme="national_day"] .themeFestivalBanner::after{content:"★"}
body[data-theme="christmas"] .themeFestivalBanner::after{content:"❄"}

body[data-theme="spring_festival"]{
  --bg:#3b080b;--bg2:#5d0d11;--panel:#641519;--panel2:#7a1c20;--theme-line:#d17b3f;--theme-accent:#ffd56f;
  --theme-page-bg:radial-gradient(circle at 15% -6%,rgba(255,190,76,.28),transparent 28%),radial-gradient(circle at 88% 4%,rgba(255,91,56,.34),transparent 30%),linear-gradient(180deg,#8c171a 0%,#5e0d12 46%,#33070a 100%);
  --theme-header-bg:rgba(104,18,21,.93);--theme-panel-bg:linear-gradient(145deg,rgba(111,26,29,.96),rgba(72,14,18,.97));--theme-card-bg:linear-gradient(150deg,#7a1d20,#511116);
  --theme-control-bg:#481015;--theme-button-bg:#6b171c;--theme-button-hover:#852229;--theme-primary-bg:linear-gradient(135deg,#d43a30,#b42328);--theme-primary-hover:linear-gradient(135deg,#ed4b36,#cf2c2f);--theme-primary-border:#f0a34f;
  --theme-announcement-bg:#7a1c16;--theme-announcement-border:#e4a64e;--theme-announcement-text:#ffe9a8;--theme-festival-bg:linear-gradient(120deg,rgba(124,24,20,.96),rgba(164,42,28,.86));--theme-festival-border:#efb653;--theme-festival-title:#ffe49a;--theme-festival-subtitle:#ffd586;--theme-festival-watermark:rgba(255,219,119,.17);--theme-festival-shadow:rgba(111,10,11,.45);
  --theme-decor:radial-gradient(circle at 8% 46px,rgba(255,217,111,.34) 0 8px,transparent 9px),radial-gradient(circle at 92% 78px,rgba(255,211,93,.20) 0 34px,transparent 35px),linear-gradient(115deg,transparent 0 35%,rgba(255,226,132,.06) 36% 37%,transparent 38% 100%);
  --theme-decor-bottom:linear-gradient(90deg,transparent,rgba(255,194,62,.24),transparent);--theme-glow:radial-gradient(circle,rgba(255,210,96,.38),rgba(226,54,43,.16) 46%,transparent 72%)
}
body[data-theme="dragon_boat"]{
  --bg:#092d22;--bg2:#124d39;--panel:#1a5a43;--panel2:#226d50;--theme-line:#78b98d;--theme-accent:#d8e582;
  --theme-page-bg:radial-gradient(circle at 14% -5%,rgba(176,226,160,.25),transparent 31%),radial-gradient(circle at 88% 6%,rgba(107,195,151,.24),transparent 28%),linear-gradient(180deg,#2f805d 0%,#185843 48%,#0b3328 100%);
  --theme-header-bg:rgba(24,83,62,.94);--theme-panel-bg:linear-gradient(145deg,rgba(38,105,78,.96),rgba(20,76,57,.97));--theme-card-bg:linear-gradient(150deg,#2b7958,#19543f);
  --theme-control-bg:#154936;--theme-button-bg:#246a4e;--theme-button-hover:#308462;--theme-primary-bg:linear-gradient(135deg,#3f8e63,#267656);--theme-primary-hover:linear-gradient(135deg,#50a373,#318667);--theme-primary-border:#b2cf70;
  --theme-announcement-bg:#285f3d;--theme-announcement-border:#b1c66a;--theme-announcement-text:#f1efb1;--theme-festival-bg:linear-gradient(120deg,rgba(35,105,74,.96),rgba(63,130,84,.86));--theme-festival-border:#c6d77a;--theme-festival-title:#edf4b1;--theme-festival-subtitle:#d7ecad;--theme-festival-watermark:rgba(236,245,166,.17);--theme-festival-shadow:rgba(3,55,37,.42);
  --theme-decor:repeating-radial-gradient(ellipse at 50% -85px,transparent 0 40px,rgba(215,239,176,.10) 41px 44px,transparent 45px 84px),linear-gradient(105deg,rgba(220,239,185,.06),transparent 22%,rgba(220,239,185,.04) 45%,transparent 66%);
  --theme-decor-bottom:linear-gradient(90deg,transparent,rgba(207,221,124,.22),transparent);--theme-glow:radial-gradient(circle,rgba(197,230,164,.28),rgba(38,126,92,.14) 48%,transparent 72%)
}
body[data-theme="anniversary"]{
  --bg:#1d0b3d;--bg2:#35165f;--panel:#41236b;--panel2:#573080;--theme-line:#b08bd2;--theme-accent:#f3c86b;
  --theme-page-bg:radial-gradient(circle at 18% -4%,rgba(240,186,87,.23),transparent 26%),radial-gradient(circle at 84% 5%,rgba(232,91,176,.26),transparent 28%),linear-gradient(180deg,#5d2c91 0%,#35155f 48%,#1b0a39 100%);
  --theme-header-bg:rgba(63,30,104,.94);--theme-panel-bg:linear-gradient(145deg,rgba(79,43,119,.96),rgba(48,25,84,.97));--theme-card-bg:linear-gradient(150deg,#653a8d,#3b225f);
  --theme-control-bg:#351c58;--theme-button-bg:#533073;--theme-button-hover:#68418a;--theme-primary-bg:linear-gradient(135deg,#c28a34,#9f6122);--theme-primary-hover:linear-gradient(135deg,#d8a049,#b6752d);--theme-primary-border:#f0cb72;
  --theme-announcement-bg:#51306b;--theme-announcement-border:#d2a85d;--theme-announcement-text:#f6df9b;--theme-festival-bg:linear-gradient(120deg,rgba(81,45,128,.96),rgba(128,65,138,.86));--theme-festival-border:#e1bd67;--theme-festival-title:#ffe093;--theme-festival-subtitle:#ead8ff;--theme-festival-watermark:rgba(255,220,135,.15);--theme-festival-shadow:rgba(29,7,54,.50);
  --theme-decor:radial-gradient(circle at 8% 30px,rgba(255,214,111,.38) 0 3px,transparent 4px),radial-gradient(circle at 27% 78px,rgba(255,116,184,.34) 0 4px,transparent 5px),radial-gradient(circle at 71% 45px,rgba(198,158,255,.35) 0 3px,transparent 4px),radial-gradient(circle at 91% 100px,rgba(255,214,111,.38) 0 4px,transparent 5px);
  --theme-decor-bottom:linear-gradient(90deg,transparent,rgba(245,196,95,.24),transparent);--theme-glow:radial-gradient(circle,rgba(245,198,106,.30),rgba(213,87,170,.15) 46%,transparent 72%)
}
body[data-theme="national_day"]{
  --bg:#43090b;--bg2:#721113;--panel:#79191b;--panel2:#941f21;--theme-line:#e29b3f;--theme-accent:#ffdf74;
  --theme-page-bg:radial-gradient(circle at 50% -15%,rgba(255,205,77,.23),transparent 30%),radial-gradient(circle at 82% 8%,rgba(245,60,45,.30),transparent 26%),linear-gradient(180deg,#ac1e21 0%,#721114 47%,#3b080a 100%);
  --theme-header-bg:rgba(126,19,21,.94);--theme-panel-bg:linear-gradient(145deg,rgba(133,29,31,.96),rgba(83,15,18,.97));--theme-card-bg:linear-gradient(150deg,#951f21,#5c1114);
  --theme-control-bg:#501014;--theme-button-bg:#76181c;--theme-button-hover:#922428;--theme-primary-bg:linear-gradient(135deg,#d5362d,#b92025);--theme-primary-hover:linear-gradient(135deg,#ec4835,#d02c2e);--theme-primary-border:#f0b34d;
  --theme-announcement-bg:#881b17;--theme-announcement-border:#edb34e;--theme-announcement-text:#ffeca3;--theme-festival-bg:linear-gradient(120deg,rgba(145,25,24,.96),rgba(185,49,31,.86));--theme-festival-border:#f2c258;--theme-festival-title:#ffe27d;--theme-festival-subtitle:#ffd98f;--theme-festival-watermark:rgba(255,222,112,.17);--theme-festival-shadow:rgba(111,10,12,.48);
  --theme-decor:conic-gradient(from -16deg at 11% 0,transparent 0 8deg,rgba(255,216,88,.12) 9deg 12deg,transparent 13deg 24deg,rgba(255,216,88,.09) 25deg 28deg,transparent 29deg 360deg),radial-gradient(circle at 85% 62px,transparent 0 28px,rgba(255,214,87,.22) 29px 30px,transparent 31px 44px,rgba(255,214,87,.12) 45px 46px,transparent 47px);
  --theme-decor-bottom:linear-gradient(90deg,transparent,rgba(255,214,87,.26),transparent);--theme-glow:radial-gradient(circle,rgba(255,215,91,.40),rgba(233,55,40,.15) 48%,transparent 72%)
}
body[data-theme="christmas"]{
  --bg:#063523;--bg2:#0a5438;--panel:#126044;--panel2:#197452;--theme-line:#79ad8d;--theme-accent:#ffe0a0;
  --theme-page-bg:radial-gradient(circle at 12% -5%,rgba(228,245,236,.20),transparent 27%),radial-gradient(circle at 86% 4%,rgba(188,47,58,.29),transparent 30%),linear-gradient(180deg,#14704b 0%,#0b5338 47%,#063322 100%);
  --theme-header-bg:rgba(12,79,53,.94);--theme-panel-bg:linear-gradient(145deg,rgba(24,102,72,.96),rgba(13,70,49,.97));--theme-card-bg:linear-gradient(150deg,#1d7652,#104b35);
  --theme-control-bg:#0d432f;--theme-button-bg:#176344;--theme-button-hover:#207b55;--theme-primary-bg:linear-gradient(135deg,#b53743,#872634);--theme-primary-hover:linear-gradient(135deg,#ce4651,#9d303d);--theme-primary-border:#edcf91;
  --theme-announcement-bg:#175638;--theme-announcement-border:#dfc981;--theme-announcement-text:#fff0bf;--theme-festival-bg:linear-gradient(120deg,rgba(19,92,61,.96),rgba(32,115,72,.86));--theme-festival-border:#ead492;--theme-festival-title:#fff0bd;--theme-festival-subtitle:#dff8e8;--theme-festival-watermark:rgba(255,255,255,.17);--theme-festival-shadow:rgba(2,47,30,.48);
  --theme-decor:radial-gradient(circle at 9% 28px,rgba(255,255,255,.42) 0 2px,transparent 3px),radial-gradient(circle at 29% 78px,rgba(255,255,255,.32) 0 2px,transparent 3px),radial-gradient(circle at 70% 44px,rgba(255,255,255,.34) 0 2px,transparent 3px),radial-gradient(circle at 92% 92px,rgba(255,255,255,.36) 0 2px,transparent 3px),radial-gradient(circle at 82% 15px,rgba(191,48,58,.18) 0 38px,transparent 39px);
  --theme-decor-bottom:linear-gradient(90deg,transparent,rgba(201,68,76,.22),rgba(239,212,147,.16),transparent);--theme-glow:radial-gradient(circle,rgba(238,216,153,.34),rgba(189,53,63,.15) 48%,transparent 72%)
}

/* Festive themes intentionally replace black surfaces with the selected palette. */
body[data-theme]:not([data-theme="normal"]) .siteHeader{box-shadow:0 8px 30px rgba(0,0,0,.16)}
body[data-theme]:not([data-theme="normal"]) .adCopy{background:linear-gradient(125deg,var(--panel2),var(--panel) 58%,var(--bg2));border-color:var(--theme-line)}
body[data-theme]:not([data-theme="normal"]) .brandMark,body[data-theme]:not([data-theme="normal"]) .accountGlyph{background:var(--theme-button-bg);border-color:var(--theme-line);color:var(--theme-accent)}
body[data-theme]:not([data-theme="normal"]) .serviceSummary,body[data-theme]:not([data-theme="normal"]) .categoryTab,body[data-theme]:not([data-theme="normal"]) .itemIcon,body[data-theme]:not([data-theme="normal"]) .itemFallback,body[data-theme]:not([data-theme="normal"]) .emptyState,body[data-theme]:not([data-theme="normal"]) .orderSummary,body[data-theme]:not([data-theme="normal"]) .cartDrawer,body[data-theme]:not([data-theme="normal"]) .cartEntry,body[data-theme]:not([data-theme="normal"]) .stallCard,body[data-theme]:not([data-theme="normal"]) .stallProductCard,body[data-theme]:not([data-theme="normal"]) .tokenOnce,body[data-theme]:not([data-theme="normal"]) .myStallAccount,body[data-theme]:not([data-theme="normal"]) .downloadCard,body[data-theme]:not([data-theme="normal"]) .downloadIcon,body[data-theme]:not([data-theme="normal"]) .stateBadge,body[data-theme]:not([data-theme="normal"]) .stockBadge,body[data-theme]:not([data-theme="normal"]) .paymentChip{background:var(--theme-control-bg);border-color:var(--theme-line)}
body[data-theme]:not([data-theme="normal"]) .categoryTab:hover,body[data-theme]:not([data-theme="normal"]) .categoryTab.active{background:var(--theme-button-hover);border-color:var(--theme-primary-border)}
body[data-theme]:not([data-theme="normal"]) .searchBox input,body[data-theme]:not([data-theme="normal"]) .selectBox select,body[data-theme]:not([data-theme="normal"]) .cartEntryControls input,body[data-theme]:not([data-theme="normal"]) .cartEntryControls select{background:var(--theme-control-bg);border-color:var(--theme-line)}
body[data-theme]:not([data-theme="normal"]) .orderRow{background:var(--theme-card-bg);border-color:var(--theme-line)}
body[data-theme]:not([data-theme="normal"]) .cardActions,body[data-theme]:not([data-theme="normal"]) .drawerHeader,body[data-theme]:not([data-theme="normal"]) .drawerFooter,body[data-theme]:not([data-theme="normal"]) .stallLocation,body[data-theme]:not([data-theme="normal"]) .filters{border-color:var(--theme-line)}
body[data-theme]:not([data-theme="normal"]) .warningBox,body[data-theme]:not([data-theme="normal"]) .ordersPaused{background:var(--theme-announcement-bg);border-color:var(--theme-announcement-border);color:var(--theme-announcement-text)}
body[data-theme]:not([data-theme="normal"]) .siteFooter{color:rgba(255,255,255,.70)}
body[data-theme]:not([data-theme="normal"]) .sectionMeta,body[data-theme]:not([data-theme="normal"]) .identityHint,body[data-theme]:not([data-theme="normal"]) .productService,body[data-theme]:not([data-theme="normal"]) .statLabel,body[data-theme]:not([data-theme="normal"]) .stallInventoryMeta,body[data-theme]:not([data-theme="normal"]) .subtitle{color:rgba(255,255,255,.72)}
body[data-theme]:not([data-theme="normal"]) .sectionKicker{color:var(--theme-accent)}
@media(max-width:720px){.themeFestivalBanner{margin-bottom:13px;padding:8px 12px}.themeFestivalBanner strong{font-size:clamp(24px,7vw,36px)}.themeFestivalBanner span{font-size:10px;letter-spacing:.06em}.themeFestivalBanner::after{font-size:58px}}
body[data-theme]:not([data-theme="normal"]) .bindPanel,body[data-theme]:not([data-theme="normal"]) .tokenOnce>code{background:var(--theme-control-bg);border-color:var(--theme-line)}

/* 824 public market classification filters */
.marketFilters{grid-template-columns:minmax(250px,1.45fr) repeat(4,minmax(135px,.7fr)) auto}
.selectBox select:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:1180px){.marketFilters{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.marketFilters{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.marketFilters{grid-template-columns:1fr}}

/* 825: focused private stall page */
.privateStallPage{max-width:1100px;margin:0 auto;padding-top:34px;padding-bottom:72px}
.privateStallIntro{padding:22px 24px 14px}
.privateStallIntro h2{margin:4px 0 8px;font-size:clamp(24px,3vw,38px);line-height:1.15}
.privateStallBrowse{margin-top:8px}
.privateStallFilters{grid-template-columns:minmax(220px,1.7fr) repeat(4,minmax(128px,1fr)) auto}
.privateStallCatalog{margin-top:14px}
.privateStallCatalogHeading{min-height:32px}
.stallPageHeader .mainNav{margin-left:auto}
@media (max-width:1000px){.privateStallFilters{grid-template-columns:repeat(2,minmax(0,1fr))}.privateStallFilters .searchBox{grid-column:1/-1}}
@media (max-width:640px){.privateStallPage{padding-top:18px}.privateStallIntro{padding:18px 16px 10px}.privateStallFilters{grid-template-columns:1fr}.privateStallFilters .searchBox{grid-column:auto}.stallPageHeader .headerActions{display:none}}
/* 826: private-stall acquisition mode */
.stallModeTabs{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}
.acquisitionActions{display:grid;grid-template-columns:minmax(78px,100px) 1fr;gap:8px;align-items:center}
.quantityInput{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;background:var(--input-bg,#0b1320);color:inherit;padding:9px 10px;font:inherit}
#acquisitionCart .orderRow{align-items:center;gap:12px}
#acquisitionCart .cardActions{display:flex;gap:8px;align-items:center}
#acquisitionCart .quantityInput{max-width:110px}
@media (max-width:640px){.acquisitionActions{grid-template-columns:1fr}.stallModeTabs .button{flex:1}}
