/*
 * Dwarven Forge: hammered iron plate in a riveted brass edge, heat glowing
 * at the top, sparks in the margin and a gear behind the text; the title
 * stamped dark into a brass nameplate.
 */

[data-card-style="forge"] {
    --card-surface: #2b2724;
    --card-surface-image:
        radial-gradient(ellipse at 50% -10%, rgba(255, 140, 50, 0.38), transparent 50%),
        repeating-radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.05) 0 1.2mm, transparent 1.2mm 2.6mm),
        linear-gradient(160deg, rgba(150, 140, 128, 0.3), transparent 45%),
        var(--grain);
    --card-surface-blend: screen, overlay, screen, overlay;
    --card-ink: #f1e7d8;
    --card-ink-soft: #c4b298;
    --card-ink-faint: #998a74;
    --card-accent: #d9a24a;
    --card-accent-second: #e6552f;
    --card-accent-soft: rgba(217, 162, 74, 0.16);
    --card-rule: rgba(217, 162, 74, 0.45);
    --card-edge-width: 2mm;
    --card-edge-colour: #8c6a2f;
    --card-edge-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23e8c073'/%3E%3Cstop offset='0.5' stop-color='%23b98a3c'/%3E%3Cstop offset='1' stop-color='%23d9a94f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='40' height='40' fill='url(%2523b)'/%3E%3Crect x='9.5' y='9.5' width='21' height='21' fill='none' stroke='%233a2c14' stroke-width='1'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' fill='none' stroke='%233a2c14' stroke-width='1'/%3E%3Cg fill='%233a2c14'%3E%3Ccircle cx='20' cy='5' r='2.6'/%3E%3Ccircle cx='20' cy='35' r='2.6'/%3E%3Ccircle cx='5' cy='20' r='2.6'/%3E%3Ccircle cx='35' cy='20' r='2.6'/%3E%3Ccircle cx='5' cy='5' r='3.1'/%3E%3Ccircle cx='35' cy='5' r='3.1'/%3E%3Ccircle cx='5' cy='35' r='3.1'/%3E%3Ccircle cx='35' cy='35' r='3.1'/%3E%3C/g%3E%3Cg fill='%23f4d9a0'%3E%3Ccircle cx='19.2' cy='4.2' r='0.9'/%3E%3Ccircle cx='19.2' cy='34.2' r='0.9'/%3E%3Ccircle cx='4.2' cy='19.2' r='0.9'/%3E%3Ccircle cx='34.2' cy='19.2' r='0.9'/%3E%3Ccircle cx='4' cy='4' r='1'/%3E%3Ccircle cx='34' cy='4' r='1'/%3E%3Ccircle cx='4' cy='34' r='1'/%3E%3Ccircle cx='34' cy='34' r='1'/%3E%3C/g%3E%3C/svg%3E");
    --card-edge-slice: 10;
    --card-edge-repeat: round;
    --card-inner-shadow: inset 0 0 6mm rgba(0, 0, 0, 0.6), inset 0 0 0 0.3mm rgba(217, 162, 74, 0.35);
    --card-frame-inset: 2.2mm;
    --card-frame-width: 0.35mm;
    --card-frame-colour: rgba(0, 0, 0, 0.65);
    --card-title-font: "Cinzel", Georgia, serif;
    --card-title-transform: uppercase;
    --card-title-spacing: 0.12em;
    --card-title-shadow: 0 0.2mm 0 rgba(255, 240, 200, 0.5);
    --card-label-font: "Cinzel", Georgia, serif;
    --card-label-spacing: 0.16em;
    --card-decoration:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 2l4 8 8-3 1 9 9 1-3 8 8 4-6 7 6 7-8 4 3 8-9 1-1 9-8-3-4 8-4-8-8 3-1-9-9-1 3-8-8-4 6-7-6-7 8-4-3-8 9-1 1-9 8 3Z' fill='none' stroke='%23d9a24a' stroke-width='3' stroke-linejoin='round'/%3E%3Ccircle cx='40' cy='40' r='20' fill='none' stroke='%23d9a24a' stroke-width='3'/%3E%3Ccircle cx='40' cy='40' r='7' fill='none' stroke='%23d9a24a' stroke-width='3'/%3E%3Cpath d='M40 20v13M40 47v13M20 40h13M47 40h13' stroke='%23d9a24a' stroke-width='3'/%3E%3C/svg%3E"),
        radial-gradient(circle 0.7mm at 50% 50%, rgba(255, 190, 90, 0.95), transparent 70%),
        radial-gradient(circle 0.5mm at 50% 50%, rgba(255, 190, 90, 0.9), transparent 70%),
        radial-gradient(circle 0.6mm at 50% 50%, rgba(255, 190, 90, 0.9), transparent 70%),
        radial-gradient(circle 0.45mm at 50% 50%, rgba(255, 190, 90, 0.85), transparent 70%);
    --card-decoration-position: calc(100% + 3mm) calc(100% + 3mm), 22% 1.6mm, 31% 3.2mm, 70% 1.2mm, 78% 3.4mm;
    --card-decoration-size: 28mm 28mm, 1.4mm 1.4mm, 1mm 1mm, 1.2mm 1.2mm, 0.9mm 0.9mm;
}

[data-card-style="forge"] .print-card::after,
.codex-sheet[data-card-style="forge"]::after {
    opacity: 0.5;
}

[data-card-style="forge"] .print-card-header,
[data-card-style="forge"] .sheet-title-block {
    padding: 1mm 1.8mm 1.2mm;
    background: linear-gradient(180deg, #e6b95f, #b8873a 55%, #d7a24e);
    border: 0.3mm solid #4a3413;
    border-bottom-width: 0.5mm;
    box-shadow: inset 0 0.3mm 0 rgba(255, 240, 200, 0.6);
}

[data-card-style="forge"] .print-card-title,
[data-card-style="forge"] .sheet-title {
    color: #241a0e;
}

[data-card-style="forge"] .print-card-subtitle,
[data-card-style="forge"] .sheet-subtitle,
[data-card-style="forge"] .print-card-header .print-card-type {
    color: #3d2c15;
}
