:root {
  --bg: #fbfbfe;
  --surface: #ffffff;
  --border: #e6e9f2;
  --text: #14152b;
  --text-muted: #6b7280;
  --primary: #4f63f6;
  --primary-dark: #3b4fe0;
  --grad-start: #6d5bf7;
  --grad-end: #4f63f6;
  --blue-bg: #eaf0fe;   --blue-ic: #4f63f6;
  --green-bg: #e6f9f0;  --green-ic: #10b981;
  --purple-bg: #f1ecfe; --purple-ic: #8b5cf6;
  --orange-bg: #fff1e0; --orange-ic: #f59e0b;
  --pink-bg: #fde4f0;   --pink-ic: #ec4899;
  --silver-border: #c0c0c0;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow: 0 2px 10px rgba(20, 21, 43, 0.05);
  --shadow-hover: 0 14px 32px rgba(79, 99, 246, 0.16);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[data-theme='dark'] {
  --bg: #0e1120;
  --surface: #161a2c;
  --border: #262b45;
  --text: #f1f2fb;
  --text-muted: #9096b5;
  --blue-bg: #1c2440;  --blue-ic: #7c8cfb;
  --green-bg: #10261f; --green-ic: #34d399;
  --purple-bg: #241d3d; --purple-ic: #a78bfa;
  --orange-bg: #2e2312; --orange-ic: #fbbf24;
  --pink-bg: #341a2a;   --pink-ic: #f472b6;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-hover: 0 16px 36px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  transition: background .2s ease, color .2s ease;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ---------------- Navbar ---------------- */
.navbar {
  background: var(--surface);
  border-bottom: 1px solid var(--silver-border);
  position: sticky; top: 0; z-index: 40;
}
.navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; max-width: 1280px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; }
.brand .logo-badge {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--text-muted); font-weight: 500; font-size: 15px; }
.nav-links a.active, .nav-links a:hover { color: var(--primary); }
.navbar-right { display: flex; gap: 24px; align-items: center; }
.nav-actions { display: flex; gap: 12px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: var(--radius-sm); font-weight: 600; font-size: 14.5px;
  border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 16px rgba(79,99,246,.28); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-ghost { background: var(--bg); color: var(--text); }
.btn-sm { padding: 7px 14px; font-size: 13px; }
.btn-danger { background: #fee2e2; color: #b91c1c; }
.btn-block { width: 100%; }

.theme-toggle {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
  background: var(--surface); display: flex; align-items: center; justify-content: center; cursor: pointer;
}

/* ---------------- Hero ---------------- */
.hero { padding: 72px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: var(--blue-bg); color: var(--primary);
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 18px;
}
.hero h1 { font-size: 46px; line-height: 1.15; margin: 0 0 18px; font-weight: 800; letter-spacing: -0.5px; }
.hero h1 span { color: var(--primary); }
.hero p { color: var(--text-muted); font-size: 17px; line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 24px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; color: var(--text-muted); font-size: 14px; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }

.hero-art {
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  box-shadow: var(--shadow); padding: 28px; position: relative; overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
}
.hero-art:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
@keyframes zeradsFloat {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-8px) rotate(-0.4deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
.balance-card {
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end));
  border-radius: var(--radius-lg); padding: 24px; color: #fff; margin-bottom: 18px;
  animation: zeradsFloat 5s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 14px 28px rgba(79, 99, 246, 0.28);
}
.balance-card:hover {
  animation-play-state: paused;
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 40px rgba(79, 99, 246, 0.36);
}
.balance-card .icon-circle { background: rgba(255,255,255,.2); }
.balance-label { font-size: 13px; opacity: .85; }
.balance-value { font-size: 34px; font-weight: 800; margin: 4px 0; }

.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mini-icon {
  width: 100%; aspect-ratio: 1; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mini-icon:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 8px 16px rgba(20,21,43,0.12); }

.hero-feature-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px;
}
.hero-feature-item {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 14px 10px; transition: transform .2s ease, box-shadow .2s ease;
}
.hero-feature-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.hero-feature-item .icon-circle { width: 38px; height: 38px; font-size: 15px; }
.hero-feature-item strong { font-size: 13.5px; }
.hero-feature-item span { font-size: 11.5px; color: var(--text-muted); }

