/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tsig7b3z3b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tsig7b3z3b] {
    flex: 1;
}

.sidebar[b-tsig7b3z3b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tsig7b3z3b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tsig7b3z3b]  a, .top-row[b-tsig7b3z3b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tsig7b3z3b]  a:hover, .top-row[b-tsig7b3z3b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tsig7b3z3b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tsig7b3z3b] {
        justify-content: space-between;
    }

    .top-row[b-tsig7b3z3b]  a, .top-row[b-tsig7b3z3b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tsig7b3z3b] {
        flex-direction: row;
    }

    .sidebar[b-tsig7b3z3b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tsig7b3z3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tsig7b3z3b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tsig7b3z3b], article[b-tsig7b3z3b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tsig7b3z3b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tsig7b3z3b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dartcqpcxd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-dartcqpcxd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dartcqpcxd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dartcqpcxd] {
    font-size: 1.1rem;
}

.bi[b-dartcqpcxd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-dartcqpcxd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dartcqpcxd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dartcqpcxd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dartcqpcxd]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dartcqpcxd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dartcqpcxd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dartcqpcxd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dartcqpcxd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dartcqpcxd] {
        display: none;
    }

    .nav-scrollable[b-dartcqpcxd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8tmuh3rhbh],
.components-reconnect-repeated-attempt-visible[b-8tmuh3rhbh],
.components-reconnect-failed-visible[b-8tmuh3rhbh],
.components-pause-visible[b-8tmuh3rhbh],
.components-resume-failed-visible[b-8tmuh3rhbh],
.components-rejoining-animation[b-8tmuh3rhbh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-failed[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8tmuh3rhbh] {
    display: block;
}


#components-reconnect-modal[b-8tmuh3rhbh] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-8tmuh3rhbh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8tmuh3rhbh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8tmuh3rhbh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8tmuh3rhbh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8tmuh3rhbh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8tmuh3rhbh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8tmuh3rhbh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8tmuh3rhbh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8tmuh3rhbh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8tmuh3rhbh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8tmuh3rhbh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8tmuh3rhbh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8tmuh3rhbh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8tmuh3rhbh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8tmuh3rhbh {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SecuredLayout.razor.rz.scp.css */
.top-appbar[b-m9fvfbjb5q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000; /* keep above page content */
}

/* Scroll container cho toàn bộ nội dung dưới AppBar */
.secured-body[b-m9fvfbjb5q] {
    height: calc(100vh - 64px);
    margin-top: 64px;          /* đẩy content xuống dưới appbar */
    overflow-y: auto;          /* ✅ trang kéo xuống ở đây */
    overflow-x: hidden;
}

/* Không cần padding-top nữa vì đã dùng margin-top ở container */
.page-content[b-m9fvfbjb5q] {
    padding-top: 0 !important;
}

.control-container .e-btn.e-inherit[b-m9fvfbjb5q],
.top-appbar .e-btn.e-inherit[b-m9fvfbjb5q] {
    margin: 0 3px;
}
/* /Components/Pages/BaoCaoCanDoiSanPham.razor.rz.scp.css */
/* Background + orbs (same visual language as Home) */
.bc-bg[b-atgcvvov9t] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.bc-orb[b-atgcvvov9t] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-atgcvvov9t] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-atgcvvov9t 9s ease-in-out infinite;
}

.orb-2[b-atgcvvov9t] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-atgcvvov9t 11s ease-in-out infinite;
}

.orb-3[b-atgcvvov9t] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-atgcvvov9t 13s ease-in-out infinite;
}

@keyframes floaty-b-atgcvvov9t {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -18px, 0);
    }
}

.bc-wrap[b-atgcvvov9t] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
}

.bc-hero[b-atgcvvov9t] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.bc-badge[b-atgcvvov9t] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.bc-dot[b-atgcvvov9t] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.bc-title[b-atgcvvov9t] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.bc-title-accent[b-atgcvvov9t] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bc-subtitle[b-atgcvvov9t] {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 62ch;
}

