:root,
:root[data-public-theme="light"] {
    color-scheme: light;
    --bg-primary: #f8f7f4;
    --bg-secondary: #ffffff;
    --bg-tertiary: #efeee9;
    --bg-card: rgba(0, 0, 0, 0.02);
    --text-primary: #1a1a2e;
    --text-secondary: #6b6b7b;
    --text-tertiary: #a0a0b0;
    --border: rgba(0, 0, 0, 0.08);
    --border-hover: rgba(74, 95, 215, 0.4);
}
