{# Sprint A.4 — card-deck stack SVG icon. Replaces fa-regular fa-id-badge #} {# wherever a deck is represented by an icon (game_kit applet's #} {# .token.deck-variant + kit-bag dialog's .kit-bag-deck; future: room.html #} {# pile + deck-bag). #} {# #} {# 3 rect-cards stacked tightly at rest; .deck-stack-icon SCSS rotates the #} {# whole stack 5° CW + drives the fan-out on hover/active/focus. When `deck` #} {# is image-equipped (has_card_images=True), the rect fills are overridden #} {# via inline `style` to use an SVG referencing the deck's actual #} {# card-back PNG (per [[reference-card-image-naming-convention]] back slot, #} {# `-back.png`). When no deck is passed (kit-bag deck placeholder) #} {# or the deck has no images (Earthman until art lands, RWS), rects fall #} {# through to the SCSS default `fill: rgba(--priUser, 1)` placeholder. #}