/* ==================== LINK ALTERNATIF BOX - SAYAP33 GOLD THEME ==================== */
.link-alt-container {
    max-width: 420px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.link-alt-card {
    background: linear-gradient(145deg, #1e1e1e, #141414);
    border: 1.5px solid #D4AF37;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 215, 0, 0.22);
    overflow: hidden;
}

.link-alt-header {
    background:
        radial-gradient(ellipse at top right, rgba(255, 215, 0, 0.12), transparent 55%),
        linear-gradient(to bottom right, #282828, #1e1e1e);
    padding: 22px 22px 18px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.35);
}

.link-alt-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.link-alt-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.link-alt-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(255, 215, 0, 0.4);
    flex-shrink: 0;
}

.link-alt-title-text h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.45);
}

.link-alt-title-text p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #FFEA00;
    font-weight: 600;
}

.link-alt-status {
    text-align: right;
    flex-shrink: 0;
}

.link-alt-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 215, 0, 0.12);
    color: #FFEA00;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid rgba(255, 215, 0, 0.45);
    letter-spacing: 0.02em;
}

.link-alt-badge-dot {
    width: 7px;
    height: 7px;
    background-color: #FFD700;
    border-radius: 50%;
    animation: pulse 2s infinite;
    box-shadow: 0 0 8px #FFD700;
}

.link-alt-updated {
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 4px;
}

.link-alt-lead {
    margin: 14px 0 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #c8c8c8;
}

.link-alt-stats {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.link-alt-stat {
    text-align: center;
    padding: 10px 6px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.link-alt-stat strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #FFEA00;
    letter-spacing: 0.02em;
}

.link-alt-stat span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: #a0a0a0;
}

@keyframes pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 8px #FFD700; }
    50% { opacity: 0.5; box-shadow: 0 0 4px #FFD700; }
}

.link-alt-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #141414;
}

.link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #282828, #1e1e1e);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 16px;
    padding: 13px 14px;
    transition: all 0.2s ease;
    gap: 8px;
}

.link-row:hover {
    background: linear-gradient(90deg, #2a2a2a, #1e1e1e);
    border-color: #FFD700;
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(255, 215, 0, 0.2);
}

.link-row.recommended {
    border-color: #FFD700;
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.28);
    background: linear-gradient(90deg, #2e2a1a, #1e1e1e);
}

.link-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.link-route-num {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    color: #1a1a1a;
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.35);
    margin-top: 1px;
}

.link-info svg {
    margin-top: 2px;
    flex-shrink: 0;
    color: #FFD700;
}

.link-url {
    font-size: 14.5px;
    color: #f0f0f0;
    font-weight: 700;
    word-break: break-word;
    line-height: 1.3;
}

.link-desc {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4;
    color: #9a9a9a;
}

.link-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    height: 18px;
    letter-spacing: 0.02em;
}

