/* Bekleyen Sunucular - Upcoming Servers Page */

/* Wrapper override for upcoming page */
.wrapper-main {
    padding: 0 1rem;
}

/* Skyscraper Ads - Sol ve Sağ Dikey Reklamlar */
.skyscraper-left,
.skyscraper-right {
    position: fixed;
    top: 100px;
    width: 250px;
    z-index: 100;
    min-height: 600px;
}

.skyscraper-left {
    left: 0;
}

.skyscraper-right {
    right: 0;
}

.skyscraper-left > div,
.skyscraper-right > div {
    position: sticky;
    top: 100px;
    width: 100%;
    min-height: 600px;
}

.skyscraper-left img,
.skyscraper-right img {
    width: 100%;
    height: auto;
    display: block;
}

.skyscraper-left a,
.skyscraper-right a {
    display: block;
    width: 100%;
}

.upcoming-hero {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 107, 0, 0.05));
    border-radius: 12px;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 140, 0, 0.2);
}

.upcoming-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.upcoming-hero h1 i {
    color: #FF8C00;
    font-size: 2.5rem;
}

.upcoming-hero p {
    font-size: 1.125rem;
    color: #94a3b8;
    margin: 0 0 2rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero {
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: #3A3A3A;
    color: white;
    border: 1px solid #3A3A3A;
}

.btn-hero:hover {
    background: #3A3A3A;
    transform: translateY(-2px);
}

.btn-hero-primary {
    background: linear-gradient(135deg, #FF8C00, #FF6B00);
    border-color: #FF8C00;
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* No Upcoming Servers */
.no-upcoming {
    text-align: center;
    padding: 5rem 2rem;
    background: #282828;
    border-radius: 12px;
    border: 1px solid #3A3A3A;
}

.no-upcoming i {
    font-size: 5rem;
    color: #3A3A3A;
    margin-bottom: 1.5rem;
}

.no-upcoming h3 {
    font-size: 1.75rem;
    color: white;
    margin: 0 0 1rem 0;
}

.no-upcoming p {
    font-size: 1.125rem;
    color: #94a3b8;
    margin: 0 0 2rem 0;
}

.btn-add-server {
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FF8C00, #FF6B00);
    color: white;
    transition: all 0.3s ease;
}

.btn-add-server:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

/* Upcoming Servers Grid */
.upcoming-servers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Upcoming Card */
.upcoming-card {
    background: #282828;
    border-radius: 12px;
    border: 1px solid #3A3A3A;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.upcoming-card:hover {
    border-color: #FF8C00;
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.3);
    transform: translateY(-4px);
}

.upcoming-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #FF8C00, #d97706);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.875rem;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.upcoming-banner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.upcoming-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(30, 41, 59, 1), transparent);
}

.upcoming-content {
    padding: 1.5rem;
    text-align: center;
}

.upcoming-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.75rem 0;
    text-align: center;
}

.upcoming-desc {
    color: #cbd5e1;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

/* Specs Grid */
.upcoming-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.spec-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.75rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.spec-label {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.spec-value {
    display: block;
    font-size: 0.9375rem;
    color: white;
    font-weight: 700;
}

/* Yeni türler */
.spec-farm { color: #10b981; }
.spec-orta { color: #ef4444; }
.spec-ortaemek { color: #ef4444; }
.spec-oldschool { color: #800080; }
.spec-newschool { color: #00CED1; }
.spec-wslik { color: #FF8C00; }

/* Eski türler (fallback) */
.spec-emek { color: #ef4444; }

.spec-kolay { color: #10b981; }
.spec-orta { color: #fbbf24; }
.spec-zor { color: #f87171; }

/* Countdown Section */
.countdown-section {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 107, 0, 0.05));
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 140, 0, 0.2);
}

.countdown-label {
    text-align: center;
    color: #cbd5e1;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.countdown-label i {
    color: #FF8C00;
}

.countdown-label strong {
    color: white;
    font-weight: 700;
}

.countdown,
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.countdown-item {
    text-align: center;
    min-width: 70px;
}

.countdown-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    background: rgba(255, 140, 0, 0.2);
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 140, 0, 0.3);
    margin-bottom: 0.5rem;
}

.countdown-unit {
    display: block;
    font-size: 0.8125rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
}

.countdown-expired {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #10b981;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.countdown-expired i {
    color: #10b981;
}

/* Action Buttons */
.upcoming-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-upcoming {
    flex: 1;
    min-width: 120px;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-website {
    background: #3A3A3A;
    color: white;
    border: 1px solid #4A4A4A;
}

.btn-website:hover {
    background: #4A4A4A;
    border-color: #FF8C00;
    transform: translateY(-2px);
}

.btn-discord {
    background: #3A3A3A;
    color: white;
    border: 1px solid #4A4A4A;
}

.btn-discord:hover {
    background: #4A4A4A;
    border-color: #FF8C00;
    transform: translateY(-2px);
}

.btn-detail {
    background: linear-gradient(135deg, #FF8C00, #FF6B00);
    color: white;
    border: 1px solid #FF8C00;
}

.btn-detail:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* Responsive */
@media (max-width: 1700px) {
    /* Skyscraper reklamları gizle - ekran çok dar */
    .skyscraper-left,
    .skyscraper-right {
        display: none;
    }
}

@media (max-width: 992px) {
    .upcoming-servers {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .upcoming-hero {
        padding: 3rem 1.5rem;
    }

    .upcoming-hero h1 {
        font-size: 1.75rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .upcoming-hero h1 i {
        font-size: 2rem;
    }

    .upcoming-hero p {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-hero {
        width: 100%;
    }

    .upcoming-servers {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .upcoming-card {
        margin: 0;
    }

    .upcoming-content {
        padding: 1.25rem;
    }

    .upcoming-specs {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .spec-item {
        padding: 0.5rem;
    }

    .spec-label {
        font-size: 0.6875rem;
    }

    .spec-value {
        font-size: 0.875rem;
    }

    .countdown-section {
        padding: 1.25rem;
    }

    .countdown-label {
        font-size: 0.875rem;
        flex-direction: column;
        text-align: center;
    }

    .countdown,
    .countdown-timer {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .countdown-item {
        min-width: 70px;
        flex: 1;
    }

    .countdown-value {
        font-size: 1.5rem;
        padding: 0.625rem;
    }

    .countdown-unit {
        font-size: 0.75rem;
    }

    .upcoming-actions {
        flex-direction: column;
    }

    .btn-upcoming {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .upcoming-hero {
        padding: 2rem 1rem;
    }

    .upcoming-hero h1 {
        font-size: 1.5rem;
    }

    .upcoming-hero h1 i {
        font-size: 1.75rem;
    }

    .upcoming-hero p {
        font-size: 0.9375rem;
    }

    .upcoming-content h3 {
        font-size: 1.25rem;
    }

    .upcoming-desc {
        font-size: 0.875rem;
    }

    .upcoming-specs {
        grid-template-columns: 1fr;
    }

    .countdown-item {
        min-width: 60px;
    }

    .countdown-value {
        font-size: 1.25rem;
        padding: 0.5rem;
    }
}

