/* ============================================================
   RENN TOPUP STORE — Design System v2.0
   Hybrid: web-panel (indigo/violet glass) × ANIRENZ (dark blue,
   glassmorphism, scroll-reveal) × dongtube (Vercel clean light)
   Fonts: Plus Jakarta Sans / Space Grotesk / JetBrains Mono
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --bg-base: #04060c;
  --bg-elev: #090e18;
  --bg-card: rgba(255, 255, 255, .05);
  --bg-card-2: rgba(9, 14, 24, .8);
  --primary: #6366f1;
  --primary-2: #8b5cf6;
  --cyan: #38bdf8;
  --brand: #ff4d8d;
  --grad: linear-gradient(135deg, #6366f1, #8b5cf6 45%, #38bdf8);
  --grad-brand: linear-gradient(135deg, #ff4d8d, #8b5cf6);
  --grad-fire: linear-gradient(135deg, #ff3131, #ff914d);
  --text: #f1f5f9;
  --muted: #94a3b8;
  --dim: #64748b;
  --line: rgba(255, 255, 255, .07);
  --line-strong: rgba(255, 255, 255, .12);
  --success: #10b981;
  --danger: #ef4444;
  --warn: #f59e0b;
  --r: 16px;
  --r-sm: 12px;
  --r-xs: 8px;
  --r-lg: 24px;
  --glass: rgba(8, 12, 22, .68);
  --glass-blur: blur(20px) saturate(160%);
  --shadow: 0 2px 6px rgba(0, 0, 0, .3), 0 12px 36px -10px rgba(0, 0, 0, .5);
  --shadow-glow: 0 0 24px color-mix(in srgb, var(--primary) 25%, transparent);
  --glow-a: #8b5cf6;
  --glow-b: #6366f1;
  --glow-c: #38bdf8;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --maxw: 1280px;
  --nav-h: 68px;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
  --font-hero: 'Unbounded', 'Space Grotesk', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}

:root[data-theme="light"] {
  --bg-base: #f4f6fb;
  --bg-elev: #ffffff;
  --bg-card: rgba(255, 255, 255, .85);
  --bg-card-2: rgba(255, 255, 255, .95);
  --text: #0f172a;
  --muted: #475569;
  --dim: #64748b;
  --line: rgba(15, 23, 42, .08);
  --line-strong: rgba(15, 23, 42, .15);
  --glass: rgba(255, 255, 255, .72);
  --shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 24px -8px rgba(15, 23, 42, .12);
  --shadow-glow: 0 0 24px color-mix(in srgb, var(--primary) 18%, transparent);
  --glow-a: #8b5cf6;
  --glow-b: #6366f1;
  --glow-c: #38bdf8;
  --bg-card-3: rgba(15, 23, 42, .03);
}

:root[data-theme="dark-blue"] {
  --bg-base: #03080f;
  --bg-elev: #081120;
  --bg-card: rgba(255, 255, 255, .05);
  --bg-card-2: rgba(8, 17, 32, .82);
  --primary: #3b82f6;
  --primary-2: #60a5fa;
  --cyan: #22d3ee;
  --grad: linear-gradient(135deg, #2563eb, #3b82f6 45%, #0ea5e9);
  --grad-brand: linear-gradient(135deg, #ff4d8d, #8b5cf6);
  --grad-fire: linear-gradient(135deg, #ff3131, #ff914d);
  --text: #f1f5f9;
  --muted: #94a3b8;
  --dim: #64748b;
  --line: rgba(255, 255, 255, .07);
  --line-strong: rgba(255, 255, 255, .12);
  --success: #10b981;
  --danger: #ef4444;
  --warn: #f59e0b;
  --r: 16px;
  --r-sm: 12px;
  --r-xs: 8px;
  --r-lg: 24px;
  --glass: rgba(7, 14, 26, .7);
  --glass-blur: blur(20px) saturate(160%);
  --shadow: 0 2px 6px rgba(0, 0, 0, .3), 0 12px 36px -10px rgba(0, 0, 0, .5);
  --shadow-glow: 0 0 24px color-mix(in srgb, var(--primary) 28%, transparent);
  --glow-a: #3b82f6;
  --glow-b: #2563eb;
  --glow-c: #0ea5e9;
}

:root[data-theme="light-blue"] {
  --bg-base: #f0f6fe;
  --bg-elev: #ffffff;
  --bg-card: rgba(255, 255, 255, .85);
  --bg-card-2: rgba(255, 255, 255, .95);
  --primary: #2563eb;
  --primary-2: #3b82f6;
  --cyan: #0284c7;
  --grad: linear-gradient(135deg, #2563eb, #3b82f6 45%, #0ea5e9);
  --grad-brand: linear-gradient(135deg, #ff4d8d, #8b5cf6);
  --grad-fire: linear-gradient(135deg, #ff3131, #ff914d);
  --text: #0f172a;
  --muted: #475569;
  --dim: #64748b;
  --line: rgba(15, 23, 42, .08);
  --line-strong: rgba(15, 23, 42, .15);
  --glass: rgba(255, 255, 255, .72);
  --shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 24px -8px rgba(15, 23, 42, .12);
  --shadow-glow: 0 0 24px color-mix(in srgb, var(--primary) 18%, transparent);
  --glow-a: #3b82f6;
  --glow-b: #2563eb;
  --glow-c: #0ea5e9;
  --bg-card-3: rgba(15, 23, 42, .03);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  background-color: var(--bg-base);
  color: var(--text);
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  transition: background-color .35s var(--ease), color .35s var(--ease);
}

/* subtle ambient glow background — siluet cahaya di tiap sudut */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60rem 40rem at 85% -10%, color-mix(in srgb, var(--glow-a) 18%, transparent), transparent 60%),
    radial-gradient(44rem 32rem at -12% 10%, color-mix(in srgb, var(--glow-b) 13%, transparent), transparent 60%),
    radial-gradient(40rem 30rem at 105% 95%, color-mix(in srgb, var(--glow-c) 12%, transparent), transparent 60%),
    radial-gradient(36rem 28rem at -10% 100%, color-mix(in srgb, var(--glow-a) 10%, transparent), transparent 60%);
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: rgba(139, 92, 246, .35); }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(139, 92, 246, .35); border-radius: 20px; border: 2px solid transparent; background-clip: content-box; }
::-webkit-scrollbar-thumb:hover { background: rgba(139, 92, 246, .6); background-clip: content-box; }

