.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;
    }		