/* ═══════════════════════════════════════════════════════════════════════════
   ANALYTICS PAGE — REVAMP 2026
   Premium, clean, modern dark-UI for Performance Analytics
   Emerald accent · ax- prefix
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  --ax-accent: 16, 185, 129;  /* emerald-500 */
  --ax-accent-light: #34d399;
}

/* ── Suppression: neutralise old generic styles from other CSS files ─────── */
.page[data-page="analytics"] {
  padding: 20px 24px 24px !important;
}

[data-page="analytics"] .revamp-hero,
[data-page="analytics"] .mega-stats-grid,
[data-page="analytics"] .mega-stat-card,
[data-page="analytics"] .mega-stat-glow,
[data-page="analytics"] .mega-stat-icon,
[data-page="analytics"] .mega-stat-value,
[data-page="analytics"] .mega-stat-label,
[data-page="analytics"] .stats-section-label,
[data-page="analytics"] .pro-insights-panel,
[data-page="analytics"] .pro-insight-card,
[data-page="analytics"] .pro-card-header,
[data-page="analytics"] .pro-card-icon,
[data-page="analytics"] .pro-card-title,
[data-page="analytics"] .pro-badge,
[data-page="analytics"] .premium-badge,
[data-page="analytics"] .pro-card-body,
[data-page="analytics"] .pro-card-text,
[data-page="analytics"] .pro-card-lock,
[data-page="analytics"] .lock-icon,
[data-page="analytics"] .lock-text,
[data-page="analytics"] .revamp-toolbar,
[data-page="analytics"] .btn-add-new,
[data-page="analytics"] .filter-select,
[data-page="analytics"] .empty-state-new,
[data-page="analytics"] .btn-primary-glow,
[data-page="analytics"] .fab-button,
[data-page="analytics"] .fab-pulse,
[data-page="analytics"] .hero-orb,
[data-page="analytics"] .hero-particles,
[data-page="analytics"] .hero-bg-effects {
  all: revert !important;
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.ax-hero {
  position: relative;
  padding: 28px 24px 20px;
  margin: -20px -24px 24px -24px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(145deg, rgba(22, 22, 30, 0.96) 0%, rgba(14, 14, 18, 0.99) 100%);
  border-top: 2px solid rgba(var(--ax-accent), 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 4px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.ax-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(var(--ax-accent), 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.ax-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ax-hero__title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 3px 0;
  letter-spacing: -0.3px;
}

.ax-hero__sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  font-weight: 400;
}

.ax-hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Period select */
.ax-period-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ax-period__icon {
  position: absolute;
  left: 10px;
  width: 14px;
  height: 14px;
  color: rgba(var(--ax-accent), 0.6);
  pointer-events: none;
  z-index: 1;
}

.ax-period {
  padding: 9px 32px 9px 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.35)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.ax-period:hover,
.ax-period:focus {
  border-color: rgba(var(--ax-accent), 0.35);
  background-color: rgba(255, 255, 255, 0.06);
}

.ax-period option {
  background: #1a1a24;
  color: #fff;
}

/* Export button */
.ax-export-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 16px;
  background: rgba(var(--ax-accent), 0.08);
  border: 1px solid rgba(var(--ax-accent), 0.2);
  border-radius: 10px;
  color: var(--ax-accent-light);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ax-export-btn:hover {
  background: rgba(var(--ax-accent), 0.16);
  border-color: rgba(var(--ax-accent), 0.4);
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(var(--ax-accent), 0.12);
}

.ax-export-btn .elite-icon {
  width: 14px;
  height: 14px;
}

.ax-pro-badge {
  font-size: 9px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(249, 115, 22, 0.2));
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.25);
  letter-spacing: 0.5px;
}

/* ── KPI Cards ─────────────────────────────────────────────────────────── */
.ax-kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.ax-kpi {
  position: relative;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.2s ease;
  overflow: hidden;
}

.ax-kpi:hover {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.ax-kpi__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ax-kpi__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
}

.ax-kpi__icon .elite-icon {
  width: 16px;
  height: 16px;
}

.ax-kpi__icon--green   { background: rgba(34, 197, 94, 0.12); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.2); }
.ax-kpi__icon--purple  { background: rgba(168, 85, 247, 0.12); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.2); }
.ax-kpi__icon--blue    { background: rgba(59, 130, 246, 0.12); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.2); }
.ax-kpi__icon--yellow  { background: rgba(245, 158, 11, 0.12); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.2); }
.ax-kpi__icon--orange  { background: rgba(249, 115, 22, 0.12); color: #fb923c; border: 1px solid rgba(249, 115, 22, 0.2); }
.ax-kpi__icon--emerald { background: rgba(var(--ax-accent), 0.12); color: var(--ax-accent-light); border: 1px solid rgba(var(--ax-accent), 0.2); }

.ax-kpi__trend {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
}

.ax-kpi__trend--up   { background: rgba(34, 197, 94, 0.12); color: #4ade80; }
.ax-kpi__trend--down { background: rgba(239, 68, 68, 0.12); color: #f87171; }

.ax-kpi__val {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ax-kpi__lbl {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* Color-coded top borders */
.ax-kpi--goals    { border-top: 2px solid rgba(34, 197, 94, 0.4); }
.ax-kpi--assists  { border-top: 2px solid rgba(168, 85, 247, 0.4); }
.ax-kpi--gpg      { border-top: 2px solid rgba(59, 130, 246, 0.4); }
.ax-kpi--rating   { border-top: 2px solid rgba(245, 158, 11, 0.4); }
.ax-kpi--minutes  { border-top: 2px solid rgba(249, 115, 22, 0.4); }
.ax-kpi--matches  { border-top: 2px solid rgba(var(--ax-accent), 0.4); }

/* ── Chart Grid ────────────────────────────────────────────────────────── */
.ax-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* ── Chart Card ────────────────────────────────────────────────────────── */
.ax-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.2s ease;
  overflow: hidden;
}

.ax-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--ax-accent), 0.2), transparent);
}

