/* coral theme */
[data-theme="coral"] {
    color-scheme: light;
    --bg: #fff1ee;
    --panel: #ffffff;
    --text: #4a2422;
    --muted: #9f7e79;
    --line: #f0c2ba;
    --accent: #ff6f61;
    --accent-strong: #e4574a;
    --danger: #d94848;
    --success: #4d9b69;
    --shadow: 0 12px 28px rgba(109,57,53,0.14);
    --sidebar: #6f2d2b;
}

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

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