/* _content/Sport_Changlle/Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-slmmnt3ghe] {
    display: flex;
    min-height: 100vh;
    background-color: #f4f7fe;
    position: relative;
    overflow-x: hidden;
}

/* SIDEBAR */
.sidebar[b-slmmnt3ghe] {
    width: 280px;
    min-width: 280px;
    height: 100vh;
    background: #111827;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

    /* Hiệu ứng trượt */
    .sidebar.collapsed[b-slmmnt3ghe] {
        transform: translateX(-280px);
    }

    .sidebar:not(.collapsed)[b-slmmnt3ghe] {
        transform: translateX(0);
        box-shadow: 10px 0 30px rgba(0,0,0,0.3);
    }

/* TRANG CHÍNH */
main[b-slmmnt3ghe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    transition: margin-left 0.3s ease;
}

/* HEADER */
.main-header[b-slmmnt3ghe] {
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* NÚT TOGGLE */
.toggle-btn[b-slmmnt3ghe] {
    background: #f1f5f9;
    border: none;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1e293b;
    margin-right: 15px;
}

/* RESPONSIVE */
@media (min-width: 769px) {
    /* Trên Desktop: Menu mở thì đẩy nội dung, Menu đóng thì nội dung tràn ra */
    .sidebar:not(.collapsed) ~ main[b-slmmnt3ghe] {
        margin-left: 280px;
    }
}

@media (max-width: 768px) {
    /* Trên Mobile: Menu mở thì làm mờ nền */
    .sidebar:not(.collapsed) ~ main[b-slmmnt3ghe] {
        filter: brightness(0.6);
        pointer-events: none;
    }
}

.content[b-slmmnt3ghe] {
    padding: 20px;
    flex: 1;
}
/* _content/Sport_Changlle/Components/Layout/NavMenu.razor.rz.scp.css */
/*.menu-toggle-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1100;
    width: 50px;
    height: 50px;
    background: #28a745;
    border: none;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger-icon {
    width: 22px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .hamburger-icon span {
        display: block;
        width: 100%;
        height: 3px;
        background: #ffffff;
        border-radius: 2px;
    }

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4d4f;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid white;
}

.menu-toggle-btn:active {
    transform: scale(0.9);
}

.hide-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}*/

/* SIDEBAR CONTAINER */
/*.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #111827;*/ /* Nền xanh đen tối chuyên nghiệp */
    /*z-index: 2000;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 40px rgba(0,0,0,0.4);
}

    .sidebar-wrapper.collapsed {
        transform: translateX(-100%);
    }*/

/* HEADER TRONG MENU */
/*.sidebar-header {
    padding: 2.5rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    background: #28a745;
    color: white;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}

.brand-text {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.btn-close-sidebar {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/* NAV CONTENT - ĐÂY LÀ PHẦN ÉP HIỂN THỊ DỌC */
/*.nav-content {
    flex: 1;
    display: flex;
    flex-direction: column;*/ /* Ép các mục xuống hàng */
    /*padding: 1.5rem 0.8rem;
}

.nav-item-link {
    display: flex;*/ /* Để icon và chữ nằm trên 1 hàng ngang của mỗi mục */
    /*align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #ffffff !important;*/ /* Chữ trắng rõ */
    /*transition: 0.3s;
    font-size: 1.05rem;
    width: 100%;*/ /* Rộng hết Sidebar */
/*}

    .nav-item-link i {
        font-size: 1.4rem;
        margin-right: 15px;
        width: 28px;
        text-align: center;
        color: #28a745;*/ /* Icon xanh nổi bật */
    /*}

    .nav-item-link:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .nav-item-link.active {
        background: #28a745;
        color: #ffffff !important;
        font-weight: 600;
    }

        .nav-item-link.active i {
            color: #ffffff;
        }*/

/* PHẦN ĐĂNG XUẤT */
/*.nav-footer {
    margin-top: auto;*/ /* Đẩy xuống đáy */
    /*padding: 1rem 0 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.logout-item {
    color: #ff6b6b !important;
}

    .logout-item i {
        color: #ff6b6b;
    }*/

/* LỚP PHỦ MỜ (BACKDROP) */
/*.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1500;
}*/
/* _content/Sport_Changlle/Components/Match/HistoryMatching.razor.rz.scp.css */
.elo-progress-wrapper[b-1xo98kau78] {
    background: #ffffff;
    padding: 15px 12px; /* Giảm padding hông để giãn rộng */
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.elo-milestones-container[b-1xo98kau78] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
    gap: 4px; /* Khoảng cách nhỏ giữa các box để giãn full ngang */
}

.milestone-box[b-1xo98kau78] {
    flex: 1; /* Ép các box giãn đều full chiều ngang */
    padding: 8px 2px;
    border-radius: 10px;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    color: #cbd5e1;
    font-weight: 800;
    font-size: 0.65rem;
}

    .milestone-box.active[b-1xo98kau78] {
        background: #1e293b !important;
        color: #fff !important;
        transform: translateY(-2px);
    }

.elo-bar-container[b-1xo98kau78] {
    height: 10px; /* Siêu dẹt */
    background: #f1f5f9;
    border-radius: 50px;
    position: relative;
    width: 100%;
    margin: 35px 0 25px 0;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.1);
}

.elo-bar-fill[b-1xo98kau78] {
    height: 100%;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #22c55e 0%, #eab308 50%, #ef4444 100%);
}

.elo-current-marker[b-1xo98kau78] {
    position: absolute;
    top: -32px;
    right: -15px;
    background: #1e293b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 900;
    white-space: nowrap;
}

    .elo-current-marker[b-1xo98kau78]::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 6px solid #1e293b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.elo-line-divider[b-1xo98kau78] {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffffff;
    z-index: 10;
}