.bc-meta[b-atgcvvov9t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.bc-meta-item[b-atgcvvov9t] {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bc-meta-label[b-atgcvvov9t] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 4px;
}

.bc-meta-value[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bc-hero-card[b-atgcvvov9t] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.bc-hero-card-glow[b-atgcvvov9t] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.bc-hero-card-header[b-atgcvvov9t] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.bc-hero-card-title[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.bc-hero-card-sub[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.bc-logo[b-atgcvvov9t] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.bc-logo-core[b-atgcvvov9t] {
    position: relative;
    z-index: 2;
}

.bc-logo-rings .ring[b-atgcvvov9t] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-atgcvvov9t 7.5s linear infinite;
}

.bc-logo-rings .ring-2[b-atgcvvov9t] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.bc-logo-rings .ring-3[b-atgcvvov9t] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-atgcvvov9t {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bc-quick-grid[b-atgcvvov9t] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.bc-quick-tile[b-atgcvvov9t] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.bc-tile-icon[b-atgcvvov9t] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
}

    .bc-tile-icon.accent-2[b-atgcvvov9t] {
        background: rgba(16, 185, 129, 0.16);
        border-color: rgba(16, 185, 129, 0.26);
    }

    .bc-tile-icon.accent-3[b-atgcvvov9t] {
        background: rgba(236, 72, 153, 0.14);
        border-color: rgba(236, 72, 153, 0.24);
    }

.bc-tile-text[b-atgcvvov9t] {
    flex: 1 1 auto;
    min-width: 0;
}

.bc-tile-title[b-atgcvvov9t] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-tile-sub[b-atgcvvov9t] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-hero-footer[b-atgcvvov9t] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.bc-hint[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12.5px;
}

.bc-card[b-atgcvvov9t],
.bc-grid-card[b-atgcvvov9t] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.bc-card[b-atgcvvov9t] {
    margin-bottom: 12px;
}

.bc-card-head[b-atgcvvov9t],
.bc-grid-head[b-atgcvvov9t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.bc-card-title[b-atgcvvov9t],
.bc-grid-title[b-atgcvvov9t] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.bc-grid-note[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.bc-card-body[b-atgcvvov9t],
.bc-grid-body[b-atgcvvov9t] {
    padding: 12px 12px 16px;
}

/* Grid look (transparent like Home style pages) */
.bc-grid.e-grid[b-atgcvvov9t],
.bc-grid .e-gridcontent[b-atgcvvov9t],
.bc-grid .e-headercontent[b-atgcvvov9t],
.bc-grid .e-gridheader[b-atgcvvov9t],
.bc-grid .e-headercell[b-atgcvvov9t],
.bc-grid .e-rowcell[b-atgcvvov9t] {
    background: transparent !important;
}

.bc-grid .e-gridheader[b-atgcvvov9t] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.bc-grid .e-headercell[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.bc-grid .e-rowcell[b-atgcvvov9t] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.bc-grid .e-row:hover .e-rowcell[b-atgcvvov9t] {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Row highlight (keep your meaning but match dark theme) */
.bg-thieu[b-atgcvvov9t] {
    background-color: rgba(248, 113, 113, 0.22) !important;
}

.bg-du[b-atgcvvov9t] {
    background-color: rgba(59, 130, 246, 0.18) !important;
}

/* Dialog styling (professional like other pages) */
.bc-dialog-header[b-atgcvvov9t] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px 2px 0;
}

.bc-dialog-title[b-atgcvvov9t] {
    font-size: 16px;
    font-weight: 780;
    color: #111827;
}

.bc-dialog-sub[b-atgcvvov9t] {
    font-size: 12.5px;
    color: #6b7280;
    font-weight: 550;
}

.bc-dialog-shell[b-atgcvvov9t] {
    padding: 14px;
}

.bc-dialog-panel[b-atgcvvov9t] {
    background-color: #F5F6FF;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
}

.bc-field-title[b-atgcvvov9t] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 780;
    color: #111827;
    margin-bottom: 10px;
}

.bc-dialog-form[b-atgcvvov9t] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bc-radio-group[b-atgcvvov9t] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.bc-radio .e-radio-wrapper[b-atgcvvov9t] {
    background: #ffffff;
    border-radius: 10px;
    padding: 6px 12px;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.bc-numeric .e-input-group[b-atgcvvov9t],
.bc-textarea .e-input-group[b-atgcvvov9t] {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

/* Spinner */
.bc-spinner[b-atgcvvov9t] {
    z-index: 2000;
}

@media (max-width: 980px) {
    .bc-hero[b-atgcvvov9t] {
        grid-template-columns: 1fr;
    }

    .bc-title[b-atgcvvov9t] {
        font-size: 34px;
    }

    .bc-meta[b-atgcvvov9t] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-bg[b-pw9v6vcebe] {
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    position: relative;
    overflow: hidden;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%),
                radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%),
                radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%),
                linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.home-orb[b-pw9v6vcebe] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-pw9v6vcebe] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-pw9v6vcebe 9s ease-in-out infinite;
}

.orb-2[b-pw9v6vcebe] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-pw9v6vcebe 11s ease-in-out infinite;
}

.orb-3[b-pw9v6vcebe] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-pw9v6vcebe 13s ease-in-out infinite;
}

@keyframes floaty-b-pw9v6vcebe {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -18px, 0);
    }
}

.home-wrap[b-pw9v6vcebe] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
}

.hero[b-pw9v6vcebe] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
}

.badge[b-pw9v6vcebe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.dot[b-pw9v6vcebe] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.title[b-pw9v6vcebe] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.title-accent[b-pw9v6vcebe] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.subtitle[b-pw9v6vcebe] {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 56ch;
}

.hero-actions[b-pw9v6vcebe] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.home-btn.e-btn[b-pw9v6vcebe] {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 650;
    letter-spacing: 0.01em;
}

.home-btn.primary.e-btn[b-pw9v6vcebe] {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.95), rgba(16, 185, 129, 0.85));
    color: #071019;
    border: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

    .home-btn.primary.e-btn:hover[b-pw9v6vcebe] {
        filter: brightness(1.05);
    }

.home-btn.ghost.e-btn[b-pw9v6vcebe] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

    .home-btn.ghost.e-btn:hover[b-pw9v6vcebe] {
        background: rgba(255, 255, 255, 0.09);
    }

.meta[b-pw9v6vcebe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.meta-item[b-pw9v6vcebe] {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.meta-label[b-pw9v6vcebe] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 4px;
}

.meta-value[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-card[b-pw9v6vcebe] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.hero-card-glow[b-pw9v6vcebe] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.hero-card-header[b-pw9v6vcebe] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-card-title[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.hero-card-sub[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.logo[b-pw9v6vcebe] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.logo-core[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
}

.logo-rings .ring[b-pw9v6vcebe] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-pw9v6vcebe 7.5s linear infinite;
}

.logo-rings .ring-2[b-pw9v6vcebe] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.logo-rings .ring-3[b-pw9v6vcebe] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-pw9v6vcebe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.quick-grid[b-pw9v6vcebe] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.quick-tile[b-pw9v6vcebe] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    text-align: left;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

    .quick-tile:hover[b-pw9v6vcebe] {
        transform: translateY(-1px);
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(255, 255, 255, 0.16);
    }

.tile-icon[b-pw9v6vcebe] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
}

    .tile-icon.accent-2[b-pw9v6vcebe] {
        background: rgba(16, 185, 129, 0.16);
        border-color: rgba(16, 185, 129, 0.26);
    }

    .tile-icon.accent-3[b-pw9v6vcebe] {
        background: rgba(236, 72, 153, 0.14);
        border-color: rgba(236, 72, 153, 0.24);
    }

.tile-text[b-pw9v6vcebe] {
    flex: 1 1 auto;
    min-width: 0;
}

.tile-title[b-pw9v6vcebe] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-sub[b-pw9v6vcebe] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-arrow[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    padding-right: 4px;
}

.hero-footer[b-pw9v6vcebe] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.hint[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12.5px;
}

.feature-row[b-pw9v6vcebe] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.feature[b-pw9v6vcebe] {
    border-radius: 16px;
    padding: 14px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.feature-top[b-pw9v6vcebe] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.feature-icon[b-pw9v6vcebe] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.16);
    border: 1px solid rgba(99, 102, 241, 0.26);
    color: rgba(255, 255, 255, 0.92);
}

    .feature-icon.accent-2[b-pw9v6vcebe] {
        background: rgba(16, 185, 129, 0.14);
        border-color: rgba(16, 185, 129, 0.24);
    }

    .feature-icon.accent-3[b-pw9v6vcebe] {
        background: rgba(236, 72, 153, 0.12);
        border-color: rgba(236, 72, 153, 0.22);
    }

.feature-title[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
}

.feature-text[b-pw9v6vcebe] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 13.5px;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .hero[b-pw9v6vcebe] {
        grid-template-columns: 1fr;
    }

    .feature-row[b-pw9v6vcebe] {
        grid-template-columns: 1fr;
    }

    .title[b-pw9v6vcebe] {
        font-size: 34px;
    }

    .meta[b-pw9v6vcebe] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/LuanChuyenKho.razor.rz.scp.css */
.lk-bg[b-9dedejnp6o] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.lk-orb[b-9dedejnp6o] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-9dedejnp6o] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-9dedejnp6o 9s ease-in-out infinite;
}

