/* WEST-EAST CLOUD — GPU product landing (contracting entity confirmed at signing) */
:root {
  --ink: #0b1220;
  --ink-2: #0f172a;
  --ink-3: #1e293b;
  --line: #1f2937;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --brand: #2563eb;
  --brand-2: #1d4ed8;
  --accent: #22d3ee;
  --accent-2: #60a5fa;
  --ok: #16a34a;
  --warn: #ca8a04;
  --bad: #dc2626;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gpu-landing {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  background: var(--slate-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.gpu-landing[lang="zh"] { font-family: 'Inter', 'Noto Sans SC', sans-serif; }
.gpu-landing img, .gpu-landing svg { max-width: 100%; display: block; }
.gpu-landing a { color: inherit; text-decoration: none; }
:where(.gpu-landing) button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.gpu-landing .cn { font-family: 'Noto Sans SC', sans-serif; }
.gpu-landing .num,
.gpu-landing .gpu-mono { font-family: 'JetBrains Mono', ui-monospace, 'SF Mono', monospace; font-variant-numeric: tabular-nums; }

.gpu-wrap { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }

/* ---------- Header ---------- */
.gpu-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.gpu-header.is-scrolled {
  background: linear-gradient(180deg, rgba(8, 13, 24, 0.96) 0%, rgba(11, 18, 32, 0.92) 100%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.6);
}
/* Full-width, left-anchored top bar so the logo/nav and hero text hug the left */
.gpu-header .gpu-header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(20px, 4.5vw, 88px);
}
.gpu-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-50);
}
.gpu-brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #67e8f9;
  filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.45));
  transition: transform 0.3s ease, filter 0.3s ease;
}
.gpu-brand:hover .gpu-brand-mark {
  transform: rotate(-4deg) scale(1.06);
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.75));
}
.gpu-brand-mark svg { width: 30px; height: 30px; display: block; }
@media (prefers-reduced-motion: reduce) {
  .gpu-brand-mark { transition: none; }
  .gpu-brand-mark svg animate { display: none; }
}
.gpu-brand-text { display: flex; flex-direction: column; gap: 1px; }
.gpu-brand-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.gpu-brand-product {
  font-size: 10.5px;
  color: rgba(248, 250, 252, 0.78);
  letter-spacing: 0.04em;
}
.gpu-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.gpu-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #e6ecf7;
  transition: color 0.15s;
  padding: 6px 0;
}
.gpu-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #22d3ee, #818cf8);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease;
}
.gpu-nav a:hover { color: #fff; }
.gpu-nav a:hover::after,
.gpu-nav a.is-active::after { transform: scaleX(1); }
.gpu-nav a.is-active { color: #fff; }
.gpu-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Language switcher */
.gpu-lang {
  display: inline-flex;
  padding: 3px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  margin-right: 4px;
}
.gpu-lang-btn {
  padding: 5px 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #cfd6e4;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.gpu-lang-btn:hover { color: #fff; background: rgba(255, 255, 255, 0.05); }
.gpu-lang-btn.is-active {
  background: rgba(34, 211, 238, 0.22);
  color: #a5f3fc;
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.45);
}

/* Account pill (header — clickable, opens cabinet) */
.gpu-account-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 11.5px;
  font-weight: 600;
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.gpu-account-pill:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: rgba(34, 211, 238, 0.45);
}
.gpu-account-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

/* ---------- Buttons ---------- */
.gpu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.05s;
  white-space: nowrap;
  border: 1px solid transparent;
}
.gpu-btn:active { transform: translateY(1px); }
.gpu-btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font-weight: 800;
  border-color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    0 6px 16px rgba(37, 99, 235, 0.55);
}
.gpu-btn-primary:hover {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  border-color: rgba(255, 255, 255, 0.32);
}
.gpu-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
  border-color: rgba(248, 250, 252, 0.18);
}
.gpu-btn-ghost:hover { border-color: rgba(248, 250, 252, 0.4); background: rgba(255, 255, 255, 0.08); }
.gpu-btn-signin {
  background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);
  color: #042a35;
  border-color: transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 4px 12px rgba(34, 211, 238, 0.45);
}
.gpu-btn-signin:hover {
  background: linear-gradient(135deg, #67e8f9 0%, #22d3ee 100%);
  color: #042a35;
}
.gpu-btn-outline {
  background: #fff;
  color: var(--ink-2);
  border-color: var(--slate-300);
}
.gpu-btn-outline:hover { border-color: var(--slate-400); background: var(--slate-50); }
.gpu-btn-sm { padding: 7px 12px; font-size: 12px; }
.gpu-btn-lg { padding: 13px 22px; font-size: 14px; }

.gpu-cart-btn { position: relative; }
.gpu-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 700;
  background: #fff;
  color: var(--brand);
  border-radius: 999px;
}
.gpu-cart-count[hidden] { display: none; }
.gpu-menu-toggle { display: none; color: #fff; padding: 6px; }

/* ---------- Hero ---------- */
.gpu-hero {
  position: relative;
  overflow: hidden;
  color: var(--slate-50);
  /* Pull the hero up so its full-bleed image sits behind the transparent header */
  margin-top: -68px;
  padding: clamp(124px, 14vh, 172px) 0 0;
  background: var(--ink);
}
.gpu-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gpu-hero-slides { position: absolute; inset: 0; }
.gpu-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(1.04) contrast(1.06);
  transition: opacity 1.4s ease-in-out;
}
.gpu-hero-slide.is-active { opacity: 0.96; }
.gpu-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* Soft radial darkening behind the headline so the left edge stays readable */
    radial-gradient(120% 95% at 22% 48%,
      rgba(8, 14, 28, 0.72) 0%,
      rgba(8, 14, 28, 0.45) 28%,
      rgba(8, 14, 28, 0.10) 55%,
      transparent 75%),
    /* Bottom fade into the page */
    linear-gradient(180deg,
      rgba(8, 14, 28, 0.05) 0%,
      rgba(8, 14, 28, 0.45) 72%,
      rgba(8, 14, 28, 0.98) 100%);
}
.gpu-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 70% 35%, rgba(34, 211, 238, 0.10) 0%, transparent 65%);
  z-index: 1;
  pointer-events: none;
}
.gpu-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 80%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 80%);
}
.gpu-hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
/* Full-width, left-anchored hero content (text hugs the left, not centered far right) */
.gpu-hero .gpu-hero-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(20px, 4.5vw, 88px);
  padding-right: clamp(20px, 4.5vw, 88px);
}
.gpu-hero-copy { max-width: 640px; }
@media (max-width: 900px) {
  .gpu-hero-copy { max-width: 100%; }
  .gpu-hero-slide { object-position: 65% center; }
  .gpu-hero-bg::after {
    background:
      linear-gradient(180deg,
        rgba(8, 14, 28, 0.55) 0%,
        rgba(8, 14, 28, 0.78) 55%,
        rgba(8, 14, 28, 0.98) 100%);
  }
}
.gpu-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(248, 250, 252, 0.85);
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 999px;
  margin: 0 0 24px;
}
.gpu-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: gpu-pulse 2.2s infinite;
}
@keyframes gpu-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.gpu-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
}
.gpu-hero-sub {
  margin: 0 0 32px;
  max-width: 640px;
  font-size: 16px;
  color: rgba(248, 250, 252, 0.78);
  line-height: 1.65;
}
.gpu-hero-pay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 36px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.gpu-hero-pay svg { color: var(--accent); flex-shrink: 0; }
.gpu-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.gpu-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 720px;
}
.gpu-hero-stats div { margin: 0; }
.gpu-hero-stats dt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.5);
  margin: 0 0 4px;
}
.gpu-hero-stats dd {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  font-family: 'JetBrains Mono', monospace;
  font-variant-numeric: tabular-nums;
}
.gpu-hero-stats dd span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(248, 250, 252, 0.5);
  margin-left: 2px;
  letter-spacing: 0;
}

