.event-wrapper {
    max-width: 1100px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.event-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 35px;
    background: #ffffff;
    border: 2px solid #1677ff;
    border-radius: 10px;
    overflow: hidden;
}

.event-table th {
    background: #1677ff;
    color: #fff;
    font-size: 18px;
    padding: 14px;
    text-align: center;
    font-weight: bold;
}

.event-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
}

.event-table td:first-child {
    width: 35%;
}

/* LEFT BADGE */
.badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
}

.badge-sub { background: #1677ff; }
.badge-time { background: #13c2c2; }
.badge-location { background: #52c41a; }
.badge-reward { background: #fa8c16; }
.badge-required { background: #722ed1; }
.badge-note { background: #ff4d4f; }

/* RIGHT VALUE BADGE */
.value {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: #f2f7ff;
    border: 1px solid #1677ff;
    color: #1677ff;
    font-weight: 500;
}

.event-table tr:hover td {
    background: #f2f7ff;
}

        :root {
            --orange: #f39c12;
            --line: #e0e0e0;
            --text: #333;
            --text-light: #888;
            --bg: #f5f7fa;
        }



     
        h1 {
            text-align: center;
            color: var(--orange);
            text-transform: uppercase;
            margin-bottom: 50px;
            font-size: 24px;
        }

        /* Trục Timeline chính */
        .timeline {
            position: relative;
            padding-left: 30px;
        }

        /* Đường kẻ dọc - Căn chuẩn 10px từ trái */
        .timeline::before {
            content: '';
            position: absolute;
            left: 9px; /* (Độ rộng chấm 20px / 2) - 1px độ dày line */
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: var(--line);
            z-index: 1;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 20px;
            display: flex;
            align-items: center; /* Đảm bảo dot và card luôn thẳng hàng ngang */
        }

        /* Chấm tròn chuẩn xác */
        .dot {
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            background-color: #fff;
            border: 3px solid var(--orange);
            border-radius: 50%;
            z-index: 2;
        }

        /* Card nội dung */
        .card {
            background: #fff;
            border-radius: 8px;
            padding: 15px 20px;
            margin-left: 40px;
            width: 100%;
            display: grid;
            grid-template-columns: 150px 1fr 180px;
            align-items: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border: 1px solid #eee;
            transition: 0.3s;
        }

        .card:hover {
            border-color: var(--orange);
            transform: translateX(5px);
        }

        .time {
            font-weight: bold;
            color: var(--orange);
        }

        .feature {
            border-left: 1px solid #f0f0f0;
            padding: 0 15px;
            color: var(--text);
            font-size: 15px;
        }

        .location {
            text-align: right;
            font-size: 13px;
            color: var(--text-light);
        }

        .location b {
            display: block;
            color: var(--orange);
        }

        /* Mobile */
        @media (max-width: 768px) {
            .card {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            .feature {
                border-left: none;
                border-top: 1px solid #f0f0f0;
                padding: 10px 0 0 0;
            }
            .location { text-align: left; }
        }
		
		
		
		
     /* ==============================
           CSS - Luxury Light (Renamed)
           ============================== */

 

        /* ===== CONTAINER ===== */
        .lux-evt-wrapper {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            width: 100%;
            max-width: 750px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.05);
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: relative;
            overflow: hidden;
        }

        .lux-evt-wrapper::after {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, #fee140 0%, #fa709a 100%);
            border-radius: 50%;
            opacity: 0.1;
            z-index: 0;
        }

        /* ===== HEADER ===== */
        .lux-evt-header {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            z-index: 1;
        }

        .lux-evt-subtitle {
            font-size: 0.85em;
            color: #d4af37;
            letter-spacing: 3px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .lux-evt-title {
            font-size: 2.2em;
            font-weight: 800;
            margin: 10px 0;
            /* background: linear-gradient(135deg, #ca7345 0%, #a18a5e 100%); */
            /* -webkit-background-clip: text; */
            /* -webkit-text-fill-color: transparent; */
            /* text-transform: uppercase; */
            /* font-size: 2.2em; */
            /* font-weight: 800; */
            /* margin: 10px 0; */
            /* background: linear-gradient(135deg, #ca7345, #a18a5e); */
            /* background-clip: text; */
            /* color: transparent; */
            /* text-transform: uppercase; */
            color: #f68631;
        }

        .lux-evt-time {
            display: inline-block;
            margin-top: 10px;
            font-size: 0.9em;
            color: #333;
            padding: 8px 20px;
            background: linear-gradient(90deg, #fffcf0 0%, #fff 100%);
            border-radius: 50px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.02);
            border: 1px solid rgba(212, 175, 55, 0.2);
            font-weight: 600;
        }

        /* ===== PODIUM ===== */
        .lux-evt-podium {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            gap: 20px;
            margin-bottom: 40px;
            position: relative;
            z-index: 1;
        }

        .lux-evt-card {
            background: white;
            border-radius: 12px;
            padding: 20px 15px;
            text-align: center;
            flex: 1;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            border: 1px solid #f1f2f6;
        }

        .lux-evt-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .lux-rank-1 {
            order: 2;
            height: 260px;
            border: 2px solid #d4af37;
            background: linear-gradient(180deg, #fffcf0 0%, #fff 100%);
        }

        .lux-rank-2 {
            order: 1;
            height: 210px;
            border-bottom: 4px solid #aaa9ad;
        }

        .lux-rank-3 {
            order: 3;
            height: 190px;
            border-bottom: 4px solid #cd7f32;
        }

        .lux-medal {
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2em;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .lux-rank-1 .lux-medal { background: linear-gradient(135deg, #fccd4d, #d4af37); }
        .lux-rank-2 .lux-medal { background: linear-gradient(135deg, #e6e9f0, #adb5bd); }
        .lux-rank-3 .lux-medal { background: linear-gradient(135deg, #ca7345, #a05a2c); }

        .lux-rank-title {
            font-weight: 700;
            color: #444;
            margin-bottom: 10px;
            display: block;
        }

        .lux-reward {
            font-size: 0.9em;
            color: #666;
            line-height: 1.6;
        }

        .lux-reward b {
            color: #d4af37;
            font-weight: 600;
        }

        /* ===== RULES ===== */
        .lux-evt-rules {
            background: #fdfdfd;
            border-radius: 12px;
            padding: 25px;
            font-size: 0.9em;
            color: #555;
            position: relative;
            z-index: 1;
            border: 1px dashed #eee;
        }

        .lux-evt-rules h3 {
            font-size: 1.1em;
            color: #ff6b6b;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
        }

        .lux-evt-rules h3::before {
            content: "";
            width: 15px;
            height: 15px;
            background: #ff6b6b;
            margin-right: 10px;
            border-radius: 4px;
        }

        .lux-rule-list {
            padding-left: 20px;
            line-height: 1.7;
        }

        .lux-rule-list li {
            margin-bottom: 8px;
        }

        .lux-rule-list b {
            color: #333;
        }

        @media (max-width: 600px) {
            .lux-evt-podium {
                flex-direction: column;
                align-items: stretch;
            }
            .lux-rank-1,
            .lux-rank-2,
            .lux-rank-3 {
                height: auto;
                order: unset;
                margin: 10px 0;
            }
        }		
		
		
.mu-recharge-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .mu-recharge-table {
        width: 100%;
        border-collapse: collapse;
        overflow: hidden;
        border: 1px solid #eeeeee;
    }

    .mu-recharge-table thead {
        background-color: #fcfcfc;
        border-bottom: 2px solid #000;
    }

    .mu-recharge-table th {
        padding: 15px;
        text-align: left;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .mu-recharge-table tr {
        transition: all 0.3s ease;
        border-bottom: 1px solid #f0f0f0;
    }

    .mu-recharge-table tr:hover {
        background-color: #f9f9fb;
        transform: scale(1.01);
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }

    .mu-recharge-table td {
        padding: 12px 15px;
        color: #555;
        font-size: 15px;
    }

    /* Định dạng cột mốc nạp */
    .recharge-milestone {
        font-weight: 700;
        color: #222 !important;
        width: 30%;
    }

    /* Định dạng phần thưởng */
    .recharge-reward {
        border-left: 3px solid #e0e0e0;
        color: #444;
    }

    /* Hiệu ứng chữ MU đặc trưng */
    .mu-title {
        text-align: center;
        color: #222;
        font-weight: 800;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }		
	
       :root {
            --primary-color: #2563eb;
            --bg-color: #f8fafc;
            --text-main: #1e293b;
            --text-muted: #64748b;
            --danger: #ef4444;
            --white: #ffffff;
            --border: #e2e8f0;
        }



        .container {
            width: 100%;
            max-width: 800px;
            background: var(--white);
            padding: 2rem;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        h1 {
            text-align: center;
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: var(--primary-color);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .table-wrapper {
            overflow-x: auto;
        }

        table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border: 1px solid var(--border);
            border-radius: 12px;
            overflow: hidden;
        }

        th {
            background-color: #f1f5f9;
            color: var(--text-main);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            padding: 16px;
            text-align: left;
            border-bottom: 2px solid var(--border);
        }

        td {
            padding: 14px 16px;
            border-bottom: 1px solid var(--border);
            line-height: 1.6;
            font-size: 0.95rem;
        }

        tr:last-child td {
            border-bottom: none;
        }

        tr:hover {
            background-color: #f8fafc;
            transition: background 0.2s;
        }

        /* Highlight cột Tỷ lệ/Điều khoản */
        td:first-child {
            font-weight: 600;
            color: var(--primary-color);
            width: 140px;
            background-color: #fdfdfd;
        }

        .footer-note {
            margin-top: 1.5rem;
            padding: 1rem;
            background: #eff6ff;
            border-left: 4px solid var(--primary-color);
            border-radius: 8px;
            font-weight: 600;
            color: #1e40af;
            text-align: center;
        }

        .warning {
            color: var(--danger);
            font-weight: bold;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .container { padding: 1rem; }
            td, th { padding: 10px; font-size: 0.85rem; }
            td:first-child { width: 80px; }
        }	


/* --- CONTAINER SỰ KIỆN --- */
.ev-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.ev-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.ev-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    border-color: #3b82f6;
}

/* Header của mỗi bảng */
.ev-header {
    background: #f8fafc;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ev-title {
    font-weight: 800;
    color: #1e293b;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ev-sub-badge {
    background: #3b82f6;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 700;
}

/* Nội dung hàng */
.ev-body {
    padding: 15px 20px;
    flex-grow: 1;
}

.ev-row {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.ev-row:last-child { margin-bottom: 0; }

.ev-label {
    width: 90px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    padding-top: 3px;
}

.ev-value {
    flex: 1;
    font-size: 13.5px;
    color: #334155;
    font-weight: 500;
    line-height: 1.5;
}

/* Biến màu cho các loại sự kiện */
.ev-card.boss { border-top: 4px solid #ef4444; } /* Đỏ cho Boss */
.ev-card.daily { border-top: 4px solid #3b82f6; } /* Xanh cho hàng ngày */
.ev-card.special { border-top: 4px solid #f59e0b; } /* Vàng cho đặc biệt */

/* Tối ưu hiển thị thời gian */
.time-tag {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 2px;
    font-weight: 700;
    font-size: 12px;
}

@media (max-width: 500px) {
    .ev-container { grid-template-columns: 1fr; padding: 10px; }
}

/* --- TIMELINE MODERN STYLE --- */
.tl-container {
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

/* Đường kẻ dọc giữa */
.tl-container::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #3b82f6, #f59e0b, #ef4444, #7c3aed);
    border-radius: 10px;
}

.tl-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

/* Các chấm tròn trên đường kẻ */
.tl-dot {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 4px solid #3b82f6;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.tl-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 25px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tl-item:hover .tl-card {
    transform: translateX(10px);
    border-color: #3b82f6;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.tl-time {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3b82f6;
    letter-spacing: 1px;
    background: #eff6ff;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 30px;
}

.tl-feature {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.5;
}

/* Đổi màu theo giai đoạn */
.tl-item:nth-child(n+3) .tl-dot { border-color: #f59e0b; box-shadow: 0 0 10px rgba(245, 158, 11, 0.5); }
.tl-item:nth-child(n+3) .tl-time { color: #f97316; background: #fff7ed; }

.tl-item:nth-child(n+6) .tl-dot { border-color: #ef4444; box-shadow: 0 0 10px rgba(239, 68, 68, 0.5); }
.tl-item:nth-child(n+6) .tl-time { color: #ef4444; background: #fef2f2; }

.tl-item:nth-child(n+9) .tl-dot { border-color: #7c3aed; box-shadow: 0 0 10px rgba(124, 58, 237, 0.5); }
.tl-item:nth-child(n+9) .tl-time { color: #7c3aed; background: #f5f3ff; }

@media (max-width: 600px) {
    .tl-container::before { left: 21px; }
    .tl-dot { left: 10px; width: 20px; height: 20px; border-width: 3px; }
    .tl-item { padding-left: 45px; }
    .tl-feature { font-size: 14px; }
}	

/* --- ALPHA TEST EVENTS MODERN STYLE --- */
.lux-evt-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    font-family: 'Inter', sans-serif;
}

.lux-evt-header {
    text-align: center;
    margin-bottom: 35px;
}

.lux-evt-subtitle {
    display: inline-block;
    background: #eff6ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lux-evt-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.lux-evt-time {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

/* Bục vinh quang */
.lux-evt-podium {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

.lux-evt-card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.lux-rank-1 { 
    order: 2; 
    border-top: 5px solid #f59e0b; 
    padding: 40px 15px;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.1);
}
.lux-rank-2 { order: 1; border-top: 5px solid #94a3b8; }
.lux-rank-3 { order: 3; border-top: 5px solid #b45309; }

.lux-medal {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}

.lux-rank-1 .lux-medal { background: linear-gradient(135deg, #f59e0b, #d97706); }
.lux-rank-2 .lux-medal { background: linear-gradient(135deg, #94a3b8, #64748b); }
.lux-rank-3 .lux-medal { background: linear-gradient(135deg, #b45309, #78350f); }

.lux-rank-title {
    display: block;
    font-weight: 800;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.lux-rank-1 .lux-rank-title { color: #f59e0b; }

.lux-reward b {
    display: block;
    color: #1e293b;
    font-size: 15px;
}

.lux-reward b:first-child {
    font-size: 18px;
    color: #3b82f6;
    margin-bottom: 5px;
}

/* Thể lệ */
.lux-evt-rules {
    background: #f8fafc;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #f1f5f9;
}

.lux-evt-rules h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lux-rule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lux-rule-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.lux-rule-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: 800;
}

@media (max-width: 600px) {
    .lux-evt-podium { flex-direction: column; align-items: stretch; }
    .lux-rank-1 { order: 1; padding: 25px 15px; }
}