.game-card.game-suggest-card {
    border: 0.08rem dashed rgba(250, 250, 250, 0.7);
    background: rgba(24, 24, 27, 0.65);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.65rem;
}

.game-card.game-suggest-card .checkmark,
.game-card.game-suggest-card .bg-game-blur,
.game-card.game-suggest-card .game-banner-img {
    display: none !important;
}

.game-card.game-suggest-card span {
    display: block;
    font-size: 0.86rem;
    line-height: 1.2;
    color: #fafafa;
}

.game-card.game-suggest-card:hover {
    border-color: #fafafa;
    filter: brightness(1.08);
}

.filter-game-item.filter-game-suggest-item {
    background: transparent;
    border: 1px dashed rgba(250, 250, 250, 0.45);
}

.filter-game-item.filter-game-suggest-item label {
    color: #fafafa;
    width: 100%;
}

.game-suggest-overlay {
    position: fixed;
    inset: 0;
    background: rgba(9, 9, 11, 0.82);
    backdrop-filter: blur(3px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 14000;
    padding: 1rem;
}

.game-suggest-overlay.active {
    display: flex;
}

.game-suggest-modal {
    width: min(560px, 100%);
    background: #111114;
    border: 1px solid #29292d;
    border-radius: 16px;
    color: #fafafa;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.game-suggest-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #29292d;
}

.game-suggest-modal-header h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.game-suggest-close {
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #202026;
    color: #fafafa;
    font-size: 1.2rem;
}

.game-suggest-modal-body {
    padding: 1rem;
}

.game-suggest-input-wrap {
    display: flex;
    gap: 0.55rem;
}

.game-suggest-input {
    flex: 1;
    background: #0d0d10;
    border: 1px solid #2a2a30;
    border-radius: 12px;
    color: #fafafa;
    padding: 0.65rem 0.75rem;
}

.game-suggest-submit {
    border: 0;
    border-radius: 12px;
    background: #fafafa;
    color: #0b0b0b;
    font-weight: 600;
    padding: 0.65rem 0.85rem;
    white-space: nowrap;
}

.game-suggest-status {
    min-height: 1.2rem;
    color: #f59e0b;
    margin: 0.45rem 0 0.4rem;
    font-size: 0.88rem;
}

.game-suggest-list-title {
    font-size: 0.87rem;
    color: #a1a1aa;
    margin-bottom: 0.45rem;
}

.game-suggest-list {
    max-height: 260px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.game-suggest-item {
    border: 1px solid #2c2c32;
    border-radius: 10px;
    background: #17171d;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.62rem 0.72rem;
}

.game-suggest-item-name {
    text-align: left;
}

.game-suggest-item-count {
    min-width: 1.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #d4d4d8;
    background: #23232a;
    padding: 0.15rem 0.5rem;
    text-align: center;
}

.game-suggest-empty {
    color: #a1a1aa;
    border: 1px dashed #2d2d34;
    border-radius: 10px;
    text-align: center;
    padding: 0.6rem;
}

@media (max-width: 640px) {
    .game-suggest-input-wrap {
        flex-direction: column;
    }
}