/* Marquee */
.gpu-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gpu-marquee-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: gpu-marq 60s linear infinite;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(248, 250, 252, 0.45);
  white-space: nowrap;
}
.gpu-marquee-track span:nth-child(even) { color: rgba(34, 211, 238, 0.5); }
@keyframes gpu-marq {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */
.gpu-section { padding: 80px 0; }
.gpu-section--white { background: #fff; }
.gpu-section--dark {
  background: var(--ink-2);
  color: var(--slate-200);
}
.gpu-section--dark h2 { color: #fff; }
.gpu-section--dark p { color: rgba(248, 250, 252, 0.7); }
.gpu-section-head { margin-bottom: 36px; max-width: 720px; }
.gpu-section-head--light .gpu-eyebrow { color: rgba(34, 211, 238, 0.85); }
.gpu-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 12px;
}
.gpu-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink-2);
  line-height: 1.2;
}
.gpu-section-head p {
  margin: 0;
  max-width: 640px;
  color: var(--slate-600);
  font-size: 15px;
  line-height: 1.65;
}

/* Two-column "why" */
.gpu-grid-2col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.gpu-grid-2col h2 {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink-2);
  line-height: 1.2;
}
.gpu-lede {
  font-size: 16px;
  color: var(--slate-600);
  line-height: 1.7;
  margin: 0 0 20px;
}
.gpu-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gpu-checklist li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: var(--slate-700);
  line-height: 1.55;
}
.gpu-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 50%;
}
.gpu-checklist li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}
.gpu-figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: 0 24px 60px -20px rgba(15, 23, 42, 0.35);
  background: var(--ink-2);
}
.gpu-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gpu-figure figcaption {
  padding: 14px 18px;
  font-size: 12px;
  color: var(--slate-400);
  background: var(--ink-2);
  border-top: 1px solid var(--slate-800);
}
.gpu-figure figcaption .gpu-mono { color: var(--slate-200); }

/* Flow steps */
.gpu-flow-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  overflow: hidden;
}
.gpu-flow-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 500;
  border-right: 1px solid #bfdbfe;
}
.gpu-flow-steps li:last-child { border-right: none; }
.gpu-flow-num {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Filters */
.gpu-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 18px 18px;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
}
.gpu-filter label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 6px;
}
.gpu-filter select {
  min-width: 150px;
  padding: 8px 12px;
  font-size: 13px;
  border: 1px solid var(--slate-300);
  border-radius: 6px;
  background: #fff;
  color: var(--ink-2);
  font-family: inherit;
}
.gpu-filter select:focus { outline: 2px solid var(--brand); outline-offset: 0; border-color: var(--brand); }
.gpu-currency {
  display: inline-flex;
  padding: 3px;
  background: #fff;
  border: 1px solid var(--slate-300);
  border-radius: 6px;
  align-self: flex-end;
}
.gpu-cur-btn {
  padding: 6px 10px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--slate-500);
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.gpu-cur-btn:hover { color: var(--ink-2); }
.gpu-cur-btn.is-active {
  background: var(--ink-2);
  color: #fff;
}
.gpu-filter-hint {
  font-size: 12px;
  color: var(--slate-500);
  margin-left: auto;
}

