html[data-theme="native-light"] {
  --page-bg: #f4f6f9;
  --panel-bg: rgba(255,255,255,.96);
  --panel-border: rgba(15,23,42,.09);
  --panel-shadow: 0 28px 70px rgba(15,23,42,.12);
  --text-main: #111827;
  --text-muted: #667085;
  --text-faint: #98a2b3;
  --input-bg: #ffffff;
  --input-border: #d8dee8;
  --input-text: #111827;
  --input-placeholder: #98a2b3;
  --accent: #0ea5e9;
  --focus-ring: rgba(14,165,233,.18);
  --button-bg: linear-gradient(180deg,#22b7f5 0%,#0798df 100%);
  --button-text: #fff;
  --button-shadow: 0 12px 28px rgba(14,165,233,.22);
  --divider: rgba(15,23,42,.09);
  --danger: #e5484d;
  --success: #15956f;
  --glow-primary: #0ea5e9;
  --glow-secondary: #7dd3fc;
  --dashboard-bg: #f4f6f9;
  --dashboard-card: #ffffff;
  --dashboard-card-soft: #f8fafc;
  --dashboard-border: #e4e7ec;
  --dashboard-shadow: 0 18px 50px rgba(15,23,42,.08);
  --icon-bg: #eef2f6;
}