.orb-2[b-9dedejnp6o] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-9dedejnp6o 11s ease-in-out infinite;
}

.orb-3[b-9dedejnp6o] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-9dedejnp6o 13s ease-in-out infinite;
}

@keyframes floaty-b-9dedejnp6o {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
}

.lk-wrap[b-9dedejnp6o] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
}

.lk-hero[b-9dedejnp6o] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.lk-badge[b-9dedejnp6o] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.lk-dot[b-9dedejnp6o] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.lk-title[b-9dedejnp6o] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.lk-title-accent[b-9dedejnp6o] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lk-subtitle[b-9dedejnp6o] {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 70ch;
}

.lk-alert[b-9dedejnp6o] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(248, 113, 113, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.30);
    color: rgba(255, 255, 255, 0.92);
}

.lk-hero-card[b-9dedejnp6o] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.lk-hero-card-glow[b-9dedejnp6o] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.lk-hero-card-header[b-9dedejnp6o] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lk-hero-card-title[b-9dedejnp6o] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.lk-hero-card-sub[b-9dedejnp6o] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.lk-logo[b-9dedejnp6o] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.lk-logo-core[b-9dedejnp6o] { position: relative; z-index: 2; }

.lk-logo-rings .ring[b-9dedejnp6o] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-9dedejnp6o 7.5s linear infinite;
}

.lk-logo-rings .ring-2[b-9dedejnp6o] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.lk-logo-rings .ring-3[b-9dedejnp6o] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-9dedejnp6o {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.lk-quick-grid[b-9dedejnp6o] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.lk-quick-tile[b-9dedejnp6o] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.lk-tile-icon[b-9dedejnp6o] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
}

.lk-tile-icon.accent-2[b-9dedejnp6o] {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.26);
}

.lk-tile-icon.accent-3[b-9dedejnp6o] {
    background: rgba(236, 72, 153, 0.14);
    border-color: rgba(236, 72, 153, 0.24);
}

.lk-tile-text[b-9dedejnp6o] { flex: 1 1 auto; min-width: 0; }
.lk-tile-title[b-9dedejnp6o] { font-weight: 720; letter-spacing: -0.01em; }
.lk-tile-sub[b-9dedejnp6o] { font-size: 12.5px; color: rgba(255, 255, 255, 0.70); margin-top: 2px; }

.lk-hero-footer[b-9dedejnp6o] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.lk-hint[b-9dedejnp6o] { color: rgba(255, 255, 255, 0.70); font-size: 12.5px; }

.lk-card[b-9dedejnp6o],
.lk-grid-card[b-9dedejnp6o] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.lk-card[b-9dedejnp6o] { margin-bottom: 12px; }

.lk-card-head[b-9dedejnp6o],
.lk-grid-head[b-9dedejnp6o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.lk-card-title[b-9dedejnp6o],
.lk-grid-title[b-9dedejnp6o] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.lk-card-note[b-9dedejnp6o],
.lk-grid-note[b-9dedejnp6o] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.lk-card-body[b-9dedejnp6o],
.lk-grid-body[b-9dedejnp6o] { padding: 12px 12px 16px; }

.lk-form[b-9dedejnp6o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lk-grid-layout[b-9dedejnp6o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Grid transparency */
.lk-grid.e-grid[b-9dedejnp6o],
.lk-grid .e-gridcontent[b-9dedejnp6o],
.lk-grid .e-headercontent[b-9dedejnp6o],
.lk-grid .e-gridheader[b-9dedejnp6o],
.lk-grid .e-headercell[b-9dedejnp6o],
.lk-grid .e-rowcell[b-9dedejnp6o] {
    background: transparent !important;
}

.lk-grid .e-gridheader[b-9dedejnp6o] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.lk-grid .e-headercell[b-9dedejnp6o] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.lk-grid .e-rowcell[b-9dedejnp6o] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.lk-grid .e-row:hover .e-rowcell[b-9dedejnp6o] {
    background: rgba(255, 255, 255, 0.05) !important;
}

.lk-numeric .e-input-group[b-9dedejnp6o] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.lk-btn.e-btn[b-9dedejnp6o] {
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 650;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
}

.lk-btn.e-btn:hover[b-9dedejnp6o] { background: rgba(255, 255, 255, 0.09); }

@media (max-width: 980px) {
    .lk-hero[b-9dedejnp6o] { grid-template-columns: 1fr; }
    .lk-title[b-9dedejnp6o] { font-size: 34px; }
    .lk-form[b-9dedejnp6o] { grid-template-columns: 1fr; }
    .lk-grid-layout[b-9dedejnp6o] { grid-template-columns: 1fr; }
}
/* /Components/Pages/ManageUsers.razor.rz.scp.css */

.mu-bg[b-lcy3q3hebm] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.mu-orb[b-lcy3q3hebm] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-lcy3q3hebm] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-lcy3q3hebm 9s ease-in-out infinite;
}

.orb-2[b-lcy3q3hebm] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-lcy3q3hebm 11s ease-in-out infinite;
}

.orb-3[b-lcy3q3hebm] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-lcy3q3hebm 13s ease-in-out infinite;
}

@keyframes floaty-b-lcy3q3hebm {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -18px, 0);
    }
}

.mu-wrap[b-lcy3q3hebm] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
    /* quan trọng: để grid không bị cụt */
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mu-hero[b-lcy3q3hebm] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: stretch;
}

.mu-main[b-lcy3q3hebm] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
}

