:root {
  --bg: #0b0714;
  --bg2: #120b22;
  --panel: rgba(20, 12, 34, .90);
  --panel2: rgba(31, 18, 52, .92);
  --panel3: rgba(43, 24, 70, .94);
  --text: #f7f0ff;
  --muted: #b8a7cf;
  --brand: #a855f7;
  --brand2: #ec4899;
  --accent: #22d3ee;
  --danger: #ff4d6d;
  --ok: #29d889;
  --line: rgba(216, 180, 254, .16);
  --line2: rgba(168, 85, 247, .45);
  --shadow: 0 22px 70px rgba(0, 0, 0, .42);
  --soft-glow: 0 0 40px rgba(168, 85, 247, .18);
  --font-main: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Microsoft YaHei", "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Arial Black", "Bahnschrift", "DIN Alternate", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; font-family: var(--font-main); background: var(--bg); color: var(--text); font-size: 15.5px; }
body {
  background:
    linear-gradient(135deg, rgba(168, 85, 247, .18) 0%, transparent 28%),
    radial-gradient(circle at 82% 6%, rgba(236, 72, 153, .20), transparent 31%),
    radial-gradient(circle at 14% 72%, rgba(34, 211, 238, .10), transparent 26%),
    linear-gradient(180deg, #090613 0%, #120a21 44%, #05030a 100%);
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
ul, ol { color: var(--muted); line-height: 1.75; }
p { color: var(--muted); line-height: 1.7; }
.nav {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 12px 22px;
  background: rgba(6, 14, 26, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(50,217,255,.65), transparent);
}
.nav-title {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 950;
  color: transparent;
  letter-spacing: 1.8px;
  background: linear-gradient(92deg, #f5d0fe 0%, #c084fc 35%, #a855f7 62%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 22px rgba(168,85,247,.28);
  position: relative;
}
.nav-title::after {
  content: "";
  position: absolute; left: 8%; right: 8%; bottom: -5px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(192,132,252,.9), transparent);
  box-shadow: 0 0 18px rgba(168,85,247,.8);
}
.brand-art {
  font-family: var(--font-display);
  font-weight: 950;
  background: linear-gradient(92deg, #f5d0fe 0%, #c084fc 35%, #a855f7 62%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav-left { grid-column: 1; justify-self: start; display: flex; align-items: center; gap: 15px; color: var(--muted); font-weight: 700; }
.nav-right { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 12px; }
.nav-left a:hover, .nav-link:hover, .footer-links a:hover, .nav-text-btn:hover, .footer-link-btn:hover { color: var(--brand); }
.nav-text-btn, .footer-link-btn { border: 0; background: transparent; color: var(--muted); padding: 0; cursor: pointer; font-weight: 700; }
.footer-link-btn { font-size: inherit; }
.nav-link { color: var(--muted); font-weight: 700; }
.cart-icon {
  position: relative;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(14, 27, 45, .82);
}
.cart-count {
  position: absolute; top: -9px; right: -9px;
  background: var(--accent); color: #06101e;
  font-size: 12px; min-width: 22px; height: 22px;
  border-radius: 999px; display: grid; place-items: center; font-weight: 900;
}
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.main-visual { position: relative; overflow: hidden; padding: 46px 0 36px; border-bottom: 1px solid var(--line); }
.main-visual::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(50,217,255,.12), transparent 34%),
    radial-gradient(circle at 72% 28%, rgba(124,92,255,.18), transparent 26%);
  pointer-events: none;
}
.main-visual::after {
  content: "CS2 DELTA";
  position: absolute;
  right: -28px;
  bottom: -34px;
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 124px);
  font-weight: 900;
  letter-spacing: -4px;
  color: rgba(255,255,255,.035);
  pointer-events: none;
}
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) 390px; gap: 24px; align-items: center; }
.hero-copy { display: grid; gap: 15px; }
.badge {
  display: inline-flex; width: fit-content; gap: 8px; align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(50,217,255,.10);
  color: #b7efff;
  border: 1px solid rgba(50,217,255,.28);
  font-weight: 750;
  letter-spacing: .2px;
}
h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -1.8px;
}
h2 { font-family: var(--font-display); font-size: 26px; margin: 0 0 14px; letter-spacing: -.25px; }
h3 { margin-top: 0; letter-spacing: -.15px; font-size: 17px; }
.hero-copy p { max-width: 680px; font-size: 16px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; }
.hero-stats div { background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 18px; padding: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.hero-stats strong { display: block; font-family: var(--font-display); font-size: 22px; color: var(--brand); }
.hero-stats span { color: var(--muted); font-size: 13px; font-weight: 750; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.btn {
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: .16s transform, .16s opacity, .16s border-color, .16s box-shadow;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #06101e;
  box-shadow: 0 14px 34px rgba(50,217,255,.18);
}
.btn-primary:hover { box-shadow: 0 18px 46px rgba(124,92,255,.22); }
.btn-secondary { background: rgba(18,33,54,.82); color: var(--text); border: 1px solid var(--line); }
.btn-danger { background: rgba(255,77,109,.12); color: #ff9bad; border: 1px solid rgba(255,77,109,.34); }
.compact { padding: 9px 12px; border-radius: 999px; }
.full { width: 100%; }
.vertical-actions { flex-direction: column; }
.card {
  background: linear-gradient(180deg, rgba(18,34,55,.88), rgba(9,19,34,.92));
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.045);
}
.card-body { padding: 16px; }
.hero-panel { padding: 18px; border-color: rgba(50,217,255,.28); box-shadow: var(--shadow), var(--soft-glow); }
.panel-head { display: flex; align-items: center; justify-content: space-between; color: #b7efff; font-weight: 850; margin-bottom: 14px; }
.panel-head a { color: var(--muted); font-size: 13px; }
.featured-player { display: grid; grid-template-columns: 82px 1fr; gap: 12px; align-items: center; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.043); border: 1px solid var(--line); }
.featured-avatar {
  height: 82px; border-radius: 18px; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 23px; font-weight: 900;
  color: var(--brand);
  background: linear-gradient(135deg, rgba(50,217,255,.18), rgba(124,92,255,.16)), #08111f;
  border: 1px solid rgba(50,217,255,.22);
}
.featured-player p { margin: 4px 0 0; }
.quick-order { display: grid; gap: 10px; margin-top: 14px; }
.quick-order a { padding: 13px 14px; border-radius: 14px; background: rgba(50,217,255,.08); border: 1px solid rgba(50,217,255,.20); font-weight: 800; }
.quick-order a:hover { background: rgba(50,217,255,.14); }
.panel-note { margin-top: 14px; padding: 12px; border-radius: 14px; color: #b7efff; background: rgba(50,217,255,.075); border: 1px solid rgba(50,217,255,.18); line-height: 1.55; font-size: 13px; }
.section { padding: 30px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.overline { display: block; color: var(--brand); font-size: 12px; letter-spacing: 2.4px; font-weight: 900; margin-bottom: 8px; }
.game-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.game-tab { white-space: nowrap; border: 1px solid var(--line); background: rgba(13,25,42,.72); color: var(--muted); padding: 10px 14px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.game-tab.active, .game-tab:hover { color: #06101e; background: linear-gradient(135deg, var(--brand), #9defff); border-color: transparent; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 16px; align-items: start; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.product-card { position: relative; transition: .18s transform, .18s border-color, .18s box-shadow; }
.product-card:hover { transform: translateY(-3px); border-color: var(--line2); box-shadow: var(--shadow), 0 0 32px rgba(50,217,255,.10); }
.product-link { display: block; }
.product-img {
  position: relative;
  height: 158px;
  background:
    linear-gradient(135deg, rgba(50,217,255,.16), transparent 42%),
    radial-gradient(circle at 76% 28%, rgba(124,92,255,.26), transparent 32%),
    linear-gradient(135deg, #13233a, #07111f);
  display: grid; place-items: center; overflow: hidden;
}
.product-img.has-image {
  background: #07111f;
}
.product-card-image, .detail-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.product-img.has-image::before, .detail-banner.has-image::before {
  inset: 0;
  border: 0;
  border-radius: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 10, 19, .08), rgba(5, 10, 19, .18));
}
.product-img.has-image::after, .detail-banner.has-image::after {
  display: none;
}
.product-img.has-image .tag-corner, .detail-banner.has-image .tag-corner {
  z-index: 3;
}
.product-img::before, .detail-banner::before {
  content: "";
  position: absolute; inset: 16px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 18px;
}
.product-img::after, .detail-banner::after { content: ""; position: absolute; inset: auto -20% -54% -20%; height: 92%; background: radial-gradient(ellipse at center, rgba(50,217,255,.18), transparent 65%); }
.emoji-large { position: absolute; right: 16px; bottom: 8px; z-index: 1; font-size: 54px; opacity: .16; filter: grayscale(.1); }
.game-code { position: relative; z-index: 2; font-family: var(--font-display); font-size: clamp(23px, 3vw, 34px); font-weight: 900; letter-spacing: -1px; color: #edf7ff; text-shadow: 0 0 26px rgba(50,217,255,.22); }
.tag-corner { position: absolute; top: 12px; left: 12px; z-index: 3; padding: 6px 10px; border-radius: 999px; background: rgba(6,16,30,.74); color: #b7efff; border: 1px solid rgba(50,217,255,.28); font-size: 12px; font-weight: 850; backdrop-filter: blur(10px); }
.product-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #b7efff; font-size: 13px; font-weight: 800; margin-bottom: 8px; }
.product-meta { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin: 12px 0; }
.product-meta span { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.045); border: 1px solid var(--line); }
.product-actions { padding-top: 0; }
.price { color: var(--brand); font-family: var(--font-display); font-size: 21px; font-weight: 900; }
.muted { color: var(--muted); }
.side-panel { position: sticky; top: 82px; }
.rank-list { display: grid; gap: 8px; }
.rank-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.rank-row:hover { border-color: var(--line2); }
.rank-row span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 999px; background: rgba(50,217,255,.12); color: var(--brand); border: 1px solid rgba(50,217,255,.22); font-weight: 900; }
.rank-row strong { font-size: 14px; }
.rank-row em { color: var(--brand); font-style: normal; font-weight: 850; }
.trust-grid, .info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-card, .mini-card { background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.trust-card span { font-size: 26px; display: block; margin-bottom: 10px; opacity: .86; }
.trust-card strong, .mini-card strong { color: #d8f8ff; }
.trust-card p, .mini-card p { margin-bottom: 0; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { position: relative; background: rgba(13,25,42,.78); border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 999px; background: rgba(50,217,255,.12); color: var(--brand); border: 1px solid rgba(50,217,255,.28); font-weight: 900; margin-bottom: 10px; }
.pill { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; background: rgba(50,217,255,.09); border: 1px solid rgba(50,217,255,.24); color: #b7efff; font-weight: 750; font-size: 13px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) 360px; gap: 18px; align-items: start; padding: 34px 0; }
.detail-box { padding: 22px; }
.detail-banner { position: relative; min-height: 300px; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(50,217,255,.20), transparent 30%), linear-gradient(135deg, #13233a, #07111f); overflow: hidden; }
.detail-banner .emoji-large { font-size: 72px; opacity: .14; }
.detail-banner .game-code { font-size: clamp(32px, 6vw, 58px); }
.include-list { display: flex; gap: 10px; flex-wrap: wrap; }
.include-list span { padding: 9px 11px; border-radius: 999px; background: rgba(255,255,255,.045); border: 1px solid var(--line); color: var(--text); font-weight: 750; }
.sticky-buy { position: sticky; top: 82px; border-color: rgba(50,217,255,.28); }
.qty-row { display: flex; align-items: center; gap: 10px; margin: 18px 0; }
.qty-row input { width: 90px; background: rgba(5,10,19,.8); color: var(--text); border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 16px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-actions { display: flex; gap: 8px; align-items: center; }
.input, textarea { width: 100%; background: rgba(5,10,19,.78); border: 1px solid var(--line); border-radius: 14px; padding: 12px; color: var(--text); }
.input:focus, textarea:focus, input:focus { outline: none; border-color: rgba(50,217,255,.52); box-shadow: 0 0 0 3px rgba(50,217,255,.10); }
.chat-shell { display: grid; grid-template-rows: 1fr auto; height: calc(100vh - 68px); padding: 18px 0; gap: 12px; }
.messages { overflow: auto; background: rgba(13,25,42,.78); border: 1px solid var(--line); border-radius: 24px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 78%; padding: 12px 14px; border-radius: 16px; line-height: 1.5; white-space: pre-wrap; }
.msg.user { align-self: flex-end; background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #06101e; }
.msg.ai, .msg.human { align-self: flex-start; background: var(--panel2); }
.msg.system { align-self: center; color: var(--muted); background: transparent; font-size: 13px; }
.chat-form { display: flex; gap: 10px; }
.chat-form input { flex: 1; }
.admin-layout { display: grid; grid-template-columns: 320px 1fr; gap: 16px; }
.list { background: rgba(13,25,42,.78); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.list-item { padding: 14px; border-bottom: 1px solid var(--line); cursor: pointer; }
.list-item:hover { background: rgba(255,255,255,.045); }
.notice { border: 1px solid rgba(50,217,255,.24); background: rgba(50,217,255,.07); padding: 14px; border-radius: 16px; color: #b7efff; }
.warning-card { border-color: rgba(255,77,109,.35); }
.footer { color: var(--muted); border-top: 1px solid var(--line); padding: 22px 0; margin-top: 40px; background: rgba(5,10,19,.32); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
.small { font-size: 13px; }
hr.soft { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.profile-card { overflow: hidden; }
.profile-avatar { position: relative; height: 132px; display: grid; place-items: center; font-size: 48px; background: radial-gradient(circle at 50% 30%, rgba(50,217,255,.22), transparent 42%), linear-gradient(135deg, #13233a, #07111f); }
.profile-avatar span { opacity: .7; filter: grayscale(.1); }
.profile-avatar em { position: absolute; right: 12px; top: 12px; font-style: normal; background: rgba(6,16,30,.74); color: #b7efff; border: 1px solid rgba(50,217,255,.26); border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 850; }
.profile-meta { color: var(--muted); font-size: 14px; margin-top: 6px; }
.page-hero { margin-bottom: 18px; background: linear-gradient(135deg, rgba(50,217,255,.09), rgba(18,34,55,.88)); }
.checkline { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); line-height: 1.5; margin-top: 14px; }
.checkline input { margin-top: 4px; transform: scale(1.15); }
.policy-page { max-width: 920px; }
.policy-page h1 { margin-bottom: 10px; }
.policy-page h2 { margin-top: 24px; font-size: 21px; }
.policy-page li { color: var(--muted); line-height: 1.7; margin: 8px 0; }
.policy-card { padding: 22px; margin: 18px 0; }
.order-result { margin-top: 18px; }
.status-paid { color: var(--ok); font-weight: 900; }
.status-pending { color: var(--brand); font-weight: 900; }
.table-like { display: grid; gap: 10px; }
.table-row { display: grid; grid-template-columns: 160px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 10px 0; }
.table-row:last-child { border-bottom: 0; }
.float-dock { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: grid; gap: 8px; }
.float-dock a { display: grid; grid-template-columns: 24px auto; align-items: center; gap: 8px; min-width: 96px; padding: 10px 12px; border-radius: 999px; background: rgba(13,25,42,.86); border: 1px solid var(--line); box-shadow: var(--shadow); font-weight: 800; backdrop-filter: blur(12px); }
.float-dock a:hover { border-color: var(--line2); }
.float-dock span { font-size: 13px; color: var(--muted); }
.modal-backdrop {
  position: fixed; inset: 0; z-index: 80;
  display: none; place-items: center;
  padding: 20px;
  background: rgba(4, 2, 10, .72);
  backdrop-filter: blur(14px);
}
.modal-backdrop.show { display: grid; }
.modal-card {
  position: relative;
  width: min(620px, 100%);
  max-height: min(720px, 90vh);
  overflow: auto;
  border: 1px solid rgba(192,132,252,.32);
  border-radius: 26px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(28,16,48,.98), rgba(13,7,25,.98));
  box-shadow: var(--shadow), 0 0 70px rgba(168,85,247,.18);
}
.modal-close {
  position: absolute; right: 16px; top: 14px;
  width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--text); cursor: pointer;
  font-size: 24px; line-height: 1;
}
.join-contact {
  padding: 14px 16px;
  border: 1px solid rgba(168,85,247,.34);
  border-radius: 16px;
  background: rgba(168,85,247,.10);
  color: #f5d0fe;
}
.join-detail ul { margin-top: 8px; }
.footer-brand { font-size: 17px; letter-spacing: .8px; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(16px); opacity: 0; pointer-events: none; z-index: 50; background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #06101e; padding: 12px 16px; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow); transition: .2s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 1020px) {
  .hero-layout, .content-layout, .detail-layout { grid-template-columns: 1fr; }
  .side-panel, .sticky-buy { position: static; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .trust-grid, .info-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .nav { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .nav-left, .nav-title, .nav-right { grid-column: 1; justify-self: center; }
  .nav-left, .nav-right { flex-wrap: wrap; justify-content: center; }
  .grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 620px) {
  .grid, .service-grid, .trust-grid, .info-grid, .steps { grid-template-columns: 1fr; }
  .table-row { grid-template-columns: 1fr; gap: 4px; }
  .cart-item { grid-template-columns: 1fr; }
  .chat-form { flex-direction: column; }
  .hero-stats { grid-template-columns: 1fr; }
  .main-visual { padding-top: 30px; }
  h1 { letter-spacing: -1px; }
  .float-dock { right: 10px; bottom: 10px; }
  .float-dock a { min-width: auto; grid-template-columns: 1fr; }
  .float-dock span { display: none; }
}


/* v6 payment split: Alipay hosted + WeChat manual QR */
.payment-card { max-width: 860px; }
.payment-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.pay-choice {
  border: 1px solid rgba(160, 170, 255, .22);
  background: linear-gradient(135deg, rgba(109, 40, 217, .18), rgba(15, 23, 42, .82));
  color: var(--text);
  border-radius: 22px;
  padding: 18px;
  text-align: left;
  cursor: pointer;
  min-height: 160px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}
.pay-choice:hover { transform: translateY(-2px); border-color: rgba(168, 85, 247, .7); }
.pay-choice strong { display: block; font-size: 1.25rem; margin-bottom: 8px; }
.pay-choice span { display: block; color: var(--muted); line-height: 1.65; }
.pay-choice em { display: inline-block; margin-top: 14px; color: #d8b4fe; font-style: normal; font-weight: 800; }
.pay-choice:disabled { opacity: .65; cursor: wait; transform: none; }
.wechat-pay-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 16px;
}
.wechat-qr {
  width: 240px;
  height: 240px;
  display: block;
  border-radius: 24px;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
}
.manual-order-box { min-width: 0; }
.compact-table .table-row { gap: 12px; }
@media (max-width: 760px) {
  .payment-choice-grid,
  .wechat-pay-layout { grid-template-columns: 1fr; }
  .wechat-qr { width: 100%; max-width: 280px; height: auto; }
}

.admin-order-actions { margin-top: 10px; gap: 8px; justify-content: flex-start; }


.package-sections { display: grid; gap: 14px; margin: 14px 0 18px; }
.package-section { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); overflow: hidden; }
.package-section h4 { margin: 0; padding: 12px 14px; color: #f5d0fe; background: rgba(168,85,247,.10); border-bottom: 1px solid var(--line); }
.package-table { display: grid; }
.package-row { display: grid; grid-template-columns: 132px 1fr; gap: 12px; padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,.06); align-items: start; }
.package-row:last-child { border-bottom: 0; }
.package-row strong { color: var(--brand); font-family: var(--font-display); }
.package-row span { color: var(--muted); line-height: 1.55; }
.note-card { border: 1px solid rgba(34,211,238,.18); background: rgba(34,211,238,.07); color: #c7f7ff; border-radius: 16px; padding: 13px 14px; line-height: 1.65; margin: 8px 0 16px; }
