/* Theme: Dark — mode gelap. */
:root {
    --page-overlay: rgba(8, 10, 18, 0.78);

    --card-bg: rgba(26, 29, 38, 0.96);
    --card-text: #e6e8ee;
    --card-border: rgba(255, 255, 255, 0.08);
    --muted-text: #9aa0ad;
    --heading-color: #ffffff;

    --accent: #3da5ff;
    --accent-dark: #1f6fd0;
    --accent-contrast: #ffffff;

    --header-bg: rgba(20, 22, 30, 0.96);
    --header-text: #e6e8ee;

    --table-head-bg: #23262f;
    --table-head-text: #c7ccd6;
    --table-border: rgba(255, 255, 255, 0.08);

    --input-bg: #2a2e39;
    --input-border: #3a3f4c;
    --input-text: #e6e8ee;

    --link-color: #6fc0ff;

    /* Footer senada saat mode "footer ikut theme" aktif */
    --footer-bg: linear-gradient(135deg, #161a22, #0c0e14);
    --footer-headline: #e6e8ee;
    --footer-text: #b9bfca;
    --footer-muted: #8a90a0;
    --footer-accent: #3da5ff;
}
