/* /Components/Common/CheckboxList.razor.rz.scp.css */
.checkbox-list[b-1e9sphfbpf] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select-all-section[b-1e9sphfbpf] {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e3f2fd;
    background: #f8fbff;
    padding: 12px;
    border-radius: 6px;
}

.select-all-label[b-1e9sphfbpf] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
}

.checkbox-list .select-all-label input[type="checkbox"][b-1e9sphfbpf] {
    cursor: pointer !important;
    width: 28px !important;
    height: 28px !important;
    accent-color: #1976d2 !important;
    border-radius: 4px !important;
    transform: scale(1.2) !important;
}

.select-all-label strong[b-1e9sphfbpf] {
    font-size: 16px;
    color: #1976d2;
    font-weight: 600;
}

.checkbox-item[b-1e9sphfbpf] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.checkbox-item:hover[b-1e9sphfbpf] {
    background-color: #f5f5f5;
}

.checkbox-item label[b-1e9sphfbpf] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    width: 100%;
}

.checkbox-list .checkbox-item input[type="checkbox"][b-1e9sphfbpf] {
    cursor: pointer !important;
    width: 26px !important;
    height: 26px !important;
    accent-color: #1976d2 !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
    transform: scale(1.2) !important;
}

.checkbox-item input[type="checkbox"]:disabled[b-1e9sphfbpf] {
    cursor: not-allowed;
    opacity: 0.5;
}