/* Pricing table */
.gpu-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.gpu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 920px;
}
.gpu-table thead {
  background: var(--slate-50);
  border-bottom: 1px solid var(--slate-200);
}
.gpu-table th {
  text-align: left;
  padding: 13px 14px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-500);
  white-space: nowrap;
}
.gpu-table td {
  padding: 14px;
  border-bottom: 1px solid var(--slate-100);
  vertical-align: middle;
  color: var(--slate-700);
}
.gpu-table tbody tr:last-child td { border-bottom: none; }
.gpu-table tbody tr:hover { background: #fafbfc; }
.gpu-table tbody tr[hidden] { display: none; }
.gpu-model {
  font-weight: 700;
  color: var(--ink-2);
  font-size: 13.5px;
}
.gpu-model-sub {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--slate-500);
  margin-top: 3px;
  font-family: 'JetBrains Mono', monospace;
}
.gpu-price-cell strong {
  display: block;
  font-size: 14px;
  color: var(--ink-2);
  font-family: 'JetBrains Mono', monospace;
  font-variant-numeric: tabular-nums;
}
.gpu-price-cell span {
  font-size: 10.5px;
  color: var(--slate-500);
  font-family: 'JetBrains Mono', monospace;
}
.gpu-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}
.gpu-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.gpu-badge--ok { background: #dcfce7; color: #15803d; border: 1px solid #bbf7d0; }
.gpu-badge--low { background: #fef9c3; color: #a16207; border: 1px solid #fde047; }
.gpu-badge--no { background: var(--slate-100); color: var(--slate-500); border: 1px solid var(--slate-200); }
.gpu-table-note {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--slate-500);
  line-height: 1.6;
}

/* Regions */
.gpu-region-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 24px;
  align-items: center;
}
.gpu-region-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}
.gpu-region-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.gpu-region-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(34, 211, 238, 0.1);
  color: var(--accent);
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.gpu-region-tag--sz {
  background: rgba(96, 165, 250, 0.1);
  color: var(--accent-2);
}
.gpu-region-card h3 { margin: 0; font-size: 16px; font-weight: 700; color: var(--ink-2); }
.gpu-region-card dl { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.gpu-region-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--slate-100);
  font-size: 13px;
}
.gpu-region-card dl > div:last-child { border-bottom: none; padding-bottom: 0; }
.gpu-region-card dt {
  color: var(--slate-500);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.gpu-region-card dd { margin: 0; color: var(--ink-2); font-weight: 500; text-align: right; }
.gpu-region-map {
  position: relative;
  background: #060b1a;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--slate-800);
  aspect-ratio: 3 / 2;
}
.gpu-region-map-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.18) saturate(1.05) contrast(1.05);
}
.gpu-region-map::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 50% 40%, transparent 35%, rgba(6, 12, 28, 0.55) 100%);
  pointer-events: none;
}
.gpu-region-map-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.gpu-region-map-line line {
  stroke-width: 1 !important;
  stroke: #22d3ee !important;
  opacity: 0.9 !important;
  filter: drop-shadow(0 0 4px rgba(34, 211, 238, 0.7));
  stroke-dasharray: 2 2 !important;
  animation: gpu-region-dash 12s linear infinite;
}
@keyframes gpu-region-dash { to { stroke-dashoffset: -40; } }
.gpu-region-map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  z-index: 3;
}
.gpu-region-map-dot {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22d3ee;
  border: 2px solid #ecfeff;
  box-shadow:
    0 0 0 4px rgba(34, 211, 238, 0.28),
    0 0 18px rgba(34, 211, 238, 0.85),
    0 2px 6px rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
}
.gpu-region-map-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(34, 211, 238, 0.7);
  animation: gpu-region-ping 2.4s ease-out infinite;
}
.gpu-region-map-pin--sz .gpu-region-map-dot {
  background: #60a5fa;
  box-shadow:
    0 0 0 4px rgba(96, 165, 250, 0.28),
    0 0 18px rgba(96, 165, 250, 0.85),
    0 2px 6px rgba(0, 0, 0, 0.6);
}
.gpu-region-map-pin--sz .gpu-region-map-dot::after { border-color: rgba(96, 165, 250, 0.7); }
@keyframes gpu-region-ping {
  0%   { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}
.gpu-region-map-label {
  display: inline-flex;
  flex-direction: column;
  padding: 7px 11px;
  background: rgba(2, 6, 16, 0.92);
  border: 1px solid rgba(34, 211, 238, 0.55);
  border-radius: 7px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  line-height: 1.2;
  white-space: nowrap;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(34, 211, 238, 0.15);
}
.gpu-region-map-pin--sz .gpu-region-map-label {
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(96, 165, 250, 0.15);
}
.gpu-region-map-label strong {
  font-size: 12.5px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.gpu-region-map-label em {
  margin-top: 3px;
  font-size: 10px;
  font-style: normal;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  color: #cbd5e1;
  letter-spacing: 0.03em;
}
.gpu-region-map-pin--hk .gpu-region-map-label { order: -1; }
.gpu-region-map-latency {
  position: absolute;
  top: 31%;
  left: 51%;
  transform: translate(-50%, -50%);
  padding: 6px 14px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 800;
  color: #ecfeff;
  background: rgba(8, 47, 73, 0.92);
  border: 1.5px solid #22d3ee;
  border-radius: 999px;
  letter-spacing: 0.06em;
  pointer-events: none;
  z-index: 3;
  box-shadow:
    0 0 0 4px rgba(34, 211, 238, 0.15),
    0 4px 14px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(34, 211, 238, 0.45);
  text-shadow: 0 0 8px rgba(34, 211, 238, 0.6);
}
.gpu-region-map-credit {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.7);
  letter-spacing: 0.04em;
  pointer-events: none;
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 720px) {
  .gpu-region-map-label strong { font-size: 11px; }
  .gpu-region-map-label em { font-size: 9px; }
  .gpu-region-map-pin { gap: 7px; }
  .gpu-region-map-dot { width: 12px; height: 12px; }
  .gpu-region-map-latency { font-size: 10.5px; padding: 4px 10px; }
}

/* Benchmarks */
.gpu-bench { max-width: 820px; }
.gpu-bench-row {
  display: grid;
  grid-template-columns: 180px 1fr 110px;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gpu-bench-row:last-child { border-bottom: none; }
.gpu-bench-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.gpu-bench-bar {
  position: relative;
  height: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  overflow: hidden;
}
.gpu-bench-bar span {
  display: block;
  height: 100%;
  width: var(--bar);
  background: linear-gradient(90deg, var(--color), rgba(255, 255, 255, 0.4));
  border-radius: 999px;
  box-shadow: 0 0 12px var(--color);
  animation: gpu-bar-in 0.9s ease-out;
}
@keyframes gpu-bar-in {
  from { width: 0; opacity: 0.3; }
}
.gpu-bench-val {
  text-align: right;
  font-size: 12.5px;
  color: rgba(248, 250, 252, 0.85);
}
.gpu-bench-foot {
  margin: 24px 0 0;
  font-size: 12px;
  color: rgba(248, 250, 252, 0.45);
}

/* Use cases */
.gpu-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gpu-case {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.gpu-case:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(37, 99, 235, 0.18);
}
.gpu-case-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  border-radius: 8px;
  color: var(--brand);
}
.gpu-case-icon svg { width: 20px; height: 20px; }
.gpu-case h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-2);
}
.gpu-case p {
  margin: 0;
  font-size: 13px;
  color: var(--slate-600);
  line-height: 1.6;
}
.gpu-case-sku {
  margin-top: 12px !important;
  padding-top: 10px;
  border-top: 1px solid var(--slate-100);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px !important;
  color: var(--slate-500) !important;
}
.gpu-case--premium {
  border-color: var(--brand);
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 60%);
}
.gpu-case--premium .gpu-case-icon {
  background: var(--brand);
  color: #fff;
}
.gpu-case--premium .gpu-case-sku {
  color: var(--brand) !important;
  font-weight: 600;
}