.badge-recommend {
    background: linear-gradient(90deg, #FFD700, #D4AF37);
    color: #1a1a1a;
}

.badge-fast {
    background: linear-gradient(90deg, #FFEA00, #FFD700);
    color: #1a1a1a;
}

.badge-stable {
    background: linear-gradient(90deg, #B8860B, #5C3D0A);
    color: #f0f0f0;
}

.badge-update {
    background: linear-gradient(90deg, #D4AF37, #FFEA00);
    color: #1a1a1a;
}

.badge-ping {
    background: rgba(255, 215, 0, 0.1);
    color: #FFEA00;
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.link-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
    flex-shrink: 0;
}

.btn-copy {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #FFEA00;
    border: 1px solid rgba(255, 215, 0, 0.5);
    padding: 8px 11px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-copy:hover {
    background-color: rgba(255, 215, 0, 0.12);
    border-color: #FFD700;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.28);
}

.btn-copy:active {
    transform: scale(0.95);
}

.btn-open {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #FFD700, #D4AF37);
    color: #1a1a1a;
    border: none;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(255, 215, 0, 0.4);
}

.btn-open:hover {
    background: linear-gradient(90deg, #FFEA00, #FFD700);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.btn-open:active {
    transform: scale(0.95);
}

.link-alt-tip {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 4px;
    padding: 12px 13px;
    border-radius: 14px;
    background: rgba(255, 215, 0, 0.06);
    border: 1px dashed rgba(212, 175, 55, 0.4);
}

.link-alt-tip-mark {
    flex-shrink: 0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1a1a1a;
    background: linear-gradient(90deg, #FFD700, #D4AF37);
    padding: 3px 7px;
    border-radius: 6px;
    margin-top: 1px;
}

.link-alt-tip p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.5;
    color: #c0c0c0;
}

.link-alt-tip strong {
    color: #FFEA00;
    font-weight: 700;
}

.link-alt-footer {
    background: linear-gradient(to right, #1e1e1e, #141414);
    padding: 16px 22px;
    border-top: 1px solid rgba(255, 215, 0, 0.3);
}

.footer-content {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #dcdcdc;
    line-height: 1.4;
}

.footer-content svg {
    margin-top: 1px;
    flex-shrink: 0;
    color: #FFD700;
}

@media (max-width: 420px) {
    .link-row {
        flex-direction: column;
        align-items: stretch;
    }

    .link-actions {
        margin-left: 0;
        margin-top: 4px;
        justify-content: flex-end;
    }
}


/* ==================== SITE HEADER / FOOTER / TOPBAR - VIP788 GOLD ==================== */
.site-header {
    background: linear-gradient(to right, #282828, #141414);
    border-bottom: 1.5px solid #D4AF37;
}

.home-info-container,
.telegram-banner-container {
    background: linear-gradient(145deg, #1e1e1e, #141414);
    border-color: #D4AF37;
}

.topbar-container {
    background: #141414;
}

.site-footer {
    background: linear-gradient(to right, #282828, #141414);
    border-top: 1.5px solid #D4AF37;
}


/* ==================== RTP LIVE - VIP788 GOLD ==================== */
.rtp-live-container {
    max-width: 420px;
    width: 100%;
    margin: 30px auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.rtp-live-card {
    background: linear-gradient(145deg, #1e1e1e, #141414);
    border: 2px solid #D4AF37;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.7), 0 0 30px rgba(220,20,20,0.28);
}

.rtp-live-header {
    background: linear-gradient(to right, #5C3D0A, #D4AF37);
    padding: 18px 24px;
    text-align: center;
    border-bottom: 1px solid #D4AF37;
}

.rtp-live-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.15rem;
}

.rtp-live-subtitle {
    font-size: 0.85rem;
    color: #ffcccc;
    margin-top: 4px;
    opacity: 0.9;
}

.rtp-live-body {
    padding: 20px;
}

.rtp-game-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 215, 0, 0.08);
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 215, 0, 0.35);
}

.rtp-game-row:last-child {
    margin-bottom: 0;
}

.rtp-game-name {
    font-weight: 600;
    color: #f0f0f0;
    font-size: 1rem;
}

.rtp-game-provider {
    font-size: 0.8rem;
    color: #a0a0a0;
}

.rtp-game-stats {
    text-align: right;
}

.rtp-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
}

.rtp-volatility {
    font-size: 0.75rem;
    color: #dcdcdc;
}

.rtp-live-footer {
    background: #0a0a0a;
    padding: 14px 24px;
    text-align: center;
    font-size: 0.85rem;
    color: #a0a0a0;
    border-top: 1px solid rgba(255, 215, 0, 0.35);
}

/* ==================== CONTENT / SITE DESCRIPTION - VIP788 GOLD ==================== */
.site-description .content h1 {
    color: #ffffff;
    text-shadow: 0 0 13px rgba(255, 215, 0, 0.55);
}

.site-description .content h2 {
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.35);
}

.site-description .content h3 {
    color: #FFEA00;
}

.site-description .content p,
.site-description .content li {
    color: #f0f0f0;
}

.site-description .content a {
    color: #FFD700;
}

.site-description .content ul {
    color: #f0f0f0;
}