.checkbox-item span[b-1e9sphfbpf] {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
/* /Components/Common/DictionaryCheckboxList.razor.rz.scp.css */
.grouped-checkbox-list[b-z3rwrsl8dt] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkbox-group[b-z3rwrsl8dt] {
    border: 2px solid #e3f2fd;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.checkbox-group:hover[b-z3rwrsl8dt] {
    border-color: #90caf9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.group-header[b-z3rwrsl8dt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1976d2;
    background: linear-gradient(to right, #e3f2fd, transparent);
    margin: -20px -20px 16px -20px;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
}

.group-header strong[b-z3rwrsl8dt] {
    font-size: 17px;
    color: #1976d2;
    font-weight: 600;
}

.group-select-all[b-z3rwrsl8dt] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.group-select-all:hover[b-z3rwrsl8dt] {
    background-color: rgba(25, 118, 210, 0.08);
}

.group-select-all span[b-z3rwrsl8dt] {
    font-size: 14px;
    color: #1976d2;
    font-weight: 600;
}

.group-items[b-z3rwrsl8dt] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 12px;
}

.checkbox-item[b-z3rwrsl8dt] {
    display: flex;
    align-items: center;
}

.checkbox-item label[b-z3rwrsl8dt] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.checkbox-item label:hover[b-z3rwrsl8dt] {
    background-color: rgba(25, 118, 210, 0.05);
}

.checkbox-item input[type="checkbox"]:disabled[b-z3rwrsl8dt] {
    cursor: not-allowed;
    opacity: 0.5;
}

.checkbox-item span[b-z3rwrsl8dt] {
    font-size: 15px;
    color: #424242;
}
/* /Components/Common/GroupedCheckboxList.razor.rz.scp.css */
.grouped-checkbox-list[b-kiqw4eytj7] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkbox-group[b-kiqw4eytj7] {
    border: 2px solid #e3f2fd;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

.checkbox-group:hover[b-kiqw4eytj7] {
    border-color: #90caf9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.group-header[b-kiqw4eytj7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1976d2;
    background: linear-gradient(to right, #e3f2fd, transparent);
    margin: -20px -20px 16px -20px;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
}

.group-header strong[b-kiqw4eytj7] {
    font-size: 17px;
    color: #1976d2;
    font-weight: 600;
}

.group-select-all[b-kiqw4eytj7] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.group-select-all:hover[b-kiqw4eytj7] {
    background-color: rgba(25, 118, 210, 0.08);
}

.grouped-checkbox-list .group-select-all input[type="checkbox"][b-kiqw4eytj7] {
    cursor: pointer !important;
    width: 30px !important;
    height: 30px !important;
    accent-color: #1976d2 !important;
    transform: scale(1.3) !important;
}

.group-select-all span[b-kiqw4eytj7] {
    font-size: 14px;
    color: #1976d2;
    font-weight: 600;
}

.group-items[b-kiqw4eytj7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 12px;
}

.checkbox-item[b-kiqw4eytj7] {
    display: flex;
    align-items: center;
}

.checkbox-item label[b-kiqw4eytj7] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    margin: 0;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.checkbox-item label:hover[b-kiqw4eytj7] {
    background-color: rgba(25, 118, 210, 0.05);
}

.grouped-checkbox-list .checkbox-item input[type="checkbox"][b-kiqw4eytj7] {
    cursor: pointer !important;
    width: 28px !important;
    height: 28px !important;
    accent-color: #1976d2 !important;
    transform: scale(1.2) !important;
}

.checkbox-item input[type="checkbox"]:disabled[b-kiqw4eytj7] {
    cursor: not-allowed;
    opacity: 0.5;
}

.checkbox-item span[b-kiqw4eytj7] {
    font-size: 15px;
    color: #424242;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9yekjwjtfb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9yekjwjtfb] {
    flex: 1;
}

.sidebar[b-9yekjwjtfb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9yekjwjtfb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9yekjwjtfb]  a, .top-row[b-9yekjwjtfb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9yekjwjtfb]  a:hover, .top-row[b-9yekjwjtfb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9yekjwjtfb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9yekjwjtfb] {
        justify-content: space-between;
    }

    .top-row[b-9yekjwjtfb]  a, .top-row[b-9yekjwjtfb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9yekjwjtfb] {
        flex-direction: row;
    }

    .sidebar[b-9yekjwjtfb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9yekjwjtfb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9yekjwjtfb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9yekjwjtfb], article[b-9yekjwjtfb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9yekjwjtfb] {
    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-9yekjwjtfb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-66169r9z0k] {
    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-66169r9z0k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-66169r9z0k] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-66169r9z0k] {
    font-size: 1.1rem;
}

.bi[b-66169r9z0k] {
    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-66169r9z0k] {
    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-66169r9z0k] {
    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-66169r9z0k] {
    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-66169r9z0k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-66169r9z0k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-66169r9z0k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-66169r9z0k]  .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-66169r9z0k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-66169r9z0k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-66169r9z0k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-66169r9z0k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-66169r9z0k] {
        display: none;
    }

    .nav-scrollable[b-66169r9z0k] {
        /* 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/Pages/Public/LandingPublic.razor.rz.scp.css */
.lp-root[b-bbbatrz3v9] {
    --ink: oklch(97% 0.01 280);
    --ink-dim: oklch(78% 0.02 280);
    --bg: oklch(16% 0.02 280);
    --surface: oklch(22% 0.03 280 / 0.6);
    --border: oklch(45% 0.03 280 / 0.4);
    --pink: oklch(72% 0.24 350);
    --orange: oklch(76% 0.17 55);
    --cyan: oklch(78% 0.14 210);
    --grad: linear-gradient(90deg, var(--pink), var(--orange), var(--cyan));
    font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    position: relative;
}

.lp-notfound[b-bbbatrz3v9] {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 24px;
    gap: 18px;
    background: oklch(16% 0.02 280);
}

.lp-notfound-icon[b-bbbatrz3v9] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: linear-gradient(90deg, oklch(72% 0.24 350), oklch(76% 0.17 55), oklch(78% 0.14 210));
}

.lp-notfound-title[b-bbbatrz3v9] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: oklch(97% 0.01 280);
}

.lp-notfound-desc[b-bbbatrz3v9] {
    color: oklch(78% 0.02 280);
    margin: 0;
    max-width: 380px;
}

