/**
 * Metin2 PvP Portal - Gaming Theme CSS
 * Modern gaming-inspired design with dark theme
 */

/* Global Gaming Styles */
body {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 30%, #334155 100%);
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #f8fafc;
}

/* Gaming Navigation */
.navbar {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
    padding: 1rem 0;
    position: relative;
    z-index: 1000;
}

/* Modern Menu Styles */
.navbar-nav .nav-link {
    color: #f1f5f9 !important;
    font-weight: 500;
    padding: 0.75rem 1rem !important;
    border-radius: 8px;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.navbar-nav .nav-link.active {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.2);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}

/* Menü öğeleri için daha iyi spacing */
.navbar-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.navbar-nav .nav-item {
    margin: 0 0.25rem;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Mobile Menu Improvements */
.navbar-toggler {
    border: 2px solid #8b5cf6;
    border-radius: 8px;
    padding: 0.5rem;
}

/* Desktop menü için yan yana düzen */
@media (min-width: 992px) {
    .navbar-nav {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0.25rem;
    }
}

/* Tablet ve mobil için alt alta düzen */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(15, 23, 42, 0.98);
        border-radius: 10px;
        margin-top: 10px;
        padding: 15px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    
    .navbar-nav {
        flex-direction: column !important;
        width: 100%;
        gap: 5px;
    }
    
    .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 16px !important;
        border-radius: 8px;
        text-align: center;
        background: rgba(59, 130, 246, 0.1);
        border: 1px solid rgba(59, 130, 246, 0.2);
        transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
        background: rgba(59, 130, 246, 0.2);
        transform: translateX(5px);
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 12px !important;
        font-size: 0.9rem;
    }
    
    .navbar-collapse {
        margin-top: 8px;
        padding: 10px;
    }
    
    /* Çok Küçük Ekranlar için Slider */
    .image-slider {
        margin: 0.25rem;
        max-width: calc(100% - 0.5rem);
    }
    
    .slider-container {
        height: 300px;
    }
    
    .image-card {
        height: 300px;
    }
    
    .image-overlay {
        padding: 10px;
    }
    
    .image-title {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
    }
    
    .image-info .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .slider-prev {
        left: 5px;
    }
    
    .slider-next {
        right: 5px;
    }
    
    /* Çok Küçük Ekranlar için Sunucu Kartları */
    .server-card .card-img-top {
        height: 150px;
    }
    
    .server-placeholder {
        height: 150px;
    }
    
    .server-title {
        font-size: 1rem !important;
    }
    
    .server-description {
        font-size: 0.85rem;
    }
    
    .info-card {
        padding: 6px;
        margin-bottom: 6px;
    }
    
    .info-card-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .info-card-label {
        font-size: 0.7rem;
    }
    
    .info-card-value {
        font-size: 0.8rem;
    }
    
    .server-card .btn {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    .server-card .btn-sm {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28139, 92, 246, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* VIP Sunucu Kartları */
.vip-card {
    border: 2px solid #fbbf24 !important;
    box-shadow: 0 8px 32px rgba(251, 191, 36, 0.3) !important;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.1)) !important;
}

.vip-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 48px rgba(251, 191, 36, 0.4) !important;
}

.vip-card .card-title {
    color: #fbbf24 !important;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

/* Yeni Sunucu Kartları */
.new-card {
    border: 2px solid #3b82f6 !important;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3) !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(29, 78, 216, 0.1)) !important;
}

.new-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 48px rgba(59, 130, 246, 0.4) !important;
}

.new-card .card-title {
    color: #3b82f6 !important;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Özel Buton Stilleri */
.btn-warning {
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
    border: none !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4) !important;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(251, 191, 36, 0.5) !important;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #e5e7eb !important;
}

.navbar-brand:hover {
    color: #8b5cf6 !important;
    text-shadow: 0 0 10px #8b5cf6;
}

