/*
 * Valentines theme — rose pink + cursive script, with a tiled heart
 * pattern background.
 */

:root[data-theme="valentines"] {
    --color-bg: #fff1f2;
    --color-border: #fbcfe8;
    --color-text: #500724;
    --color-text-muted: #9d174d;

    --color-primary: #e11d48;
    --color-primary-hover: #be123c;

    --color-accent: #be185d;
    --color-accent-soft: #fce7f3;

    --color-called: #fbcfe8;
    --color-called-text: #831843;
    --color-current: #e11d48;

    --color-shadow: rgba(190, 24, 93, 0.14);
    --color-shadow-strong: rgba(190, 24, 93, 0.25);
}

[data-theme="valentines"] body {
    background-color: var(--color-bg);
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 110 110'%3E%3Cpath d='M55,80 C35,60 20,46 20,34 C20,24 30,18 40,24 C44,26 50,32 55,38 C60,32 66,26 70,24 C80,18 90,24 90,34 C90,46 75,60 55,80 z' fill='rgba(225,29,72,0.16)'/%3E%3Cpath d='M18,98 C13,93 8,89 8,86 C8,83 11,82 13,84 C14,84 16,82 18,84 C20,82 22,83 22,86 C22,89 20,93 18,98 z' fill='rgba(225,29,72,0.30)'/%3E%3Cpath d='M92,12 C87,7 82,3 82,0 L82,0 C82,-3 85,-4 87,-2 C88,-2 90,-4 92,-2 C94,-4 96,-3 96,0 L96,0 C96,3 94,7 92,12 z' fill='rgba(225,29,72,0.30)'/%3E%3C/svg%3E");
    background-repeat: repeat;
}

[data-theme="valentines"] .state-card {
    border-top: 4px solid var(--color-primary);
}

[data-theme="valentines"] .grid-pane {
    border-top: 4px solid var(--color-accent);
}