.ax-card:hover {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
}

/* Sizing variants */
.ax-card--full      { grid-column: 1 / -1; }
.ax-card--primary   { grid-column: 1 / 3; }
.ax-card--secondary { grid-column: 3 / 4; }
.ax-card--third     { grid-column: span 1; }

/* Card header */
.ax-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ax-card__title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.ax-card__title .elite-icon {
  width: 16px;
  height: 16px;
  color: var(--ax-accent-light);
}

/* ── Chart Container ───────────────────────────────────────────────────── */
.ax-chart {
  position: relative;
  width: 100%;
}

.ax-chart--lg { height: 340px; }
.ax-chart--md { height: 280px; }
.ax-chart--sm { height: 220px; }

.ax-chart canvas {
  display: block;
}

.ax-chart-empty {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 15, 20, 0.6);
  border-radius: 12px;
}

.ax-chart-empty p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  padding: 16px;
  max-width: 240px;
  line-height: 1.5;
}

/* ── Chart Tabs ────────────────────────────────────────────────────────── */
.ax-chart-tabs {
  display: flex;
  gap: 3px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 2px;
}

.ax-chart-tab {
  padding: 5px 12px;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ax-chart-tab:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
}

.ax-chart-tab.active {
  background: rgba(var(--ax-accent), 0.16);
  color: var(--ax-accent-light);
  box-shadow: 0 1px 4px rgba(var(--ax-accent), 0.1);
}

/* ── Legend ─────────────────────────────────────────────────────────────── */
.ax-legend {
  display: flex;
  gap: 12px;
  font-size: 11px;
}

.ax-legend__item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.ax-legend__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.ax-legend__dash {
  width: 14px;
  height: 2px;
  border-radius: 1px;
}

/* ── Results Stats ─────────────────────────────────────────────────────── */
.ax-results-stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 12px;
}

