/* rose theme */
[data-theme="rose"] {
    color-scheme: light;
    --bg: #fff5f7;
    --panel: #ffffff;
    --text: #3d1219;
    --muted: #9e6370;
    --line: #f5c6d0;
    --accent: #e05077;
    --accent-strong: #b5294e;
    --danger: #c0392b;
    --success: #27ae60;
    --shadow: 0 12px 28px rgba(61, 18, 25, 0.1);
}