.mu-grid-card[b-lcy3q3hebm] {
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mu-grid-head[b-lcy3q3hebm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mu-grid-body[b-lcy3q3hebm] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 12px 12px 16px;
}

/* Grid full height */
.mu-grid[b-lcy3q3hebm] {
    height: 100%;
}

/* Giữ các style bạn đang dùng */
.mu-badge[b-lcy3q3hebm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.mu-dot[b-lcy3q3hebm] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.mu-title[b-lcy3q3hebm] {
    margin: 14px 0 8px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.mu-title-accent[b-lcy3q3hebm] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mu-subtitle[b-lcy3q3hebm] {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 62ch;
}

.mu-actions[b-lcy3q3hebm] {
    margin-top: 12px;
}

.mu-btn.e-btn[b-lcy3q3hebm] {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 650;
    letter-spacing: 0.01em;
}

.mu-btn.ghost.e-btn[b-lcy3q3hebm] {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

    .mu-btn.ghost.e-btn:hover[b-lcy3q3hebm] {
        background: rgba(255, 255, 255, 0.09);
    }

.mu-meta[b-lcy3q3hebm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.mu-meta-item[b-lcy3q3hebm] {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mu-meta-label[b-lcy3q3hebm] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 4px;
}

.mu-meta-value[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mu-hero-card[b-lcy3q3hebm] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.mu-hero-card-glow[b-lcy3q3hebm] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.mu-hero-card-header[b-lcy3q3hebm] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mu-hero-card-title[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.mu-hero-card-sub[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.mu-logo[b-lcy3q3hebm] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.mu-logo-core[b-lcy3q3hebm] {
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.mu-logo-rings .ring[b-lcy3q3hebm] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-lcy3q3hebm 7.5s linear infinite;
}

.mu-logo-rings .ring-2[b-lcy3q3hebm] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.mu-logo-rings .ring-3[b-lcy3q3hebm] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-lcy3q3hebm {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mu-quick-grid[b-lcy3q3hebm] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.mu-quick-tile[b-lcy3q3hebm] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.mu-tile-icon[b-lcy3q3hebm] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.92);
}

    .mu-tile-icon.accent-2[b-lcy3q3hebm] {
        background: rgba(16, 185, 129, 0.16);
        border-color: rgba(16, 185, 129, 0.26);
    }

    .mu-tile-icon.accent-3[b-lcy3q3hebm] {
        background: rgba(236, 72, 153, 0.14);
        border-color: rgba(236, 72, 153, 0.24);
    }

.mu-tile-text[b-lcy3q3hebm] {
    flex: 1 1 auto;
    min-width: 0;
}

.mu-tile-title[b-lcy3q3hebm] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mu-tile-sub[b-lcy3q3hebm] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mu-hero-footer[b-lcy3q3hebm] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mu-hint[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12.5px;
}

.mu-grid-title[b-lcy3q3hebm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.mu-grid-note[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.mu-grid.e-grid[b-lcy3q3hebm],
.mu-grid .e-gridcontent[b-lcy3q3hebm],
.mu-grid .e-headercontent[b-lcy3q3hebm],
.mu-grid .e-gridheader[b-lcy3q3hebm],
.mu-grid .e-headercell[b-lcy3q3hebm],
.mu-grid .e-rowcell[b-lcy3q3hebm] {
    background: transparent !important;
}

.mu-grid .e-gridheader[b-lcy3q3hebm] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.mu-grid .e-headercell[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.mu-grid .e-rowcell[b-lcy3q3hebm] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.mu-grid .e-row:hover .e-rowcell[b-lcy3q3hebm] {
    background: rgba(255, 255, 255, 0.05) !important;
}

.mu-usercell[b-lcy3q3hebm] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.mu-avatar[b-lcy3q3hebm] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 780;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.38), rgba(16, 185, 129, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.mu-usertext[b-lcy3q3hebm] {
    min-width: 0;
}

.mu-name[b-lcy3q3hebm] {
    font-weight: 740;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mu-sub[b-lcy3q3hebm] {
    margin-top: 2px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* dialog giữ nguyên */
.mu-dialog-header[b-lcy3q3hebm] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px 2px 0;
}

.mu-dialog-title[b-lcy3q3hebm] {
    font-size: 16px;
    font-weight: 780;
    color: #111827;
}

.mu-dialog-sub[b-lcy3q3hebm] {
    font-size: 12.5px;
    color: #6b7280;
    font-weight: 550;
}

.mu-dialog-shell[b-lcy3q3hebm] {
    padding: 14px;
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 12px;
}

.mu-dialog-panel[b-lcy3q3hebm] {
    background-color: #F5F6FF;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.mu-dialog-panel-right[b-lcy3q3hebm] {
    background: linear-gradient(180deg, #f5f6ff 0%, #ffffff 100%);
}

.mu-field-title[b-lcy3q3hebm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 780;
    color: #111827;
}

.mu-status-card[b-lcy3q3hebm] {
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.mu-status-row[b-lcy3q3hebm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mu-status-label[b-lcy3q3hebm] {
    font-weight: 700;
    color: #111827;
}

.mu-status-hint[b-lcy3q3hebm] {
    margin-top: 8px;
    font-size: 12.5px;
    color: #6b7280;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .mu-hero[b-lcy3q3hebm] {
        grid-template-columns: 1fr;
    }

    .mu-title[b-lcy3q3hebm] {
        font-size: 32px;
    }

    .mu-meta[b-lcy3q3hebm] {
        grid-template-columns: 1fr;
    }

    .mu-dialog-shell[b-lcy3q3hebm] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/NhapSanPham.razor.rz.scp.css */
.ns-bg[b-m1tqxetwxe] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.ns-orb[b-m1tqxetwxe] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-m1tqxetwxe] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-m1tqxetwxe 9s ease-in-out infinite;
}

.orb-2[b-m1tqxetwxe] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-m1tqxetwxe 11s ease-in-out infinite;
}

.orb-3[b-m1tqxetwxe] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-m1tqxetwxe 13s ease-in-out infinite;
}

@keyframes floaty-b-m1tqxetwxe {
    0%, 100% {
        transform: translate3d(0,0,0);
    }

    50% {
        transform: translate3d(0,-18px,0);
    }
}

.ns-wrap[b-m1tqxetwxe] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;

    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

.ns-hero[b-m1tqxetwxe] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.ns-badge[b-m1tqxetwxe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.ns-dot[b-m1tqxetwxe] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.ns-title[b-m1tqxetwxe] {
    margin: 14px 0 8px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.ns-title-accent[b-m1tqxetwxe] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ns-subtitle[b-m1tqxetwxe] {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 62ch;
}

.ns-hero-card[b-m1tqxetwxe] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.ns-hero-card-glow[b-m1tqxetwxe] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.ns-hero-card-header[b-m1tqxetwxe] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ns-hero-card-title[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.ns-hero-card-sub[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.ns-logo[b-m1tqxetwxe] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.ns-logo-core[b-m1tqxetwxe] {
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.ns-logo-rings .ring[b-m1tqxetwxe] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-m1tqxetwxe 7.5s linear infinite;
}

.ns-logo-rings .ring-2[b-m1tqxetwxe] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.ns-logo-rings .ring-3[b-m1tqxetwxe] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-m1tqxetwxe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ns-quick-grid[b-m1tqxetwxe] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.ns-quick-tile[b-m1tqxetwxe] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.ns-tile-icon[b-m1tqxetwxe] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.92);
}

    .ns-tile-icon.accent-2[b-m1tqxetwxe] {
        background: rgba(16, 185, 129, 0.16);
        border-color: rgba(16, 185, 129, 0.26);
    }

    .ns-tile-icon.accent-3[b-m1tqxetwxe] {
        background: rgba(236, 72, 153, 0.14);
        border-color: rgba(236, 72, 153, 0.24);
    }

.ns-tile-text[b-m1tqxetwxe] {
    flex: 1 1 auto;
    min-width: 0;
}

.ns-tile-title[b-m1tqxetwxe] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns-tile-sub[b-m1tqxetwxe] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns-hero-footer[b-m1tqxetwxe] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.ns-hint[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12.5px;
}

.ns-main[b-m1tqxetwxe] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ns-card[b-m1tqxetwxe] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.ns-card-head[b-m1tqxetwxe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ns-card-title[b-m1tqxetwxe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.ns-card-body[b-m1tqxetwxe] {
    padding: 12px 12px 16px;
}

.ns-grid-card[b-m1tqxetwxe] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;

    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.ns-grid-head[b-m1tqxetwxe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ns-grid-title[b-m1tqxetwxe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.ns-grid-note[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.ns-grid-body[b-m1tqxetwxe] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 12px 12px 16px;

    /* QUAN TRỌNG: xóa height cố định */
    height: auto;
}

.ns-grid[b-m1tqxetwxe] {
    height: 100%;
}

.ns-grid.e-grid[b-m1tqxetwxe],
.ns-grid .e-gridcontent[b-m1tqxetwxe],
.ns-grid .e-headercontent[b-m1tqxetwxe],
.ns-grid .e-gridheader[b-m1tqxetwxe],
.ns-grid .e-headercell[b-m1tqxetwxe],
.ns-grid .e-rowcell[b-m1tqxetwxe] {
    background: transparent !important;
}

.ns-grid .e-gridheader[b-m1tqxetwxe] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.ns-grid .e-headercell[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.ns-grid .e-rowcell[b-m1tqxetwxe] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.ns-grid .e-row:hover .e-rowcell[b-m1tqxetwxe] {
    background: rgba(255, 255, 255, 0.05) !important;
}

.ns-itemcell[b-m1tqxetwxe] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ns-itemicon[b-m1tqxetwxe] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 780;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.38), rgba(16, 185, 129, 0.24));
    border: 1px solid rgba(255, 255, 255, 0.14);
    flex: 0 0 auto;
}

.ns-itemtext[b-m1tqxetwxe] {
    min-width: 0;
}

.ns-itemname[b-m1tqxetwxe] {
    font-weight: 740;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns-itemsub[b-m1tqxetwxe] {
    margin-top: 2px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ns-dialog-header[b-m1tqxetwxe] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px 2px 0;
}

.ns-dialog-title[b-m1tqxetwxe] {
    font-size: 16px;
    font-weight: 780;
    color: #111827;
}

.ns-dialog-sub[b-m1tqxetwxe] {
    font-size: 12.5px;
    color: #6b7280;
    font-weight: 550;
}

.ns-dialog-shell[b-m1tqxetwxe] {
    padding: 14px;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 12px;
}

.ns-dialog-panel[b-m1tqxetwxe] {
    background-color: #F5F6FF;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.ns-dialog-panel-right[b-m1tqxetwxe] {
    background: linear-gradient(180deg, #f5f6ff 0%, #ffffff 100%);
}

.ns-field-title[b-m1tqxetwxe] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 780;
    color: #111827;
}

.ns-form[b-m1tqxetwxe] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ns-two[b-m1tqxetwxe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ns-help[b-m1tqxetwxe] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ns-help-line[b-m1tqxetwxe] {
    color: #374151;
    font-weight: 550;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.ns-help-dot[b-m1tqxetwxe] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #6366f1;
    margin-top: 5px;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .ns-hero[b-m1tqxetwxe] {
        grid-template-columns: 1fr;
    }

    .ns-title[b-m1tqxetwxe] {
        font-size: 32px;
    }

    .ns-dialog-shell[b-m1tqxetwxe] {
        grid-template-columns: 1fr;
    }

    .ns-two[b-m1tqxetwxe] {
        grid-template-columns: 1fr;
    }

    .ns-grid-body[b-m1tqxetwxe] {
        height: 420px;
    }
}
/* /Components/Pages/NhapSanPhamDayDu.razor.rz.scp.css */
/* Dark/glass layout like /nhapsanpham, with teal/blue top accents for /nhapsanphamdaydu */

.nsd-bg[b-1t7bww2z9k] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(14, 165, 233, 0.18), transparent 55%),
        radial-gradient(900px 600px at 85% 25%, rgba(20, 184, 166, 0.14), transparent 55%),
        radial-gradient(1000px 800px at 30% 95%, rgba(59, 130, 246, 0.10), transparent 60%),
        linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.nsd-orb[b-1t7bww2z9k] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.nsd-orb.orb-1[b-1t7bww2z9k] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(14, 165, 233, 0.70), rgba(14, 165, 233, 0.0) 60%);
    animation: nsd-floaty-b-1t7bww2z9k 9s ease-in-out infinite;
}

.nsd-orb.orb-2[b-1t7bww2z9k] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(20, 184, 166, 0.55), rgba(20, 184, 166, 0.0) 62%);
    animation: nsd-floaty-b-1t7bww2z9k 11s ease-in-out infinite;
}

@keyframes nsd-floaty-b-1t7bww2z9k {
    0%, 100% {
        transform: translate3d(0,0,0);
    }

    50% {
        transform: translate3d(0,-18px,0);
    }
}

.nsd-wrap[b-1t7bww2z9k] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

.nsd-hero[b-1t7bww2z9k] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.nsd-badge[b-1t7bww2z9k] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.nsd-dot[b-1t7bww2z9k] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #14b8a6;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.18);
}

.nsd-title[b-1t7bww2z9k] {
    margin: 14px 0 8px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.nsd-title-accent[b-1t7bww2z9k] {
    background: linear-gradient(90deg, #38bdf8 0%, #2dd4bf 45%, #60a5fa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nsd-subtitle[b-1t7bww2z9k] {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 62ch;
}

.nsd-stats[b-1t7bww2z9k] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.nsd-stat[b-1t7bww2z9k] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
}

.nsd-stat-k[b-1t7bww2z9k] {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 600;
}

.nsd-stat-v[b-1t7bww2z9k] {
    font-size: 18px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
}

.nsd-main[b-1t7bww2z9k] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Make /nhapsanphamdaydu grid look identical to /nhapsanpham grid */

/* Grid card container */
.nsd-grid-card[b-1t7bww2z9k] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;

    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.nsd-grid-card[b-1t7bww2z9k] {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.30);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nsd-grid-head[b-1t7bww2z9k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    background: transparent;
}

.nsd-grid-title[b-1t7bww2z9k] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(15, 23, 42, 0.90);
    font-weight: 740;
    letter-spacing: -0.01em;
}

/* Match /nhapsanpham note style */
.nsd-grid-hint[b-1t7bww2z9k] {
    color: rgba(71, 85, 105, 0.90);
    font-size: 12.5px;
}

.nsd-grid-body[b-1t7bww2z9k] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 12px 12px 16px;
    height: auto;
    background: transparent;
}

/* Syncfusion grid skin identical to .ns-grid */
.nsd-grid[b-1t7bww2z9k] {
    height: 100%;
}

.nsd-grid.e-grid[b-1t7bww2z9k],
.nsd-grid .e-gridcontent[b-1t7bww2z9k],
.nsd-grid .e-headercontent[b-1t7bww2z9k],
.nsd-grid .e-gridheader[b-1t7bww2z9k],
.nsd-grid .e-headercell[b-1t7bww2z9k],
.nsd-grid .e-rowcell[b-1t7bww2z9k] {
    background: transparent !important;
}

.nsd-grid .e-gridheader[b-1t7bww2z9k] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.10) !important;
}

.nsd-grid .e-headercell[b-1t7bww2z9k] {
    color: rgba(71, 85, 105, 0.90) !important;
    border-color: rgba(148, 163, 184, 0.22) !important;
}

.nsd-grid .e-rowcell[b-1t7bww2z9k] {
    color: rgba(15, 23, 42, 0.90) !important;
    border-color: rgba(148, 163, 184, 0.18) !important;
}

.nsd-grid .e-row:hover .e-rowcell[b-1t7bww2z9k] {
    background: rgba(15, 23, 42, 0.04) !important;
}

/* Item cell identical to .ns-item* */
.nsd-itemcell[b-1t7bww2z9k] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.nsd-itemicon[b-1t7bww2z9k] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 780;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.34), rgba(20, 184, 166, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.14);
    flex: 0 0 auto;
}

.nsd-itemtext[b-1t7bww2z9k] {
    min-width: 0;
}

.nsd-itemname[b-1t7bww2z9k] {
    font-weight: 740;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(15, 23, 42, 0.90);
}

.nsd-itemsub[b-1t7bww2z9k] {
    margin-top: 2px;
    font-size: 12.5px;
    color: rgba(71, 85, 105, 0.90);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nsd-dialog-header[b-1t7bww2z9k] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px 2px 0;
}

.nsd-dialog-title[b-1t7bww2z9k] {
    font-size: 16px;
    font-weight: 780;
    color: #111827;
}

.nsd-dialog-sub[b-1t7bww2z9k] {
    font-size: 12.5px;
    color: #6b7280;
    font-weight: 550;
}

.nsd-dialog-shell[b-1t7bww2z9k] {
    padding: 14px;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 12px;
}

.nsd-dialog-panel[b-1t7bww2z9k] {
    background-color: #F5F6FF;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.nsd-dialog-panel-right[b-1t7bww2z9k] {
    background: linear-gradient(180deg, #f5f6ff 0%, #ffffff 100%);
}

.nsd-field-title[b-1t7bww2z9k] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 780;
    color: #111827;
}

.nsd-form[b-1t7bww2z9k] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nsd-two[b-1t7bww2z9k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.nsd-help[b-1t7bww2z9k] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nsd-help-line[b-1t7bww2z9k] {
    color: #374151;
    font-weight: 550;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.nsd-help-dot[b-1t7bww2z9k] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0ea5e9;
    margin-top: 5px;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .nsd-hero[b-1t7bww2z9k] {
        grid-template-columns: 1fr;
    }

    .nsd-title[b-1t7bww2z9k] {
        font-size: 32px;
    }

    .nsd-dialog-shell[b-1t7bww2z9k] {
        grid-template-columns: 1fr;
    }

    .nsd-two[b-1t7bww2z9k] {
        grid-template-columns: 1fr;
    }

    .nsd-grid-body[b-1t7bww2z9k] {
        height: 420px;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */

.reg-bg[b-bqo8oifmw3] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow: hidden;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(14, 165, 233, 0.18), transparent 55%),
        radial-gradient(900px 600px at 85% 25%, rgba(20, 184, 166, 0.14), transparent 55%),
        linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
    padding: 26px 0 40px;
}

.reg-orb[b-bqo8oifmw3] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    pointer-events: none;
}

.reg-orb.orb-1[b-bqo8oifmw3] {
    width: 420px;
    height: 420px;
    left: -160px;
    top: 40px;
    background: radial-gradient(circle at 30% 30%, rgba(14, 165, 233, 0.70), rgba(14, 165, 233, 0.0) 60%);
}

.reg-orb.orb-2[b-bqo8oifmw3] {
    width: 520px;
    height: 520px;
    right: -240px;
    top: -140px;
    background: radial-gradient(circle at 30% 30%, rgba(20, 184, 166, 0.55), rgba(20, 184, 166, 0.0) 62%);
}

.reg-wrap[b-bqo8oifmw3] {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 18px;
}

.reg-card[b-bqo8oifmw3] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.reg-head[b-bqo8oifmw3] {
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.reg-title[b-bqo8oifmw3] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.01em;
}

.reg-subtitle[b-bqo8oifmw3] {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
}

.reg-body[b-bqo8oifmw3] {
    padding: 16px 18px 18px;
    display: grid;
    gap: 14px;
}

.reg-field[b-bqo8oifmw3] {
    display: grid;
    gap: 6px;
}

.reg-label[b-bqo8oifmw3] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12.5px;
    font-weight: 650;
}

.reg-field-error[b-bqo8oifmw3] {
    color: rgba(248, 113, 113, 0.95);
    font-size: 12.5px;
}

.reg-actions[b-bqo8oifmw3] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.reg-btn[b-bqo8oifmw3] {
    border-radius: 12px;
}

.reg-btn-flat[b-bqo8oifmw3] {
    color: rgba(255, 255, 255, 0.78);
}

.reg-note[b-bqo8oifmw3] {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.reg-alert[b-bqo8oifmw3] {
    border-radius: 14px;
    padding: 10px 12px;
    background: rgba(248, 113, 113, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.22);
    color: rgba(255, 255, 255, 0.88);
}
/* /Components/Pages/ThongTinBanHangDayDu.razor.rz.scp.css */
/* Background + orbs (same visual language as Home) */
.tt-bg[b-dp8cgs5xx3] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.tt-orb[b-dp8cgs5xx3] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-dp8cgs5xx3] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-dp8cgs5xx3 9s ease-in-out infinite;
}

.orb-2[b-dp8cgs5xx3] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-dp8cgs5xx3 11s ease-in-out infinite;
}

.orb-3[b-dp8cgs5xx3] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-dp8cgs5xx3 13s ease-in-out infinite;
}

@keyframes floaty-b-dp8cgs5xx3 {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
}

.tt-wrap[b-dp8cgs5xx3] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
}

