@import url('dashboard-polish.css');
:root {
  --color-bg-primary:#050b18;--color-bg-secondary:#081425;--color-bg-tertiary:#0c1b2f;
  --color-surface-1:rgba(10,23,41,.88);--color-surface-2:rgba(15,30,52,.94);--color-surface-hover:rgba(24,44,70,.96);
  --color-text-primary:#f4f8ff;--color-text-secondary:#aebbd0;--color-text-muted:#718098;--color-text-dark:#07101a;
  --color-cyan:#38e6ff;--color-blue:#3a8dff;--color-mint:#5ef0bd;--color-violet:#9d6cff;--color-gold:#ffc857;--color-orange:#ff9b3f;--color-pink:#ff56d8;
  --color-success:#56e4a8;--color-warning:#ffc857;--color-danger:#ff6f7d;--color-info:#58a8ff;
  --border-soft:rgba(125,215,255,.14);--border-medium:rgba(125,215,255,.26);--border-strong:rgba(56,230,255,.48);
  --gradient-primary:linear-gradient(135deg,#38e6ff 0%,#5ef0bd 55%,#ffc857 100%);--gradient-cyan:linear-gradient(135deg,#38e6ff,#3a8dff);--gradient-gold:linear-gradient(135deg,#ffd979,#ff9b3f);--gradient-violet:linear-gradient(135deg,#9d6cff,#ff56d8);--gradient-surface:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
  --font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-md:1.125rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:2.75rem;--font-size-4xl:4rem;--font-size-hero:clamp(3.6rem,8vw,7.5rem);
  --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--container-max:1480px;
  --radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-2xl:36px;--radius-pill:999px;--shadow-sm:0 8px 24px rgba(0,0,0,.18);--shadow-md:0 18px 50px rgba(0,0,0,.28);--shadow-lg:0 30px 90px rgba(0,0,0,.38);--shadow-cyan:0 0 40px rgba(56,230,255,.18);--shadow-gold:0 0 40px rgba(255,200,87,.16);
}