@keyframes lp-blobFloat-b-bbbatrz3v9 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(40px, -50px) scale(1.15); } }
@keyframes lp-marquee-b-bbbatrz3v9 { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes lp-gradientShift-b-bbbatrz3v9 { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes lp-fadeInUp-b-bbbatrz3v9 { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes lp-pulseGlow-b-bbbatrz3v9 { 0%, 100% { box-shadow: 0 0 0 0 oklch(72% 0.24 350 / 0.55); } 50% { box-shadow: 0 0 0 14px oklch(72% 0.24 350 / 0); } }
@keyframes lp-bounceArrow-b-bbbatrz3v9 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* Blob background decorations */
.lp-blob[b-bbbatrz3v9] {
    position: fixed;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
    z-index: 0;
    animation: lp-blobFloat-b-bbbatrz3v9 16s ease-in-out infinite;
}

.lp-blob-1[b-bbbatrz3v9] { top: -15%; left: -12%; width: 48vw; height: 48vw; background: var(--pink); opacity: .35; animation-duration: 14s; }
.lp-blob-2[b-bbbatrz3v9] { top: 20%; right: -20%; width: 52vw; height: 52vw; background: var(--cyan); opacity: .3; animation-duration: 18s; animation-direction: reverse; }
.lp-blob-3[b-bbbatrz3v9] { bottom: -20%; left: 15%; width: 44vw; height: 44vw; background: var(--orange); opacity: .32; animation-duration: 16s; }

.lp-page[b-bbbatrz3v9] { position: relative; z-index: 1; }

/* Header */
.lp-header[b-bbbatrz3v9] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: oklch(16% 0.02 280 / 0.7);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow .25s ease;
}

.lp-header--scrolled[b-bbbatrz3v9] {
    box-shadow: 0 4px 20px oklch(10% 0 0 / 0.4);
}

.lp-header-inner[b-bbbatrz3v9] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: padding .25s ease;
}

.lp-header--scrolled .lp-header-inner[b-bbbatrz3v9] {
    padding: 8px 24px;
}

.lp-nav[b-bbbatrz3v9] {
    display: flex;
    gap: 28px;
    flex: 1;
    justify-content: center;
}

.lp-nav a[b-bbbatrz3v9] {
    color: var(--ink-dim);
    text-decoration: none;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
}

.lp-nav a:hover[b-bbbatrz3v9] {
    color: var(--pink);
}

.lp-brand[b-bbbatrz3v9] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.lp-brand-logo[b-bbbatrz3v9] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: cover;
    flex: none;
}

.lp-brand-name[b-bbbatrz3v9] {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: .3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.lp-header-actions[b-bbbatrz3v9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Buttons */
.lp-btn[b-bbbatrz3v9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    white-space: nowrap;
}

.lp-btn-primary[b-bbbatrz3v9] {
    background: var(--grad);
    background-size: 200%;
    color: oklch(12% 0 0);
    animation: lp-gradientShift-b-bbbatrz3v9 5s ease infinite, lp-pulseGlow-b-bbbatrz3v9 2.2s ease-in-out infinite;
}

.lp-btn-primary:hover[b-bbbatrz3v9] {
    transform: translateY(-1px);
    color: oklch(12% 0 0);
}

.lp-btn-outline[b-bbbatrz3v9] {
    background: transparent;
    border-color: var(--border);
    color: var(--ink);
}

.lp-btn-outline:hover[b-bbbatrz3v9] {
    border-color: var(--pink);
}

.lp-btn-solid[b-bbbatrz3v9] {
    background: var(--ink);
    color: var(--bg);
    box-shadow: 0 8px 24px oklch(10% 0 0 / 0.35);
}

.lp-btn-solid:hover[b-bbbatrz3v9] {
    transform: translateY(-1px);
    color: var(--bg);
}

.lp-btn-sm[b-bbbatrz3v9] {
    padding: 9px 18px;
    font-size: .85rem;
}

.lp-btn-lg[b-bbbatrz3v9] {
    padding: 15px 30px;
    font-size: 1rem;
}

/* Hero */
.lp-hero[b-bbbatrz3v9] {
    padding: 72px 24px 56px;
}

.lp-hero-inner[b-bbbatrz3v9] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}

.lp-badge[b-bbbatrz3v9] {
    display: inline-block;
    border: 1px solid var(--border);
    color: var(--ink-dim);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.lp-hero-title[b-bbbatrz3v9] {
    font-size: clamp(32px, 4vw + 10px, 56px);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 20px;
    background: var(--grad);
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: lp-gradientShift-b-bbbatrz3v9 6s ease infinite;
}

.lp-hero-desc[b-bbbatrz3v9] {
    font-size: 1.05rem;
    color: var(--ink-dim);
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 480px;
}

.lp-hero-actions[b-bbbatrz3v9] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lp-hero-scroll[b-bbbatrz3v9] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-dim);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.lp-hero-scroll span[b-bbbatrz3v9] {
    display: inline-block;
    animation: lp-bounceArrow-b-bbbatrz3v9 1.4s ease-in-out infinite;
}

.lp-hero-visual[b-bbbatrz3v9] { position: relative; }

.lp-hero-frame[b-bbbatrz3v9] {
    position: relative;
    border-radius: 24px;
}

.lp-hero-frame[b-bbbatrz3v9]::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 30px;
    background: var(--grad);
    background-size: 200%;
    animation: lp-gradientShift-b-bbbatrz3v9 6s ease infinite;
    filter: blur(2px);
    opacity: .85;
    z-index: -1;
}

