/* Game catalog thumbnail sash markers */
.game-card-image {
    position: relative;
}

.game-thumb-sash {
    position: absolute;
    top: 42px;
    right: -64px;
    z-index: 2;
    width: 280px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: center center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    pointer-events: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.game-thumb-sash--under-construction {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.game-thumb-sash--open-beta {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

/* Admin badges */
.game-release-badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.game-release-badge--final {
    background: #e2e8f0;
    color: #334155;
}

.game-release-badge--under-construction {
    background: #fef3c7;
    color: #b45309;
}

.game-release-badge--open-beta {
    background: #e0e7ff;
    color: #4338ca;
}

.gm-release-select {
    min-width: 9.5rem;
    padding: 0.25rem 0.4rem;
    font-size: 0.8rem;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    background: #fff;
}
