/* sunrise theme */
[data-theme="sunrise"] {
    color-scheme: light;
    --bg: #fff4e8;
    --panel: #ffffff;
    --text: #4a2b1a;
    --muted: #9a7760;
    --line: #eccfb0;
    --accent: #ff8a3d;
    --accent-strong: #e26d21;
    --danger: #d94841;
    --success: #3c9b5d;
    --shadow: 0 12px 28px rgba(97,61,27,0.14);
    --sidebar: #51301f;
}

[data-theme="sunrise"] input,
[data-theme="sunrise"] textarea {
    background: var(--panel);
    color: var(--text);
    border-color: var(--line);
}

[data-theme="sunrise"] .sidebar {
    background: var(--sidebar);
}