.lp-hero-img[b-bbbatrz3v9] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.lp-hero-img--placeholder[b-bbbatrz3v9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--surface);
    border: 1px solid var(--border);
    font-size: 2.6rem;
    color: var(--ink-dim);
    text-align: center;
    padding: 24px;
}

.lp-hero-img--placeholder small[b-bbbatrz3v9] { font-size: .8rem; }

.lp-hero-tag[b-bbbatrz3v9] {
    position: absolute;
    top: -18px;
    right: -14px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--grad);
    background-size: 200%;
    animation: lp-gradientShift-b-bbbatrz3v9 5s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
    font-weight: 700;
    font-size: 12px;
    color: oklch(12% 0 0);
    box-shadow: 0 8px 30px oklch(72% 0.24 350 / 0.5);
    transform: rotate(-6deg);
}

/* Marquee ticker */
.lp-ticker[b-bbbatrz3v9] {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    background: oklch(20% 0.02 280 / 0.5);
}

.lp-ticker-track[b-bbbatrz3v9] {
    display: flex;
    width: max-content;
    gap: 44px;
    animation: lp-marquee-b-bbbatrz3v9 10s linear infinite;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.lp-ticker-item em[b-bbbatrz3v9] { color: var(--pink); font-style: normal; margin-left: 12px; }

/* Stats */
.lp-stats[b-bbbatrz3v9] {
    padding: 32px 24px;
}

.lp-stats-inner[b-bbbatrz3v9] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.lp-stat strong[b-bbbatrz3v9] {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 4px;
}

.lp-stat span[b-bbbatrz3v9] {
    font-size: .85rem;
    color: var(--ink-dim);
}

/* Section */
.lp-section[b-bbbatrz3v9] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 24px;
}

.lp-section-title[b-bbbatrz3v9] {
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
    color: #fff;
}

.lp-section-sub[b-bbbatrz3v9] {
    text-align: center;
    color: var(--ink-dim);
    margin: 0 0 32px;
}