/* ---------- Utilities ---------- */
.container-x { max-width: var(--maxw); margin-inline: auto; padding-inline: 1rem; }
.flex { display: flex; } .grid { display: grid; } .hidden { display: none; }
.items-center { align-items: center; } .justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; } .gap-2 { gap: .5rem; } .gap-3 { gap: .75rem; } .gap-4 { gap: 1rem; }
.mt-2 { margin-top: .5rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: .5rem; } .mb-4 { margin-bottom: 1rem; }
.p-4 { padding: 1rem; } .p-6 { padding: 1.5rem; }
.w-full { width: 100%; } .text-center { text-align: center; }
.text-xs { font-size: .75rem; } .text-sm { font-size: .875rem; } .text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; } .text-2xl { font-size: 1.5rem; } .text-3xl { font-size: 1.875rem; }
.font-bold { font-weight: 700; } .font-semibold { font-weight: 600; }
.relative { position: relative; } .absolute { position: absolute; }
.text-white { color: var(--text); }
.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-200, .text-gray-100 { color: var(--muted); }
.text-gray-900 { color: var(--text); }

.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-text-brand {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-bg { background: var(--grad); }
.gradient-brand-bg { background: var(--grad-brand); }

.mono { font-family: var(--font-mono); }
.muted { color: var(--muted); }
.dim { color: var(--dim); }

/* ---------- Murky palette override (legacy classes → new theme) ---------- */
.bg-murky-900 { background-color: var(--bg-base); }
.bg-murky-800 { background-color: var(--bg-elev); border-color: var(--line); }
.bg-murky-700 { background-color: var(--bg-card); border-color: var(--line); }
.bg-murky-600, .bg-murky-300 { background-color: var(--line); }
.border-murky-800, .border-murky-600 { border-color: var(--line); }
.border-murky-800\/75 { border-color: var(--line); }
.border-gray-700, .border-gray-200 { border-color: var(--line); }
.bg-gray-300, .bg-gray-100 { background-color: var(--bg-card); }
.divide-gray-600, .divide-gray-200, .divide-gray-700 { border-color: var(--line); }
.dark\:bg-gray-700, .dark\:bg-gray-800 { background-color: var(--bg-card); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 600;
  font-size: .875rem;
  padding: .65rem 1.4rem;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s var(--ease);
  white-space: nowrap;
  font-family: var(--font-sans);
  background: none;
  color: var(--text);
  line-height: 1.2;
}
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 32px rgba(139, 92, 246, .4); }
.btn-brand {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 77, 141, .25);
}
.btn-brand:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(255, 77, 141, .45); }
.btn-ghost { border-color: var(--line-strong); color: var(--text); background: var(--bg-card); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); }
.btn-danger { background: rgba(239, 68, 68, .12); color: var(--danger); border-color: rgba(239, 68, 68, .3); }
.btn-danger:hover { background: var(--danger); color: #fff; }
.btn-success { background: rgba(16, 185, 129, .12); color: var(--success); border-color: rgba(16, 185, 129, .3); }
.btn-success:hover { background: var(--success); color: #fff; }
.btn-sm { padding: .4rem .9rem; font-size: .8rem; border-radius: 10px; }
.btn-lg { padding: .9rem 2rem; font-size: 1rem; border-radius: var(--r); }
.btn-block { width: 100%; }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all .35s var(--ease);
}
.card-hover:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, .35);
  box-shadow: var(--shadow-glow);
}
.card-glow {
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.card-glow::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, .6), rgba(56, 189, 248, .6), transparent);
}
.glass-card {
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line);
  border-radius: var(--r);
}

/* ---------- Badges & status ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .72rem;
  font-weight: 600;
  padding: .25rem .7rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--muted);
}
.badge-success { background: rgba(16, 185, 129, .12); color: var(--success); border-color: rgba(16, 185, 129, .3); }
.badge-danger { background: rgba(239, 68, 68, .12); color: var(--danger); border-color: rgba(239, 68, 68, .3); }
.badge-warn { background: rgba(245, 158, 11, .12); color: var(--warn); border-color: rgba(245, 158, 11, .3); }
.badge-info { background: rgba(56, 189, 248, .12); color: var(--cyan); border-color: rgba(56, 189, 248, .3); }
.badge-primary { background: rgba(99, 102, 241, .15); color: #a5b4fc; border-color: rgba(99, 102, 241, .4); }
.badge-grad { background: var(--grad); color: #fff; border: none; }

.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; position: relative; }
.status-dot::after {
  content: "";
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: .6;
  animation: ping 1.6s var(--ease) infinite;
}
.status-dot.online { background: var(--success); color: var(--success); }
.status-dot.pending { background: var(--warn); color: var(--warn); }
.status-dot.offline { background: var(--danger); color: var(--danger); animation: none; }

@keyframes ping {
  0% { transform: scale(.6); opacity: .8; }
  80%, 100% { transform: scale(1.6); opacity: 0; }
}

/* ---------- Inputs ---------- */
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-size: .8rem; font-weight: 600; color: var(--muted); }
.input, .custom-input, select.input {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  color: var(--text);
  font-size: .9rem;
  padding: .7rem 1rem;
  border-radius: var(--r-sm);
  outline: none;
  transition: all .25s var(--ease);
  font-family: var(--font-sans);
}
.input:focus, .custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, .18);
  background: var(--bg-elev);
}
.input::placeholder, .custom-input::placeholder { color: var(--dim); }
select.input option { background: var(--bg-elev); color: var(--text); }
textarea.input { min-height: 100px; resize: vertical; }

