:root {
    --primary-red: #6fd6ff;

    --primary-red-light: #b4f0ff;

    --text-dark: #eff8ff;

    --text-soft: #b7d7f3;

    --glass: rgba(255, 255, 255, 0.08);

    --glass-strong: rgba(255, 255, 255, 0.14);

    --border: rgba(255, 255, 255, 0.12);

    --shadow: rgba(0, 0, 0, 0.35);

    --blue-dark: rgb(3, 19, 39);

    --blue-primary: #0b56d9;

    --blue-light: #8be4ff;
}

* {
    margin: 0;

    padding: 0;

    box-sizing: border-box;
}

body {
    font-family: "Google Sans", sans-serif;

    color: white;
}

/*
|--------------------------------------------------------------------------
| BODY
|--------------------------------------------------------------------------
*/

.lux-card-sm{

    max-width:600px;
}

.lux-admin-body {
    min-height: 100vh;

    position: relative;

    overflow-x: hidden;

    background: linear-gradient(180deg, rgb(2, 17, 33) 0%, #063b8c 45%, #8ad9ff 100%);
}

.lux-admin-body::before {
    content: "";

    position: fixed;

    inset: 0;

    background:
        radial-gradient(
            circle at top right,
            rgba(139, 228, 255, 0.22),
            transparent 35%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(16, 104, 255, 0.18),
            transparent 40%
        );

    pointer-events: none;

    animation: adminAmbient 10s ease-in-out infinite;
}

.lux-admin-body::after {
    content: "";

    position: fixed;

    inset: 0;

    background-image: radial-gradient(
        rgba(255, 255, 255, 0.06) 1px,
        transparent 1px
    );

    background-size: 4px 4px;

    opacity: 0.18;

    pointer-events: none;
}

/*
|--------------------------------------------------------------------------
| SHELL
|--------------------------------------------------------------------------
*/

.lux-admin-shell {
    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns: 320px 1fr;

    min-height: 30vh;
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/

.lux-admin-sidebar {
    position: sticky;

    top: 0;

    height: 100vh;

    padding: 16px;

    background: rgba(4, 18, 42, 0.58);

    backdrop-filter: blur(22px);

    border-right: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 0 60px rgba(0, 0, 0, 0.35);

    display: flex;

    flex-direction: column;
}

.lux-admin-sidebar::before {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(180deg, rgba(139, 228, 255, 0.08), transparent);

    pointer-events: none;
}

.lux-admin-brand {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 34px;
}

.lux-admin-brand img {
    width: 78px;

    height: 78px;

    border-radius: 24px;

    object-fit: cover;

    box-shadow: 0 18px 40px rgba(61, 191, 255, 0.35);

    border: 2px solid rgba(255, 255, 255, 0.18);
}

.lux-admin-brand h2 {
    font-size: 36px;

    line-height: 1;

    font-family: "Google Sans", serif;

    color: white;

    text-shadow:
        0 8px 24px rgba(0, 0, 0, 0.4),
        0 0 25px rgba(111, 214, 255, 0.4);
}

.lux-admin-brand span {
    display: block;

    margin-top: 8px;

    font-size: 11px;

    letter-spacing: 0.32em;

    color: #b9e7ff;
}

/*
|--------------------------------------------------------------------------
| PROFILE
|--------------------------------------------------------------------------
*/

.lux-admin-profile {
    position: relative;

    overflow: hidden;

    padding: 30px;

    border-radius: 36px;

    margin-bottom: 30px;

    background: linear-gradient(
        145deg,
        rgba(11, 86, 217, 0.92),
        rgba(123, 220, 255, 0.18)
    );

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.lux-admin-profile::before {
    content: "";

    position: absolute;

    top: -70px;

    right: -70px;

    width: 220px;

    height: 220px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);
}

.lux-admin-avatar {
    width: 82px;

    height: 82px;

    border-radius: 28px;

    background: rgba(255, 255, 255, 0.14);

    backdrop-filter: blur(10px);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

    font-weight: 800;

    margin-bottom: 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.lux-admin-profile h3 {
    font-size: 30px;

    margin-bottom: 8px;

    font-weight: 800;
}

.lux-admin-profile p {
    opacity: 0.85;

    line-height: 1.8;

    color: #d8f3ff;
}

/*
|--------------------------------------------------------------------------
| NAVIGATION
|--------------------------------------------------------------------------
*/

.lux-admin-nav {
    display: flex;

    flex-direction: column;

    gap: 14px;

    margin: 30px 0 20px;

    z-index: 0;
}

.lux-admin-nav a {
    position: relative;

    overflow: hidden;

    min-height: 62px;

    padding: 0 22px;

    border-radius: 24px;

    display: flex;

    align-items: center;

    gap: 16px;

    font-size: 15px;

    font-weight: 700;

    color: #dff5ff;

    text-decoration: none;

    background: rgba(255, 255, 255, 0.04);

    border: 1px solid transparent;

    transition: 0.35s;
    z-index: 0;
}

.lux-admin-nav a::before {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        transparent
    );

    transform: translateX(-120%);
    z-index: 0;
}

.lux-admin-nav a:hover::before {
    animation: navShine 1s linear;
    z-index: 0;
}

.lux-admin-nav a:hover {
    transform: translateX(6px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    background: rgba(255, 255, 255, 0.08);

    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.lux-admin-nav a.active {
    background: linear-gradient(135deg, #31b8ff, #0a5bff);

    color: white;

    box-shadow: 0 18px 40px rgba(18, 119, 255, 0.35);
    z-index: 0;
}

/*
|--------------------------------------------------------------------------
| LOGOUT
|--------------------------------------------------------------------------
*/

.lux-admin-logout {
    margin-top: auto;
}

.lux-admin-logout button {
    width: 100%;

    height: 60px;

    border: none;

    border-radius: 24px;

    background: linear-gradient(135deg, #071f43, #0d4ec7);

    color: white;

    font-weight: 800;

    font-size: 15px;

    cursor: pointer;

    transition: 0.35s;

    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.lux-admin-logout button:hover {
    transform: translateY(-3px) scale(1.02);
}

/*
|--------------------------------------------------------------------------
| MAIN
|--------------------------------------------------------------------------
*/

.lux-admin-main {
    min-width: 0;

    padding: 36px;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/

.lux-admin-header {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 26px;
}

.lux-admin-header span {
    display: inline-block;

    margin-bottom: 8px;

    font-size: 12px;

    letter-spacing: 0.32em;

    font-weight: 700;

    color: #9ee8ff;
}

.lux-admin-header h1 {
    font-size: 72px;

    line-height: 0.92;

    font-family: "Google Sans", serif;

    color: white;

    text-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(111, 214, 255, 0.35);
}

.lux-admin-back {
    min-width: 180px;

    height: 58px;

    padding: 0 28px;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(10px);

    color: white;

    text-decoration: none;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 800;

    transition: 0.35s;
}

.lux-admin-back:hover {
    transform: translateY(-3px);

    background: rgba(255, 255, 255, 0.14);
}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

.lux-admin-content {
    position: relative;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 42px;

    padding: 32px;

    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
    z-index: 0;
}

.lux-admin-content::before {
    content: "";

    position: absolute;

    top: -120px;

    right: -120px;

    width: 260px;

    height: 260px;

    border-radius: 50%;

    background: rgba(139, 228, 255, 0.08);

    z-index: 0;
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/

.lux-admin-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

    margin-bottom: 24px;
}

.lux-admin-stat {
    position: relative;

    overflow: hidden;

    padding: 34px;

    border-radius: 34px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(14px);

    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);

    transition: 0.35s;
}

.lux-admin-stat:hover {
    transform: translateY(-6px) scale(1.02);
}

.lux-admin-stat::before {
    content: "";

    position: absolute;

    top: -60px;

    right: -60px;

    width: 180px;

    height: 180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);
}

.lux-admin-stat span {
    position: relative;

    z-index: 2;

    display: block;

    margin-bottom: 14px;

    font-size: 13px;

    letter-spacing: 0.18em;

    color: #bde9ff;
}

.lux-admin-stat h3 {
    position: relative;

    z-index: 2;

    font-size: 30px;

    line-height: 1;

    color: white;

    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/*
|--------------------------------------------------------------------------
| TABLE
|--------------------------------------------------------------------------
*/

.lux-admin-table-wrap {
    overflow: auto;

    border-radius: 30px;

}

.lux-admin-table {
    width: 100%;

    border-collapse: collapse;
}

.lux-admin-table thead th {
    background: rgba(255, 255, 255, 0.08);

    color: #9fe8ff;

    font-size: 12px;

    letter-spacing: 0.2em;

    text-transform: uppercase;

    padding: 15px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-admin-table tbody td {
    padding: 15px;

    background: rgba(255, 255, 255, 0.03);

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    color: #eef8ff;

    font-size: 15px;
    align-items: center!important;

}



.lux-admin-table tbody tr {
    transition: 0.3s;
}

.lux-admin-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: scale(1.002);
}

/*
|--------------------------------------------------------------------------
| BADGES
|--------------------------------------------------------------------------
*/

.lux-admin-badge {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 110px;

    height: 40px;

    border-radius: 999px;

    padding: 0 18px;

    font-size: 13px;

    font-weight: 800;

    border: 1px solid rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(8px);
}

.lux-admin-badge.success {
    background: rgba(34, 197, 94, 0.18);

    color: #7dffb0;
}

.lux-admin-badge.warning {
    background: rgba(245, 158, 11, 0.18);

    color: #ffd37d;
}

.lux-admin-badge.danger {
    background: rgba(239, 68, 68, 0.18);

    color: #ffabab;
}

/*
|--------------------------------------------------------------------------
| FORM LABEL
|--------------------------------------------------------------------------
*/

.admin-label {
    display: block;

    margin-bottom: 10px;

    font-size: 13px;

    font-weight: 800;

    color: #a7e8ff;

    letter-spacing: 0.14em;
}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 1200px) {
    .lux-admin-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .lux-admin-shell {
        grid-template-columns: 1fr;
    }

    .lux-admin-sidebar {
        position: fixed;

        left: -340px;

        width: 320px;

        z-index: 200;

        transition: 0.35s;
    }

    .lux-admin-sidebar.active {
        left: 0;
    }

    .lux-admin-main {
        padding: 20px;
    }

    .lux-admin-header h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .lux-admin-grid {
        grid-template-columns: 1fr;
    }

    .lux-admin-header {
        flex-direction: column;
    }

    .lux-admin-header h1 {
        font-size: 38px;
    }

    .lux-admin-table td,
    .lux-admin-table th {
        padding: 16px;
    }

    .lux-admin-content {
        padding: 22px;
        z-index: 0;
    }
}

/*
|--------------------------------------------------------------------------
| ANIMATIONS
|--------------------------------------------------------------------------
*/

@keyframes navShine {
    100% {
        transform: translateX(120%);
    }
}

@keyframes adminAmbient {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

:root {
    --bg-dark: #041427;
    --bg-light: #0f5ed7;
    --cyan: #8be7ff;
    --glass: rgba(255, 255, 255, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Google Sans", sans-serif;

    background: linear-gradient(135deg, #041427 0%, #0a4aa5 45%, #7fdcff 100%);

    color: white;

    overflow-x: hidden;
}

.lux-admin-bg {
    position: fixed;
    inset: 0;

    background: radial-gradient(
        circle at top right,
        rgba(139, 231, 255, 0.22),
        transparent 40%
    );

    pointer-events: none;
}

.lux-admin-shell {
    display: flex;

    min-height: 100vh;
}

.lux-sidebar {
    width: 300px;

    padding: 34px 26px;

    backdrop-filter: blur(24px);

    background: rgba(2, 15, 36, 0.45);

    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 50px;
    text-decoration: none;
    color: white;
}

.lux-brand-icon {
    width: 72px;
    height: 72px;

    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #65a5fe, #bcf3ff);

    color: #042046;

    font-size: 30px;
    font-weight: 900;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.lux-brand h2 {
    font-family: "Google Sans", serif;

    font-size: 28px;
}

.lux-brand span {
    letter-spacing: 0.3em;
    font-size: 11px;
    opacity: 0.7;
}

.lux-main {
    flex: 1;

    padding: 20px 20px 130px 20px;
}

.lux-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.lux-mini-label {
    letter-spacing: 0.35em;

    font-size: 11px;

    color: #a8ebff;
}

.lux-title-text {
    margin-top: 5px;

    font-size: 32px;

    font-family: "Google Sans", serif;

    text-shadow:
        0 5px 18px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(111, 215, 255, 0.55);
}

.lux-user-box {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 16px 22px;

    border-radius: 24px;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(20px);
}

.lux-user-avatar {
    width: 58px;
    height: 58px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;

    background: linear-gradient(135deg, #83e5ff, #ffffff);

    color: #042046;
}

.lux-page-content {
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    .lux-admin-shell {
        flex-direction: column;
    }

    .lux-sidebar {
        width: 100%;
    }

    .lux-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

/*
|--------------------------------------------------------------------------
| IMPORTANT FIX
|--------------------------------------------------------------------------
| Freeze toàn bộ content hiện tại
| Chỉ sửa:
| 1. Blur/background không ảnh hưởng content
| 2. Responsive tuyệt đối
| 3. Dropdown logout góc phải
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| GLOBAL FIX
|--------------------------------------------------------------------------
*/

html,
body {
    width: 100%;

    overflow-x: hidden;
}

* {
    min-width: 0;
}


/*
|--------------------------------------------------------------------------
| RESPONSIVE FIX
|--------------------------------------------------------------------------
*/

img,
video,
iframe {
    max-width: 100%;

    height: auto;
}

table {
    width: 100%;
}

@media (max-width: 1200px) {
    .lux-admin-shell {
        grid-template-columns: 290px 1fr;
    }

    .lux-admin-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .lux-admin-shell {
        grid-template-columns: 1fr;
    }

    .lux-admin-sidebar {
        position: fixed;

        left: -100%;

        top: 0;

        width: 300px;

        height: 100vh;

        z-index: 99;

        transition: 0.35s;
    }

    .lux-admin-sidebar.active {
        left: 0;
    }

    .lux-admin-main {
        width: 100%;

        padding: 18px;
    }

    .lux-admin-content {
        padding: 22px;
        z-index: 0;
    }

    .lux-admin-header {
        flex-direction: column;

        align-items: flex-start;

        gap: 18px;
    }

    .lux-admin-header h1 {
        font-size: 46px;
    }

    .lux-admin-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .lux-admin-grid {
        grid-template-columns: 1fr;
    }

    .lux-admin-main {
        padding: 14px;
    }

    .lux-admin-content {
        border-radius: 28px;
        z-index: 0;
        padding: 18px;
    }

    .lux-admin-stat {
        padding: 24px;
    }

    .lux-admin-stat h3 {
        font-size: 30px;
    }

    .lux-admin-header h1 {
        font-size: 34px;

        line-height: 1.05;
    }

    .lux-admin-brand h2 {
        font-size: 28px;
    }

    .lux-admin-profile {
        padding: 24px;
    }

    .lux-admin-table th,
    .lux-admin-table td {
        padding: 14px;

        font-size: 13px;
    }

    .lux-admin-user-btn {
        width: 100%;
    }

    .lux-admin-dropdown {
        width: 100%;
        z-index: 999;
    }
}

@media (max-width: 480px) {
    .lux-admin-main {
        padding: 10px;
    }

    .lux-admin-content {
        padding: 16px;
        z-index: 0;
        border-radius: 22px;
    }

    .lux-admin-header h1 {
        font-size: 28px;
    }

    .lux-admin-stat {
        border-radius: 24px;
    }

    .lux-admin-back {
        width: 100%;
    }

    .lux-admin-user-btn {
        height: 54px;
        font-size: 15px;
    }
}

/*
|--------------------------------------------------------------------------
| MOBILE BOTTOM MENU
|--------------------------------------------------------------------------
*/

.lux-admin-mobilebar {
    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 78px;

    z-index: 999;

    display: none;

    grid-template-columns: repeat(5, 1fr);

    background: rgba(4, 18, 42, 0.96);

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.28);

    backdrop-filter: blur(20px);
}

.lux-admin-mobilebar a {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 6px;

    color: #dff4ff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition: 0.3s;
}

.lux-admin-mobilebar a.active {
    color: #8ce6ff;
}

.lux-admin-mobilebar a.active::before {
    content: "";

    position: absolute;

    top: 8px;

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background: #8ce6ff;

    box-shadow: 0 0 12px rgba(140, 230, 255, 0.9);
}

.lux-admin-mobilebar i {
    font-size: 22px;
}

/*
|--------------------------------------------------------------------------
| FIX BLUR TEXT ISSUE
|--------------------------------------------------------------------------
| Không blur text/content nữa
|--------------------------------------------------------------------------
*/

.lux-admin-content::after,
.lux-admin-stat::after,
.lux-admin-profile::after,
.lux-admin-nav a::after,
.lux-admin-back::after {
    backdrop-filter: none !important;

    -webkit-backdrop-filter: none !important;

    background: rgba(255, 255, 255, 0.03);
    z-index: 0 !important;
}

.lux-admin-content,
.lux-admin-stat,
.lux-admin-profile {
    background: linear-gradient(
        145deg,
        rgba(9, 27, 58, 0.88),
        rgba(10, 66, 142, 0.62)
    ) !important;
    z-index: 0 !important;
}

.lux-admin-table td,
.lux-admin-table th,
.lux-admin-content p,
.lux-admin-content span,
.lux-admin-content label,
.lux-admin-content a,
.lux-admin-content div {
    filter: none !important;
    opacity: 1 !important;
    text-shadow: none !important;
    backdrop-filter: none !important;
    z-index: 0 !important;
}

/*
|--------------------------------------------------------------------------
| FORMS
|--------------------------------------------------------------------------
*/

.lux-admin-form {
    display: flex;

    flex-direction: column;

    gap: 24px;
}

.lux-admin-form-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 24px;
}

.lux-form-search {
    display: grid;
    grid-template-columns: 1fr 150px;
    margin-bottom: 24px;
    gap: 24px;
    vertical-align: middle;
    align-items: center;
}

.lux-form-logo {
    display: flex;
    grid-template-columns: 54px 1fr 10px;
    gap: 15px;
    align-items: center;
    justify-content:start;
}

.lux-form-logo2 {
    display: flex;
    grid-template-columns: 54px 1fr;
    gap: 15px;
    align-items: center;
    justify-content:start;
}

.lux-admin-input,
.lux-admin-select,
.lux-admin-textarea {
    width: 100%;

    border: none;

    outline: none;

    min-height: 60px;

    padding: 18px 22px;

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.12);

    color: rgb(255, 255, 255);

    font-size: 15px;

    transition: 0.3s;
}

.lux-admin-textarea {
    min-height: 160px;

    resize: none;
}

.lux-admin-input:focus,
.lux-admin-select:focus,
.lux-admin-textarea:focus {
    background-color: #0b56d9;

    border: 1px solid rgba(140, 228, 255, 0.55);

    box-shadow: 0 0 0 4px rgba(140, 228, 255, 0.12);
}

.lux-admin-input::placeholder,
.lux-admin-textarea::placeholder {
    color: #b8d5ef;
}

/*
|--------------------------------------------------------------------------
| BUTTONS
|--------------------------------------------------------------------------
*/

.lux-admin-btn {
    position: relative;

    overflow: hidden;

    border: none;

    height: 60px;

    padding: 0 28px;

    border-radius: 999px;

    cursor: pointer;

    font-weight: 800;

    font-size: 14px;

    color: white;

    background: linear-gradient(135deg, #2dbdff, #0f5dff);

    box-shadow: 0 18px 40px rgba(15, 93, 255, 0.32);

    transition: 0.35s;
}

.lux-admin-btn::before {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: translateX(-120%);
}

.lux-admin-btn:hover::before {
    animation: adminBtnShine 1s linear;
}

.lux-admin-btn:hover {
    transform: translateY(-4px) scale(1.02);
}

/*
|--------------------------------------------------------------------------
| CARDS
|--------------------------------------------------------------------------
*/

.lux-admin-card {
    position: relative;

    overflow: hidden;

    padding: 28px;

    border-radius: 34px;

    background: linear-gradient(
        145deg,
        rgba(10, 30, 62, 0.88),
        rgba(13, 82, 176, 0.58)
    );

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.lux-admin-card-title {
    margin-bottom: 24px;

    font-size: 28px;

    font-family: "Google Sans", serif;

    color: white;
}

/*
|--------------------------------------------------------------------------
| ALERTS
|--------------------------------------------------------------------------
*/

.lux-admin-alert {
    padding: 20px 22px;

    border-radius: 22px;

    margin-bottom: 22px;

    font-weight: 700;
}

.lux-admin-alert.success {
    background: rgba(34, 197, 94, 0.16);

    border: 1px solid rgba(34, 197, 94, 0.22);

    color: #95ffb8;
}

.lux-admin-alert.error {
    background: rgba(239, 68, 68, 0.16);

    border: 1px solid rgba(239, 68, 68, 0.22);

    color: #ffb0b0;
}

.lux-admin-alert.warning {
    background: rgba(245, 158, 11, 0.16);

    border: 1px solid rgba(245, 158, 11, 0.22);

    color: #ffe0a8;
}

/*
|--------------------------------------------------------------------------
| PAGINATION
|--------------------------------------------------------------------------
*/

.lux-admin-pagination {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 30px;
}

.lux-admin-pagination a,
.lux-admin-pagination span {
    width: 46px;

    height: 46px;

    border-radius: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.08);

    color: white;

    text-decoration: none;

    font-weight: 700;
}

.lux-admin-pagination .active {
    background: linear-gradient(135deg, #2dbdff, #0f5dff);
}

/*
|--------------------------------------------------------------------------
| EMPTY
|--------------------------------------------------------------------------
*/

.lux-admin-empty {
    padding: 80px 20px;

    text-align: center;
}

.lux-admin-empty h3 {
    font-size: 34px;

    margin-bottom: 14px;

    font-family: "Google Sans", serif;
}

.lux-admin-empty p {
    color: #cde8ff;

    line-height: 1.8;
}

/*
|--------------------------------------------------------------------------
| SEARCH
|--------------------------------------------------------------------------
*/

.lux-admin-search {
    position: relative;

    margin-bottom: 24px;
}

.lux-admin-search input {
    padding-left: 60px;
}

.lux-admin-search i {
    position: absolute;

    left: 24px;

    top: 50%;

    transform: translateY(-50%);

    color: #9cdfff;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
*/

@media (max-width: 992px) {
    .lux-admin-main {
        padding-bottom: 110px !important;
    }

    .lux-admin-mobilebar {
        display: grid;
    }

    .lux-admin-sidebar {
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 768px) {
    .lux-admin-form-grid {
        grid-template-columns: 1fr;
    }

    .lux-admin-btn {
        width: 100%;
    }

    .lux-admin-card {
        padding: 22px;

        border-radius: 28px;
    }

    .lux-admin-card-title {
        font-size: 24px;
    }
}

/*
|--------------------------------------------------------------------------
| ANIMATION
|--------------------------------------------------------------------------
*/

@keyframes adminBtnShine {
    100% {
        transform: translateX(120%);
    }
}

/*
|--------------------------------------------------------------------------
| ADMIN LAYOUT
|--------------------------------------------------------------------------
*/

.lux-admin-body {
    min-height: 100vh;

    position: relative;
}

.lux-admin-shell {
    display: grid;

    grid-template-columns: 320px 1fr;

    min-height: 100vh;
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/

.lux-admin-sidebar {
    position: sticky;

    top: 0;

    height: 100vh;

    padding: 24px;

    border-right: 1px solid rgba(255, 255, 255, 0.08);

    background: rgba(5, 22, 46, 0.86);
}

.lux-admin-brand {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 34px;
}

.lux-admin-brand img {
    width: 72px;

    height: 72px;

    border-radius: 50%;

    object-fit: cover;
}

.lux-admin-brand h2 {
    font-size: 34px;
}

.lux-admin-brand span {
    font-size: 11px;

    letter-spacing: 0.25em;

    color: #b6d8ef;
}

/*
|--------------------------------------------------------------------------
| PROFILE
|--------------------------------------------------------------------------
*/

.lux-admin-profile {
    padding: 28px;

    margin-bottom: 28px;
}

.lux-admin-avatar {
    width: 78px;

    height: 78px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    font-weight: 900;

    background: linear-gradient(135deg, #68d7ff, #0f5cff);

    margin-bottom: 18px;
}

/*
|--------------------------------------------------------------------------
| MAIN
|--------------------------------------------------------------------------
*/

.lux-admin-main {
    padding: 34px;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/

.lux-admin-topbar {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 0px;
}

.lux-admin-user {
    position: relative;
}

.lux-admin-user-btn {
    height: 60px;

    border: none;

    display: flex;

    align-items: center;

    text-align: start;

    gap: 14px;

    cursor: pointer;

    background: none;

    border: none;

    color: white;

    font-weight: 700;
}

.lux-admin-user-avatar {
    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: linear-gradient(135deg, #66d9ff, #0c63ff);

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 900;
}

.lux-admin-dropdown {
    position: absolute;

    top: 74px;

    left: 0;

    width: 200px;

    border-radius: 24px;

    overflow: hidden;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: 0.3s;

    background: rgba(4, 18, 42, 0.96);

    border: 1px solid rgba(255, 255, 255, 0.08);

    z-index: 999;
}

.lux-admin-dropdown.active {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);
    z-index: 999;
}

.lux-admin-dropdown a,
.lux-admin-dropdown button {
    width: 100%;

    height: 56px;

    border: none;
    padding-left: 20px;

    background: none;

    color: white;

    display: flex;

    align-items: center;

    font-weight: 700;

    cursor: pointer;
    z-index: 999;
}

.lux-admin-dropdown a:hover,
.lux-admin-dropdown button:hover {
    background: rgba(255, 255, 255, 0.08);
    z-index: 999;
}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

.lux-admin-content {
    padding: 30px;
    z-index: 0;
}

.lux-admin-header {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 34px;
}

.lux-admin-back {
    min-width: 180px;
}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

.lux-admin-mobilebar {
    display: none;
}

@media (max-width: 1200px) {
    .lux-admin-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .lux-admin-shell {
        grid-template-columns: 1fr;
    }

    .lux-admin-sidebar {
        position: fixed;

        left: -100%;

        top: 0;

        width: 300px;

        z-index: 999;

        transition: 0.35s;
    }

    .lux-admin-sidebar.active {
        left: 0;
    }

    .lux-admin-main {
        padding: 18px;

        padding-bottom: 100px;
    }

    .lux-admin-mobilebar {
        display: grid;
    }
}

@media (max-width: 768px) {
    .lux-admin-grid {
        grid-template-columns: 1fr;
    }

    .lux-admin-header {
        flex-direction: column;
    }
}


@media(max-width:1100px){

    .hero-grid,
    .experience-grid,
    .service-list,
    .danoi-footer-grid{

        grid-template-columns:1fr;
    }

    .hero-title{
        font-size:58px;
    }

    .lux-admin-nav,
    .lux-header-actions{
        display:none;
    }
}

@media(max-width:768px){

    .hero-section{
        padding-top:120px;
    }

    .hero-title{
        font-size:42px;
    }

    .section-heading h2{
        font-size:38px;
    }

    .hero-stats{
        grid-template-columns:1fr;
    }

    .lux-gallery-grid{
        grid-template-columns:1fr;
    }

    .mobile-bottom-menu{

        position:fixed;
        left:50%;
        bottom:18px;

        transform:translateX(-50%);

        width:92%;

        height:74px;

        z-index:300;

        border-radius:28px;

        background:
            rgba(3,20,48,.88);

        backdrop-filter:blur(20px);

        display:flex;
        align-items:center;
        justify-content:space-around;

        border:
            1px solid rgba(255,255,255,.08);
    }

    .mobile-bottom-menu a{

        color:white;

        text-decoration:none;

        display:flex;
        flex-direction:column;
        align-items:center;

        font-size:12px;

        gap:4px;
    }

    .mobile-bottom-menu span{
        font-size:20px;
    }
}


/*
|--------------------------------------------------------------------------
| STAFF POS INTERACTION FIX
|--------------------------------------------------------------------------
*/

.lux-pos-page {
    position: relative;
    z-index: 50 !important;
}

.lux-pos-category-bar {
    position: relative;
    z-index: 99999 !important;
}

.lux-pos-category-select,
.lux-pos-payment-select {
    position: relative;
    z-index: 99999 !important;
}

.lux-pos-page .lux-admin-content,
.lux-pos-page .lux-admin-content * {
    z-index: auto !important;
}

.lux-pos-qty-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132;
}

.lux-pos-qty-control input {
    font-size: 20px;
    font-weight: 900;
    margin: 0 -15px 0 -10px;
    border: none;
    color: white;
    background: linear-gradient(180deg, rgb(2, 17, 33) 0%, #063b8c 45%, #8ad9ff 100%);
    width: 52px !important;
}

.lux-pos-qty-btn {
    width: 40px;
    height: 34px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(180deg, rgb(2, 17, 33) 0%, #063b8c 45%, #8ad9ff 100%);
}

.lux-pos-service-name {
    cursor: pointer;
}

.lux-service-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.lux-service-modal.active {
    display: flex;
}

.lux-service-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.78);
}

.lux-service-modal-box {
    position: relative;
    z-index: 2;
    width: min(720px, 92vw);
    border-radius: 30px;
    overflow: hidden;
    background: rgba(4,18,42,.96);
}

.lux-service-modal-box img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

.lux-service-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 28px;
    background: rgba(0,0,0,.55);
}

/*
|--------------------------------------------------------------------------
| ADMIN MOBILE MENU FIX
|--------------------------------------------------------------------------
*/

.lux-admin-menu-toggle {
    display: none;
}

.lux-admin-menu-backdrop {
    display: none;
}

@media (max-width: 992px) {

    .lux-admin-mobilebar {
        display: none !important;
    }

    .lux-admin-shell {
        position: relative !important;
        z-index: auto !important;
        display: block !important;
    }

    .lux-form-logo {
        display: grid !important;
        grid-template-columns: 54px 1fr 52px !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .lux-form-logo2 {
        display: flex !important;
        grid-template-columns: 54px 3fr !important;
        align-items: center !important;
        justify-content:start;
        gap: 10px !important;
        width: 100% !important;
    }

    .lux-brand-icon {
        width: 54px !important;
        height: 54px !important;
    }

    .lux-admin-topbar {
        display: flex !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    .lux-admin-user-btn {
        padding: 0 0 0 20px !important;
        min-width: 0 !important;
        width: auto !important;
        height: 54px !important;
    }

    .lux-admin-user-btn h3 {
        font-size: 18px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 250px !important;
    }

    .lux-admin-user-btn span {
        font-size: 13px !important;
    }

    .lux-admin-menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 48px;
        height: 48px;

        border: none;
        border-radius: 16px;

        cursor: pointer;

        color: white;
        font-size: 24px;
        font-weight: 900;

        background: rgba(255, 255, 255, .12);

        position: relative;
        z-index: 10004 !important;
    }

    .lux-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: auto !important;
        max-height: 100vh !important;

        padding: 16px !important;

        z-index: 10003 !important;

        overflow: visible !important;

        background: rgba(4, 18, 42, .98) !important;

        box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
    }

    .lux-sidebar .lux-admin-nav {
        display: none !important;
    }

    .lux-sidebar.active .lux-admin-nav {
        display: flex !important;
        flex-direction: column !important;

        max-height: calc(100vh - 95px) !important;
        overflow-y: auto !important;

        margin-top: 16px !important;
        padding-bottom: 18px !important;

        position: relative !important;
        z-index: 10005 !important;

        pointer-events: auto !important;
    }

    .lux-sidebar.active .lux-admin-nav a {
        display: flex !important;
        position: relative !important;
        z-index: 10006 !important;
        pointer-events: auto !important;
    }

    .lux-admin-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 10000 !important;
        background: rgba(0, 0, 0, .55);
        display: none;
    }

    .lux-admin-menu-backdrop.active {
        display: block;
    }

    .lux-main {
        padding-top: 104px !important;
    }
}


