:root,
:root[data-visual-palette="warm"] {
    color-scheme: light;
    --brand-ink: #171322;
    --brand-ink-soft: #241f2e;
    --brand-paper: #fffaf1;
    --brand-paper-strong: #fffdf7;
    --brand-muted: #5f6368;
    --brand-line: rgba(23, 19, 34, 0.14);
    --brand-line-strong: rgba(23, 19, 34, 0.22);
    --brand-coral: #e85d55;
    --brand-teal: #1d8a83;
    --brand-gold: #f5b941;
    --brand-gold-soft: #fff3b5;
    --brand-gold-link: #8a5a00;
    --brand-blue: #276f9f;
    --brand-plum: #5a3a79;
    --brand-on-dark: #fffdf7;
    --brand-on-accent: #fffdf7;
    --brand-shadow: 0 22px 80px rgba(23, 19, 34, 0.18);
    --brand-nav-bg: rgba(23, 19, 34, 0.88);
    --brand-nav-border: rgba(255, 253, 247, 0.14);
    --brand-hero-bg: #171322;
    --brand-hero-overlay: linear-gradient(90deg, rgba(20, 17, 28, 0.88) 0%, rgba(20, 17, 28, 0.64) 38%, rgba(20, 17, 28, 0.24) 100%);
    --brand-hero-muted: rgba(255, 253, 247, 0.78);
    --brand-hero-muted-strong: rgba(255, 253, 247, 0.88);
    --brand-hero-border: rgba(255, 255, 255, 0.26);
    --brand-hero-surface: rgba(255, 253, 247, 0.10);
    --brand-subtle-bg: #f3efe4;
    --brand-panel-bg: #f8f4eb;
    --brand-dark-surface: #221d2f;
    --brand-final-bg: #1d3f46;
    --brand-white: #ffffff;
    --brand-focus: rgba(245, 185, 65, 0.42);
    --brand-legal-glow-primary: rgba(245, 185, 65, 0.20);
    --brand-legal-glow-secondary: rgba(232, 93, 85, 0.14);
    --brand-legal-light-glow-primary: rgba(245, 185, 65, 0.18);
    --brand-legal-light-glow-secondary: rgba(29, 138, 131, 0.10);
    --app-bg: #f3f4f6;
    --app-surface: #ffffff;
    --app-surface-soft: #f9fafb;
    --app-border: #e5e7eb;
    --app-border-strong: #d1d5db;
    --app-text: #111827;
    --app-text-soft: #6b7280;
    --app-accent: #2563eb;
    --app-accent-hover: #1d4ed8;
    --app-accent-soft: #eff6ff;
    --app-success: #16a34a;
}

:root[data-visual-palette="cold"] {
    --brand-ink: #0b1725;
    --brand-ink-soft: #132338;
    --brand-paper: #f2f8fc;
    --brand-paper-strong: #fbfdff;
    --brand-muted: #52677a;
    --brand-line: rgba(11, 23, 37, 0.15);
    --brand-line-strong: rgba(11, 23, 37, 0.24);
    --brand-coral: #6d7ff2;
    --brand-teal: #0e8a9a;
    --brand-gold: #38bdf8;
    --brand-gold-soft: #dff6ff;
    --brand-gold-link: #075985;
    --brand-blue: #1d72a7;
    --brand-plum: #4f46e5;
    --brand-on-dark: #f7fbff;
    --brand-on-accent: #f7fbff;
    --brand-shadow: 0 22px 80px rgba(11, 23, 37, 0.16);
    --brand-nav-bg: rgba(9, 24, 40, 0.90);
    --brand-nav-border: rgba(247, 251, 255, 0.16);
    --brand-hero-bg: #0b1725;
    --brand-hero-overlay: linear-gradient(90deg, rgba(7, 20, 34, 0.88) 0%, rgba(7, 20, 34, 0.62) 38%, rgba(7, 20, 34, 0.24) 100%);
    --brand-hero-muted: rgba(247, 251, 255, 0.78);
    --brand-hero-muted-strong: rgba(247, 251, 255, 0.88);
    --brand-hero-border: rgba(255, 255, 255, 0.28);
    --brand-hero-surface: rgba(247, 251, 255, 0.10);
    --brand-subtle-bg: #e6f1f7;
    --brand-panel-bg: #eaf5fb;
    --brand-dark-surface: #132338;
    --brand-final-bg: #123f55;
    --brand-white: #ffffff;
    --brand-focus: rgba(56, 189, 248, 0.42);
    --brand-legal-glow-primary: rgba(56, 189, 248, 0.22);
    --brand-legal-glow-secondary: rgba(109, 127, 242, 0.16);
    --brand-legal-light-glow-primary: rgba(56, 189, 248, 0.20);
    --brand-legal-light-glow-secondary: rgba(14, 138, 154, 0.12);
    --app-bg: #eef7fb;
    --app-surface: #ffffff;
    --app-surface-soft: #f7fbff;
    --app-border: #cddfec;
    --app-border-strong: #a9c2d4;
    --app-text: #0e1726;
    --app-text-soft: #52677a;
    --app-accent: #0f6fae;
    --app-accent-hover: #075985;
    --app-accent-soft: #e1f3ff;
    --app-success: #0f8f78;
}