.hero-progress {
  display: flex; align-items: center; gap: 14px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 14px 16px;
}
.hero-progress .icon-circle { width: 40px; height: 40px; min-width: 40px; }
.hero-progress-body { flex: 1; }
.hero-progress-body strong { font-size: 14px; }
.progress-track {
  width: 100%; height: 8px; border-radius: 999px; background: var(--bg); margin-top: 8px; overflow: hidden;
}
.progress-fill {
  height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
  transition: width .4s ease;
}

.stat-spark { width: 60px; height: 24px; margin-left: auto; flex-shrink: 0; opacity: .8; }

/* ---------------- Feature / stat cards ---------------- */
.cards-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 36px 0; }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(79,99,246,.35); }
.card-feature { display: flex; gap: 14px; align-items: flex-start; }
.icon-circle {
  width: 44px; height: 44px; min-width: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease;
}
.card:hover .icon-circle, .tile:hover .icon-circle, .stat-card:hover .icon-circle { transform: scale(1.08) rotate(-4deg); }
.icon-circle.blue { background: var(--blue-bg); color: var(--blue-ic); }
.icon-circle.green { background: var(--green-bg); color: var(--green-ic); }
.icon-circle.purple { background: var(--purple-bg); color: var(--purple-ic); }
.icon-circle.orange { background: var(--orange-bg); color: var(--orange-ic); }
.icon-circle.pink { background: var(--pink-bg); color: var(--pink-ic); }
.card-feature h3 { margin: 0 0 4px; font-size: 15.5px; }
.card-feature p { margin: 0; color: var(--text-muted); font-size: 13.5px; line-height: 1.5; }

.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 20px; display: flex; gap: 14px; align-items: center; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.stat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(79,99,246,.35); }
.stat-value { font-size: 22px; font-weight: 800; }
.stat-label { color: var(--text-muted); font-size: 13px; }

/* ---------------- Action tiles (dashboard quick links) ---------------- */
.tiles-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 24px; }
.tile {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 20px; box-shadow: var(--shadow); display: flex; gap: 14px; align-items: flex-start;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: rgba(79,99,246,.35); }
.tile-body h3 { margin: 0 0 3px; font-size: 15px; }
.tile-body p { margin: 0; color: var(--text-muted); font-size: 13px; }
.tile-link { font-size: 13px; font-weight: 600; color: var(--primary); margin-top: 6px; display: inline-block; }

/* ---------------- Dashboard layout ---------------- */
.app-shell { display: flex; min-height: 100vh; }
.sidebar {
  width: 250px; min-width: 250px; flex-shrink: 0;
  background: var(--surface); border-right: 1px solid var(--border);
  padding: 22px 16px; position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.sidebar .brand { padding: 4px 8px 24px; }
.side-link {
  display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px;
  color: var(--text-muted); font-weight: 500; font-size: 14.5px; margin-bottom: 4px;
}
.side-link.active { background: var(--blue-bg); color: var(--primary); font-weight: 600; }
.side-link:hover { background: var(--bg); }
.nav-badge {
  margin-left: auto; background: var(--primary); color: #fff; font-size: 11.5px; font-weight: 700;
  padding: 2px 8px; border-radius: 999px; min-width: 18px; text-align: center;
}
.main-content { flex: 1; min-width: 0; padding: 24px 28px; max-width: 1200px; display: flex; flex-direction: column; min-height: 100vh; }
.main-content > *:not(.app-footer) { flex-shrink: 0; }
.topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--silver-border); }
.topbar h1 { font-size: 22px; margin: 0; }
.user-chip { display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border); padding: 6px 14px 6px 6px; border-radius: 999px; }
.avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }

.profile-dropdown { position: relative; }
.avatar-btn { background: none; border: none; padding: 0; cursor: pointer; border-radius: 50%; line-height: 0; }
.avatar-btn .avatar { width: 38px; height: 38px; font-size: 14px; transition: box-shadow .2s ease; }
.avatar-btn:hover .avatar { box-shadow: 0 0 0 3px var(--blue-bg); }
.profile-menu {
  display: none; position: absolute; right: 0; top: calc(100% + 10px);
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  box-shadow: var(--shadow-hover); min-width: 200px; padding: 8px; z-index: 60;
}
.profile-menu.open { display: block; }
.profile-menu-header {
  padding: 8px 12px; font-size: 12.5px; font-weight: 700; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .04em;
}
.profile-menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 10px 12px; border-radius: 8px; border: none; background: none; cursor: pointer;
  font-family: var(--font); font-size: 14px; font-weight: 500; color: var(--text);
}
.profile-menu-item:hover { background: var(--bg); }
.profile-menu-danger { color: #dc2626; }
.profile-menu-divider { height: 1px; background: var(--border); margin: 6px 4px; }

.app-footer {
  text-align: right; color: var(--text-muted); font-size: 12.5px;
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--silver-border);
}

