/**
 * Dark Theme Styles - PPDB SMK PGRI 2 Ponorogo
 * Modern Professional Design
 */

[data-theme="dark"] {
    /* Background Colors */
    --bg-body: #0f172a;
    --bg-card: #1e293b;
    --bg-sidebar: #1e293b;
    --bg-input: #334155;

    /* Text Colors */
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --white: #1e293b;

    /* Border Colors */
    --border-color: #334155;

    /* Chart/Accent Colors for Dark Mode */
    --chart-grid: #334155;
    --chart-text: #94a3b8;
}