.tt-hero[b-dp8cgs5xx3] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.tt-badge[b-dp8cgs5xx3] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.tt-dot[b-dp8cgs5xx3] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.tt-title[b-dp8cgs5xx3] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.tt-title-accent[b-dp8cgs5xx3] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tt-subtitle[b-dp8cgs5xx3] {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 70ch;
}

.tt-meta[b-dp8cgs5xx3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.tt-meta-item[b-dp8cgs5xx3] {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tt-meta-label[b-dp8cgs5xx3] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 4px;
}

.tt-meta-value[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-hero-card[b-dp8cgs5xx3] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.tt-hero-card-glow[b-dp8cgs5xx3] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.tt-hero-card-header[b-dp8cgs5xx3] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.tt-hero-card-title[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.tt-hero-card-sub[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.tt-logo[b-dp8cgs5xx3] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.tt-logo-core[b-dp8cgs5xx3] { position: relative; z-index: 2; }

.tt-logo-rings .ring[b-dp8cgs5xx3] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-dp8cgs5xx3 7.5s linear infinite;
}

.tt-logo-rings .ring-2[b-dp8cgs5xx3] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.tt-logo-rings .ring-3[b-dp8cgs5xx3] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-dp8cgs5xx3 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.tt-quick-grid[b-dp8cgs5xx3] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.tt-quick-tile[b-dp8cgs5xx3] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.tt-tile-icon[b-dp8cgs5xx3] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
}

.tt-tile-icon.accent-2[b-dp8cgs5xx3] {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.26);
}

.tt-tile-icon.accent-3[b-dp8cgs5xx3] {
    background: rgba(236, 72, 153, 0.14);
    border-color: rgba(236, 72, 153, 0.24);
}

.tt-tile-text[b-dp8cgs5xx3] { flex: 1 1 auto; min-width: 0; }

.tt-tile-title[b-dp8cgs5xx3] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-tile-sub[b-dp8cgs5xx3] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tt-hero-footer[b-dp8cgs5xx3] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.tt-hint[b-dp8cgs5xx3] { color: rgba(255, 255, 255, 0.70); font-size: 12.5px; }

.tt-grid-card[b-dp8cgs5xx3] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.tt-grid-head[b-dp8cgs5xx3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.tt-grid-title[b-dp8cgs5xx3] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.tt-grid-note[b-dp8cgs5xx3] { color: rgba(255, 255, 255, 0.65); font-size: 12.5px; }

.tt-grid-body[b-dp8cgs5xx3] { padding: 12px 12px 16px; }

/* Syncfusion grid overrides */
.tt-grid.e-grid[b-dp8cgs5xx3],
.tt-grid .e-gridcontent[b-dp8cgs5xx3],
.tt-grid .e-headercontent[b-dp8cgs5xx3],
.tt-grid .e-gridheader[b-dp8cgs5xx3],
.tt-grid .e-headercell[b-dp8cgs5xx3],
.tt-grid .e-rowcell[b-dp8cgs5xx3] {
    background: transparent !important;
}

.tt-grid .e-gridheader[b-dp8cgs5xx3] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.tt-grid .e-headercell[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.tt-grid .e-rowcell[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.tt-grid .e-row:hover .e-rowcell[b-dp8cgs5xx3] {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Aggregate row look */
.tt-grid .e-summarycell[b-dp8cgs5xx3] {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 720;
}

/* Mobile */
@media (max-width: 980px) {
    .tt-hero[b-dp8cgs5xx3] { grid-template-columns: 1fr; }
    .tt-title[b-dp8cgs5xx3] { font-size: 34px; }
    .tt-meta[b-dp8cgs5xx3] { grid-template-columns: 1fr; }
}
/* /Components/Pages/XacNhanCanDoiSanPham.razor.rz.scp.css */
.xn-bg[b-omp73sutav] {
    min-height: calc(100vh - 64px);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 800px at 10% 10%, rgba(99, 102, 241, 0.18), transparent 55%), radial-gradient(900px 600px at 85% 25%, rgba(16, 185, 129, 0.14), transparent 55%), radial-gradient(1000px 800px at 30% 95%, rgba(236, 72, 153, 0.12), transparent 60%), linear-gradient(180deg, #0b1220 0%, #0a1020 40%, #070c16 100%);
}

.xn-orb[b-omp73sutav] {
    position: absolute;
    border-radius: 999px;
    filter: blur(32px);
    opacity: 0.75;
    transform: translateZ(0);
    pointer-events: none;
}

.orb-1[b-omp73sutav] {
    width: 420px;
    height: 420px;
    left: -140px;
    top: 60px;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.75), rgba(99, 102, 241, 0.0) 60%);
    animation: floaty-b-omp73sutav 9s ease-in-out infinite;
}

.orb-2[b-omp73sutav] {
    width: 520px;
    height: 520px;
    right: -220px;
    top: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(16, 185, 129, 0.55), rgba(16, 185, 129, 0.0) 62%);
    animation: floaty-b-omp73sutav 11s ease-in-out infinite;
}

.orb-3[b-omp73sutav] {
    width: 520px;
    height: 520px;
    right: 10%;
    bottom: -260px;
    background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.45), rgba(236, 72, 153, 0.0) 62%);
    animation: floaty-b-omp73sutav 13s ease-in-out infinite;
}