.ax-result-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.ax-result-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ax-result-stat--w .ax-result-dot { background: #22c55e; box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); }
.ax-result-stat--d .ax-result-dot { background: #f59e0b; box-shadow: 0 0 8px rgba(245, 158, 11, 0.4); }
.ax-result-stat--l .ax-result-dot { background: #ef4444; box-shadow: 0 0 8px rgba(239, 68, 68, 0.4); }

/* ── Form Guide ────────────────────────────────────────────────────────── */
.ax-form-guide {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ax-form-match {
  display: grid;
  grid-template-columns: 38px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  transition: all 0.15s ease;
}

.ax-form-match:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.ax-form-result {
  width: 38px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.ax-form-result--W {
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.ax-form-result--D {
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.ax-form-result--L {
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.ax-form-opponent {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ax-form-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}

.ax-form-rating {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.ax-form-rating--high { color: #4ade80; }
.ax-form-rating--mid  { color: #fbbf24; }
.ax-form-rating--low  { color: #f87171; }

.ax-form-empty {
  padding: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}

/* ── PRO Overlay ───────────────────────────────────────────────────────── */
.ax-card--pro {
  position: relative;
}

.ax-pro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 14, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.2s ease;
}

.ax-pro-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
}

.ax-pro-overlay__content .elite-icon {
  width: 20px;
  height: 20px;
  color: rgba(245, 158, 11, 0.6);
}

/* When unlocked, hide overlay */
.ax-card--pro.unlocked .ax-pro-overlay {
  display: none;
}

/* ── No Data State ─────────────────────────────────────────────────────── */
.ax-no-data {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  text-align: center;
}

.ax-no-data__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(var(--ax-accent), 0.08);
  border: 1px solid rgba(var(--ax-accent), 0.12);
  margin-bottom: 18px;
}

.ax-no-data__icon .elite-icon {
  width: 28px;
  height: 28px;
  color: rgba(var(--ax-accent), 0.5);
}

.ax-no-data__title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 6px;
}

.ax-no-data__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 24px;
  max-width: 280px;
  line-height: 1.5;
}

.ax-no-data__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  background: rgba(var(--ax-accent), 0.12);
  border: 1px solid rgba(var(--ax-accent), 0.3);
  border-radius: 10px;
  color: var(--ax-accent-light);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ax-no-data__cta:hover {
  background: rgba(var(--ax-accent), 0.2);
  border-color: rgba(var(--ax-accent), 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(var(--ax-accent), 0.12);
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ax-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ax-card--full    { grid-column: 1 / -1; }
  .ax-card--primary { grid-column: 1 / -1; }
  .ax-card--secondary { grid-column: 1 / -1; }
  .ax-card--third   { grid-column: span 1; }
}

@media (max-width: 768px) {
  .ax-hero {
    padding: 22px 18px 16px;
    margin: -16px -16px 18px -16px;
    border-radius: 0 0 16px 16px;
  }

  .ax-hero__title { font-size: 19px; }

  .ax-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ax-hero__actions {
    width: 100%;
    justify-content: space-between;
  }

  .ax-kpis {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .ax-kpi__val { font-size: 20px; }
  .ax-kpi { padding: 12px 10px; }

  .ax-grid {
    grid-template-columns: 1fr;
  }

  .ax-card--full,
  .ax-card--primary,
  .ax-card--secondary,
  .ax-card--third {
    grid-column: 1 / -1;
  }

  .ax-card { padding: 16px; }

  .ax-chart--lg { height: 260px; }
  .ax-chart--md { height: 220px; }

  .ax-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ax-form-match {
    grid-template-columns: 32px 1fr auto;
  }

  .ax-form-rating {
    display: none;
  }

  .ax-export-btn span:not(.ax-pro-badge) {
    display: none;
  }
}

@media (max-width: 480px) {
  .ax-kpis {
    grid-template-columns: repeat(2, 1fr);
  }

  .ax-hero__actions {
    flex-direction: column;
    gap: 8px;
  }

  .ax-period { width: 100%; }
  .ax-export-btn { width: 100%; justify-content: center; }

  .ax-form-match {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ax-form-result {
    width: auto;
    justify-self: flex-start;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════════════════ */
@keyframes axFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ax-kpi {
  animation: axFadeUp 0.3s ease both;
}

.ax-kpi:nth-child(1) { animation-delay: 0s; }
.ax-kpi:nth-child(2) { animation-delay: 0.04s; }
.ax-kpi:nth-child(3) { animation-delay: 0.08s; }
.ax-kpi:nth-child(4) { animation-delay: 0.12s; }
.ax-kpi:nth-child(5) { animation-delay: 0.16s; }
.ax-kpi:nth-child(6) { animation-delay: 0.20s; }

.ax-card {
  animation: axFadeUp 0.35s ease both;
}

.ax-card:nth-child(1) { animation-delay: 0.05s; }
.ax-card:nth-child(2) { animation-delay: 0.1s; }
.ax-card:nth-child(3) { animation-delay: 0.15s; }
.ax-card:nth-child(4) { animation-delay: 0.2s; }
.ax-card:nth-child(5) { animation-delay: 0.25s; }
.ax-card:nth-child(6) { animation-delay: 0.3s; }
.ax-card:nth-child(7) { animation-delay: 0.35s; }

.ax-form-match {
  animation: axFadeUp 0.25s ease both;
}

.ax-form-match:nth-child(1)  { animation-delay: 0s; }
.ax-form-match:nth-child(2)  { animation-delay: 0.03s; }
.ax-form-match:nth-child(3)  { animation-delay: 0.06s; }
.ax-form-match:nth-child(4)  { animation-delay: 0.09s; }
.ax-form-match:nth-child(5)  { animation-delay: 0.12s; }
.ax-form-match:nth-child(6)  { animation-delay: 0.15s; }
.ax-form-match:nth-child(7)  { animation-delay: 0.18s; }
.ax-form-match:nth-child(8)  { animation-delay: 0.21s; }
.ax-form-match:nth-child(9)  { animation-delay: 0.24s; }
.ax-form-match:nth-child(10) { animation-delay: 0.27s; }

/* ═══════════════════════════════════════════════════════════════════════════
   OVERRIDE: Suppress / neutralize old analytics styles from
   styles.css and pages-premium.css so they don't compete with ax- classes
   ═══════════════════════════════════════════════════════════════════════════ */

/* Hide any stale structural containers that may remain after revamp */
[data-page="analytics"] .page-toolbar,
[data-page="analytics"] .analytics-kpi-grid:not(.ax-kpis),
[data-page="analytics"] .analytics-grid,
[data-page="analytics"] .analytics-row {
  display: none !important;
}

/* pages-premium.css applies its own #exportCsv styling — override it */
[data-page="analytics"] #exportCsv {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 16px;
  background: rgba(var(--ax-accent), 0.08);
  border: 1px solid rgba(var(--ax-accent), 0.2);
  border-radius: 10px;
  color: var(--ax-accent-light);
  font-size: 12px;
  font-weight: 600;
}

[data-page="analytics"] #exportCsv:hover {
  background: rgba(var(--ax-accent), 0.16);
  border-color: rgba(var(--ax-accent), 0.4);
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(var(--ax-accent), 0.12);
}

/* Neutralise pages-premium.css padding-bottom on analytics section */
.page[data-page="analytics"] {
  padding-bottom: 24px !important;
}