.divider-label[b-1xo98kau78] {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 800;
    color: #1e293b;
}

/* ============================================================
   2. BẢNG KẾT QUẢ - NỚI CAO LÊN (SANG TRỌNG)
   ============================================================ */
.custom-table[b-1xo98kau78] {
    border-collapse: separate !important;
    border-spacing: 0 10px !important; /* Nới khoảng cách giữa các hàng */
    width: 100%;
}

    .custom-table tbody tr td[b-1xo98kau78] {
        background: white;
        border-top: 1px solid #e2e8f0 !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding: 15px 10px !important; /* Tăng padding để hàng cao lên, thoáng hơn */
        vertical-align: middle !important;
        text-align: center;
    }

        .custom-table tbody tr td:first-child[b-1xo98kau78] {
            border-left: 1px solid #e2e8f0 !important;
            border-radius: 12px 0 0 12px;
        }

        .custom-table tbody tr td:last-child[b-1xo98kau78] {
            border-right: 1px solid #e2e8f0 !important;
            border-radius: 0 12px 12px 0;
        }

    /* Hiệu ứng Hover màu theo kết quả Win/Lose */
    .custom-table tbody tr.win-row:hover td[b-1xo98kau78] {
        background-color: #f0fff4 !important;
    }

    .custom-table tbody tr.lose-row:hover td[b-1xo98kau78] {
        background-color: #fff5f5 !important;
    }

.score-box[b-1xo98kau78] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 12px !important;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 800;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap !important;
    min-width: 100px;
}

.status-badge[b-1xo98kau78] {
    padding: 4px 12px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 0.7rem !important;
}

.status-win[b-1xo98kau78] {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #86efac;
}

.status-lose[b-1xo98kau78] {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
}

/* ============================================================
   3. MOBILE - ÉP CHIỀU NGANG NHƯNG NỚI CHIỀU CAO
   ============================================================ */