/* Trust */
.gpu-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.gpu-trust-card {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}
.gpu-trust-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 32px;
  font-weight: 700;
  color: var(--ink-2);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.gpu-trust-num span { font-size: 14px; color: var(--slate-500); font-weight: 600; }
.gpu-trust-card h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
}
.gpu-trust-card p {
  margin: 0;
  font-size: 13px;
  color: var(--slate-600);
  line-height: 1.6;
}
.gpu-trust-card--legal { border-left: 3px solid var(--brand); }

/* FAQ */
.gpu-faq-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.gpu-faq { display: flex; flex-direction: column; gap: 6px; }
.gpu-faq details {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 6px;
  transition: border-color 0.15s;
}
.gpu-faq details[open] { border-color: var(--brand); background: #fff; }
.gpu-faq summary {
  padding: 16px 18px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  color: var(--ink-2);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.gpu-faq summary::-webkit-details-marker { display: none; }
.gpu-faq summary::after {
  content: '+';
  font-family: 'JetBrains Mono', monospace;
  color: var(--slate-400);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.gpu-faq details[open] summary::after { content: '−'; color: var(--brand); }
.gpu-faq p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 13.5px;
  color: var(--slate-600);
  line-height: 1.65;
}
.gpu-faq a { color: var(--brand); }

/* ---------- Footer ---------- */
.gpu-footer {
  background: var(--ink);
  color: rgba(248, 250, 252, 0.7);
  padding: 56px 0 28px;
  font-size: 13px;
}
.gpu-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}
.gpu-footer-brand {
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 0 0 4px;
}
.gpu-footer-cn { margin: 0 0 12px; font-size: 12px; color: rgba(248, 250, 252, 0.45); font-family: 'Noto Sans SC', sans-serif; }
.gpu-footer-tag { margin: 0; font-size: 13px; color: rgba(248, 250, 252, 0.55); line-height: 1.6; max-width: 280px; }
.gpu-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.gpu-footer h4 {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.45);
}
.gpu-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.gpu-footer ul a,
.gpu-footer ul button {
  color: rgba(248, 250, 252, 0.7);
  font-size: 13px;
  transition: color 0.15s;
  padding: 0;
  text-align: left;
}
.gpu-footer ul a:hover,
.gpu-footer ul button:hover { color: #fff; }
.gpu-footer a { color: rgba(248, 250, 252, 0.7); }
.gpu-footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: rgba(248, 250, 252, 0.4);
}
.gpu-footer-cn-small { font-family: 'Noto Sans SC', sans-serif; }

/* ---------- Modal ---------- */
.gpu-modal[hidden] { display: none; }
.gpu-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gpu-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.gpu-modal-panel {
  position: relative;
  width: min(480px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px 28px;
  box-shadow: 0 24px 60px rgba(11, 18, 32, 0.4);
}
.gpu-modal-panel--wide { width: min(600px, 100%); }
.gpu-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  line-height: 1;
  color: var(--slate-500);
  padding: 4px 8px;
  border-radius: 4px;
}
.gpu-modal-close:hover { color: var(--ink-2); background: var(--slate-100); }
.gpu-modal h2 { margin: 0 0 8px; font-size: 1.3rem; color: var(--ink-2); }
.gpu-modal-lead { margin: 0 0 22px; font-size: 13.5px; color: var(--slate-500); line-height: 1.6; }
.gpu-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.gpu-field[hidden] { display: none !important; }
.gpu-field span { font-size: 12px; font-weight: 600; color: var(--slate-700); }
.gpu-field input,
.gpu-field textarea,
.gpu-field select {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid var(--slate-300);
  border-radius: 6px;
  font-family: inherit;
}
.gpu-field input:focus,
.gpu-field textarea:focus { outline: 2px solid var(--brand); outline-offset: 0; border-color: var(--brand); }

/* Cart */
.gpu-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(420px, 100%);
  height: 100%;
  background: #fff;
  border-left: 1px solid var(--slate-200);
  box-shadow: -10px 0 40px rgba(11, 18, 32, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.gpu-cart-drawer.is-open { transform: translateX(0); }
.gpu-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(11, 18, 32, 0.45);
}
.gpu-cart-backdrop[hidden] { display: none; }
.gpu-cart-drawer[hidden] { display: none; }
.gpu-cart-drawer:not([hidden]) { display: flex; }
.gpu-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--slate-200);
}
.gpu-cart-head h2 { margin: 0; font-size: 1.05rem; color: var(--ink-2); }
.gpu-cart-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.gpu-cart-empty { font-size: 13px; color: var(--slate-500); margin: 0; }
.gpu-cart-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--slate-100);
  font-size: 13px;
}
.gpu-cart-item-name { font-weight: 600; color: var(--ink-2); margin: 0 0 4px; }
.gpu-cart-item-meta { color: var(--slate-500); margin: 0 0 10px; font-size: 11.5px; font-family: 'JetBrains Mono', monospace; }
.gpu-cart-item-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gpu-cart-item-price { font-weight: 700; color: var(--ink-2); font-family: 'JetBrains Mono', monospace; }
.gpu-cart-remove { font-size: 12px; color: var(--slate-500); text-decoration: underline; cursor: pointer; }
.gpu-cart-remove:hover { color: var(--bad); }
.gpu-cart-foot { padding: 18px 20px 20px; border-top: 1px solid var(--slate-200); background: var(--slate-50); }
.gpu-cart-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 15px; margin-bottom: 14px; color: var(--ink-2); }
.gpu-cart-total span:last-child { font-family: 'JetBrains Mono', monospace; }
.gpu-cart-foot .gpu-btn { width: 100%; margin-bottom: 8px; }

