/* light theme */
[data-theme="light"] {
    color-scheme: light;
    --bg: #f7f8fa;
    --panel: #ffffff;
    --text: #18202a;
    --muted: #667085;
    --line: #d9dee7;
    --accent: #1f6feb;
    --accent-strong: #1554b8;
    --danger: #b42318;
    --success: #067647;
    --shadow: 0 12px 28px rgba(24, 32, 42, 0.08);
}
