/* Halaman detail game (Games/index) — gaya yang diekstrak dari inline <style>. */
.nominal-selection-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
@media (max-width: 640px) {
    .nominal-selection-matrix {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}
.seo-tab-btn {
    color: #94a3b8;
    background: transparent;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.seo-tab-btn.active {
    color: #ffffff;
    background: #4f46e5;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}
@media (max-width: 991.98px) {
    #seo-content-area.active-tab-desc #seo-faq-wrapper {
        display: none !important;
    }
    #seo-content-area.active-tab-desc #seo-description-wrapper {
        display: block !important;
    }
    #seo-content-area.active-tab-faq #seo-description-wrapper {
        display: none !important;
    }
    #seo-content-area.active-tab-faq #seo-faq-wrapper {
        display: block !important;
    }
}
.nominal-card-token.product-selected-dotted {
    border-color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.25) !important;
}
.payment-channel-card.product-selected-dotted {
    border-color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.25) !important;
}
.nominal-card-token.product-selected-dotted .select-indicator {
    background: #10b981 !important;
    border-color: #10b981 !important;
    box-shadow: 0 0 8px #10b981 !important;
}
.discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    padding: 2px 8px;
    border-bottom-left-radius: 12px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(225, 29, 72, 0.35);
}
.original-price {
    font-size: 9px;
    text-decoration: line-through;
    color: #f43f5e;
    margin-right: 4px;
}
.history-list-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #141625;
    border: 1px solid rgba(99, 102, 241, 0.25);
    border-radius: 12px;
    z-index: 50;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
}
.history-item {
    padding: 10px 16px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-item:last-child {
    border-bottom: none;
}
.history-item:hover {
    background: rgba(99, 102, 241, 0.15);
}
.nickname-history {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
}
.id-server-history {
    font-size: 0.65rem;
    color: #a7a9bb;
}
#deskripsi-tab, #faq-tab {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}