.pass-wrap { position: relative; }
.pass-wrap .input, .pass-wrap .custom-input { padding-right: 2.6rem; }
.pass-toggle {
  position: absolute;
  top: 50%;
  right: .35rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: var(--dim);
  border-radius: var(--r-xs);
  cursor: pointer;
  transition: color .2s var(--ease), background .2s var(--ease);
  font-size: .95rem;
}
.pass-toggle:hover { color: var(--text); background: var(--bg-card); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg-card); }
.table { width: 100%; border-collapse: collapse; font-size: .875rem; }
.table thead th {
  text-align: left;
  padding: .8rem 1rem;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted);
  border-bottom: 1px solid var(--line-strong);
  background: var(--bg-card);
  white-space: nowrap;
}
.table tbody td { padding: .8rem 1rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tbody tr { transition: background .2s; }
.table tbody tr:hover { background: var(--bg-card); }
.table tbody tr:last-child td { border-bottom: none; }
.table .row-actions { display: flex; gap: .4rem; flex-wrap: wrap; }

/* ---------- Navbar ---------- */
.nav-main {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--bg-base) 78%, transparent);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--line);
  transition: all .3s var(--ease);
}
.nav-main.scrolled { box-shadow: var(--shadow); }
.nav-inner { max-width: var(--maxw); margin-inline: auto; padding: .75rem 1rem; display: flex; align-items: center; gap: 1rem; }
.nav-logo { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; flex-shrink: 0; min-width: 0; }
.nav-logo img { height: 34px; width: auto; flex-shrink: 0; max-width: none; }
.nav-logo .gradient-text { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-link {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.nav-link:hover { color: var(--text); background: var(--bg-card); }
.nav-link.active { background: var(--grad); color: #fff; box-shadow: var(--shadow-glow); }
.nav-link svg { width: 17px; height: 17px; flex-shrink: 0; }
.nav-search { position: relative; flex: 1; max-width: 420px; }
.nav-search .input { padding-left: 2.4rem; border-radius: 999px; }
.nav-search .search-icon { position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); color: var(--dim); pointer-events: none; }
.nav-actions { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
.nav-burger { display: none; }
.nav-burger svg { width: 22px; height: 22px; display: block; }

/* Compact navbar actions */
.nav-burger { padding: .4rem .5rem; }
.nav-burger svg { width: 18px; height: 18px; }
.nav-actions .btn-primary { padding: .4rem .75rem; font-size: .8rem; }
.nav-actions .nav-search .input { padding-top: .45rem; padding-bottom: .45rem; }

/* Search results dropdown */
.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0; right: 0;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line-strong);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow: hidden;
  max-height: 420px;
  overflow-y: auto;
  z-index: 120;
}
.search-panel::-webkit-scrollbar { width: 6px; }
.search-result {
  display: flex; align-items: center; gap: .9rem;
  padding: .7rem 1rem;
  transition: background .2s;
  border-bottom: 1px solid var(--line);
}
.search-result:last-child { border-bottom: none; }
.search-result:hover { background: var(--bg-card); }
.search-result img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; }
.search-empty { padding: 1.4rem; text-align: center; color: var(--muted); font-size: .85rem; }

/* ---------- Mobile drawer ---------- */
.drawer {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 290px;
  max-width: 86vw;
  background: var(--bg-elev);
  z-index: 200;
  transform: translateX(-105%);
  transition: transform .35s var(--ease);
  border-right: 1px solid var(--line);
  overflow-y: auto;
  padding: 1rem;
}
.drawer.open { transform: translateX(0); }
.drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  z-index: 190;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.drawer-section-title { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin: 1.2rem .4rem .5rem; }
.drawer-link {
  display: flex; align-items: center; gap: .8rem;
  padding: .72rem .9rem;
  margin-bottom: .45rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  font-size: .9rem;
  font-weight: 600;
  color: var(--text);
  transition: all .25s var(--ease);
}
.drawer-link i { width: 20px; text-align: center; color: var(--primary); flex-shrink: 0; }
.drawer-link:hover { background: rgba(99, 102, 241, .12); border-color: rgba(99, 102, 241, .4); color: var(--text); transform: translateX(3px); }
.drawer-link svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Footer ---------- */
.footer-main {
  border-top: 1px solid var(--line);
  background: var(--bg-elev);
  margin-top: 4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 1rem 2rem;
  max-width: var(--maxw);
  margin-inline: auto;
}
.footer-title { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.footer-link { display: block; padding: .3rem 0; font-size: .88rem; color: var(--muted); transition: all .2s; }
.footer-link:hover { color: var(--primary); transform: translateX(3px); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.2rem 1rem;
  text-align: center;
  font-size: .8rem;
  color: var(--dim);
  max-width: var(--maxw);
  margin-inline: auto;
}

/* ---------- Floating buttons ---------- */
.float-wa {
  position: fixed;
  right: 1.1rem;
  bottom: 5.4rem;
  z-index: 90;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
  transition: transform .3s var(--ease);
  animation: float-pulse 3s infinite;
}
.float-wa:hover { transform: scale(1.1); }
.float-wa svg { width: 26px; height: 26px; }
@keyframes float-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, .4); }
  50% { box-shadow: 0 8px 34px rgba(37, 211, 102, .6); }
}
.back-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.2rem;
  z-index: 90;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-glow);
  cursor: pointer;
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: all .3s var(--ease);
}
.back-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-top:hover { transform: translateY(-3px); }

/* ---------- Bottom nav (mobile, anime style) ---------- */
.botnav {
  position: fixed;
  bottom: 20px;
  left: 16px; right: 16px;
  z-index: 95;
  display: none;
  align-items: center;
  justify-content: space-around;
  gap: .25rem;
  padding: .5rem;
  border-radius: 28px;
  background: var(--glass);
  backdrop-filter: blur(36px) saturate(180%);
  -webkit-backdrop-filter: blur(36px) saturate(180%);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}
.botnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .18rem;
  flex: 1;
  padding: .42rem .5rem;
  border-radius: 20px;
  font-size: .62rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .25s var(--ease);
}
.botnav-item svg { width: 23px; height: 23px; transition: transform .25s var(--ease); }
.botnav-item span { font-size: 10px; font-weight: 600; line-height: 1; }
.botnav-item:hover { color: var(--text); }
.botnav-item:active { transform: scale(.9); }
.botnav-item.active { color: var(--primary); background: color-mix(in srgb, var(--primary) 16%, transparent); }
.botnav-item.active svg { transform: translateY(-1px); }

