/* moss theme */
[data-theme="moss"] {
    color-scheme: light;
    --bg: #f4f8ed;
    --panel: #ffffff;
    --text: #2d3821;
    --muted: #7c8761;
    --line: #d3dcb8;
    --accent: #8aa64b;
    --accent-strong: #728d35;
    --danger: #c55252;
    --success: #5f8c3c;
    --shadow: 0 12px 28px rgba(58,72,36,0.12);
    --sidebar: #29351d;
}

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

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