/*
 * St. Patrick's Day theme — emerald green and gold, with a clover-and-
 * shamrock background pattern.
 */

:root[data-theme="st_patricks"] {
    --color-bg: #ecfdf5;
    --color-border: #bbf7d0;
    --color-text: #14532d;
    --color-text-muted: #166534;

    --color-primary: #16a34a;
    --color-primary-hover: #15803d;

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

    --color-called: #bbf7d0;
    --color-called-text: #14532d;
    --color-current: #16a34a;

    --color-shadow: rgba(20, 83, 45, 0.12);
    --color-shadow-strong: rgba(20, 83, 45, 0.22);
}

[data-theme="st_patricks"] body {
    background-color: var(--color-bg);
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cg transform='translate(35 35)'%3E%3Cellipse cx='0' cy='-7' rx='6' ry='8' fill='rgba(22,101,52,0.45)'/%3E%3Cellipse cx='-6' cy='4' rx='6' ry='8' fill='rgba(22,101,52,0.45)' transform='rotate(-35 -6 4)'/%3E%3Cellipse cx='6' cy='4' rx='6' ry='8' fill='rgba(22,101,52,0.45)' transform='rotate(35 6 4)'/%3E%3Cpath d='M0 10 Q-2 16 -3 22' stroke='rgba(101,163,13,0.6)' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='translate(95 85)'%3E%3Cellipse cx='-5' cy='-5' rx='5' ry='6' fill='rgba(22,163,74,0.4)' transform='rotate(-45 -5 -5)'/%3E%3Cellipse cx='5' cy='-5' rx='5' ry='6' fill='rgba(22,163,74,0.4)' transform='rotate(45 5 -5)'/%3E%3Cellipse cx='-5' cy='5' rx='5' ry='6' fill='rgba(22,163,74,0.4)' transform='rotate(-135 -5 5)'/%3E%3Cellipse cx='5' cy='5' rx='5' ry='6' fill='rgba(22,163,74,0.4)' transform='rotate(135 5 5)'/%3E%3Cpath d='M0 8 Q-1 14 -2 20' stroke='rgba(101,163,13,0.6)' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/g%3E%3Ccircle cx='115' cy='25' r='2' fill='rgba(234,179,8,0.7)'/%3E%3Ccircle cx='20' cy='95' r='2' fill='rgba(234,179,8,0.7)'/%3E%3Ccircle cx='65' cy='105' r='1.6' fill='rgba(234,179,8,0.7)'/%3E%3Ccircle cx='110' cy='115' r='1.6' fill='rgba(234,179,8,0.7)'/%3E%3C/svg%3E");
    background-repeat: repeat;
}

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

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