.memory-board{display:grid;grid-template-columns:repeat(4,80px);gap:15px;justify-content:center;margin-bottom:1.5em;}
.memory-card{width:80px;height:80px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;box-shadow:0 2px 8px #b3c6e0;user-select:none;position:relative;transition:background .2s,color .2s;}
.memory-card.flipped,.memory-card.matched{background:#43cea2;color:#fff;cursor:default;}
.memory-card.matched{background:#185a9d;}
.board{display:grid;grid-template-columns:repeat(3,80px);gap:10px;justify-content:center;margin-top:2em;}
.cell{width:80px;height:80px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;cursor:pointer;box-shadow:0 2px 8px #b3c6e0;user-select:none;transition:background .2s,color .2s;}
.cell.winner{background:#43cea2;color:#fff;}
.dice-row{display:flex;justify-content:center;gap:1em;margin-bottom:1em;}
.dice{font-size:2.5rem;width:60px;height:60px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #b3c6e0;cursor:pointer;border:2px solid #43cea2;font-family:'Segoe UI Symbol','Noto Sans Symbols','Arial Unicode MS',Arial,sans-serif;user-select:none;}
.dice.held{background:#43cea2;color:#fff;border:2px solid #185a9d;}
@media (max-width:600px){.memory-board{grid-template-columns:repeat(4,1fr);gap:7px;}.memory-card{width:45px;height:45px;font-size:1.2rem;}.board{grid-template-columns:repeat(3,1fr);gap:5px;}.cell{width:45px;height:45px;font-size:1.5rem;}.dice-row{gap:.5em;}.dice{width:36px;height:36px;font-size:1.3rem;}table.kniffel-table{font-size:.9em;}}
.kniffel-layout{display:grid;grid-template-columns:340px 1fr;gap:1.5rem;align-items:start;}
.kniffel-left{background:#ffffffc9;border:1px solid #d7e3f2;padding:1rem 1.1rem;border-radius:12px;box-shadow:0 2px 8px #b3c6e066;backdrop-filter:blur(2px);}
.kniffel-right{overflow:auto;max-height:76vh;background:#ffffffc9;border:1px solid #d7e3f2;padding:.75rem;border-radius:12px;box-shadow:0 2px 8px #b3c6e066;}
.kniffel-right::-webkit-scrollbar{width:10px;}
.kniffel-right::-webkit-scrollbar-track{background:#eef3f8;border-radius:10px;}
.kniffel-right::-webkit-scrollbar-thumb{background:#b3c6e0;border-radius:10px;}
.kniffel-right::-webkit-scrollbar-thumb:hover{background:#94aac4;}
.suggestions button{min-width:110px;}
.dice-row.shake .dice{animation:knifel-shake .3s ease;}
@keyframes knifel-shake{0%,100%{transform:translateY(0);}25%{transform:translateY(-4px) rotate(-2deg);}50%{transform:translateY(2px) rotate(1deg);}75%{transform:translateY(-3px) rotate(2deg);}}
@media (max-width:1000px){.kniffel-layout{grid-template-columns:1fr;}.kniffel-right{max-height:none;}}
@media (max-width:600px){.kniffel-left{padding:.8rem .75rem;}.kniffel-right{padding:.6rem;}.kniffel-layout{gap:1rem;}}