.nav-link {
    color: #e5e7eb !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #8b5cf6 !important;
    text-shadow: 0 0 10px #8b5cf6;
    transform: translateY(-2px);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #8b5cf6, #3b82f6);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Gaming Cards */
.card {
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #f8fafc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4, #10b981);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.card-header {
    background: linear-gradient(135deg, #3b82f6, #06b6d4) !important;
    color: white !important;
    border-radius: 12px 12px 0 0 !important;
    border: none !important;
}

.card-footer {
    background: rgba(30, 41, 59, 0.5) !important;
    border-top: 1px solid rgba(59, 130, 246, 0.2) !important;
    border-radius: 0 0 12px 12px !important;
    color: #f1f5f9 !important;
}

/* Opening Date Box */
.opening-date-box {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.opening-date-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.opening-date-box:hover::before {
    opacity: 1;
}

.opening-date-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.opening-date-icon {
    color: #3b82f6;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.opening-date-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.opening-date-label {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.opening-date-value {
    font-size: 12px;
    color: #f1f5f9;
    font-weight: 600;
}

/* Small Opening Date Box for Cards */
.opening-date-box-small {
    padding: 6px 8px;
    border-radius: 6px;
}

.opening-date-box-small .opening-date-icon {
    font-size: 12px;
    width: 16px;
    height: 16px;
}

.opening-date-box-small .opening-date-label {
    font-size: 9px;
}

.opening-date-box-small .opening-date-value {
    font-size: 11px;
}

/* Large Opening Date Box for Server Detail */
.opening-date-box-large {
    padding: 12px 16px;
    border-radius: 10px;
}

.opening-date-box-large .opening-date-icon {
    font-size: 16px;
    width: 24px;
    height: 24px;
}

.opening-date-box-large .opening-date-label {
    font-size: 11px;
}

.opening-date-box-large .opening-date-value {
    font-size: 14px;
}

/* Info Cards - Modern Card Design */
.info-card {
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-card:hover::before {
    opacity: 1;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.info-card-icon {
    color: #3b82f6;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 6px;
}

.info-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.info-card-label {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card-value {
    font-size: 13px;
    color: #f1f5f9;
    font-weight: 600;
}

/* Date Card Specific Styles */
.info-card-date {
    border-color: rgba(59, 130, 246, 0.3);
}

.info-card-date .info-card-icon {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}

.info-card-date::before {
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

.info-card-date:hover {
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

/* Level Card Specific Styles */
.info-card-level {
    border-color: rgba(239, 68, 68, 0.3);
}

.info-card-level .info-card-icon {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.info-card-level::before {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.info-card-level:hover {
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
}

/* Gaming Buttons */
.btn {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    color: white;
}

.btn:active {
    transform: translateY(0);
}

.btn-success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
}

.btn-danger {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

.btn-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
}

/* Gaming Badges */
.badge {
    background: linear-gradient(135deg, #8b5cf6, #3b82f6);
    color: white;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.badge.bg-success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
}

.badge.bg-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
}

.badge.bg-danger {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

/* Modern Gaming Slider */
/* Modern Slider Styles */
.image-slider {
    position: relative;
    margin: 1rem auto;
    max-width: 100%;
    z-index: 1;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-item {
    min-width: 100%;
    position: relative;
    padding: 0 10px;
}

.image-card {
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(139, 92, 246, 0.6);
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-card:hover img {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
    padding: 25px;
    color: white;
    z-index: 3;
}

.image-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
    color: #f8fafc;
}

.image-description {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}

/* Gaming Footer */
footer {
    background: linear-gradient(135deg, #0a0a0a, #1a1a2e);
    border-top: 2px solid #8b5cf6;
    position: relative;
    color: #e5e7eb;
    margin-top: 50px;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
}

/* Gaming Animations */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px #8b5cf6, 0 0 10px #8b5cf6, 0 0 15px #8b5cf6;
    }
    50% {
        box-shadow: 0 0 10px #8b5cf6, 0 0 20px #8b5cf6, 0 0 30px #8b5cf6;
    }
}

.gaming-glow {
    animation: glow 2s ease-in-out infinite alternate;
}

/* Gaming Text Effects */
.gaming-text {
    background: linear-gradient(135deg, #8b5cf6, #3b82f6, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Server Cards */
.server-card {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(51, 65, 85, 0.8));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    color: #f1f5f9;
}

.server-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.server-card:hover::after {
    opacity: 1;
}

.server-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(139, 92, 246, 0.3);
    border-color: rgba(139, 92, 246, 0.6);
}

/* Server Card Text Colors */
.server-card h3,
.server-card h4,
.server-card h5,
.server-card h6 {
    color: #f1f5f9 !important;
}

.server-card p {
    color: #cbd5e1 !important;
}

.server-card .text-muted {
    color: #94a3b8 !important;
}

.server-card .badge {
    color: #ffffff !important;
}

/* Server Card Buttons */
.server-card .btn {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

/* Gaming Stats */
.gaming-stats {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.gaming-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
}

.gaming-stat i {
    color: #8b5cf6;
}

/* Gaming Sidebar */
.gaming-sidebar {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Gaming Ad */
.gaming-ad {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.gaming-ad:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .gaming-stats {
        gap: 8px;
    }
    
    .card {
        margin: 0 8px;
    }
    
    .nav-link {
        padding: 8px 16px;
    }
    
    /* Slider Mobil İyileştirmeleri */
    .image-slider {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
        border-radius: 12px;
        overflow: hidden;
    }
    
    .slider-container {
        height: 350px;
        border-radius: 12px;
    }
    
    .slider-item {
        padding: 0 5px;
    }
    
    .image-card {
        height: 350px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .image-card img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    
    .image-overlay {
        padding: 15px;
    }
    
    .image-title {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }
    
    .image-info .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    
    /* Slider Butonları Mobil */
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .slider-prev {
        left: 10px;
    }
    
    .slider-next {
        right: 10px;
    }
    
    .slider-dots {
        bottom: 15px;
        padding: 6px 12px;
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    
    /* Sunucu Kartları Mobil İyileştirmeleri */
    .server-card {
        margin-bottom: 1rem;
        border-radius: 12px;
    }
    
    .server-card .card-img-top {
        height: 180px;
        object-fit: cover;
    }
    
    .server-placeholder {
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1e293b, #334155);
    }
    
    .server-title {
        font-size: 1.1rem !important;
        line-height: 1.3;
        margin-bottom: 8px !important;
    }
    
    .server-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .info-card {
        margin-bottom: 8px;
        padding: 8px;
    }
    
    .info-card-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .info-card-label {
        font-size: 0.75rem;
    }
    
    .info-card-value {
        font-size: 0.85rem;
    }
    
    .server-card .btn {
        font-size: 0.85rem;
        padding: 6px 12px;
        margin-bottom: 4px;
    }
    
    .server-card .btn-sm {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    /* Sunucu kartları için horizontal scroll - sadece ana sayfa */
    .servers-row {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        padding: 10px 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }
    
    .servers-row::-webkit-scrollbar {
        height: 6px;
    }
    
    .servers-row::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }
    
    .servers-row::-webkit-scrollbar-thumb {
        background: rgba(139, 92, 246, 0.6);
        border-radius: 3px;
    }
    
    .servers-row::-webkit-scrollbar-thumb:hover {
        background: rgba(139, 92, 246, 0.8);
    }
    
    /* Grid düzenini mobil için ayarla - sadece sunucu kartları */
    .servers-row .col-md-6.col-lg-3 {
        flex-shrink: 0;
        width: 280px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

/* Slider Image Link */
.slider-image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.slider-image-link:hover {
    text-decoration: none;
    color: inherit;
}

.slider-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slider-image-link:hover img {
    transform: scale(1.05);
}

/* Modern Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.8));
    backdrop-filter: blur(15px);
    border: 2px solid rgba(139, 92, 246, 0.6);
    border-radius: 50%;
    color: #f8fafc;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.slider-btn:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(6, 182, 212, 0.8));
    border-color: #3b82f6;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
    opacity: 1;
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #8b5cf6;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.6);
}

/* Gaming Loading */
.gaming-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(139, 92, 246, 0.3);
    border-radius: 50%;
    border-top-color: #8b5cf6;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Form Elements */
.form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #e5e7eb !important;
    border-radius: 8px !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #8b5cf6 !important;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25) !important;
    color: #e5e7eb !important;
}

.form-control::placeholder {
    color: #9ca3af !important;
}

/* Alert Messages */
.alert {
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
}

.alert-success {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
    color: #10b981;
    border-left: 4px solid #10b981;
}

.alert-danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
    color: #ef4444;
    border-left: 4px solid #ef4444;
}

/* Modern Level Card - Başlangıç Seviyesi */
.info-card-level {
    /* Genel info-card stillerini kullan, sadece renkleri değiştir */
}

/* Level card genel info-card stillerini kullanır, sadece renkleri farklı */

/* Level card icon stilleri genel info-card ile aynı, sadece renk farklı */

/* Level card content stilleri genel info-card ile aynı */

/* Level card responsive stilleri genel info-card ile aynı */

/* Level Card - Sadece renk farklılıkları */
.info-card-level {
    border-color: rgba(239, 68, 68, 0.3);
}

.info-card-level .info-card-icon {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
}

.info-card-level::before {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.info-card-level:hover {
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
}

/* Level Card Animation */
@keyframes levelCardPulse {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(239, 68, 68, 0.15);
    }
    50% {
        box-shadow: 0 12px 40px rgba(239, 68, 68, 0.25);
    }
}

.info-card-level.animated {
    animation: levelCardPulse 2s ease-in-out infinite;
}

.alert-info {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.2));
    color: #3b82f6;
    border-left: 4px solid #3b82f6;
}

.alert-warning {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(217, 119, 6, 0.2));
    color: #f59e0b;
    border-left: 4px solid #f59e0b;
}

/* Modern Blog Cards */
.blog-card {
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
}

.blog-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.blog-card:hover .blog-overlay {
    opacity: 1;
}

.blog-meta {
    display: flex;
    gap: 15px;
    color: white;
    font-size: 12px;
}

.blog-date, .blog-views {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

.blog-placeholder {
    height: 200px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #94a3b8;
}

.blog-placeholder .blog-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    justify-content: space-between;
}

.blog-category {
    margin-bottom: 10px;
}

.blog-title {
    color: #f1f5f9;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-excerpt {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-avatar {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px;
    font-size: 14px;
}

.author-info {
    flex: 1;
}

.author-name {
    color: #f1f5f9;
    font-weight: 500;
    font-size: 14px;
}

.blog-read-btn {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: none;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-read-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    color: white;
}

.blog-read-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.blog-read-btn:hover::before {
    left: 100%;
}

/* Blog Card Responsive */
@media (max-width: 768px) {
    .blog-image-container {
        height: 180px;
    }
    
    .blog-placeholder {
        height: 180px;
    }
    
    .blog-title {
        font-size: 16px;
    }
    
    .blog-excerpt {
        font-size: 13px;
    }
    
    .author-avatar {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .author-name {
        font-size: 13px;
    }
}

/* Reklam Alanları */
.ad-container {
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ad-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
    z-index: -1;
}

.ad-item {
    display: inline-block;
    margin: 10px;
}

.ad-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.ad-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.ad-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.ad-link:hover .ad-image {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.ad-text {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ad-text h6 {
    color: #f1f5f9;
    font-weight: 600;
    margin-bottom: 8px;
}

.ad-text p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

/* Pozisyon bazlı stiller */
.ad-header {
    margin: 20px 0;
}

.ad-content-top,
.ad-content-bottom {
    margin: 30px 0;
}

.ad-footer {
    margin: 20px 0;
    background: rgba(15, 23, 42, 0.9);
}

.ad-left,
.ad-right {
    position: fixed !important;
    top: 0 !important;
    width: 200px !important;
    height: 100vh !important;
    overflow-y: auto;
    z-index: 1000 !important;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    border: 2px solid #ff6b35;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
    transform: none !important;
}

.ad-left {
    left: 0 !important;
    right: auto !important;
}

.ad-right {
    right: 0 !important;
    left: auto !important;
}

.ad-left .ad-item,
.ad-right .ad-item {
    margin-bottom: 20px;
    text-align: center;
}

.ad-left .ad-image,
.ad-right .ad-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ad-left .ad-text,
.ad-right .ad-text {
    padding: 10px;
    font-size: 12px;
}

.ad-left .ad-text h6,
.ad-right .ad-text h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.ad-left .ad-text p,
.ad-right .ad-text p {
    font-size: 11px;
    margin: 0;
}

/* Üst Banner Reklam */
.ad-header {
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    border: 2px solid #ff6b35;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
    text-align: center;
}

.ad-header .ad-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.ad-header .ad-image {
    max-width: 120px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ff6b35;
}

/* Alt Banner Reklam */
.ad-footer {
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    border: 2px solid #ff6b35;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
    text-align: center;
}

.ad-footer .ad-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.ad-footer .ad-image {
    max-width: 100px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ff6b35;
}

/* İçerik Reklamları */
.ad-content-top,
.ad-content-bottom {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 2px solid #ff6b35;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    text-align: center;
}

.ad-content-top .ad-item,
.ad-content-bottom .ad-item {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.ad-content-top .ad-image,
.ad-content-bottom .ad-image {
    max-width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #ff6b35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
}

/* Reklam etiketi kaldırıldı */

/* Ana içerik alanı reklam alanları için ayar */
.main-content-with-ads {
    margin-left: 200px;
    margin-right: 200px;
    max-width: none;
    width: calc(100% - 400px);
    min-height: 100vh;
    background: #0f0f23;
}

/* Responsive reklam alanları */
@media (max-width: 1200px) {
    .ad-left,
    .ad-right {
        display: none;
    }
    
    .main-content-with-ads {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .ad-container {
        padding: 15px;
        margin: 15px 0;
    }
    
    .ad-item {
        margin: 5px;
    }
    
    .ad-text {
        padding: 10px;
    }
    
    .ad-text h6 {
        font-size: 14px;
    }
    
    .ad-text p {
        font-size: 12px;
    }
}

/* Notification Styles */
.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    width: 100%;
}

.notification {
    background: rgba(15, 23, 42, 0.95);
    border: 2px solid;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification.hide {
    transform: translateX(100%);
    opacity: 0;
}

/* Success Notification */
.notification.success {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.1));
}

.notification.success::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #10b981;
}

.notification.success .notification-icon {
    color: #10b981;
}

/* Error Notification */
.notification.error {
    border-color: #ef4444;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.1));
}

.notification.error::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ef4444;
}

.notification.error .notification-icon {
    color: #ef4444;
}

/* Warning Notification */
.notification.warning {
    border-color: #f59e0b;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(217, 119, 6, 0.1));
}

.notification.warning::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #f59e0b;
}

.notification.warning .notification-icon {
    color: #f59e0b;
}

/* Info Notification */
.notification.info {
    border-color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(29, 78, 216, 0.1));
}

.notification.info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #3b82f6;
}

.notification.info .notification-icon {
    color: #3b82f6;
}

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.notification-icon {
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.notification-text {
    flex: 1;
    color: #f8fafc;
    font-weight: 500;
    line-height: 1.5;
}

.notification-close {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.notification-close:hover {
    color: #f8fafc;
    background: rgba(148, 163, 184, 0.1);
}

/* Auto-hide animation */
@keyframes slideOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.notification.auto-hide {
    animation: slideOut 0.4s ease-in-out 1s forwards;
}

/* Mobile responsive */
@media (max-width: 576px) {
    .notification-container {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .notification {
        padding: 12px 16px;
        margin-bottom: 8px;
    }
    
    .notification-text {
        font-size: 14px;
    }
}

/* Banner Styles */
.banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.banner-item {
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.banner-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.banner-image {
    width: 300px;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.banner-link:hover .banner-image {
    transform: scale(1.02);
}

/* Responsive Banner */
@media (max-width: 1200px) {
    .banner-image {
        width: 250px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .banner-container {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
        padding: 10px 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    
    .banner-container::-webkit-scrollbar {
        height: 6px;
    }
    
    .banner-container::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }
    
    .banner-container::-webkit-scrollbar-thumb {
        background: rgba(139, 92, 246, 0.6);
        border-radius: 3px;
    }
    
    .banner-container::-webkit-scrollbar-thumb:hover {
        background: rgba(139, 92, 246, 0.8);
    }
    
    .banner-item {
        flex-shrink: 0;
        width: 280px;
    }
    
    .banner-image {
        width: 280px;
        height: 157px;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .banner-item {
        width: 250px;
    }
    
    .banner-image {
        width: 250px;
        height: 140px;
    }
    
    .col-md-6.col-lg-3 {
        width: 250px;
    }
}

/* CKEditor Styles */
.ck-editor__editable {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    min-height: 200px !important;
}

.ck-editor__editable:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.ck-editor__editable p {
    color: #333333 !important;
    margin: 0.5rem 0 !important;
}

.ck-editor__editable h1,
.ck-editor__editable h2,
.ck-editor__editable h3,
.ck-editor__editable h4,
.ck-editor__editable h5,
.ck-editor__editable h6 {
    color: #333333 !important;
    font-weight: bold !important;
    margin: 1rem 0 0.5rem 0 !important;
}

.ck-editor__editable strong,
.ck-editor__editable b {
    color: #333333 !important;
    font-weight: bold !important;
}

.ck-editor__editable em,
.ck-editor__editable i {
    color: #333333 !important;
    font-style: italic !important;
}

.ck-editor__editable ul,
.ck-editor__editable ol {
    color: #333333 !important;
    margin: 0.5rem 0 !important;
    padding-left: 1.5rem !important;
}

.ck-editor__editable li {
    color: #333333 !important;
    margin: 0.25rem 0 !important;
}

.ck-editor__editable a {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.ck-editor__editable a:hover {
    color: #0a58ca !important;
}

/* CKEditor Toolbar */
.ck.ck-editor__main > .ck-editor__editable {
    background: #ffffff !important;
}

.ck.ck-toolbar {
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: none !important;
}

.ck.ck-toolbar .ck-button {
    color: #495057 !important;
}

.ck.ck-toolbar .ck-button:hover {
    background: #e9ecef !important;
}

.ck.ck-toolbar .ck-button.ck-on {
    background: #0d6efd !important;
    color: #ffffff !important;
}

/* Server Detail Page Modern Styles */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Modern Card Styles */
.card.shadow-lg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.card.border-0 {
    border: none !important;
}

/* Improved Typography */
.fw-bold {
    font-weight: 700 !important;
}

.lh-lg {
    line-height: 1.8 !important;
}

/* Modern Button Styles */
.btn-lg {
    padding: 0.75rem 2rem !important;
    font-size: 1.1rem !important;
}

.btn.fw-bold {
    font-weight: 600 !important;
}

/* Info Cards */
.bg-light.rounded-3 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: 1px solid #dee2e6;
}

/* Icon Circles */
.rounded-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gradient Backgrounds */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%) !important;
}

.bg-gradient-success {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(135deg, #0dcaf0 0%, #6f42c1 100%) !important;
}

/* Server Name Display */
.display-6 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Text Visibility Improvements */
.text-white {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}

.card-text.text-white {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Similar Servers Modern Design */
.bg-gradient-dark {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%) !important;
    border-radius: 0 0 0.75rem 0.75rem !important;
    position: relative;
    overflow: hidden;
}

.bg-gradient-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    pointer-events: none;
}

.bg-gradient-dark .card-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    position: relative;
    z-index: 1;
}

.bg-gradient-dark .card-text {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5 !important;
    position: relative;
    z-index: 1;
}

.bg-gradient-dark .text-white {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    position: relative;
    z-index: 1;
}

.bg-gradient-dark .bg-opacity-20 {
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-gradient-dark .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.bg-gradient-dark .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Global Modern Card Design for All Pages */
.server-card .card-body.bg-gradient-dark {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%) !important;
    border-radius: 0 0 0.75rem 0.75rem !important;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}

.server-card .card-body.bg-gradient-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    pointer-events: none;
}

.server-card .card-body.bg-gradient-dark .card-text {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5 !important;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Enhanced Card Hover Effects */
.server-card:hover .card-body.bg-gradient-dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Mobile Responsive Improvements */
@media (max-width: 768px) {
    .server-card .card-body.bg-gradient-dark {
        padding: 1rem !important;
    }
    
    .server-card .card-body.bg-gradient-dark .card-text {
        font-size: 0.9rem !important;
    }
}

/* Badge Improvements */
.badge.fs-6 {
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
}

/* Card Improvements */
.card.border-0 {
    border-radius: 0.75rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* Icon Improvements */
.bg-white.bg-opacity-20 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .card-body.p-4 {
        padding: 1.5rem !important;
    }
    
    .btn-lg {
        padding: 0.5rem 1.5rem !important;
        font-size: 1rem !important;
    }
    
    .fw-bold {
        font-size: 1.1rem !important;
    }
    
    .display-6 {
        font-size: 2rem !important;
    }
    
    .badge.fs-6 {
        font-size: 0.8rem !important;
        padding: 0.4rem 0.8rem !important;
    }
}