@media (max-width: 768px) {
    .custom-table thead[b-1xo98kau78] {
        display: none;
    }

    .custom-table tbody tr[b-1xo98kau78] {
        display: block !important;
        margin-bottom: 12px !important;
        border-radius: 15px !important;
        padding-bottom: 8px !important; /* Nới độ cao đáy trận đấu */
        box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    }

    .custom-table td[b-1xo98kau78] {
        padding: 6px 15px !important; /* Nới padding để không bị quá xẹp */
        font-size: 0.85rem;
    }

        .custom-table td:nth-child(1)[b-1xo98kau78] {
            background: rgba(248, 250, 252, 0.9) !important;
            border-bottom: 1px solid #f1f5f9 !important;
            justify-content: space-between !important;
            padding-top: 10px !important; /* Phần thời gian cao ráo hơn */
            padding-bottom: 10px !important;
        }

    .win-row[b-1xo98kau78] {
        border-left: 6px solid #22c55e !important;
    }

    .lose-row[b-1xo98kau78] {
        border-left: 6px solid #ef4444 !important;
    }

    /* Click màu trên Mobile */
    .custom-table tbody tr.win-row:active[b-1xo98kau78] {
        background: #f0fff4 !important;
    }

    .custom-table tbody tr.lose-row:active[b-1xo98kau78] {
        background: #fff5f5 !important;
    }
}
/* _content/Sport_Changlle/Components/Social/FriendList.razor.rz.scp.css */
:root[b-jwc9oif6fo] {
    --green: #28a745;
    --orange: #ff9800;
}

/* --- PHẦN MỚI FIX LỖI DROPDOWN & INDEX --- */

.custom-dropdown-container[b-jwc9oif6fo] {
    position: relative;
    z-index: 1001; /* Tăng nhẹ để nút luôn nằm trên card */
}

.custom-dropdown-menu[b-jwc9oif6fo] {
    display: block;
    position: absolute;
    right: 0;
    top: 110%;
    background: white !important;
    border: 1px solid #eee;
    border-radius: 8px;
    list-style: none; /* Bỏ dấu chấm tròn trong ảnh của bạn */
    padding: 5px 0;
    margin: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999 !important; /* Ép nổi lên trên card tiếp theo */
    min-width: 140px;
}

.dropdown-item[b-jwc9oif6fo] {
    width: 100%;
    border: none;
    background: white;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    cursor: pointer;
    color: #333 !important;
    display: block;
}

    .dropdown-item:hover[b-jwc9oif6fo] {
        background-color: #f8f9fa;
        color: var(--orange) !important;
    }


.friends-container[b-jwc9oif6fo] {
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.friend-card[b-jwc9oif6fo] {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    position: relative;
}

.match-win[b-jwc9oif6fo] {
    border-left: 5px solid #28a745 !important;
    background-color: #f6ffed !important;
}

.match-loss[b-jwc9oif6fo] {
    border-left: 5px solid #ff4d4f !important;
    background-color: #fff1f0 !important;
}

.match-pending[b-jwc9oif6fo] {
    border-left: 5px solid #1890ff !important;
    background-color: #e6f7ff !important;
    transition: all 0.2s ease;
}

    .match-pending:hover[b-jwc9oif6fo] {
        background-color: #bae7ff !important;
    }
.match-confirming[b-jwc9oif6fo] {
    border-left: 5px solid #00d2ff !important;
    background-color: #f0faff !important;
    box-shadow: 0 0 15px rgba(24, 144, 255, 0.4);
    border: 1px solid #91d5ff !important;
    position: relative;
    animation: light-pulse-b-jwc9oif6fo 2s infinite ease-in-out;
}

@keyframes light-pulse-b-jwc9oif6fo {
    0% {
        box-shadow: 0 0 5px rgba(24, 144, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 18px rgba(24, 144, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 5px rgba(24, 144, 255, 0.3);
    }
}

.score-highlight[b-jwc9oif6fo] {
    background: #1890ff !important;
    color: white !important;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(24, 144, 255, 0.8);
}
.btn-orange[b-jwc9oif6fo] {
    background-color: #ff9800 !important;
    color: #ffffff !important;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .btn-orange:hover[b-jwc9oif6fo] {
        background-color: #e68a00 !important;
    }

.search-box[b-jwc9oif6fo] {
    display: flex;
    background: #f0f0f0;
    border-radius: 12px;
    padding: 5px 15px;
    margin-bottom: 20px;
    align-items: center;
}

    .search-box input[b-jwc9oif6fo] {
        border: none;
        background: transparent;
        flex: 1;
        padding: 10px;
        outline: none;
    }

.friends-tabs[b-jwc9oif6fo] {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow-x: auto;
}

.tab-item[b-jwc9oif6fo] {
    padding: 12px 18px;
    cursor: pointer;
    font-weight: bold;
    color: #888;
    position: relative;
    font-size: 13px;
    white-space: nowrap;
}

    .tab-item.active[b-jwc9oif6fo] {
        color: var(--green);
    }

        .tab-item.active[b-jwc9oif6fo]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--green);
        }

.friend-avatar[b-jwc9oif6fo] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 12px;
}

