[data-theme='golden-hour'] {
    --page-bg: #fff8f0;
    --text-primary: #4d2d0b;
    --header-bg: rgba(255, 248, 240, 0.9);
    --header-border: rgba(77, 45, 11, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #fff8f0;
    --sidebar-bg-strong: #fef2e6;
    --sidebar-border: rgba(77, 45, 11, 0.2);
    --sidebar-text: #4d2d0b;
    --sidebar-muted: #7c5b3a;
    --sidebar-hover-bg: rgba(77, 45, 11, 0.1);
    --sidebar-active-bg: rgba(77, 45, 11, 0.2);
    --sidebar-active-text: #4d2d0b;
    --sidebar-accent: #d97706;
}

[data-theme='ocean-breeze'] {
    --page-bg: #f0f9ff;
    --text-primary: #0c2b4d;
    --header-bg: rgba(240, 249, 255, 0.9);
    --header-border: rgba(12, 43, 77, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #f0f9ff;
    --sidebar-bg-strong: #e0f2fe;
    --sidebar-border: rgba(12, 43, 77, 0.2);
    --sidebar-text: #0c2b4d;
    --sidebar-muted: #3a6a9b;
    --sidebar-hover-bg: rgba(12, 43, 77, 0.1);
    --sidebar-active-bg: rgba(12, 43, 77, 0.2);
    --sidebar-active-text: #0c2b4d;
    --sidebar-accent: #0ea5e9;
}

[data-theme='rose-quartz'] {
    --page-bg: #fff0f5;
    --text-primary: #5c1a3b;
    --header-bg: rgba(255, 240, 245, 0.9);
    --header-border: rgba(92, 26, 59, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #fff0f5;
    --sidebar-bg-strong: #fee6f0;
    --sidebar-border: rgba(92, 26, 59, 0.2);
    --sidebar-text: #5c1a3b;
    --sidebar-muted: #8c4b6f;
    --sidebar-hover-bg: rgba(92, 26, 59, 0.1);
    --sidebar-active-bg: rgba(92, 26, 59, 0.2);
    --sidebar-active-text: #5c1a3b;
    --sidebar-accent: #db2777;
}

[data-theme='slate-gray'] {
    --page-bg: #f0f2f5;
    --text-primary: #262b33;
    --header-bg: rgba(240, 242, 245, 0.9);
    --header-border: rgba(38, 43, 51, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #f0f2f5;
    --sidebar-bg-strong: #e4e7eb;
    --sidebar-border: rgba(38, 43, 51, 0.2);
    --sidebar-text: #262b33;
    --sidebar-muted: #57606b;
    --sidebar-hover-bg: rgba(38, 43, 51, 0.1);
    --sidebar-active-bg: rgba(38, 43, 51, 0.2);
    --sidebar-active-text: #262b33;
    --sidebar-accent: #64748b;
}

[data-theme='matcha-green'] {
    --page-bg: #f3fcf7;
    --text-primary: #1e4a32;
    --header-bg: rgba(243, 252, 247, 0.9);
    --header-border: rgba(30, 74, 50, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #f3fcf7;
    --sidebar-bg-strong: #e6f7ee;
    --sidebar-border: rgba(30, 74, 50, 0.2);
    --sidebar-text: #1e4a32;
    --sidebar-muted: #4a7d64;
    --sidebar-hover-bg: rgba(30, 74, 50, 0.1);
    --sidebar-active-bg: rgba(30, 74, 50, 0.2);
    --sidebar-active-text: #1e4a32;
    --sidebar-accent: #22c55e;
}

[data-theme='ruby-red'] {
    --page-bg: #fff0f0;
    --text-primary: #6b1414;
    --header-bg: rgba(255, 240, 240, 0.9);
    --header-border: rgba(107, 20, 20, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #fff0f0;
    --sidebar-bg-strong: #fee6e6;
    --sidebar-border: rgba(107, 20, 20, 0.2);
    --sidebar-text: #6b1414;
    --sidebar-muted: #a34b4b;
    --sidebar-hover-bg: rgba(107, 20, 20, 0.1);
    --sidebar-active-bg: rgba(107, 20, 20, 0.2);
    --sidebar-active-text: #6b1414;
    --sidebar-accent: #ef4444;
}

[data-theme='amethyst'] {
    --page-bg: #fbf5ff;
    --text-primary: #4a0e6b;
    --header-bg: rgba(251, 245, 255, 0.9);
    --header-border: rgba(74, 14, 107, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #fbf5ff;
    --sidebar-bg-strong: #f5e6ff;
    --sidebar-border: rgba(74, 14, 107, 0.2);
    --sidebar-text: #4a0e6b;
    --sidebar-muted: #7d4a9b;
    --sidebar-hover-bg: rgba(74, 14, 107, 0.1);
    --sidebar-active-bg: rgba(74, 14, 107, 0.2);
    --sidebar-active-text: #4a0e6b;
    --sidebar-accent: #a855f7;
}

[data-theme='sandstone'] {
    --page-bg: #faf8f5;
    --text-primary: #5c3d2e;
    --header-bg: rgba(250, 248, 245, 0.9);
    --header-border: rgba(92, 61, 46, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #faf8f5;
    --sidebar-bg-strong: #f2efe9;
    --sidebar-border: rgba(92, 61, 46, 0.2);
    --sidebar-text: #5c3d2e;
    --sidebar-muted: #8c7365;
    --sidebar-hover-bg: rgba(92, 61, 46, 0.1);
    --sidebar-active-bg: rgba(92, 61, 46, 0.2);
    --sidebar-active-text: #5c3d2e;
    --sidebar-accent: #a16207;
}

[data-theme='coral-reef'] {
    --page-bg: #fff5f2;
    --text-primary: #7d2a1c;
    --header-bg: rgba(255, 245, 242, 0.9);
    --header-border: rgba(125, 42, 28, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #fff5f2;
    --sidebar-bg-strong: #feebe6;
    --sidebar-border: rgba(125, 42, 28, 0.2);
    --sidebar-text: #7d2a1c;
    --sidebar-muted: #b36455;
    --sidebar-hover-bg: rgba(125, 42, 28, 0.1);
    --sidebar-active-bg: rgba(125, 42, 28, 0.2);
    --sidebar-active-text: #7d2a1c;
    --sidebar-accent: #f97316;
}

[data-theme='lavender-haze'] {
    --page-bg: #f5f3ff;
    --text-primary: #3a2c6d;
    --header-bg: rgba(245, 243, 255, 0.9);
    --header-border: rgba(58, 44, 109, 0.2);
    --card-bg: #ffffff;
    --sidebar-bg: #f5f3ff;
    --sidebar-bg-strong: #e9e6ff;
    --sidebar-border: rgba(58, 44, 109, 0.2);
    --sidebar-text: #3a2c6d;
    --sidebar-muted: #6b5a9e;
    --sidebar-hover-bg: rgba(58, 44, 109, 0.1);
    --sidebar-active-bg: rgba(58, 44, 109, 0.2);
    --sidebar-active-text: #3a2c6d;
    --sidebar-accent: #8b5cf6;
}