/* Invoice */
.gpu-invoice-box {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  background: var(--slate-50);
  font-size: 13px;
}
.gpu-invoice-box h3 { margin: 0 0 6px; font-size: 18px; color: var(--ink-2); font-family: 'JetBrains Mono', monospace; }
.gpu-invoice-lines { width: 100%; border-collapse: collapse; margin: 14px 0; }
.gpu-invoice-lines th,
.gpu-invoice-lines td {
  text-align: left;
  padding: 9px 0;
  border-bottom: 1px solid var(--slate-200);
  font-size: 12.5px;
}
.gpu-invoice-lines th { color: var(--slate-500); font-weight: 600; }
.gpu-invoice-total { font-weight: 700; font-size: 16px; margin-top: 14px; font-family: 'JetBrains Mono', monospace; }

/* ---------- Cabinet (fake B2B dashboard) ---------- */
.gpu-dash[hidden] { display: none; }
.gpu-dash {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.gpu-dash-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.gpu-dash-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: 100vh;
  margin: 20px;
  background: var(--slate-50);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 80px rgba(11, 18, 32, 0.5);
  border: 1px solid var(--slate-200);
}
.gpu-dash-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px 20px;
  background: #fff;
  border-bottom: 1px solid var(--slate-200);
}
.gpu-dash-head-info { flex: 1; min-width: 0; }
.gpu-dash-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(37, 99, 235, 0.08);
  border-radius: 999px;
}
.gpu-dash-head h2 {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink-2);
  letter-spacing: -0.02em;
}
.gpu-dash-head h2 #gpu-dash-company { color: var(--brand); }
.gpu-dash-email {
  margin: 0;
  font-size: 13px;
  color: var(--slate-500);
  font-family: 'JetBrains Mono', monospace;
}
.gpu-dash-head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.gpu-dash-tabs {
  display: flex;
  gap: 0;
  background: #fff;
  padding: 0 28px;
  border-bottom: 1px solid var(--slate-200);
  overflow-x: auto;
}
.gpu-dash-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-500);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}
.gpu-dash-tab:hover { color: var(--ink-2); }
.gpu-dash-tab.is-active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
.gpu-dash-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--slate-100);
  color: var(--slate-500);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
}
.gpu-dash-tab.is-active .gpu-dash-tab-count {
  background: var(--brand);
  color: #fff;
}

.gpu-dash-body {
  flex: 1;
  overflow-y: auto;
  padding: 28px;
}
.gpu-dash-pane { display: none; }
.gpu-dash-pane.is-active,
.gpu-dash-pane:not([hidden]) { display: block; }
.gpu-dash-pane[hidden] { display: none !important; }

/* Stats grid */
.gpu-dash-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.gpu-dash-stat {
  margin: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}
.gpu-dash-stat dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 8px;
}
.gpu-dash-stat dd {
  margin: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink-2);
  letter-spacing: -0.02em;
}

.gpu-dash-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.gpu-dash-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 22px;
}
.gpu-dash-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.gpu-dash-card-head h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-2);
}
.gpu-dash-meta { font-size: 12px; color: var(--slate-500); font-family: 'JetBrains Mono', monospace; }
.gpu-dash-foot {
  margin: 14px 0 0;
  font-size: 11.5px;
  color: var(--slate-500);
  line-height: 1.5;
}

/* Usage chart (CSS-only bars) */
.gpu-dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 110px;
  padding: 0 2px;
}
.gpu-dash-chart .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--brand) 0%, rgba(37, 99, 235, 0.4) 100%);
  border-radius: 3px 3px 0 0;
  min-height: 4px;
  position: relative;
  transition: opacity 0.15s;
}
.gpu-dash-chart .bar:hover { opacity: 0.8; }
.gpu-dash-chart .bar.today {
  background: linear-gradient(180deg, var(--accent) 0%, rgba(34, 211, 238, 0.4) 100%);
}