@keyframes floaty-b-omp73sutav {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
}

.xn-wrap[b-omp73sutav] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 40px;
}

.xn-hero[b-omp73sutav] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.xn-badge[b-omp73sutav] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.86);
    width: fit-content;
}

.xn-dot[b-omp73sutav] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.xn-title[b-omp73sutav] {
    margin: 14px 0 8px;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 760;
}

.xn-title-accent[b-omp73sutav] {
    background: linear-gradient(90deg, #a5b4fc 0%, #34d399 40%, #f0abfc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.xn-subtitle[b-omp73sutav] {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    max-width: 62ch;
}

.xn-meta[b-omp73sutav] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
}

.xn-meta-item[b-omp73sutav] {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.xn-meta-label[b-omp73sutav] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 4px;
}

.xn-meta-value[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 650;
}

.xn-hero-card[b-omp73sutav] {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 16px;
}

.xn-hero-card-glow[b-omp73sutav] {
    position: absolute;
    inset: -2px;
    background: radial-gradient(600px 220px at 30% 20%, rgba(99, 102, 241, 0.22), transparent 60%), radial-gradient(520px 240px at 85% 30%, rgba(16, 185, 129, 0.16), transparent 62%);
    pointer-events: none;
}

.xn-hero-card-header[b-omp73sutav] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.xn-hero-card-title[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 750;
    letter-spacing: -0.01em;
}