/* ---------- Dropdown user (navbar) ---------- */
.user-dropdown {
  background: var(--bg-elev) !important;
  background: color-mix(in srgb, var(--bg-elev) 72%, transparent) !important;
  backdrop-filter: blur(32px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(180%) !important;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  border-radius: 18px;
}

/* ---------- Theme panel (navbar) ---------- */
.theme-panel {
  position: fixed;
  right: .75rem;
  top: calc(var(--nav-h) + 8px);
  width: 262px;
  z-index: 120;
  background: color-mix(in srgb, var(--bg-elev) 86%, transparent);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: .95rem;
}
.theme-panel-title { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .6rem; }
.theme-list { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.theme-opt {
  display: flex; align-items: center; gap: .55rem;
  padding: .5rem .65rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  color: var(--text);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: all .2s var(--ease);
}
.theme-opt:hover { border-color: var(--primary); }
.theme-opt.active { border-color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 22%, transparent); }
.theme-swatch { width: 18px; height: 18px; border-radius: 6px; flex-shrink: 0; border: 1px solid var(--line-strong); }
.sw-dark { background: #04060c; }
.sw-dark-blue { background: linear-gradient(135deg, #0b1220, #1d4ed8); }
.sw-light-blue { background: linear-gradient(135deg, #eef2ff, #3b82f6); }
.sw-light { background: #f4f6fb; }
.theme-divider { border: none; border-top: 1px solid var(--line); margin: .85rem 0; }
.theme-glow-row { display: flex; flex-direction: column; gap: .5rem; margin-bottom: .9rem; }
.theme-glow-row label { font-size: .8rem; font-weight: 700; color: var(--muted); }
.theme-glow-controls { display: flex; align-items: center; gap: .6rem; }
.theme-glow-controls input[type="color"] { width: 34px; height: 34px; border: none; border-radius: 10px; background: none; cursor: pointer; padding: 0; }
.theme-glow-note { font-size: .68rem; color: var(--dim); }
.theme-panel-actions { display: flex; justify-content: flex-end; gap: .5rem; margin-top: .3rem; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: calc(var(--nav-h) + 3rem) 0 3rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; max-width: var(--maxw); margin-inline: auto; padding-inline: 1rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  padding: .4rem 1rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 1.2rem;
}
.hero-badge .status-dot { width: 7px; height: 7px; }
.hero-h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); letter-spacing: -.02em; line-height: 1.08; }
.hero-h1 .gradient-text { font-weight: 800; }
.hero-sub { color: var(--muted); font-size: 1.05rem; margin-top: 1.1rem; max-width: 34rem; }
.hero-cta { display: flex; gap: .8rem; margin-top: 1.8rem; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2.4rem; max-width: 30rem; }
.hero-stat { padding: .9rem 1rem; border-radius: var(--r-sm); }
.hero-stat b { font-family: var(--font-display); font-size: 1.35rem; display: block; }
.hero-stat span { font-size: .75rem; color: var(--muted); }
.hero-visual { position: relative; min-height: 380px; }
.hero-posters { position: relative; height: 100%; }
.hero-posters img {
  position: absolute;
  width: 44%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
  border: 1px solid var(--line-strong);
}
.hero-posters img:nth-child(1) { top: 0; left: 3%; z-index: 2; animation: lp-float 7s var(--ease) infinite; }
.hero-posters img:nth-child(2) { top: 12%; left: 52%; z-index: 3; animation: lp-float 9s .8s var(--ease) infinite; }
.hero-posters img:nth-child(3) { top: 42%; left: 24%; z-index: 1; animation: lp-float 8s 1.6s var(--ease) infinite; }
.hero-glow-ring {
  position: absolute; inset: 8% 4%;
  background: conic-gradient(from 90deg, rgba(99,102,241,.25), rgba(255,77,141,.2), rgba(56,189,248,.25), rgba(139,92,246,.25));
  filter: blur(70px);
  border-radius: 50%;
  z-index: -1;
  animation: spin-slow 18s linear infinite;
}
@keyframes lp-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1.5deg); }
}
@keyframes spin-slow { to { transform: rotate(360deg); } }

/* ---------- Ticker ---------- */
.ticker { overflow: hidden; position: relative; border-block: 1px solid var(--line); background: var(--bg-elev); }
.ticker-track { display: flex; gap: 2.5rem; white-space: nowrap; padding: .65rem 0; animation: ticker-scroll 28s linear infinite; width: max-content; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: .6rem; font-size: .83rem; font-weight: 600; color: var(--muted); }
.ticker-item svg, .ticker-item .badge { flex-shrink: 0; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

/* ---------- Section heads ---------- */
.section { padding: 3rem 1rem; max-width: var(--maxw); margin-inline: auto; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section-title { font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.01em; }
.section-title .gradient-text { font-weight: 800; }
.section-sub { color: var(--muted); font-size: .92rem; margin-top: .3rem; }
.section-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--primary);
  background: rgba(99, 102, 241, .1);
  border: 1px solid rgba(99, 102, 241, .25);
  padding: .3rem .9rem;
  border-radius: 999px;
  margin-bottom: .6rem;
}

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.bento-item { padding: 1.5rem; position: relative; overflow: hidden; }
.bento-item .b-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.bento-item:nth-child(2) .b-icon { background: var(--grad-brand); }
.bento-item:nth-child(3) .b-icon { background: linear-gradient(135deg, #38bdf8, #6366f1); }
.bento-item:nth-child(4) .b-icon { background: linear-gradient(135deg, #10b981, #38bdf8); }
.bento-item h3 { font-size: 1.02rem; margin-bottom: .4rem; }
.bento-item p { font-size: .84rem; color: var(--muted); margin: 0; }
.bento-item::after {
  content: "";
  position: absolute; right: -30px; top: -30px;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, .18), transparent 70%);
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-card { position: relative; padding: 1.6rem 1.4rem; }
.step-num {
  width: 42px; height: 42px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-glow);
}
.step-card h3 { font-size: 1rem; margin-bottom: .35rem; }
.step-card p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ---------- Game cards ---------- */
.games-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.game-card { position: relative; overflow: hidden; border-radius: var(--r); border: 1px solid var(--line); background: var(--bg-card); transition: all .35s var(--ease); display: block; }
.game-card:hover { transform: translateY(-5px); border-color: rgba(139, 92, 246, .4); box-shadow: var(--shadow-glow); }
.game-card img {
  width: 100%; aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.game-card:hover img { transform: scale(1.07); }
.game-card .game-body { padding: .9rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.game-card .game-name { font-weight: 700; font-size: .92rem; display: block; }
.game-card .game-sub { font-size: .75rem; color: var(--muted); display: block; margin-top: .1rem; }
.game-card .game-arrow {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s var(--ease);
}
.game-card:hover .game-arrow { background: var(--grad); color: #fff; transform: rotate(-45deg); }
.game-card .game-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10, 14, 26, .55), transparent 45%);
  opacity: 0;
  transition: opacity .35s;
  display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 1rem;
}
.game-card:hover .game-overlay { opacity: 1; }
.game-card .popular-badge {
  position: absolute; top: .8rem; left: .8rem;
  background: var(--grad-brand);
  color: #fff;
  font-size: .68rem; font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(255, 77, 141, .4);
}

/* ---------- Flash sale ---------- */
.fs-bar { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.fs-live {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--grad);
  color: #fff;
  font-weight: 800;
  font-size: .8rem;
  padding: .4rem 1rem;
  border-radius: 999px;
  box-shadow: 0 0 20px color-mix(in srgb, var(--primary) 35%, transparent);
}
.fs-live .status-dot { background: #fff; color: #fff; }
.fs-countdown { display: flex; align-items: center; gap: .35rem; font-family: var(--font-mono); }
.fs-countdown .time {
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  color: var(--text);
  font-weight: 700;
  padding: .3rem .65rem;
  border-radius: 10px;
  font-size: 1rem;
  min-width: 3ch;
  text-align: center;
}
.fs-countdown .sep { color: var(--dim); font-weight: 700; }
.fs-card { position: relative; overflow: hidden; }
.fs-card .fs-img { width: 62px; height: 62px; border-radius: 12px; object-fit: cover; }
.fs-ribbon {
  position: absolute;
  top: .7rem; right: .7rem;
  background: var(--grad);
  color: #fff;
  font-size: .66rem; font-weight: 800;
  padding: .22rem .55rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 40%, transparent);
}
.fs-glow { animation: fs-flicker 4.5s linear infinite; }
@keyframes fs-flicker {
  0%, 19%, 22%, 62%, 64%, 70%, 100% { box-shadow: 0 0 18px color-mix(in srgb, var(--primary) 35%, transparent), 0 0 2px color-mix(in srgb, var(--primary) 60%, transparent); }
  20%, 21.5%, 63%, 65%, 69.5% { box-shadow: none; }
}

/* ---------- News cards ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.news-card { overflow: hidden; display: flex; flex-direction: column; }
.news-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; transition: transform .5s var(--ease); }
.news-card:hover img { transform: scale(1.05); }
.news-card .news-body { padding: 1rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.news-card h3 { font-size: 1rem; line-height: 1.35; }
.news-card p { font-size: .84rem; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-date { font-size: .72rem; color: var(--dim); font-family: var(--font-mono); }

/* ---------- Payment method cards ---------- */
.pay-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .8rem; }
.pay-card { display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; cursor: pointer; }
.pay-card img { width: 40px; height: 40px; object-fit: contain; border-radius: 10px; }
.pay-card .pay-name { font-weight: 700; font-size: .85rem; }
.pay-card .pay-code { font-size: .7rem; color: var(--dim); font-family: var(--font-mono); text-transform: uppercase; }
.pay-card.selected { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(99, 102, 241, .15); background: rgba(99, 102, 241, .08); }

/* ---------- Product select ---------- */
.product-btn {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  width: 100%;
  padding: .8rem .9rem;
  border-radius: var(--r-sm);
  border: 2px solid var(--line);
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: all .25s var(--ease);
  position: relative;
}
.product-btn:hover { border-color: rgba(139, 92, 246, .45); transform: translateY(-1px); }
.product-btn.selected { border-color: var(--primary); background: rgba(99, 102, 241, .1); box-shadow: 0 0 0 3px rgba(99, 102, 241, .15); }
.product-btn .pb-name { font-size: .82rem; font-weight: 700; display: block; }
.product-btn .pb-price { font-size: .8rem; font-weight: 800; }
.product-btn .pb-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem;
  color: transparent;
  flex-shrink: 0;
  transition: all .2s;
}
.product-btn .fs-ribbon { color: #fff !important; z-index: 3; }
.fs-ribbon-inline {
  display: inline-block;
  background: var(--grad);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  padding: .15rem .5rem;
  border-radius: 6px;
  box-shadow: 0 3px 10px color-mix(in srgb, var(--primary) 35%, transparent);
  margin-right: .35rem;
  vertical-align: middle;
  line-height: 1.1;
}
.product-btn.selected .pb-check { background: var(--grad); border-color: transparent; color: #fff; }

/* ---------- Order steps (progress) ---------- */
.step-progress { display: flex; flex-direction: column; gap: .2rem; }
.step-progress .step {
  display: flex; align-items: center; gap: .9rem;
  padding: .65rem .8rem;
  border-radius: var(--r-sm);
  transition: all .25s;
}
.step-progress .step-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem;
  font-weight: 800;
  color: var(--dim);
  background: var(--bg-card);
  border: 2px solid var(--line-strong);
  flex-shrink: 0;
}
.step-progress .step.done .step-icon { background: var(--success); border-color: var(--success); color: #fff; }
.step-progress .step.active .step-icon { background: var(--grad); border-color: transparent; color: #fff; box-shadow: var(--shadow-glow); }
.step-progress .step.expired .step-icon { background: var(--danger); border-color: var(--danger); color: #fff; }
.step-progress .step-title { font-size: .85rem; font-weight: 700; }
.step-progress .step-sub { font-size: .72rem; color: var(--dim); }

/* ---------- Invoice ---------- */
.invoice-card { max-width: 640px; margin-inline: auto; }
.qris-img {
  max-width: 220px;
  width: 100%;
  border-radius: var(--r);
  background: #fff;
  padding: .6rem;
  box-shadow: 0 0 40px rgba(99, 102, 241, .25);
  animation: qris-glow 2.5s ease-in-out infinite;
}
@keyframes qris-glow {
  0%, 100% { box-shadow: 0 0 24px rgba(99, 102, 241, .2); }
  50% { box-shadow: 0 0 44px rgba(139, 92, 246, .45); }
}
.countdown-box {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .55rem 1.1rem;
  border-radius: var(--r-sm);
  background: rgba(16, 185, 129, .1);
  border: 1px solid rgba(16, 185, 129, .3);
  color: var(--success);
  font-family: var(--font-mono);
  font-weight: 700;
}
.countdown-box.danger { background: rgba(239, 68, 68, .12); border-color: rgba(239, 68, 68, .35); color: var(--danger); animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: .55; } }
.copy-row {
  display: flex; align-items: center; gap: .6rem;
  background: var(--bg-card);
  border: 1px dashed var(--line-strong);
  border-radius: var(--r-sm);
  padding: .65rem .9rem;
  font-family: var(--font-mono);
  font-size: .88rem;
  word-break: break-all;
}

/* ---------- Auth ---------- */
.auth-wrap { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.auth-side {
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  padding: 3rem;
  overflow: hidden;
  background:
    radial-gradient(40rem 30rem at 80% 10%, rgba(139, 92, 246, .22), transparent 60%),
    radial-gradient(30rem 25rem at 10% 90%, rgba(255, 77, 141, .16), transparent 60%),
    var(--bg-elev);
}
.auth-side::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 70%);
  opacity: .5;
}
.auth-form-side { display: flex; align-items: center; justify-content: center; padding: 2rem; }
.auth-card { width: 100%; max-width: 420px; }
.auth-logo { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-bottom: 1.6rem; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; }
.auth-logo img { height: 40px; }
.otp-inputs { display: flex; gap: .6rem; justify-content: center; }
.otp-inputs .input { width: 52px; text-align: center; font-size: 1.3rem; font-family: var(--font-mono); font-weight: 700; padding: .6rem 0; }
.otp-inputs .input::-webkit-outer-spin-button, .otp-inputs .input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---------- Admin ---------- */
.admin-shell { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 264px;
  flex-shrink: 0;
  position: fixed;
  top: 0; bottom: 0; left: 0;
  background: var(--bg-elev);
  border-right: 1px solid var(--line);
  overflow-y: auto;
  padding: 1rem;
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.admin-main { flex: 1; margin-left: 264px; padding: 2rem 1.5rem; min-width: 0; }
.admin-link {
  display: flex; align-items: center; gap: .75rem;
  padding: .65rem .8rem;
  border-radius: var(--r-sm);
  font-size: .86rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .2s;
}
.admin-link:hover { background: var(--bg-card); color: var(--text); }
.admin-link.active { background: var(--grad); color: #fff; box-shadow: var(--shadow-glow); }
.admin-link svg { width: 17px; height: 17px; flex-shrink: 0; }
.admin-topbar {
  position: sticky; top: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: .8rem 1.2rem;
  margin-bottom: 1.6rem;
  z-index: 50;
}
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.stat-card { padding: 1.2rem 1.3rem; position: relative; overflow: hidden; }
.stat-card .s-label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.stat-card .s-value { font-family: var(--font-display); font-size: 1.8rem; font-weight: 800; margin-top: .4rem; }
.stat-card .s-icon { position: absolute; right: 1rem; bottom: 1rem; font-size: 1.6rem; opacity: .18; }
.stat-card::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; border-radius: 3px; background: var(--grad); }
.stat-card:nth-child(2)::after { background: var(--grad-brand); }
.stat-card:nth-child(3)::after { background: linear-gradient(90deg, #38bdf8, #6366f1); }
.stat-card:nth-child(4)::after { background: linear-gradient(90deg, #10b981, #38bdf8); }
.stat-card:nth-child(5)::after { background: linear-gradient(90deg, #f59e0b, #ef4444); }

/* ---------- Modal ---------- */
.modal-wrap { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .65); backdrop-filter: blur(6px); }
.modal-card {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  max-width: 560px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  animation: modal-in .35s var(--ease);
}
@keyframes modal-in { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--line); }
.modal-body { padding: 1.4rem; }
.modal-close { background: none; border: none; color: var(--muted); font-size: 1.3rem; cursor: pointer; padding: .3rem; line-height: 1; }
.modal-close:hover { color: var(--danger); }

/* ---------- Tabs / chips ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  background: var(--bg-card);
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.chip:hover { color: var(--text); border-color: var(--primary); }
.chip.active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-glow); }
.chips-row { display: flex; gap: .6rem; overflow-x: auto; padding-bottom: .4rem; scrollbar-width: none; }
.chips-row::-webkit-scrollbar { display: none; }

/* ---------- Accordion (FAQ) ---------- */
.accordion-item { border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; background: var(--bg-card); }
.accordion-item + .accordion-item { margin-top: .6rem; }
.accordion-btn {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .95rem 1.1rem;
  background: none;
  border: none;
  color: var(--text);
  font-weight: 700;
  font-size: .92rem;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans);
}
.accordion-btn .acc-arrow { transition: transform .3s var(--ease); color: var(--dim); flex-shrink: 0; }
.accordion-item.open .acc-arrow { transform: rotate(180deg); color: var(--primary); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.accordion-panel p { padding: 0 1.1rem 1rem; margin: 0; font-size: .87rem; color: var(--muted); }

/* ---------- Skeleton ---------- */
.skeleton {
  position: relative;
  overflow: hidden;
  background: var(--bg-card);
  border-radius: var(--r);
  min-height: 100px;
}
.skeleton::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, .08), transparent);
  animation: shimmer 1.6s infinite;
}
@keyframes shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

/* ---------- Toast ---------- */
.toast-stack { position: fixed; top: 1rem; right: 1rem; z-index: 400; display: flex; flex-direction: column; gap: .6rem; }
.toast-item {
  display: flex; align-items: center; gap: .7rem;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--primary);
  border-radius: var(--r-sm);
  padding: .8rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: var(--shadow);
  animation: toast-in .35s var(--ease);
  min-width: 240px;
  max-width: 340px;
}
.toast-item.success { border-left-color: var(--success); }
.toast-item.error { border-left-color: var(--danger); }
.toast-item.warn { border-left-color: var(--warn); }
.toast-item.out { animation: toast-out .3s var(--ease) forwards; }
@keyframes toast-in { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }
@keyframes toast-out { to { opacity: 0; transform: translateX(30px); } }

/* ---------- Scroll reveal ---------- */
.sr { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.sr.in { opacity: 1; transform: none; }
.sr-d1 { transition-delay: .06s; } .sr-d2 { transition-delay: .12s; } .sr-d3 { transition-delay: .18s; }
.sr-d4 { transition-delay: .24s; } .sr-d5 { transition-delay: .3s; } .sr-d6 { transition-delay: .36s; }

/* ---------- Banner swiper ---------- */
.banner-swiper { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.banner-swiper img { width: 100%; height: 100%; object-fit: cover; }
.banner-swiper .swiper-pagination-bullet { background: rgba(255, 255, 255, .6); opacity: .7; }
.banner-swiper .swiper-pagination-bullet-active { background: var(--grad); opacity: 1; width: 22px; border-radius: 4px; transition: width .3s; }

/* ---------- Misc ---------- */
.divider-grad { height: 2px; border: none; background: var(--grad); border-radius: 2px; opacity: .5; margin: 2rem auto; max-width: 200px; }
.section-spacer { height: 2.5rem; }
.empty-state { text-align: center; padding: 3rem 1rem; color: var(--muted); }
.empty-state svg { width: 64px; height: 64px; opacity: .25; margin-bottom: .8rem; }
.warning-banner {
  display: flex; align-items: center; gap: .8rem;
  background: rgba(245, 158, 11, .1);
  border: 1px solid rgba(245, 158, 11, .3);
  color: var(--warn);
  border-radius: var(--r-sm);
  padding: .8rem 1rem;
  font-size: .86rem;
  font-weight: 600;
}
.lazy-image { filter: blur(12px); transition: filter .5s ease; }
.lazy-image.loaded { filter: blur(0); }

.page-hero { padding: calc(var(--nav-h) + 2.2rem) 1rem 2rem; text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.page-hero p { color: var(--muted); margin-top: .6rem; max-width: 40rem; margin-inline: auto; }

.code-block {
  background: #0d1220;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-sm);
  padding: 1rem 1.2rem;
  font-family: var(--font-mono);
  font-size: .82rem;
  overflow-x: auto;
  color: #a5b4fc;
  position: relative;
}
.code-block .code-copy {
  position: absolute; top: .5rem; right: .5rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #cbd5e1;
  border-radius: 8px;
  font-size: .7rem;
  padding: .25rem .6rem;
  cursor: pointer;
  font-family: var(--font-sans);
}
.code-block .code-copy:hover { background: rgba(255, 255, 255, .16); }

.code { font-family: var(--font-mono); font-size: .82rem; word-break: break-all; overflow-wrap: anywhere; max-width: 100%; }
.code-block { max-width: 100%; }

/* ---------- Service page (search + kategori auto-scroll) ---------- */
.svc-search { display: flex; align-items: center; gap: .8rem; padding: .55rem 1.1rem; max-width: 640px; margin-inline: auto; margin-bottom: 1.2rem; }
.svc-search .input { border: none; background: none; box-shadow: none; padding: .6rem .2rem; }
.svc-search .input:focus { background: none; }
.svc-search-ico { width: 20px; height: 20px; color: var(--dim); flex-shrink: 0; }
.svc-search-clear { color: var(--dim); cursor: pointer; padding: .3rem; flex-shrink: 0; }
.svc-search-clear:hover { color: var(--danger); }
.cat-wrap { max-width: 640px; margin-inline: auto; margin-bottom: 1rem; }
.cat-scroll { display: flex; gap: .6rem; overflow-x: auto; scrollbar-width: none; padding: .4rem .2rem; scroll-behavior: smooth; }
.cat-scroll::-webkit-scrollbar { display: none; }
.cat-chip { flex-shrink: 0; }
.cat-chip.active { transform: scale(1.05); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent), var(--shadow-glow); }
.svc-meta { max-width: 640px; margin: 0 auto .9rem; }
.svc-grid .svc-card { animation: svc-in .45s var(--ease) both; animation-delay: calc(var(--i, 0) * 30ms); }
@keyframes svc-in { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }

/* ---------- Panel layanan (home) ---------- */
.svc-panel {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 18%, transparent), color-mix(in srgb, var(--primary-2) 10%, transparent) 55%, color-mix(in srgb, var(--cyan) 12%, transparent));
  color: var(--text);
  transition: all .35s var(--ease);
  position: relative;
  overflow: hidden;
}
.svc-panel:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary-2) 50%, transparent); box-shadow: var(--shadow-glow); }
.svc-panel-ico {
  width: 52px; height: 52px; border-radius: 16px;
  background: var(--grad); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
  box-shadow: var(--shadow-glow);
}
.svc-panel b { display: block; font-size: 1.02rem; }
.svc-panel span { display: block; color: var(--muted); font-size: .84rem; margin-top: .15rem; }
.svc-panel-arrow {
  margin-left: auto; flex-shrink: 0;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg-card); border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s var(--ease);
}
.svc-panel:hover .svc-panel-arrow { background: var(--grad); color: #fff; transform: rotate(-45deg); }

/* ---------- Dashboard akun (anime style) ---------- */
.dash-wrap { max-width: 980px; margin-inline: auto; padding-bottom: 3rem; }
.prof-banner {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  padding: 2.2rem 1.4rem 1.4rem;
  text-align: center;
  border: 1px solid var(--line);
  background:
    radial-gradient(42rem 26rem at 70% -20%, color-mix(in srgb, var(--glow-a) 30%, transparent), transparent 60%),
    radial-gradient(30rem 22rem at 10% 110%, color-mix(in srgb, var(--glow-b) 20%, transparent), transparent 60%),
    var(--bg-elev);
}
.prof-av-wrap { position: relative; display: inline-flex; }
.prof-av { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; position: relative; border: 3px solid var(--bg-elev); background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2.1rem; font-weight: 800; font-family: var(--font-display); }
.prof-av-ring { position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--primary); opacity: .55; animation: ping 2.4s var(--ease) infinite; }
.prof-name { margin-top: .85rem; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.prof-badges { display: flex; gap: .45rem; justify-content: center; flex-wrap: wrap; margin-top: .6rem; }
.prof-balance { display: inline-flex; align-items: center; gap: .5rem; margin-top: .9rem; padding: .5rem 1.1rem; border-radius: 999px; background: var(--bg-card); border: 1px solid var(--line-strong); font-family: var(--font-mono); font-weight: 700; }
.stat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.1rem 0; }
.stat3 > div { text-align: center; padding: 1.05rem .5rem; border-radius: var(--r); background: var(--bg-card); border: 1px solid var(--line); }
.stat3 b { display: block; font-family: var(--font-display); font-size: 1.35rem; }
.stat3 span { font-size: .72rem; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.1rem; }
.menu-item {
  display: flex; align-items: center; gap: .7rem;
  padding: .9rem .95rem;
  border-radius: var(--r);
  background: var(--bg-card);
  border: 1px solid var(--line);
  font-weight: 600; font-size: .88rem;
  color: var(--text);
  transition: all .25s var(--ease);
  min-width: 0;
}
.menu-item:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-glow); }
.menu-item svg { width: 19px; height: 19px; flex-shrink: 0; fill: var(--muted); }
.menu-item:hover svg { fill: var(--primary); }
.menu-item .mc { margin-left: auto; fill: var(--dim); }
.menu-item .ml { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Grafik pengeluaran ---------- */
.chart-tabs {
  display: inline-flex;
  gap: .3rem;
  padding: .25rem;
  border-radius: 999px;
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
}
.chart-tab {
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--muted);
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: all .2s var(--ease);
  white-space: nowrap;
}
.chart-tab:hover { color: var(--text); }
.chart-tab.active { background: var(--grad); color: #fff; box-shadow: var(--shadow-glow); }
.chart-card { margin-top: 1.1rem; }
.dash-chart { display: flex; align-items: flex-end; gap: .7rem; height: 200px; padding-top: .6rem; }
.dash-chart-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: .4rem; min-width: 0; height: 100%; }
.dash-chart-bar {
  width: 100%; max-width: 46px;
  border-radius: 10px 10px 4px 4px;
  background: var(--grad);
  min-height: 4px;
  position: relative;
  cursor: pointer;
  transition: filter .2s;
}
.dash-chart-bar:hover { filter: brightness(1.25); }
.dash-chart-bar::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) scale(.9);
  background: var(--bg-elev);
  border: 1px solid var(--line-strong);
  color: var(--text);
  font-size: .68rem; font-weight: 700;
  padding: .25rem .5rem;
  border-radius: 8px;
  opacity: 0; pointer-events: none;
  transition: all .2s;
  white-space: nowrap;
  font-family: var(--font-mono);
  z-index: 2;
}
.dash-chart-bar:hover::after { opacity: 1; transform: translateX(-50%) scale(1); }
.dash-chart-label { font-size: .66rem; color: var(--muted); font-weight: 600; }
.dash-chart-val { font-size: .7rem; color: var(--text); font-family: var(--font-mono); font-weight: 700; }