/* Activity list */
.gpu-dash-activity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.gpu-dash-activity li {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--slate-100);
  font-size: 13px;
}
.gpu-dash-activity li:last-child { border-bottom: none; }
.gpu-dash-activity li.gpu-dash-empty {
  display: block;
  text-align: center;
  padding: 24px 0;
  color: var(--slate-400);
  font-size: 13px;
}
.gpu-dash-act-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--slate-100);
  color: var(--slate-500);
  border-radius: 50%;
  font-size: 12px;
}
.gpu-dash-act-icon.is-paid { background: #dcfce7; color: #15803d; }
.gpu-dash-act-icon.is-pending { background: #fef9c3; color: #a16207; }
.gpu-dash-act-icon.is-running { background: rgba(34, 211, 238, 0.15); color: #0891b2; }
.gpu-dash-act-title { color: var(--ink-2); font-weight: 500; line-height: 1.4; }
.gpu-dash-act-sub { color: var(--slate-500); font-size: 11.5px; font-family: 'JetBrains Mono', monospace; }
.gpu-dash-act-time { color: var(--slate-500); font-size: 11.5px; font-family: 'JetBrains Mono', monospace; white-space: nowrap; }

/* Section head inside tabs */
.gpu-dash-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.gpu-dash-section-head h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-2);
}
.gpu-dash-section-head p {
  margin: 0;
  font-size: 13px;
  color: var(--slate-500);
  max-width: 560px;
}

/* Dashboard table */
.gpu-dash-table-wrap {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  overflow-x: auto;
}
.gpu-dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 720px;
}
.gpu-dash-table thead { background: var(--slate-50); border-bottom: 1px solid var(--slate-200); }
.gpu-dash-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate-500);
  white-space: nowrap;
}
.gpu-dash-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--slate-100);
  vertical-align: middle;
  color: var(--slate-700);
}
.gpu-dash-table tbody tr:last-child td { border-bottom: none; }
.gpu-dash-table tbody tr:hover { background: #fafbfc; }
.gpu-dash-table .name { font-weight: 600; color: var(--ink-2); }
.gpu-dash-table .sub { display: block; font-size: 11px; color: var(--slate-500); font-family: 'JetBrains Mono', monospace; margin-top: 2px; }
.gpu-dash-table .mono { font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.gpu-dash-link-btn {
  font-size: 12px;
  color: var(--brand);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  font-family: inherit;
}
.gpu-dash-link-btn:hover { color: var(--brand-2); }
.gpu-dash-table .actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  white-space: nowrap;
}

/* Status pills */
.gpu-dash-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
}
.gpu-dash-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.gpu-dash-pill--ok { background: #dcfce7; color: #15803d; border: 1px solid #bbf7d0; }
.gpu-dash-pill--warn { background: #fef9c3; color: #a16207; border: 1px solid #fde047; }
.gpu-dash-pill--prov { background: rgba(34, 211, 238, 0.12); color: #0891b2; border: 1px solid rgba(34, 211, 238, 0.35); }
.gpu-dash-pill--gray { background: var(--slate-100); color: var(--slate-500); border: 1px solid var(--slate-200); }
.gpu-dash-pill--gray::before { background: var(--slate-400); }
.gpu-dash-pill--prov::before {
  animation: gpu-pulse 1.6s infinite;
  box-shadow: 0 0 0 0 rgba(8, 145, 178, 0.5);
}

/* Account tab */
.gpu-dash-account {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 24px;
}
.gpu-dash-acc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  margin: 0;
}
.gpu-dash-acc-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--slate-100);
}
.gpu-dash-acc-grid dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.gpu-dash-acc-grid dd {
  margin: 0;
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 500;
}
.gpu-dash-account-foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-200);
  font-size: 13px;
  color: var(--slate-500);
}
.gpu-dash-account-foot p { margin: 0; line-height: 1.6; }
.gpu-dash-account-foot a { color: var(--brand); }

@media (max-width: 880px) {
  .gpu-dash-panel { margin: 0; border-radius: 0; }
  .gpu-dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-dash-grid-2 { grid-template-columns: 1fr; }
  .gpu-dash-section-head { flex-direction: column; align-items: flex-start; }
  .gpu-dash-acc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .gpu-dash-stats { grid-template-columns: 1fr; }
  .gpu-dash-body { padding: 16px; }
  .gpu-dash-head { padding: 16px 18px; }
  .gpu-dash-tabs { padding: 0 12px; }
  .gpu-dash-tab { padding: 12px 12px; }
}

/* ---------- Auth modal — tabs + password ---------- */
.gpu-auth-tabs {
  display: flex;
  gap: 0;
  margin: 0 0 24px;
  padding: 4px;
  background: var(--slate-100);
  border-radius: 10px;
}
.gpu-auth-tab {
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-500);
  background: transparent;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.gpu-auth-tab:hover { color: var(--ink-2); }
.gpu-auth-tab.is-active {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.gpu-field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.gpu-field-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--brand);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gpu-field-toggle:hover { color: var(--brand-2); }
.gpu-auth-meta {
  margin: -4px 0 6px;
  font-size: 12px;
  color: var(--slate-500);
  line-height: 1.5;
}
.gpu-auth-meta a {
  color: var(--brand);
  text-decoration: none;
}
.gpu-auth-meta a:hover { text-decoration: underline; }

/* ---------- Cabinet preview section ---------- */
.gpu-section--cabinet {
  background: linear-gradient(180deg, #0f172a 0%, #111c34 100%);
  color: var(--slate-50);
  padding: 96px 0 110px;
  position: relative;
  overflow: hidden;
}
.gpu-section--cabinet::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(37, 99, 235, 0.22) 0%, transparent 65%),
    radial-gradient(40% 40% at 90% 90%, rgba(34, 211, 238, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.gpu-section--cabinet .gpu-wrap { position: relative; z-index: 1; }
.gpu-cabinet-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.gpu-cabinet-head .gpu-eyebrow {
  display: inline-flex;
  padding: 5px 12px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.3);
  color: #a5f3fc;
  border-radius: 999px;
  margin-bottom: 18px;
}
.gpu-cabinet-head h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #fff;
}
.gpu-cabinet-head .gpu-lede {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.85);
}

