.game-cover-placeholder {
    aspect-ratio: 3 / 4;
    border: 1px solid #44403c; /* stone-700 */
    background-image: linear-gradient(to top, #44403c, #57534e); /* stone-700 → stone-600 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7e5e4; /* stone-200 */
    padding: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.3), 0 2px 4px -2px rgb(0 0 0 / 0.3);
}

.dark .game-cover-placeholder {
    border-color: #a8a29e; /* stone-400 */
}

.game-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10rem; /* max-w-40 */
    font-size: 0.75rem; /* text-xs */
    color: #1c1917; /* stone-800 */
    background-color: #a8a29e; /* stone-400 */
    border-radius: 0.25rem; /* rounded */
    padding: 0.125rem 0.375rem; /* py-0.5 px-1.5 */
    border: 1px solid #44403c; /* stone-700 */
}

.dark .game-tag {
    color: #a8a29e; /* stone-400 / stone-500 */
    background-color: #292524; /* stone-800 */
}

.game-cover-placeholder-title {
    color: #d6d3d1; /* stone-300 */
    text-align: center;
    text-shadow: 0 4px 8px rgb(0 0 0 / 0.5);
    font-family: 'Bungee', sans-serif;
}
