body {
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #f8f9fa;
    min-height: 100vh;
}

.navbar {
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

.navbar-brand {
    font-weight: 700;
    color: #facc15 !important;
    letter-spacing: 1px;
}

.menu,
.content-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px);
}

.menu {
    margin-top: 20px;
    padding: 20px;
}

.content {
    margin-top: 20px;
}

.content-box {
    padding: 24px;
}

.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #facc15;
    margin-bottom: 15px;
}

.indian-colonist-style {
    border: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #facc15, transparent);
    opacity: 1;
}

.form-control {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255,255,255,0.65);
}

.form-control:focus {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-color: #facc15;
    box-shadow: 0 0 0 0.2rem rgba(250, 204, 21, 0.15);
}

.btn-custom {
    background: linear-gradient(135deg, #f59e0b, #dc2626);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: 10px 14px;
    transition: 0.25s ease;
}

.btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.35);
    color: #fff;
}

.nav-link {
    color: #e5e7eb !important;
    font-weight: 500;
    transition: 0.2s ease;
}

.nav-link:hover {
    color: #facc15 !important;
}

.news-link {
    color: #facc15 !important;
    font-weight: 700;
}

.register-link {
    color: #f87171 !important;
    font-weight: 700;
}

.stats-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    height: 100%;
    transition: 0.2s ease;
}

.stats-card:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.08);
}

.stats-card i {
    font-size: 1.6rem;
    color: #facc15;
    margin-bottom: 8px;
}

.stats-label {
    font-size: 0.95rem;
    color: #d1d5db;
}

.stats-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.top-player-list {
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 15px;
}

.top-player-item {
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}

.message-box {
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}

.text-gold {
    color: #facc15;
}

a {
    color: #facc15;
    text-decoration: none;
}

a:hover {
    color: #fde68a;
}

.register-form {
    width: 100%;
}

.form-check-label {
    color: #f8f9fa;
}

.alert {
    border-radius: 12px;
}

.profile-info div {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.profile-info i {
    color: #facc15;
    margin-right: 6px;
}

.text-gold{
    color:#facc15;
}

.profile-info div {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.profile-info i {
    color: #facc15;
    margin-right: 6px;
}

.text-gold {
    color: #facc15;
}

.settings-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
}

.settings-card h5 {
    color: #facc15;
    margin-bottom: 15px;
}

.server-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.server-banner-card {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: block;
}

.server-banner-card:focus {
    outline: none;
}

.server-banner-card:hover {
    transform: scale(1.01);
    transition: transform 0.2s ease;
}

.server-banner-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.server-name-box {
    position: absolute;
    top: 1%;
    left: 32.5%;
    width: 35.5%;
    height: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: #f3d58c;
    font-weight: 700;
    font-size: clamp(10px, 1.5vw, 20px);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
}

.server-start-date {
    position: absolute;
    bottom: 4.7%;
    left: 21%;
    width: 37%;
    height: 7.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    color: #f3d58c;
    font-weight: 700;
    font-size: clamp(10px, 1.15vw, 12px);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.server-players-count {
    position: absolute;
    bottom: 4.7%;
    right: 6%;
    width: 12%;
    height: 7.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    color: #f3d58c;
    font-weight: 700;
    font-size: clamp(10px, 1.15vw, 12px);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    padding-left: 14px;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .server-banner-card {
        max-width: 100%;
    }

    .server-name-box {
        font-size: 13px;
        padding: 0 8px;
    }

    .server-start-date {
        font-size: 10px;
        padding-left: 10px;
    }

    .server-players-count {
        font-size: 10px;
        padding-left: 8px;
    }
}