/* Applied by the IP step. Art remains the exact supplied character, with a transparent derivative. */
:root { --paper:#fff3e7; --card:#fffdf7; --ink:#5c493e; --mint:#c6dcbf; --pink:#edcbd5; --line:#ddcfb8; --accent:#849e64; }
#app { background-image:radial-gradient(ellipse at 0 100%,#eac2cc55,transparent 44%),radial-gradient(ellipse at 100% 0,#d5e3b555,transparent 44%),radial-gradient(#ddbc981e 1px,transparent 1px); background-size:auto,auto,18px 18px; background-repeat:no-repeat,no-repeat,repeat; }
#game-eyebrow { color:#a08966; }
#game-title { color:#715641; }
#game-subtitle { color:#a59278; }
#panel-moves { background:#f7e2e7; border-color:#e6cbd3; }
#panel-score { background:#f8efd9; border-color:#e6dabc; }
.board-container { background:#c6dcbf; box-shadow:0 7px 0 #8da3782e,0 16px 30px #81926515; }
#cat-message { border-color:#e3cbb7; color:#9b7960; }
.item-slot-btn { background:#fffaf0; }
#img-bho21-5 { animation:cat-idle 3.8s ease-in-out infinite; }
@keyframes cat-idle { 0%,100% { translate:0 0; } 50% { translate:0 -4px; } }
@media(prefers-reduced-motion:reduce) { #img-bho21-5 { animation:none; } }
