body {
    padding-top: 70px;
    background: #000;
}

/* BANNER */
.banner {
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.85)),
        url("/cdn/banner.png") center/cover no-repeat;
}

/* CLASS CARD */
.class-card {
    background: #1b1f2a;
    padding: 16px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.25s;
    cursor: pointer;
}

.class-card:hover {
    transform: translateY(-6px);
    background: #ffc107;
    color: #000;
    font-weight: 600;
}

\/* NEWS TEXT ONLY */
.news-text-list {
    max-width: 800px;
    margin: auto;
}

.news-text-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.15);
}

.news-text-item:last-child {
    border-bottom: none;
}

.news-date {
    color: #888;
    font-size: 14px;
    white-space: nowrap;
}

.news-title {
    color: #eaeaea;
    text-decoration: none;
    transition: 0.2s;
}

.news-title:hover {
    color: #ffc107;
    text-decoration: underline;
}
.faction-card {
    background: linear-gradient(145deg, #1f2937, #0b1220);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    text-align: center;
    padding: 16px 10px;
    font-weight: 600;
    color: #f9fafb; /* chữ sáng rõ */
    transition: all 0.25s ease;
}

.faction-card:hover {
    border-color: #facc15;
    color: #facc15;
    transform: translateY(-4px);
    box-shadow: 0 0 15px rgba(250,204,21,0.3);
}

.nhan-toc { color: #22d3ee; }
.than-due { color: #22c55e; }
.thien-mach { color: #3b82f6; }