.xn-hero-card-sub[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    margin-top: 2px;
}

.xn-logo[b-omp73sutav] {
    position: relative;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
}

.xn-logo-core[b-omp73sutav] { position: relative; z-index: 2; }

.xn-logo-rings .ring[b-omp73sutav] {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.50);
    opacity: 0.45;
    animation: spin-b-omp73sutav 7.5s linear infinite;
}

.xn-logo-rings .ring-2[b-omp73sutav] {
    inset: 11px;
    border-color: rgba(52, 211, 153, 0.55);
    animation-duration: 9.5s;
    animation-direction: reverse;
}

.xn-logo-rings .ring-3[b-omp73sutav] {
    inset: 16px;
    border-color: rgba(240, 171, 252, 0.45);
    animation-duration: 12s;
}

@keyframes spin-b-omp73sutav {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.xn-quick-grid[b-omp73sutav] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 6px;
}

.xn-quick-tile[b-omp73sutav] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.xn-tile-icon[b-omp73sutav] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.28);
    flex: 0 0 auto;
}

.xn-tile-icon.accent-2[b-omp73sutav] {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.26);
}

.xn-tile-icon.accent-3[b-omp73sutav] {
    background: rgba(236, 72, 153, 0.14);
    border-color: rgba(236, 72, 153, 0.24);
}