.profile-page { display: flex; justify-content: center; padding-top: 8px; }

/* ---------------- Free Points claim page ---------------- */
.free-banner-slot { display: flex; justify-content: center; }
.free-claim-wrap { display: flex; flex-direction: column; align-items: center; }
.free-claim-card {
  max-width: 380px; width: 100%; text-align: center; padding: 32px 28px;
}
.free-timer-display {
  font-size: 42px; font-weight: 800; color: var(--primary); margin: 10px 0 18px;
}
.profile-card { max-width: 560px; width: 100%; }
.profile-card-header { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--border); }
.profile-avatar { width: 64px; height: 64px; font-size: 24px; margin: 0 auto 14px; }
.profile-card-header h2 { margin: 0 0 4px; font-size: 19px; }
.profile-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.profile-detail { display: flex; flex-direction: column; gap: 4px; }
.profile-detail span { font-size: 12.5px; }
.profile-detail strong { font-size: 14.5px; }
@media (max-width: 560px) {
  .profile-detail-grid { grid-template-columns: 1fr; }
}

.balance-banner {
  background: linear-gradient(135deg, var(--grad-start), var(--grad-end)); border-radius: var(--radius-lg);
  padding: 26px 30px; color: #fff; display: flex; align-items: center; gap: 18px; margin-bottom: 22px;
  box-shadow: 0 14px 28px rgba(79, 99, 246, 0.24); transition: transform .25s ease, box-shadow .25s ease;
}
.balance-banner:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(79, 99, 246, 0.32); }
.balance-banner .icon-circle { background: rgba(255,255,255,.2); color: #fff; }
.balance-banner .balance-value { font-size: 38px; }

.panel {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow); transition: box-shadow .25s ease, border-color .25s ease;
}
.panel:hover { box-shadow: var(--shadow-hover); border-color: rgba(79,99,246,.2); }
.panel + .panel { margin-top: 20px; }
.panel-head { display: flex; align-items: center; justify-content: between; justify-content: space-between; margin-bottom: 16px; }

/* ---------------- Forms ---------------- */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; }
.form-control {
  width: 100%; padding: 11px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border);
  background: var(--bg); color: var(--text); font-size: 14.5px; font-family: var(--font);
}
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(79,99,246,.15); }
select.form-control { cursor: pointer; }
.form-hint { font-size: 12.5px; color: var(--text-muted); margin-top: 5px; }
.country-picker {
  max-height: 200px; overflow-y: auto; border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; background: var(--bg);
}
.country-picker label {
  display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 400; cursor: pointer;
}
@media (max-width: 480px) {
  .country-picker { grid-template-columns: 1fr; }
}

