/* meadow theme */
[data-theme="meadow"] {
    color-scheme: light;
    --bg: #eef8f0;
    --panel: #ffffff;
    --text: #1c3823;
    --muted: #6d8f74;
    --line: #c4ddc7;
    --accent: #56b870;
    --accent-strong: #3c9f58;
    --danger: #d04f59;
    --success: #2f8f4c;
    --shadow: 0 12px 28px rgba(38,81,47,0.12);
    --sidebar: #17361d;
}

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

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