.friend-info[b-jwc9oif6fo] {
    flex: 1;
}

.friend-name[b-jwc9oif6fo] {
    font-weight: bold;
    font-size: 14px;
}

.friend-meta[b-jwc9oif6fo] {
    font-size: 11px;
    color: #777;
}

.modal-backdrop[b-jwc9oif6fo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-content[b-jwc9oif6fo] {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 340px;
}

.score-input[b-jwc9oif6fo] {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.partner-item-row:hover[b-jwc9oif6fo] {
    background-color: #f0f7ff;
}

.selected-partner[b-jwc9oif6fo] {
    background-color: #e6f7ff !important;
    font-weight: bold;
    color: #1890ff;
}

.fab-add[b-jwc9oif6fo] {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--green);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* 1. Tổng thể thẻ chung */
.friend-card[b-jwc9oif6fo] {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    overflow: hidden; /* Để không tràn hiệu ứng ánh sáng */
}

/* 2. ĐẶC BIỆT: Thẻ khi là Đấu Giải */
.tournament-card[b-jwc9oif6fo] {
    border: 1px solid #ffcc00 !important;
    background: linear-gradient(145deg, #ffffff 0%, #fffdf0 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.15);
}

    /* Hiệu ứng tia sáng quét ngang thẻ giải đấu cho nó "chiến" */
    .tournament-card[b-jwc9oif6fo]::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
        transform: skewX(-25deg);
        animation: sweep-b-jwc9oif6fo 4s infinite;
    }

@keyframes sweep-b-jwc9oif6fo {
    0% {
        left: -100%;
    }

    30% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.tournament-title[b-jwc9oif6fo] {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fcf6ba, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.5px;
}

    .tournament-title i[b-jwc9oif6fo] {
        -webkit-text-fill-color: #d4af37;
    }

.tournament-tag[b-jwc9oif6fo] {
    position: absolute;
    top: 0;
    right: 40px;
    background: #ffcc00;
    color: #000;
    font-size: 9px;
    font-weight: 900;
    padding: 2px 10px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.text-gold[b-jwc9oif6fo] {
    color: #b38728 !important;
    font-weight: 700;
}

.badge-casual[b-jwc9oif6fo] {
    background: #e2e8f0;
    color: #475569;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.game-format[b-jwc9oif6fo] {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.result-badge[b-jwc9oif6fo] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
}

    .result-badge.win[b-jwc9oif6fo] {
        background: #22c55e;
        box-shadow: 0 0 8px rgba(34, 197, 94, 0.4);
    }

    .result-badge.loss[b-jwc9oif6fo] {
        background: #ef4444;
    }
.score-badge[b-jwc9oif6fo] {
    background: #1e293b;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
}

.score-highlight[b-jwc9oif6fo] {
    background: #3b82f6;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 700;
    animation: pulse-b-jwc9oif6fo 1.5s infinite;
}

@keyframes pulse-b-jwc9oif6fo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.view-detail-icon[b-jwc9oif6fo] {
    margin-left: auto;
    color: #cbd5e1;
    font-size: 18px;
}
/* _content/Sport_Changlle/Components/User/Profile.razor.rz.scp.css */
:root[b-5gjzlifinb] {
    --primary-green: #22c55e;
    --danger-red: #ef4444;
    --dark-bg: #0f172a;
    --text-gray: #64748b;
    --card-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.profile-container[b-5gjzlifinb] {
    padding: 20px 15px;
    max-width: 550px;
    margin: 0 auto;
    font-size: 0.85rem;
    color: #334155;
    background: #f8fafc;
    min-height: 100vh;
}

/* Card chung - Thêm hiệu ứng hover */
.profile-card[b-5gjzlifinb] {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--card-shadow);
    margin-bottom: 15px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.2s ease;
}

/* Header sinh động hơn */
.header-card[b-5gjzlifinb] {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
}

    .header-card[b-5gjzlifinb]::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -20%;
        width: 100px;
        height: 200px;
        background: rgba(34, 197, 94, 0.05);
        transform: rotate(35deg);
    }

.profile-avatar[b-5gjzlifinb] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.3);
    object-fit: cover;
    z-index: 1;
}

.user-info h1[b-5gjzlifinb] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--dark-bg);
    letter-spacing: -0.025em;
}