.gpu-cabinet-shot {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 56px;
}
.gpu-cabinet-shot::before {
  content: '';
  position: absolute;
  inset: -30px;
  background: radial-gradient(60% 60% at 50% 50%, rgba(37, 99, 235, 0.35) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}
.gpu-cabinet-frame {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
}
.gpu-cabinet-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--slate-100);
  border-bottom: 1px solid var(--slate-200);
}
.gpu-cabinet-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.gpu-cabinet-dot--r { background: #ef4444; }
.gpu-cabinet-dot--y { background: #f59e0b; }
.gpu-cabinet-dot--g { background: #22c55e; }
.gpu-cabinet-url {
  margin-left: 14px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 6px;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--slate-500);
  flex: 1;
  max-width: 320px;
}
.gpu-cabinet-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== Live cabinet preview (in-page mini-dashboard) ===== */
.gpu-cabinet-frame--live { background: linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%); }
.gpu-cabinet-url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gpu-cabinet-url svg { color: #22c55e; }
.gpu-cabinet-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #16a34a;
  background: rgba(34, 197, 94, 0.10);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 999px;
}
.gpu-cabinet-live-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: gpu-cab-livepulse 1.8s ease-out infinite;
}
@keyframes gpu-cab-livepulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.gpu-cab { padding: 22px 26px 26px; color: #0f172a; }
.gpu-cab-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.gpu-cab-eyebrow {
  margin: 0 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}
.gpu-cab-eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  margin-right: 7px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.gpu-cab-h {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.gpu-cab-h span { color: #2563eb; }
.gpu-cab-email {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
}
.gpu-cab-email .gpu-mono { color: #475569; }
.gpu-cab-head-actions { display: flex; align-items: center; gap: 10px; }
.gpu-cab-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0891b2;
  background: rgba(34, 211, 238, 0.10);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 6px;
}
.gpu-cab-signout {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: transparent;
  border: 1px solid var(--slate-200);
  border-radius: 6px;
  cursor: pointer;
}
.gpu-cab-signout:hover { color: #0f172a; border-color: var(--slate-300); }

.gpu-cab-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid var(--slate-200);
}
.gpu-cab-tab {
  position: relative;
  padding: 9px 14px 11px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.15s;
}
.gpu-cab-tab:hover { color: #1e293b; }
.gpu-cab-tab.is-active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
.gpu-cab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--slate-100);
  color: #475569;
  border-radius: 999px;
}
.gpu-cab-tab.is-active .gpu-cab-count { background: rgba(37, 99, 235, 0.12); color: #2563eb; }
.gpu-cab-pulse {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: gpu-cab-livepulse 1.8s ease-out infinite;
}

.gpu-cab-panels { min-height: 320px; }
.gpu-cab-panel { display: none; animation: gpu-cab-fadein 0.35s ease both; }
.gpu-cab-panel.is-active { display: block; }
@keyframes gpu-cab-fadein {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.gpu-cab-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.gpu-cab-kpis--inv { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 18px; }
.gpu-cab-kpi {
  position: relative;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}
.gpu-cab-kpi::after {
  content: '';
  position: absolute;
  top: 0; left: 16px; right: 16px;
  height: 2px;
  background: linear-gradient(90deg, #22d3ee, #2563eb);
  border-radius: 0 0 2px 2px;
  opacity: 0.7;
}
.gpu-cab-kpi-lbl {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
}
.gpu-cab-kpi strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.gpu-cab-kpi strong small {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  margin-left: 2px;
}
.gpu-cab-trend {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
  color: #64748b;
}
.gpu-cab-trend--up { color: #16a34a; }

.gpu-cab-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.gpu-cab-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 16px;
  overflow: hidden;
}
.gpu-cab-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.gpu-cab-card header strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}
.gpu-cab-card header p {
  margin: 2px 0 0;
  font-size: 11px;
  color: #94a3b8;
}
.gpu-cab-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 4px;
}
.gpu-cab-chip--soft { color: #64748b; background: var(--slate-100); }

.gpu-cab-chart {
  width: 100%;
  height: 130px;
  display: block;
}
.gpu-cab-chart-grid line { stroke: var(--slate-200); stroke-width: 1; stroke-dasharray: 2 3; }
.gpu-cab-chart-line { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: gpu-cab-drawline 1.8s ease-out forwards; }
.gpu-cab-chart-area { opacity: 0; animation: gpu-cab-fadefill 1.8s ease-out forwards 0.4s; }
.gpu-cab-chart-now-pulse { animation: gpu-cab-nowpulse 1.6s ease-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes gpu-cab-drawline { to { stroke-dashoffset: 0; } }
@keyframes gpu-cab-fadefill { from { opacity: 0; } to { opacity: 1; } }
@keyframes gpu-cab-nowpulse {
  0%   { r: 3.5; opacity: 0.6; }
  100% { r: 12; opacity: 0; }
}
.gpu-cab-chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 10px;
  color: #94a3b8;
  font-family: 'JetBrains Mono', monospace;
}

.gpu-cab-card--events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gpu-cab-event {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 7px 9px;
  background: var(--slate-50);
  border-radius: 7px;
  font-size: 12px;
}
.gpu-cab-event p { margin: 0; font-size: 12px; font-weight: 600; color: #1e293b; }
.gpu-cab-event em { font-style: normal; font-size: 11px; color: #94a3b8; }
.gpu-cab-event em span { color: #cbd5e1; }
.gpu-cab-event p .gpu-mono { color: #475569; font-weight: 500; font-size: 11.5px; }
.gpu-cab-evicon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}
.gpu-cab-evicon--ok { color: #16a34a; background: rgba(34, 197, 94, 0.12); }
.gpu-cab-evicon--ship { color: #2563eb; background: rgba(37, 99, 235, 0.12); }

.gpu-cab-heat {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 14px 16px;
}
.gpu-cab-heat header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gpu-cab-heat header strong { font-size: 12.5px; font-weight: 700; color: #0f172a; }
.gpu-cab-legend { display: inline-flex; gap: 3px; }
.gpu-cab-legend-cell { width: 12px; height: 12px; border-radius: 2px; background: var(--c); display: inline-block; }
.gpu-cab-heat-grid {
  display: grid;
  grid-template-columns: repeat(48, 1fr);
  gap: 2px;
}
.gpu-cab-heat-grid span {
  aspect-ratio: 1 / 1;
  border-radius: 1.5px;
  background: var(--c, rgba(34, 211, 238, 0.10));
  animation: gpu-cab-heatfade 0.3s ease both;
  animation-delay: calc(var(--i, 0) * 4ms);
}
@keyframes gpu-cab-heatfade { from { opacity: 0; transform: scale(0.6); } to { opacity: 1; transform: scale(1); } }

/* Tables (instances, invoices) */
.gpu-cab-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
}
.gpu-cab-table th {
  text-align: left;
  padding: 10px 12px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  background: var(--slate-50);
  border-bottom: 1px solid var(--slate-200);
}
.gpu-cab-table td {
  padding: 10px 12px;
  color: #334155;
  border-bottom: 1px solid var(--slate-100);
  vertical-align: middle;
  white-space: nowrap;
}
.gpu-cab-table tbody tr:last-child td { border-bottom: none; }
.gpu-cab-table tbody tr:hover { background: rgba(37, 99, 235, 0.03); }
.gpu-cab-table strong { color: #0f172a; font-weight: 700; }
.gpu-cab-region-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  padding: 2px 7px;
  font-size: 10.5px;
  font-weight: 700;
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 4px;
}
.gpu-cab-region-cell--hk { color: #0e7490; background: rgba(34, 211, 238, 0.10); }
.gpu-cab-util {
  display: inline-block;
  width: 80px;
  height: 6px;
  background: var(--slate-100);
  border-radius: 999px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 6px;
}
.gpu-cab-util span {
  display: block;
  width: var(--w, 0);
  height: 100%;
  background: var(--c, #2563eb);
  border-radius: 999px;
  transition: width 0.6s ease;
}
.gpu-cab-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.gpu-cab-pill::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.gpu-cab-pill--green { color: #16a34a; background: rgba(34, 197, 94, 0.12); }
.gpu-cab-pill--yellow { color: #b45309; background: rgba(245, 158, 11, 0.12); }
.gpu-cab-pill--gray { color: #64748b; background: var(--slate-100); }
.gpu-cab-pill--blue { color: #2563eb; background: rgba(37, 99, 235, 0.10); }
.gpu-cab-copy {
  padding: 4px 9px;
  font-size: 10.5px;
  font-weight: 600;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 4px;
  cursor: pointer;
}
.gpu-cab-copy:hover { background: rgba(37, 99, 235, 0.12); }
.gpu-cab-foot-note {
  margin: 10px 2px 0;
  font-size: 11px;
  color: #94a3b8;
  text-align: right;
}

.gpu-cab-acct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.gpu-cab-acct-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 18px;
}
.gpu-cab-acct-card h4 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
}
.gpu-cab-acct-card dl { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.gpu-cab-acct-card dl > div { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px solid var(--slate-100); }
.gpu-cab-acct-card dt { color: #94a3b8; font-size: 12px; }
.gpu-cab-acct-card dd { margin: 0; color: #0f172a; font-size: 12px; font-weight: 600; }
.gpu-cab-sla strong {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 28px;
  font-weight: 700;
  color: #16a34a;
}
.gpu-cab-sla strong small { font-size: 16px; font-weight: 600; color: #94a3b8; }
.gpu-cab-sla p { margin: 8px 0 0; font-size: 12px; color: #64748b; line-height: 1.55; }

@media (max-width: 880px) {
  .gpu-cab { padding: 18px 16px 20px; }
  .gpu-cab-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-cab-kpis--inv { grid-template-columns: 1fr; }
  .gpu-cab-grid { grid-template-columns: 1fr; }
  .gpu-cab-acct { grid-template-columns: 1fr; }
  .gpu-cab-head { flex-direction: column; gap: 10px; }
  .gpu-cab-head-actions { align-self: flex-start; }
  .gpu-cab-h { font-size: 18px; }
  .gpu-cab-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .gpu-cab-tab { white-space: nowrap; }
  .gpu-cab-table { font-size: 11px; }
  .gpu-cab-table th, .gpu-cab-table td { padding: 7px 8px; }
  .gpu-cab-heat-grid { grid-template-columns: repeat(24, 1fr); }
}

.gpu-cabinet-feat {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.gpu-cabinet-feat li {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 12px;
  padding: 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.gpu-cabinet-feat-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.3);
  border-radius: 9px;
  color: #67e8f9;
  margin-bottom: 14px;
}
.gpu-cabinet-feat h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.gpu-cabinet-feat p {
  margin: 0;
  font-size: 13px;
  color: rgba(226, 232, 240, 0.7);
  line-height: 1.55;
}
.gpu-cabinet-foot {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.85);
  line-height: 1.6;
}

@media (max-width: 880px) {
  .gpu-cabinet-feat { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-section--cabinet { padding: 64px 0 72px; }
  .gpu-cabinet-shot { margin-bottom: 36px; }
}
@media (max-width: 560px) {
  .gpu-cabinet-feat { grid-template-columns: 1fr; }
  .gpu-cabinet-url { display: none; }
}

/* Toast */
.gpu-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 120;
  padding: 12px 22px;
  background: var(--ink);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.gpu-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .gpu-grid-2col { grid-template-columns: 1fr; gap: 32px; }
  .gpu-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-cases-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-region-layout { grid-template-columns: 1fr; }
  .gpu-faq-wrap { grid-template-columns: 1fr; gap: 24px; }
  .gpu-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gpu-flow-steps li:nth-child(2) { border-right: none; }
  .gpu-flow-steps li:nth-child(1),
  .gpu-flow-steps li:nth-child(2) { border-bottom: 1px solid #bfdbfe; }
  .gpu-footer-top { grid-template-columns: 1fr; }
  .gpu-bench-row { grid-template-columns: 130px 1fr 90px; gap: 12px; }
  .gpu-bench-name { font-size: 12px; }
}
@media (max-width: 720px) {
  .gpu-section { padding: 56px 0; }
  .gpu-nav { display: none; }
  .gpu-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 16px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .gpu-header-inner { position: relative; flex-wrap: wrap; }
  .gpu-menu-toggle { display: block; }
  .gpu-header-actions .gpu-account-pill { display: none; }
  .gpu-cases-grid { grid-template-columns: 1fr; }
  .gpu-trust-grid { grid-template-columns: 1fr; }
  .gpu-footer-cols { grid-template-columns: 1fr; }
  .gpu-hero { padding-top: 56px; }
  .gpu-hero-inner { padding-bottom: 56px; }
}
@media (max-width: 480px) {
  .gpu-hero-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gpu-flow-steps { grid-template-columns: 1fr; }
  .gpu-flow-steps li { border-right: none; border-bottom: 1px solid #bfdbfe; }
  .gpu-flow-steps li:last-child { border-bottom: none; }
  .gpu-cart-drawer { width: 100%; }
  .gpu-bench-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
  .gpu-bench-val { text-align: left; }
}