.xn-tile-text[b-omp73sutav] { flex: 1 1 auto; min-width: 0; }

.xn-tile-title[b-omp73sutav] {
    font-weight: 720;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xn-tile-sub[b-omp73sutav] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xn-hero-footer[b-omp73sutav] {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.xn-hint[b-omp73sutav] { color: rgba(255, 255, 255, 0.70); font-size: 12.5px; }

.xn-grid-card[b-omp73sutav] {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.xn-grid-head[b-omp73sutav] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.xn-grid-title[b-omp73sutav] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    letter-spacing: -0.01em;
}

.xn-grid-note[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12.5px;
}

.xn-grid-body[b-omp73sutav] { padding: 12px 12px 16px; }

/* Syncfusion grid overrides */
.xn-grid.e-grid[b-omp73sutav],
.xn-grid .e-gridcontent[b-omp73sutav],
.xn-grid .e-headercontent[b-omp73sutav],
.xn-grid .e-gridheader[b-omp73sutav],
.xn-grid .e-headercell[b-omp73sutav],
.xn-grid .e-rowcell[b-omp73sutav] {
    background: transparent !important;
}

.xn-grid .e-gridheader[b-omp73sutav] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.xn-grid .e-headercell[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 680;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.xn-grid .e-rowcell[b-omp73sutav] {
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.xn-grid .e-row:hover .e-rowcell[b-omp73sutav] {
    background: rgba(255, 255, 255, 0.05) !important;
}

.bg-thieu[b-omp73sutav] { background-color: rgba(248, 113, 113, 0.22) !important; }
.bg-du[b-omp73sutav] { background-color: rgba(59, 130, 246, 0.18) !important; }

/* Dialog */
.xn-dialog-header[b-omp73sutav] { display: flex; flex-direction: column; gap: 2px; padding: 2px 2px 0; }
.xn-dialog-title[b-omp73sutav] { font-size: 16px; font-weight: 780; color: #111827; }
.xn-dialog-sub[b-omp73sutav] { font-size: 12.5px; color: #6b7280; font-weight: 550; }

.xn-dialog-shell[b-omp73sutav] { padding: 14px; }
.xn-dialog-panel[b-omp73sutav] {
    background-color: #F5F6FF;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
}

.xn-field-title[b-omp73sutav] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 780;
    color: #111827;
    margin-bottom: 10px;
}

.xn-textarea .e-input-group[b-omp73sutav] {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

@media (max-width: 980px) {
    .xn-hero[b-omp73sutav] { grid-template-columns: 1fr; }
    .xn-title[b-omp73sutav] { font-size: 34px; }
}