.lp-field-grid[b-bbbatrz3v9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.lp-field-card[b-bbbatrz3v9] {
    display: block;
    background: var(--surface);
    backdrop-filter: blur(10px);
    border: 2px solid var(--border);
    border-radius: 18px;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    transition: transform .18s ease, border-color .18s ease;
}

.lp-field-card:hover[b-bbbatrz3v9] {
    transform: translateY(-4px);
    border-color: var(--field-accent, var(--pink));
}

.lp-field-topbar[b-bbbatrz3v9] {
    height: 5px;
    border-radius: 999px;
    background: var(--field-accent, var(--pink));
    margin-bottom: 12px;
}

.lp-field-thumb[b-bbbatrz3v9] {
    width: 100%;
    height: 120px;
    background: oklch(25% 0.02 280);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.lp-field-badge[b-bbbatrz3v9] {
    display: inline-block;
    background: var(--field-accent, var(--pink));
    color: oklch(12% 0 0);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.lp-field-name[b-bbbatrz3v9] {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
    color: #fff;
}

.lp-field-price[b-bbbatrz3v9] {
    color: var(--ink-dim);
    font-weight: 600;
    font-size: .92rem;
}

/* Gallery — flex + center thay vì grid: hàng cuối thiếu bao nhiêu cũng dồn vào giữa,
   không dạt trái trơ trọi như grid auto-fill (đúng với MỌI số ảnh, không riêng con số cố định nào). */
.lp-gallery-grid[b-bbbatrz3v9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.lp-gallery-photo[b-bbbatrz3v9] {
    width: 200px;
    flex: 0 1 200px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 30px oklch(10% 0 0 / 0.4);
    transition: transform .3s ease;
    display: block;
}

.lp-gallery-photo:hover[b-bbbatrz3v9] { transform: scale(1.03); }

/* Equipment */
.lp-equip-grid[b-bbbatrz3v9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.lp-equip-card[b-bbbatrz3v9] {
    background: var(--surface);
    backdrop-filter: blur(10px);
    border-left: 3px solid var(--equip-accent, var(--pink));
    border-radius: 16px;
    padding: 20px;
}

.lp-equip-name[b-bbbatrz3v9] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.lp-equip-price[b-bbbatrz3v9] {
    font-size: .88rem;
    color: var(--ink-dim);
}

/* Testimonials */
.lp-testi-grid[b-bbbatrz3v9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.lp-testi-card[b-bbbatrz3v9] {
    background: var(--surface);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 24px;
}

.lp-testi-card p[b-bbbatrz3v9] {
    margin: 0 0 16px;
    color: var(--ink);
    line-height: 1.55;
}

.lp-testi-card strong[b-bbbatrz3v9] {
    display: block;
    font-size: .95rem;
    color: #fff;
}

.lp-testi-card span[b-bbbatrz3v9] {
    color: var(--ink-dim);
    font-size: .82rem;
}

/* Contact section */
.lp-contact-grid[b-bbbatrz3v9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.lp-contact-item[b-bbbatrz3v9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: var(--surface);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px 20px;
    text-decoration: none;
    color: var(--ink);
    transition: transform .15s ease, border-color .15s ease;
}

a.lp-contact-item:hover[b-bbbatrz3v9] {
    transform: translateY(-2px);
    border-color: var(--pink);
}

.lp-contact-icon[b-bbbatrz3v9] {
    font-size: 1.4rem;
}

.lp-contact-label[b-bbbatrz3v9] {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--ink-dim);
}

.lp-contact-value[b-bbbatrz3v9] {
    font-size: 1rem;
    font-weight: 700;
    word-break: break-word;
    color: #fff;
}

.lp-contact-empty[b-bbbatrz3v9] {
    text-align: center;
    color: var(--ink-dim);
}

/* Footer */
.lp-footer[b-bbbatrz3v9] {
    border-top: 1px solid var(--border);
    color: var(--ink-dim);
    padding: 18px 24px;
}

.lp-footer-bottom[b-bbbatrz3v9] {
    max-width: 1280px;
    margin: 0 auto;
    font-size: .8rem;
    color: var(--ink-dim);
    text-align: center;
}

@media (max-width: 1024px) {
    .lp-nav[b-bbbatrz3v9] { display: none; }
    .lp-hero-inner[b-bbbatrz3v9] { grid-template-columns: 1fr; padding: 0; }
    .lp-hero-visual[b-bbbatrz3v9] { order: -1; }
    .lp-stats-inner[b-bbbatrz3v9] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .lp-field-grid[b-bbbatrz3v9], .lp-equip-grid[b-bbbatrz3v9] { grid-template-columns: 1fr 1fr; }
    .lp-gallery-photo[b-bbbatrz3v9] { width: 42vw; flex-basis: 42vw; }
}
