@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*  */

:root {
    /* Mapped exactly to the provided mockup */
    --background: oklch(0.12 0 0); /* Deep dark background */
    --foreground: oklch(1 0 0); /* Pure white text */
    --card: oklch(0.15 0 0); /* Slightly elevated cards */
    --card-foreground: oklch(1 0 0);
    --popover: oklch(0.15 0 0);
    --popover-foreground: oklch(1 0 0);
    --primary: oklch(0.92 0.22 115); /* Brand Neon Yellow/Green */
    --primary-foreground: oklch(0.12 0 0); /* Dark text on neon buttons */
    --secondary: oklch(0.2 0 0);
    --secondary-foreground: oklch(1 0 0);
    --muted: oklch(0.18 0 0);
    --muted-foreground: oklch(0.65 0 0); /* Gray text like "Grow Faster." */
    --accent: oklch(0.92 0.22 115);
    --accent-foreground: oklch(0.2 0 0);
    --destructive: oklch(0.396 0.141 25.723);
    --destructive-foreground: oklch(1 0 0);
    --border: oklch(0.2 0 0); /* Subtle grid lines */
    --input: oklch(0.2 0 0);
    --ring: oklch(0.92 0.22 115); /* Neon focus rings */
    --radius: 0.625rem;
    /* Charts/Extras */
    --chart-1: oklch(0.488 0.243 264.376);
    --chart-2: oklch(0.696 0.17 162.48);
    --chart-3: oklch(0.769 0.188 70.08);
    --chart-4: oklch(0.627 0.265 303.9);
    --chart-5: oklch(0.645 0.246 16.439);

    /* Sidebar */
    --sidebar: oklch(0.12 0 0);
    --sidebar-foreground: oklch(1 0 0);
    --sidebar-primary: oklch(0.92 0.22 115);
    --sidebar-primary-foreground: oklch(0.12 0 0);
    --sidebar-accent: oklch(0.2 0 0);
    --sidebar-accent-foreground: oklch(1 0 0);
    --sidebar-border: oklch(0.2 0 0);
    --sidebar-ring: oklch(0.92 0.22 115);

    --font-poppins: "Poppins", sans-serif;
}