/* ---------- Grid responsif (fix box terpotong) ---------- */
.grid-2-sm, .grid-2-lg { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.grid-2-sm > *, .grid-2-lg > * { min-width: 0; }
@media (min-width: 769px) {
  .grid-2-sm { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-2-lg { grid-template-columns: 1.4fr minmax(0, 1fr); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .admin-sidebar { transform: translateX(-105%); transition: transform .35s var(--ease); }
  .admin-sidebar.open { transform: translateX(0); box-shadow: var(--shadow); }
  .admin-main { margin-left: 0; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-side { display: none; }
}
@media (max-width: 768px) {
  .nav-links, .nav-search { display: none; }
  .nav-main .nav-burger { display: inline-flex !important; visibility: visible; opacity: 1; }
  .botnav { display: flex; }
  .content { padding-bottom: 128px; }
  .games-grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: calc(var(--nav-h) + 1.5rem); }
  .float-wa { bottom: 6.7rem; }
  .back-top { bottom: 6.7rem; right: 5.2rem; }
  .section { padding: 2rem .9rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .games-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   v2.1 — Class tambahan (views auth/user/invoice/topup) +
   kompatibilitas markup lama dari js/app.js loader
   ============================================================ */

/* ---------- Forms ---------- */
.form { display: flex; flex-direction: column; gap: 1rem; }
.checkbox { font-size: .85rem; color: var(--muted); }
.link { color: var(--primary); font-weight: 600; }
.link:hover { text-decoration: underline; }
.link-danger { color: var(--danger); font-weight: 600; }
.link-danger:hover { text-decoration: underline; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.w-100 { width: 100%; }
.text-success { color: var(--success); font-weight: 700; }
.text-warn { color: var(--warn); font-weight: 700; }
.text-danger { color: var(--danger); font-weight: 700; }

.badge-ghost { background: var(--bg-card); color: var(--muted); border-color: var(--line-strong); }

/* ---------- Divider ---------- */
.divider { border: none; border-top: 1px solid var(--line); margin: 1.2rem 0; }
.divider-line { display: flex; align-items: center; gap: .8rem; margin: 1.3rem 0; color: var(--dim); font-size: .8rem; }
.divider-line::before, .divider-line::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* ---------- Countdown ---------- */
.countdown {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .55rem 1.1rem;
  border-radius: var(--r-sm);
  background: var(--grad);
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: .9rem;
  box-shadow: var(--shadow-glow);
  margin-top: .5rem;
}

/* ---------- Auth (single card centered) ---------- */
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 5rem 1rem 3rem; }

/* ---------- Step title ---------- */
.step-title { display: flex; align-items: center; gap: .6rem; font-size: 1rem; font-weight: 700; }
.step-badge {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-size: .78rem;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ---------- Metode pembayaran (topup) ---------- */
.metode-group { border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--bg-card); overflow: hidden; }
.metode-summary {
  display: flex; justify-content: space-between; align-items: center;
  padding: .9rem 1.1rem;
  cursor: pointer;
  font-weight: 700;
  font-size: .9rem;
  list-style: none;
  user-select: none;
}
.metode-summary::-webkit-details-marker { display: none; }
.metode-summary i { transition: transform .3s var(--ease); color: var(--dim); }
.metode-group[open] .metode-summary i { transform: rotate(180deg); color: var(--primary); }
.metode-group[open] .metode-summary { border-bottom: 1px solid var(--line); background: var(--bg-card); }
.metode-btn {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  padding: .8rem;
  border-radius: var(--r-sm);
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  transition: all .25s var(--ease);
}
.metode-btn:hover { border-color: var(--primary) !important; }
.select-check {
  position: absolute; top: .5rem; right: .5rem;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem;
}

/* ---------- Invoice rows ---------- */
.total-row td, .total-row th { border-top: 1px solid var(--line-strong); padding-top: .9rem; }

/* ---------- Progress steps (invoice) ---------- */
.progress-wrap { display: flex; flex-direction: column; gap: 1.1rem; }
.progress-step { display: flex; gap: .9rem; align-items: flex-start; }
.progress-step .step-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 800;
  background: var(--bg-card);
  border: 2px solid var(--line-strong);
  color: var(--dim);
  flex-shrink: 0;
}
.progress-step .step-icon.completed { background: var(--success); border-color: var(--success); color: #fff; }
.progress-step .step-icon.in-progress { background: var(--grad); border-color: transparent; color: #fff; box-shadow: var(--shadow-glow); }
.progress-step .step-icon.pending { background: var(--warn); border-color: var(--warn); color: #fff; }
.progress-step .step-icon.expired { background: var(--danger); border-color: var(--danger); color: #fff; }
.progress-step .step-text { padding-top: .2rem; }
.progress-step .subtext { font-size: .75rem; color: var(--dim); }

/* ---------- DataTables helpers ---------- */
.dt-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin-bottom: .8rem; }
.dt-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; }
table.dataTable td, table.dataTable th { box-sizing: border-box; }

/* ---------- Kompatibilitas markup loader js ---------- */
.card-tabs {
  display: flex; flex-direction: column; align-items: center;
  position: relative; overflow: hidden;
  border-radius: var(--r);
  cursor: pointer;
  transition: all .35s var(--ease);
}
.card-tabs:hover { transform: translateY(-5px); border-color: rgba(139, 92, 246, .4); box-shadow: var(--shadow-glow); }
.card-tabs img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .5rem .7rem;
  background: linear-gradient(to top, rgba(10, 14, 26, .85), transparent);
}
.text-produk { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ribbon {
  position: absolute; top: .6rem; right: .6rem; z-index: 2;
  background: linear-gradient(#ff3131, #ff4d4d);
  color: #fff;
  font-size: .66rem; font-weight: 800;
  padding: .22rem .55rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 49, 49, .4);
}
.swiper-slide-fs {
  position: relative; max-width: 300px;
  border-radius: var(--r); overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--line);
  transition: all .3s var(--ease);
}
.swiper-slide-fs:hover { transform: translateY(-4px); border-color: rgba(255, 77, 141, .4); box-shadow: 0 0 24px rgba(255, 77, 141, .25); }
.swiper-slide-fs img { width: 100%; height: 150px; object-fit: cover; }
.name-fs { padding: .6rem .8rem 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.subname-fs { padding: 0 .8rem .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Responsive grids ---------- */
@media (max-width: 768px) {
  .grid-2-sm, .grid-2-lg { grid-template-columns: 1fr !important; }
}

.hero-h1, .section-title { font-family: var(--font-hero); font-weight: 700; letter-spacing: -.01em; }
