-
TYPE
-
BYTE
-
+
EAT
+
YTE
+
KROAES
@@ -238,23 +238,23 @@
.play-top { padding: 22px 24px 0; }
.play h3 { font-size: clamp(1.25rem, 1.9vw, 23px); margin: 14px 0 0; color: #5c3d0c; }
.play-foot { margin-top: auto; padding: 16px 24px 22px; }
- .play-link { color: #D2861B; border-bottom: 2px solid #f0c878; }
+ .play-link { color: #A8650F; border-bottom: 2px solid #e0a94f; }
/* "bleeding boards" — three game motifs clipping at the card edges (decorative) */
- .play-band { position: relative; height: 116px; margin-top: 24px; overflow: hidden; }
- .wb { position: absolute; top: 50%; left: -34px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 4px; }
+ .play-band { position: relative; height: 124px; margin-top: 24px; overflow: hidden; }
+ .wb { position: absolute; top: 50%; left: -22px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 4px; }
.wb-row { display: flex; gap: 4px; }
.wb-t { width: 22px; height: 22px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 11px; color: #fff; }
.wb-g { background: #6bbf8c; } .wb-a { background: #E6A02C; } .wb-n { background: #d9c39a; }
.wb-e { background: #fff; border: 1.5px solid #ecca84; } .wb-d { background: #fff; border: 1.5px dashed #e0bb6f; }
.ws {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
- display: grid; grid-template-columns: repeat(6, 18px); gap: 3px;
- font-weight: 600; font-size: 11px; color: #d4b576; text-align: center;
- background: #fff; border: 1.5px solid #f0d597; border-radius: 10px; padding: 10px;
- box-shadow: 0 4px 14px -8px rgba(210, 134, 27, 0.5);
+ display: grid; grid-template-columns: repeat(6, 14px); gap: 3px;
+ font-weight: 600; font-size: 10.5px; line-height: 14px; color: #d4b576; text-align: center;
+ background: #fff; border: 1.5px solid #f0d597; border-radius: 10px; padding: 9px;
+ box-shadow: 0 5px 16px -8px rgba(210, 134, 27, 0.55);
}
- .ws .hl { color: #D2861B; }
+ .ws .hl { color: #B5701A; font-weight: 800; }
.mm { position: absolute; top: 50%; right: -20px; transform: translateY(-50%); display: grid; grid-template-columns: repeat(3, 26px); grid-auto-rows: 26px; gap: 5px; }
.mm > span { border-radius: 6px; }
.mm-a { background: #E6A02C; }