.user-role[b-5gjzlifinb] {
    background: #f1f5f9;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    color: var(--text-gray);
    font-size: 0.7rem;
    margin-top: 4px;
}

/* Tabs - Hiệu ứng Pill trượt */
.tabs-container[b-5gjzlifinb] {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    background: #e2e8f0;
    padding: 5px;
    border-radius: 14px;
}

.tab-btn[b-5gjzlifinb] {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: transparent;
    font-weight: 700;
    font-size: 0.8rem;
    color: #475569;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .tab-btn.active[b-5gjzlifinb] {
        background: white;
        color: var(--primary-green);
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transform: translateY(-1px);
    }

/* Stats Grid - Đổ bóng màu theo loại */
.stats-grid[b-5gjzlifinb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stat-item[b-5gjzlifinb] {
    text-align: center;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
}

.stat-value[b-5gjzlifinb] {
    display: block;
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.stat-label[b-5gjzlifinb] {
    font-size: 0.65rem;
    color: var(--text-gray);
    font-weight: 600;
    text-transform: uppercase;
}

/* Hiệu ứng riêng cho Elo */
.highlight[b-5gjzlifinb] {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border: 1.5px solid #dcfce7 !important;
}

    .highlight .stat-value[b-5gjzlifinb] {
        color: var(--primary-green);
        text-shadow: 0 2px 4px rgba(34, 197, 94, 0.1);
    }

/* Màu sắc Level sinh động */
.level-yeu[b-5gjzlifinb] {
    color: #94a3b8;
}

.level-tby[b-5gjzlifinb] {
    color: #64748b;
}

.level-tb[b-5gjzlifinb] {
    color: #f59e0b;
    text-shadow: 0 0 10px rgba(245, 158, 11, 0.2);
}

.level-tbk[b-5gjzlifinb] {
    color: #10b981;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.2);
}

.level-kha[b-5gjzlifinb] {
    color: #ef4444;
    text-shadow: 0 0 10px rgba(239, 68, 68, 0.2);
}

/* Detail Card */
.section-title[b-5gjzlifinb] {
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .section-title[b-5gjzlifinb]::before {
        content: "";
        width: 4px;
        height: 16px;
        background: var(--primary-green);
        border-radius: 4px;
    }

.info-row[b-5gjzlifinb] {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

    .info-row:last-child[b-5gjzlifinb] {
        border-bottom: none;
    }

.info-label[b-5gjzlifinb] {
    color: var(--text-gray);
    font-weight: 500;
}

.info-value[b-5gjzlifinb] {
    font-weight: 700;
    color: var(--dark-bg);
}

/* Animation cho việc load số */
@@keyframes fadeInUp {
    from[b-5gjzlifinb] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-5gjzlifinb] {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-grid .profile-card[b-5gjzlifinb] {
    animation: fadeInUp 0.4s ease forwards;
}

.btn-edit-profile[b-5gjzlifinb] {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.75rem;
    transition: all 0.2s;
}

    .btn-edit-profile:hover[b-5gjzlifinb] {
        background: #f8fafc;
        border-color: var(--primary-green);
        color: var(--primary-green);
    }