/* ---------------- Modal ---------------- */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15, 18, 32, .55); display: none;
  align-items: center; justify-content: center; z-index: 100; padding: 16px;
}
.modal-overlay.open { display: flex; }
.modal-box { background: var(--surface); border-radius: 20px; padding: 30px; width: 100%; max-width: 400px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.modal-box h2 { margin: 0 0 8px; font-size: 21px; }
.modal-box p.sub { color: var(--text-muted); font-size: 13.5px; margin: 0 0 20px; }
.modal-close { float: right; cursor: pointer; color: var(--text-muted); font-size: 18px; background: none; border: none; }
.alert { padding: 11px 14px; border-radius: 10px; font-size: 13.5px; margin-bottom: 14px; }
.alert-error { background: #fee2e2; color: #b91c1c; }
.alert-success { background: #dcfce7; color: #15803d; }

/* ---------------- Table ---------------- */
.table-wrap { overflow-x: auto; }
table.data-table { width: 100%; border-collapse: collapse; font-size: 13.8px; }
table.data-table th { text-align: left; color: var(--text-muted); font-weight: 600; padding: 10px 12px; border-bottom: 1px solid var(--border); white-space: nowrap; }
table.data-table td { padding: 12px; border-bottom: 1px solid var(--border); white-space: nowrap; }
table.data-table tr:last-child td { border-bottom: none; }
.badge { padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.badge-active { background: var(--green-bg); color: var(--green-ic); }
.badge-paused { background: var(--orange-bg); color: var(--orange-ic); }
.badge-deleted { background: #fee2e2; color: #b91c1c; }

/* ---------------- Surf page (full-page target site) ---------------- */
.surf-fullpage-body { margin: 0; height: 100vh; overflow: hidden; }
.surf-standalone-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; background: var(--surface); border-bottom: 1px solid var(--border);
  height: 56px; box-sizing: border-box;
}
.surf-timer { font-size: 18px; font-weight: 800; color: var(--primary); }
.surf-iframe-full {
  display: block; width: 100%; height: calc(100vh - 56px); border: none; background: #fff;
}
.surf-empty-full {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; height: calc(100vh - 56px); color: var(--text-muted); padding: 20px;
}
.surf-empty-full h3 { color: var(--text); margin: 8px 0 4px; }

/* ---------------- Footer ---------------- */
.footer { text-align: center; padding: 26px; color: var(--text-muted); font-size: 13px; border-top: 1px solid var(--border); margin-top: 40px; }

.site-footer { border-top: 1px solid var(--silver-border); margin-top: 40px; padding: 22px 0; background: var(--surface); }
.site-footer-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 13px; color: var(--text-muted);
}
.footer-col { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer-payments, .footer-social { gap: 12px; }
.payment-badge { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: var(--text); }
.payment-dot {
  width: 20px; height: 20px; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.social-icon {
  width: 30px; height: 30px; border-radius: 50%; color: #fff; display: inline-flex;
  align-items: center; justify-content: center; font-size: 14px; transition: transform .2s ease, opacity .2s ease;
}
.social-icon:hover { transform: translateY(-3px); opacity: .9; }
@media (max-width: 700px) {
  .site-footer-inner { flex-direction: column; align-items: flex-start; }
}

/* ---------------- Utilities ---------------- */
.flex { display: flex; }
.gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; }
.mt-8{margin-top:8px;} .mt-16{margin-top:16px;} .mt-24{margin-top:24px;}
.text-muted { color: var(--text-muted); }
.w-full { width: 100%; }

.mobile-toggle { display: none; }
.nav-mobile-toggle {
  display: none; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--surface); cursor: pointer; font-size: 18px; color: var(--text);
  transition: border-color .2s ease, transform .2s ease;
}
.nav-mobile-toggle:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.mobile-nav { display: none; }
.mobile-nav.open {
  display: flex; flex-direction: column; background: var(--surface);
  border-top: 1px solid var(--border); padding: 8px 24px 12px;
}
.mobile-nav a {
  padding: 12px 0; color: var(--text-muted); font-weight: 500; font-size: 15px;
  border-bottom: 1px solid var(--border);
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a.active { color: var(--primary); font-weight: 600; }
.sidebar-backdrop {
  display: none; position: fixed; inset: 0; background: rgba(15,18,32,.45); z-index: 80;
}
.sidebar-backdrop.open { display: block; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cards-row, .stats-row, .tiles-row { grid-template-columns: repeat(2, 1fr); }
  .sidebar {
    position: fixed; left: -270px; top: 0; z-index: 90; width: 250px;
    transition: left .25s ease; box-shadow: 0 0 30px rgba(0,0,0,.15);
  }
  .sidebar.open { left: 0; }
  .nav-links { display: none; }
  .nav-mobile-toggle { display: flex; }
  .mobile-toggle {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border);
    background: var(--surface); cursor: pointer; font-size: 18px;
  }
}
@media (max-width: 600px) {
  .cards-row, .stats-row, .tiles-row { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 32px; }
  .hero-feature-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .cards-row, .stats-row, .tiles-row { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
  .main-content { padding: 18px 16px; }
  .hero { padding: 40px 0 24px; }
  .balance-value { font-size: 26px; }
  .modal-box { padding: 22px; }
  .stat-spark { display: none; }
}
