/* Platform brand themes — activated via <html data-theme="..."> */

html[data-theme="navy"],
html:not([data-theme]) {
    --bg: #f0f4f8;
    --sidebar-bg: #0b1f36;
    --sidebar-bg2: #143552;
    --primary: #1e4a7a;
    --primary-dark: #0f2744;
    --text: #0f172a;
    --muted: #64748b;
    --border: #d7e0ea;
    --login-mid: #1a3a5c;

    /* Landing / legal */
    --forest: #1e4a7a;
    --forest-dark: #0b1f36;
    --forest-mid: #122c4a;
    --page: #f0f4f8;
    --cream: #e8eef6;
    --line: #d0d9e4;
    --ink: #0f172a;
    --white: #f8fafc;

    /* Landing hero hard-stops (were navy hexes in landing.css) */
    --hero-spot: rgba(30, 74, 122, 0.55);
    --hero-grad-a: #070f1a;
    --hero-grad-b: #16324f;
    --hero-card-a: #0f2740;
    --hero-card-b: #060c16;
    --hero-lead: #9bb0c9;
    --card-meta: #7a93b0;
    --section-tint-a: #e8eef5;
    --section-tint-b: #dde5f0;
}

/* Original forest green (pre-retheme) */
html[data-theme="green"] {
    --bg: #f2f4f0;
    --sidebar-bg: #151d15;
    --sidebar-bg2: #243028;
    --primary: #3d4f3a;
    --primary-dark: #1a2418;
    --text: #1a1f1a;
    --muted: #5c675c;
    --border: #d8ddd6;
    --login-mid: #2f3d2c;

    --forest: #3d4f3a;
    --forest-dark: #151d15;
    --forest-mid: #1c281c;
    --page: #f2f4f0;
    --cream: #f5f0e6;
    --line: #d8ddd6;
    --ink: #1a1f1a;
    --white: #fafbf9;

    --hero-spot: rgba(61, 79, 58, 0.55);
    --hero-grad-a: #0f140f;
    --hero-grad-b: #243024;
    --hero-card-a: #1a261a;
    --hero-card-b: #0c100c;
    --hero-lead: #b8c4b0;
    --card-meta: #8fa88a;
    --section-tint-a: #eef1eb;
    --section-tint-b: #e8ebe4;
}

html[data-theme="red"] {
    --bg: #f7f1f2;
    --sidebar-bg: #1a080c;
    --sidebar-bg2: #3a1018;
    --primary: #7a1f2b;
    --primary-dark: #2a0c12;
    --text: #1a0f12;
    --muted: #64748b;
    --border: #e8d6d9;
    --login-mid: #4a1420;

    --forest: #7a1f2b;
    --forest-dark: #1a080c;
    --forest-mid: #3a1018;
    --page: #f7f1f2;
    --cream: #f3e8ea;
    --line: #e8d6d9;
    --ink: #1a0f12;
    --white: #faf8f8;

    --hero-spot: rgba(122, 31, 43, 0.55);
    --hero-grad-a: #10060a;
    --hero-grad-b: #4a1420;
    --hero-card-a: #2a0c12;
    --hero-card-b: #10060a;
    --hero-lead: #c9a8ae;
    --card-meta: #a88890;
    --section-tint-a: #f3e8ea;
    --section-tint-b: #ead9dd;
}

html[data-theme="orange"] {
    --bg: #f8f3ee;
    --sidebar-bg: #1f0f08;
    --sidebar-bg2: #5c2a10;
    --primary: #c45c12;
    --primary-dark: #3d180a;
    --text: #1a120c;
    --muted: #64748b;
    --border: #e8d9cc;
    --login-mid: #7a3510;

    --forest: #c45c12;
    --forest-dark: #1f0f08;
    --forest-mid: #5c2a10;
    --page: #f8f3ee;
    --cream: #f4ebe3;
    --line: #e8d9cc;
    --ink: #1a120c;
    --white: #faf8f5;

    --hero-spot: rgba(196, 92, 18, 0.5);
    --hero-grad-a: #140a05;
    --hero-grad-b: #7a3510;
    --hero-card-a: #3d180a;
    --hero-card-b: #140a05;
    --hero-lead: #d4b8a0;
    --card-meta: #b89878;
    --section-tint-a: #f4ebe3;
    --section-tint-b: #eadccc;
}

.login-wrap {
    background: linear-gradient(145deg, var(--sidebar-bg) 0%, var(--primary) 55%, var(--login-mid, var(--primary-dark)) 100%) !important;
}
