/* ruby theme */
[data-theme="ruby"] {
    color-scheme: dark;
    --bg: #2b1018;
    --panel: #391520;
    --text: #ffe2ea;
    --muted: #b58591;
    --line: #5d2736;
    --accent: #ff4d6d;
    --accent-strong: #e43355;
    --danger: #ff7a8f;
    --success: #63bf8c;
    --shadow: 0 12px 28px rgba(0,0,0,0.46);
    --sidebar: #4a0f1d;
}

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

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