/*
 * Thanksgiving theme — warm autumn palette with a tiled background
 * featuring turkeys, pilgrim hats, falling leaves, and acorns.
 */

:root[data-theme="thanksgiving"] {
    --color-bg: #fef0d6;
    --color-border: #fcd9b6;
    --color-text: #431407;
    --color-text-muted: #9a3412;

    --color-primary: #c2410c;
    --color-primary-hover: #9a3412;

    --color-accent: #a16207;
    --color-accent-soft: #fef3c7;

    --color-called: #fed7aa;
    --color-called-text: #7c2d12;
    --color-current: #c2410c;

    --color-shadow: rgba(124, 45, 18, 0.14);
    --color-shadow-strong: rgba(124, 45, 18, 0.24);
}

[data-theme="thanksgiving"] body {
    background-color: var(--color-bg);
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cellipse cx='30' cy='30' rx='9' ry='13' fill='rgba(234,88,12,0.5)' transform='rotate(40 30 30)'/%3E%3Cellipse cx='118' cy='88' rx='9' ry='13' fill='rgba(217,119,6,0.5)' transform='rotate(-35 118 88)'/%3E%3Cellipse cx='72' cy='138' rx='8' ry='11' fill='rgba(180,83,9,0.45)' transform='rotate(18 72 138)'/%3E%3Cg transform='translate(140 132)'%3E%3Cellipse cx='0' cy='2' rx='6' ry='8' fill='rgba(120,53,15,0.6)'/%3E%3Cellipse cx='0' cy='-4' rx='6.5' ry='3.5' fill='rgba(146,64,14,0.65)'/%3E%3Cline x1='0' y1='9' x2='0' y2='14' stroke='rgba(120,53,15,0.65)' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(108 38)'%3E%3Cpath d='M-13,-2 A14,14 0 0,1 13,-2 L15,9 A21,21 0 0,0 -15,9 Z' fill='rgba(180,83,9,0.55)'/%3E%3Cpath d='M0,9 L-11,-9 M0,9 L-6,-12 M0,9 L0,-13 M0,9 L6,-12 M0,9 L11,-9' stroke='rgba(120,53,15,0.6)' stroke-width='1.3' fill='none'/%3E%3Cellipse cx='0' cy='9' rx='7' ry='6' fill='rgba(120,53,15,0.75)'/%3E%3Ccircle cx='0' cy='2' r='3.2' fill='rgba(120,53,15,0.8)'/%3E%3Cpolygon points='0,1 2.5,3 0,5' fill='rgba(234,88,12,0.85)'/%3E%3C/g%3E%3Cg transform='translate(38 100)'%3E%3Crect x='-12' y='8' width='24' height='3.5' fill='rgba(15,15,20,0.75)'/%3E%3Crect x='-7.5' y='-9' width='15' height='17' fill='rgba(15,15,20,0.75)'/%3E%3Crect x='-7.5' y='2' width='15' height='4' fill='rgba(146,64,14,0.7)'/%3E%3Crect x='-3' y='2.2' width='6' height='3.6' fill='none' stroke='rgba(234,179,8,0.9)' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
}

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

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