/* /Layout/NavMenu.razor.rz.scp.css */
/* ================================================= */
/* CONTENEDOR RAÍZ — ocupa todo el alto del drawer  */
/* ================================================= */
.navmenu-root[b-f2a1umuyrh] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 8px 0 16px;
    box-sizing: border-box;
}

/* ================================================= */
/* HEADER DE MARCA — logo en la esquina del drawer  */
/* ================================================= */
/* ================================================= */
/* HOME LINK — fuera del bloque de menús            */
/* ================================================= */
.navmenu-root[b-f2a1umuyrh]  > .mud-nav-link {
    color: var(--app-sidebar-text) !important;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
}

.navmenu-root[b-f2a1umuyrh]  > .mud-nav-link:hover {
    background: var(--app-sidebar-hover-bg) !important;
    color: var(--app-sidebar-hover-text) !important;
}

.navmenu-root[b-f2a1umuyrh]  > .mud-nav-link.active {
    background: var(--app-sidebar-active) !important;
    color: var(--app-sidebar-icon) !important;
}

.navmenu-root[b-f2a1umuyrh]  > .mud-nav-link .mud-icon-root {
    color: var(--app-sidebar-icon) !important;
}

/* ================================================= */
/* BLOQUE DE ÍTEMS DE MENÚ                          */
/* ================================================= */
.navmenu-items[b-f2a1umuyrh] {
    width: 100%;
    margin-top: 4px;
}

/* ================================================= */
/* ESTILOS DE LINKS Y GRUPOS — colores de tema      */
/* ================================================= */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link,
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group .mud-nav-link,
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group > button {
    color: var(--app-sidebar-text) !important;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
}

/* Permite que el texto ocupe más de una línea si es largo */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link-text,
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group .mud-nav-link-text {
    color: inherit !important;
    font-weight: 600;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    word-break: break-word;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}

/* Íconos — color corporativo por tema */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link .mud-icon-root,
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group .mud-icon-root {
    color: var(--app-sidebar-icon) !important;
    flex-shrink: 0;
}

/* Ítem activo */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link.active {
    background: var(--app-sidebar-active) !important;
    color: var(--app-sidebar-icon) !important;
}

.navmenu-items[b-f2a1umuyrh]  .mud-nav-link.active .mud-nav-link-text {
    color: var(--app-sidebar-icon) !important;
}

/* Hover */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link:hover,
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group > button:hover {
    background: var(--app-sidebar-hover-bg) !important;
    color: var(--app-sidebar-hover-text) !important;
}

/* Grupos: altura mínima del botón de cabecera */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-group > button {
    min-height: 44px;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Links individuales: altura mínima y alineación con texto largo */
.navmenu-items[b-f2a1umuyrh]  .mud-nav-link {
    min-height: 44px;
    align-items: flex-start !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* ================================================= */
/* MODO MINI — oculta textos y centra íconos        */
/* ================================================= */

/* Ocultar texto de los nav links */
.navmenu-mini[b-f2a1umuyrh]  .mud-nav-link-text,
.navmenu-mini[b-f2a1umuyrh]  .mud-nav-group .mud-nav-link-text {
    display: none !important;
}

/* Centrar icono en links individuales */
.navmenu-mini[b-f2a1umuyrh]  .mud-nav-link {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: center !important;
}

/* Centrar icono en nav groups (contenedores) */
.navmenu-mini[b-f2a1umuyrh]  .mud-nav-group > button {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ocultar flecha de expansión del grupo */
.navmenu-mini[b-f2a1umuyrh]  .mud-nav-group-arrow,
.navmenu-mini[b-f2a1umuyrh]  .mud-expand-panel-header .mud-icon-button {
    display: none !important;
}

/* Home link también centrado en mini */
.navmenu-mini[b-f2a1umuyrh] >  .mud-nav-link {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* /Pages/Addresses/AddressCaptureModal.razor.rz.scp.css */
.address-modal-shell[b-v6mkig0r8l] {
    width: min(920px, calc(100vw - 32px));
    min-width: 0;
    max-height: 82vh;
    background: var(--app-surface, #ffffff);
    border-radius: 16px;
    overflow: hidden;
}

.address-modal-header[b-v6mkig0r8l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    color: #ffffff;
    background: #e51d35;
    border-radius: 16px 16px 0 0;
}

.address-modal-header__title[b-v6mkig0r8l] {
    font-size: 1.2rem;
    font-weight: 800;
}

.address-modal-header__close[b-v6mkig0r8l] {
    color: #ffffff !important;
}

.address-modal-body[b-v6mkig0r8l] {
    padding: 1rem !important;
    overflow-y: auto;
}

.address-help-text[b-v6mkig0r8l] {
    font-size: 0.98rem;
    color: #1f2937;
    margin-bottom: 0.3rem;
}

.address-help-note[b-v6mkig0r8l] {
    font-size: 0.92rem;
    font-style: italic;
    color: #374151;
    margin-bottom: 0.2rem;
}

.address-capture-panel[b-v6mkig0r8l],
.address-complement-panel[b-v6mkig0r8l] {
    margin-top: 1rem;
    padding: 0.75rem 0;
}

.address-capture-intro[b-v6mkig0r8l] {
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #334155;
}

.address-capture-groups[b-v6mkig0r8l] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.address-capture-group--main[b-v6mkig0r8l] {
    grid-column: 1 / -1;
}

.address-capture-group[b-v6mkig0r8l] {
    background: #ffffff;
    border: 1px solid #e5edf7;
    border-radius: 18px;
    padding: 0.75rem;
}

.address-capture-group__title[b-v6mkig0r8l] {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    color: #1f2937;
}

.address-capture-group__labels[b-v6mkig0r8l] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.55rem;
    font-size: 0.86rem;
    color: #475569;
    text-align: center;
}

.address-capture-group__controls[b-v6mkig0r8l],
.address-complement-panel__row[b-v6mkig0r8l] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.address-capture-group__controls--main[b-v6mkig0r8l] {
    justify-content: space-between;
}

.address-capture-group__controls--secondary[b-v6mkig0r8l],
.address-capture-group__controls--complement[b-v6mkig0r8l] {
    justify-content: flex-start;
}

.address-capture-group--main .address-capture-group__labels[b-v6mkig0r8l] {
    grid-template-columns: 220px 110px repeat(4, minmax(72px, 1fr));
}

.address-capture-group--secondary .address-capture-group__labels[b-v6mkig0r8l] {
    grid-template-columns: 1fr 72px;
}

.address-capture-group--complement .address-capture-group__labels[b-v6mkig0r8l] {
    grid-template-columns: 1fr 94px;
}

.address-select[b-v6mkig0r8l],
.address-input[b-v6mkig0r8l] {
    height: 40px;
    border-color: #d1d5db;
    border-radius: 10px;
}

.address-select-road[b-v6mkig0r8l] {
    width: 220px;
}

.address-select-short[b-v6mkig0r8l] {
    width: 72px;
}

.address-select-quadrant[b-v6mkig0r8l] {
    width: 94px;
}

.address-input-number[b-v6mkig0r8l] {
    width: 74px;
}

.address-inline-label[b-v6mkig0r8l],
.address-inline-symbol[b-v6mkig0r8l] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #374151;
}

.address-generated-block[b-v6mkig0r8l] {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    margin-top: 1rem;
}

.address-generated-block__label[b-v6mkig0r8l] {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1f2937;
}

.address-generated-block__input[b-v6mkig0r8l] {
    background: #f8fafc;
    font-weight: 600;
    border-radius: 10px;
}

.address-generated-block--secondary[b-v6mkig0r8l] {
    margin-top: 0.85rem;
}

.address-complement-panel__title[b-v6mkig0r8l] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #1f2937;
}

.address-complement-panel__subtitle[b-v6mkig0r8l] {
    font-size: 0.92rem;
    font-style: italic;
    color: #374151;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}

.address-complement-panel__input[b-v6mkig0r8l] {
    width: 180px;
    height: 40px;
}

.address-complement-tags[b-v6mkig0r8l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.address-complement-tag[b-v6mkig0r8l] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.88rem;
    font-weight: 700;
}

.address-complement-tag__remove[b-v6mkig0r8l] {
    border: none;
    background: transparent;
    color: #9a3412;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
}

.address-actions-secondary[b-v6mkig0r8l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.address-secondary-button[b-v6mkig0r8l] {
    border-radius: 12px;
    font-weight: 700;
}

.address-geo-summary[b-v6mkig0r8l] {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    color: #1f2937;
}

.address-geo-summary--muted[b-v6mkig0r8l] {
    color: #6b7280;
}

.address-geo-summary__separator[b-v6mkig0r8l] {
    margin: 0 0.55rem;
    color: #9ca3af;
}

.address-modal-footer .mud-button-root[b-v6mkig0r8l] {
    min-width: 118px;
}

.address-action-button[b-v6mkig0r8l] {
    border-radius: 12px !important;
    padding-inline: 1.2rem !important;
    font-weight: 800 !important;
}

.address-manual-panel[b-v6mkig0r8l] {
    margin-top: 0.5rem;
}

@media (max-width: 1100px) {
    .address-modal-shell[b-v6mkig0r8l] {
        width: min(920px, calc(100vw - 24px));
        min-width: 0;
    }

    .address-capture-groups[b-v6mkig0r8l] {
        grid-template-columns: 1fr;
    }

    .address-capture-group__labels[b-v6mkig0r8l] {
        text-align: left;
    }

    .address-capture-group--main .address-capture-group__labels[b-v6mkig0r8l],
    .address-capture-group--secondary .address-capture-group__labels[b-v6mkig0r8l],
    .address-capture-group--complement .address-capture-group__labels[b-v6mkig0r8l] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .address-capture-group__controls--main[b-v6mkig0r8l],
    .address-capture-group__controls--secondary[b-v6mkig0r8l],
    .address-capture-group__controls--complement[b-v6mkig0r8l] {
        justify-content: flex-start;
    }

    .address-generated-block[b-v6mkig0r8l] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .address-modal-shell[b-v6mkig0r8l] {
        width: calc(100vw - 16px);
        max-height: 88vh;
        border-radius: 12px;
    }

    .address-modal-body[b-v6mkig0r8l] {
        padding: 0.75rem !important;
    }

    .address-capture-group[b-v6mkig0r8l] {
        padding: 0.7rem;
    }

    .address-capture-group__title[b-v6mkig0r8l] {
        text-align: left;
    }

    .address-capture-group__labels[b-v6mkig0r8l],
    .address-capture-group--main .address-capture-group__labels[b-v6mkig0r8l],
    .address-capture-group--secondary .address-capture-group__labels[b-v6mkig0r8l],
    .address-capture-group--complement .address-capture-group__labels[b-v6mkig0r8l] {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .address-select-road[b-v6mkig0r8l],
    .address-complement-panel__input[b-v6mkig0r8l],
    .address-generated-block__input[b-v6mkig0r8l] {
        width: 100%;
    }

    .address-input-number[b-v6mkig0r8l],
    .address-select-short[b-v6mkig0r8l],
    .address-select-quadrant[b-v6mkig0r8l] {
        width: calc(50% - 0.25rem);
        min-width: 0;
    }

    .address-complement-panel__row > *[b-v6mkig0r8l] {
        width: 100%;
    }

    .address-actions-secondary[b-v6mkig0r8l] {
        flex-direction: column;
    }

    .address-actions-secondary :deep(.mud-button-root)[b-v6mkig0r8l] {
        width: 100%;
        justify-content: center;
    }

    .address-capture-group__controls--secondary .address-inline-label[b-v6mkig0r8l],
    .address-capture-group__controls--complement .address-inline-symbol[b-v6mkig0r8l] {
        width: 100%;
        text-align: left;
    }

    .address-modal-footer[b-v6mkig0r8l] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .address-modal-footer .mud-button-root:first-child[b-v6mkig0r8l] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .address-input-number[b-v6mkig0r8l],
    .address-select-short[b-v6mkig0r8l],
    .address-select-quadrant[b-v6mkig0r8l] {
        width: 100%;
    }
}
/* /Pages/Auth/DataPolicyConsentDialog.razor.rz.scp.css */
.policy-dialog[b-8vj9foit43] {
    color: var(--mud-palette-text-primary);
}

.policy-dialog-layout[b-8vj9foit43] {
    display: grid;
    grid-template-rows: auto auto minmax(180px, 1fr) auto;
    gap: 1rem;
    height: min(62vh, 620px);
    min-height: 430px;
    overflow: hidden;
}

.policy-dialog-header[b-8vj9foit43] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--app-gradient-primary-end));
    color: var(--mud-palette-primary-text);
}

.policy-dialog-heading[b-8vj9foit43] {
    min-width: 0;
}

.policy-dialog-header-icon[b-8vj9foit43] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.16);
    color: inherit;
}

.policy-dialog-title[b-8vj9foit43],
.policy-dialog-version[b-8vj9foit43],
.policy-dialog-header-icon :deep(.mud-icon-root)[b-8vj9foit43] {
    color: inherit !important;
}

.policy-dialog-version[b-8vj9foit43] {
    opacity: 0.88;
}

.policy-dialog-alert[b-8vj9foit43] {
    margin: 0 !important;
}

.policy-dialog-document[b-8vj9foit43] {
    min-height: 0;
    overflow-y: auto;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 14px;
    background: color-mix(in srgb, var(--mud-palette-background) 72%, var(--mud-palette-surface));
    color: var(--mud-palette-text-primary);
    font-size: 0.94rem;
    line-height: 1.65;
    white-space: pre-wrap;
    scrollbar-gutter: stable;
}

.policy-dialog-consent[b-8vj9foit43] {
    display: grid;
    gap: 0.55rem;
    flex: 0 0 auto;
}

.policy-dialog-authorization[b-8vj9foit43] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-height: 120px;
    margin: 0;
    padding: 0.75rem 0.9rem;
    overflow-y: auto;
    border-left: 4px solid var(--mud-palette-primary);
    border-radius: 10px;
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
}

.policy-dialog-checkbox[b-8vj9foit43] {
    font-weight: 600;
}

.policy-dialog-actions[b-8vj9foit43] {
    display: grid;
    gap: 0.7rem;
    width: 100%;
}

.policy-dialog-confirmation[b-8vj9foit43] {
    width: 100%;
    padding: 0.55rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 38%, var(--mud-palette-divider));
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-surface));
}

.policy-dialog-footer[b-8vj9foit43] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 0.75rem;
}

@media (max-width: 600px) {
    .policy-dialog-layout[b-8vj9foit43] {
        height: min(54vh, 520px);
        min-height: 330px;
        gap: 0.75rem;
    }

    .policy-dialog-header[b-8vj9foit43] {
        gap: 0.75rem;
        padding: 0.85rem;
    }

    .policy-dialog-title[b-8vj9foit43] {
        font-size: 1.1rem !important;
    }

    .policy-dialog-document[b-8vj9foit43] {
        padding: 0.85rem;
        font-size: 0.9rem;
    }

    .policy-dialog-authorization[b-8vj9foit43] {
        max-height: 96px;
        padding: 0.65rem 0.75rem;
    }

    .policy-dialog-footer[b-8vj9foit43] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .policy-dialog-confirmation[b-8vj9foit43] {
        padding: 0.45rem 0.65rem;
    }

    .policy-dialog-footer :deep(.mud-button-root)[b-8vj9foit43] {
        width: 100%;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
/* =======================================================
   LOGIN - compacto, aislado del dialog NoHeader
   ======================================================= */

.login-shell[b-z246abybxy] {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
    background:
        radial-gradient(circle at 92% 0%, rgba(124, 58, 237, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(37, 99, 235, 0.06) 0%, transparent 34%),
        var(--app-surface, #ffffff);
}

.login-accent-bar[b-z246abybxy] {
    height: 4px;
    background: linear-gradient(90deg, var(--theme-action-start, #2563eb), var(--theme-action-end, #7c3aed));
}

.login-header[b-z246abybxy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--app-border, rgba(15, 23, 42, 0.08));
}

.login-logo-wrap[b-z246abybxy] {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
    border-radius: 50%;
    background: #05070d;
    box-shadow:
        0 10px 22px rgba(37, 99, 235, 0.25),
        0 0 0 5px rgba(37, 99, 235, 0.10);
}

.login-logo-img[b-z246abybxy] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.login-heading[b-z246abybxy] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.login-title[b-z246abybxy] {
    color: var(--app-text, #0f172a);
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

.login-subtitle[b-z246abybxy] {
    color: var(--app-muted, #64748b);
    font-size: 0.78rem;
    line-height: 1.25;
}

.login-body[b-z246abybxy] {
    padding: 16px 20px 14px;
}

.login-fields[b-z246abybxy] {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.login-field[b-z246abybxy] {
    display: grid;
    gap: 5px;
}

.login-field-label[b-z246abybxy] {
    color: var(--app-muted, #94a3b8);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

[b-z246abybxy] .login-field-input,
[b-z246abybxy] .login-field-input .mud-input-control {
    margin-top: 0 !important;
}

[b-z246abybxy] .login-field-input .mud-input-root,
[b-z246abybxy] .login-field-input .mud-input-slot {
    min-height: 40px !important;
    align-items: center !important;
    background: var(--app-field-bg, #f8fafc) !important;
}

[b-z246abybxy] .login-field-input .mud-input-outlined-border {
    border-color: var(--app-field-border, #2d4162) !important;
    border-radius: 10px !important;
}

[b-z246abybxy] .login-field-input .mud-input:focus-within .mud-input-outlined-border,
[b-z246abybxy] .login-field-input.mud-input-control:focus-within .mud-input-outlined-border {
    border-color: var(--app-primary, #2563eb) !important;
}

[b-z246abybxy] .login-field-input .mud-input > input {
    min-height: 40px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size: 0.9rem !important;
    line-height: 1.25 !important;
}

[b-z246abybxy] .login-field-input .mud-input-adornment {
    margin-top: 0 !important;
    align-self: center !important;
}

[b-z246abybxy] .login-field-input .mud-input-adornment .mud-icon-root {
    font-size: 1.1rem !important;
}

.login-actions[b-z246abybxy] {
    display: grid;
    gap: 8px;
}

[b-z246abybxy] .login-btn-submit {
    height: 40px !important;
    border-radius: 11px !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    background: linear-gradient(90deg, var(--theme-action-start, #2563eb), var(--theme-action-end, #7c3aed)) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.26) !important;
    transition: box-shadow 0.18s ease, transform 0.14s ease !important;
}

[b-z246abybxy] .login-btn-submit:hover {
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.36) !important;
    transform: translateY(-1px);
}

[b-z246abybxy] .login-btn-cancel {
    height: 34px !important;
    border-radius: 11px !important;
    color: var(--app-muted, #64748b) !important;
    border-color: var(--app-border, #cbd5e1) !important;
    font-weight: 700 !important;
    font-size: 0.86rem !important;
    opacity: 0.9;
    box-shadow: none !important;
}

[b-z246abybxy] .login-btn-cancel:hover {
    opacity: 1;
    background: rgba(100, 116, 139, 0.08) !important;
}

.login-footer[b-z246abybxy] {
    padding: 0 20px 16px;
}

.login-footer-divider[b-z246abybxy] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}

.login-footer-divider[b-z246abybxy]::before,
.login-footer-divider[b-z246abybxy]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--app-border, #e2e8f0);
}

.login-footer-label[b-z246abybxy] {
    color: var(--app-muted, #94a3b8);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.login-footer-links[b-z246abybxy] {
    display: grid;
    gap: 2px;
}

.login-footer-item[b-z246abybxy] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    padding: 3px 4px;
    border-radius: 7px;
    transition: background 0.15s ease;
}

.login-footer-item:hover[b-z246abybxy] {
    background: rgba(59, 130, 246, 0.08);
}

[b-z246abybxy] .login-footer-icon {
    width: 0.88rem !important;
    height: 0.88rem !important;
    color: var(--app-muted, #94a3b8) !important;
    flex-shrink: 0;
    font-size: 0.88rem !important;
}

[b-z246abybxy] .login-footer-item a {
    color: var(--app-muted, #94a3b8) !important;
    font-size: 0.74rem !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
}

[b-z246abybxy] .login-footer-item a:hover,
[b-z246abybxy] .login-footer-item a strong {
    color: var(--app-primary, #2563eb) !important;
}

[b-z246abybxy] .login-footer-item a strong {
    font-weight: 800;
}

@media (max-width: 520px) {
    .login-shell[b-z246abybxy] {
        width: 100%;
    }

    .login-header[b-z246abybxy] {
        padding: 15px 16px;
    }

    .login-logo-wrap[b-z246abybxy] {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .login-title[b-z246abybxy] {
        font-size: 1.08rem;
    }

    .login-subtitle[b-z246abybxy] {
        font-size: 0.72rem;
    }

    .login-body[b-z246abybxy] {
        padding: 15px 16px 13px;
    }

    .login-footer[b-z246abybxy] {
        padding: 0 16px 15px;
    }
}
/* /Pages/Auth/Register.razor.rz.scp.css */
.register-address-actions[b-nn4adqu5u1] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.register-address-actions :deep(.mud-button-root)[b-nn4adqu5u1] {
    min-height: 44px;
}

.password-requirements[b-nn4adqu5u1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.75rem;
    margin-top: 0.65rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 10px;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, transparent);
}

.password-rule[b-nn4adqu5u1] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.82rem;
}

.password-rule--valid[b-nn4adqu5u1] {
    color: var(--mud-palette-success);
    font-weight: 600;
}

.policy-consent-card[b-nn4adqu5u1] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 16px;
    background: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-primary));
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.policy-consent-card--accepted[b-nn4adqu5u1] {
    border-color: color-mix(in srgb, var(--mud-palette-success) 55%, var(--mud-palette-divider));
    background: color-mix(in srgb, var(--mud-palette-success) 7%, var(--mud-palette-surface));
    box-shadow: 0 8px 24px color-mix(in srgb, var(--mud-palette-success) 10%, transparent);
}

.policy-consent-icon[b-nn4adqu5u1] {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
    color: var(--mud-palette-primary);
}

.policy-consent-card--accepted .policy-consent-icon[b-nn4adqu5u1] {
    background: color-mix(in srgb, var(--mud-palette-success) 13%, transparent);
    color: var(--mud-palette-success);
}

.policy-consent-title[b-nn4adqu5u1] {
    font-weight: 700 !important;
}

.policy-consent-version[b-nn4adqu5u1],
.policy-consent-status[b-nn4adqu5u1] {
    color: var(--mud-palette-text-secondary);
}

.policy-consent-status[b-nn4adqu5u1] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.82rem;
}

.policy-consent-card--accepted .policy-consent-status[b-nn4adqu5u1] {
    color: var(--mud-palette-success);
    font-weight: 600;
}

.policy-consent-action[b-nn4adqu5u1] {
    white-space: nowrap;
}

@media (max-width: 700px) {
    .password-requirements[b-nn4adqu5u1] {
        grid-template-columns: 1fr;
    }
    .register-address-actions[b-nn4adqu5u1] {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .register-address-actions :deep(.mud-button-root)[b-nn4adqu5u1] {
        width: 100%;
        justify-content: center;
    }

    .policy-consent-card[b-nn4adqu5u1] {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.9rem;
    }

    .policy-consent-icon[b-nn4adqu5u1] {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .policy-consent-action[b-nn4adqu5u1] {
        grid-column: 1 / -1;
        width: 100%;
    }
}
/* /Pages/Auth/TenantSelectionDialog.razor.rz.scp.css */
.tenant-selector[b-vweck7ue66] { padding:1.25rem; }
.tenant-selector-intro[b-vweck7ue66] { display:flex; align-items:flex-start; gap:.9rem; margin-bottom:1rem; }
.tenant-selector-intro h3[b-vweck7ue66] { margin:0; font-size:1.3rem; }
.tenant-selector-intro p[b-vweck7ue66] { margin:.25rem 0 0; color:var(--mud-palette-text-secondary); }
.tenant-selector-list[b-vweck7ue66] { display:grid; gap:.65rem; max-height:min(420px,55dvh); margin-bottom:1rem; overflow-y:auto; }
.tenant-selector-option[b-vweck7ue66] { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:.8rem; width:100%; padding:.85rem; border:1px solid var(--mud-palette-lines-default); border-radius:12px; color:var(--mud-palette-text-primary); background:var(--mud-palette-surface); cursor:pointer; text-align:left; transition:border-color .15s ease,background .15s ease; }
.tenant-selector-option:hover[b-vweck7ue66],.tenant-selector-option:focus-visible[b-vweck7ue66] { border-color:var(--mud-palette-primary); background:var(--mud-palette-action-default-hover); outline:none; }
.tenant-selector-option img[b-vweck7ue66] { width:42px; height:42px; border-radius:50%; object-fit:contain; }
.tenant-selector-option strong[b-vweck7ue66],.tenant-selector-option small[b-vweck7ue66] { display:block; }
.tenant-selector-option small[b-vweck7ue66] { margin-top:.15rem; color:var(--mud-palette-text-secondary); }
@media (max-width:600px) { .tenant-selector[b-vweck7ue66]{padding:1rem}.tenant-selector-list[b-vweck7ue66]{max-height:52dvh}.tenant-selector-option[b-vweck7ue66]{padding:.75rem} }
/* /Pages/Festivos/AdminFestivos.razor.rz.scp.css */
.festivos-calendar-shell[b-crc0rklmwz] {
    margin-top: 1rem;
    padding: 1rem 0 1.5rem 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.festivos-calendar-toolbar[b-crc0rklmwz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 1rem 1rem 1rem;
}

.festivos-calendar-title-block[b-crc0rklmwz] {
    text-align: center;
    flex: 1;
}

.festivos-calendar-year[b-crc0rklmwz] {
    font-weight: 800;
    margin-bottom: 2px;
}

.festivos-calendar-subtitle[b-crc0rklmwz] {
    color: #64748b;
}

.festivos-legend[b-crc0rklmwz] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 1rem 1rem 1rem;
}

.festivos-legend-item[b-crc0rklmwz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    color: #475569;
}

.festivos-legend-color[b-crc0rklmwz] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: inline-block;
}

.festivos-legend-color--holiday[b-crc0rklmwz] {
    background: #dc2626;
}

.festivos-legend-color--today[b-crc0rklmwz] {
    background: #ffffff;
    border: 2px solid #334155;
}

.festivos-year-grid[b-crc0rklmwz] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0 1rem;
}

.festivos-month-grid[b-crc0rklmwz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 0 1rem;
}

.festivos-month-card[b-crc0rklmwz] {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.festivos-month-card--single[b-crc0rklmwz] {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.festivos-month-header[b-crc0rklmwz] {
    text-align: center;
    margin-bottom: 10px;
}

.festivos-month-header .mud-typography[b-crc0rklmwz] {
    font-weight: 800;
    text-transform: capitalize;
}

.festivos-weekdays[b-crc0rklmwz],
.festivos-days[b-crc0rklmwz] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.festivos-weekdays[b-crc0rklmwz] {
    margin-bottom: 8px;
}

.festivos-weekday[b-crc0rklmwz] {
    text-align: center;
    font-weight: 700;
    color: #64748b;
    font-size: 0.95rem;
}

.festivos-day[b-crc0rklmwz] {
    min-height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-weight: 600;
    background: transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.festivos-day[title][b-crc0rklmwz] {
    cursor: default;
}

.festivos-day:hover[b-crc0rklmwz] {
    transform: translateY(-1px);
}

.festivos-day--empty[b-crc0rklmwz] {
    background: transparent;
}

.festivos-day--holiday[b-crc0rklmwz] {
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.22);
}

.festivos-day--today[b-crc0rklmwz] {
    border: 2px solid #334155;
    background: #ffffff;
    color: #0f172a;
}

.festivos-day--sunday[b-crc0rklmwz] {
    color: #dc2626;
}

@media (max-width: 1280px) {
    .festivos-year-grid[b-crc0rklmwz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .festivos-year-grid[b-crc0rklmwz] {
        grid-template-columns: minmax(0, 1fr);
    }

    .festivos-calendar-toolbar[b-crc0rklmwz] {
        padding-top: 4px;
    }

    .festivos-day[b-crc0rklmwz] {
        min-height: 34px;
        font-size: 0.92rem;
    }
}
/* /Pages/Festivos/FestivosCalendarView.razor.rz.scp.css */
.festivos-calendar-dialog-shell[b-e1z8e4wbkd],
.festivos-calendar-page-shell[b-e1z8e4wbkd] {
    min-height: 320px;
}

.festivos-calendar-dialog-shell[b-e1z8e4wbkd] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: hidden;
}

.festivos-calendar-page-shell[b-e1z8e4wbkd] {
    padding: 1rem;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.festivos-calendar-view-body[b-e1z8e4wbkd] {
    padding: 0.5rem 0.25rem 0;
}

.festivos-calendar-dialog-shell .festivos-calendar-view-body[b-e1z8e4wbkd] {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.festivos-calendar-view-footer[b-e1z8e4wbkd] {
    margin-top: 1.25rem;
}

.festivos-calendar-dialog-shell .festivos-calendar-view-footer[b-e1z8e4wbkd] {
    margin-top: 0;
    padding-top: 1rem;
    background: #ffffff;
}

.festivos-calendar-toolbar[b-e1z8e4wbkd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 0.25rem 1rem 0.25rem;
}

.festivos-calendar-title-block[b-e1z8e4wbkd] {
    text-align: center;
    flex: 1;
}

.festivos-calendar-year[b-e1z8e4wbkd] {
    font-weight: 800;
    margin-bottom: 2px;
}

.festivos-calendar-subtitle[b-e1z8e4wbkd] {
    color: #64748b;
}

.festivos-legend[b-e1z8e4wbkd] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 0.25rem 1rem 0.25rem;
}

.festivos-legend-item[b-e1z8e4wbkd] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    color: #475569;
}

.festivos-legend-color[b-e1z8e4wbkd] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: inline-block;
}

.festivos-legend-color--holiday[b-e1z8e4wbkd] {
    background: #dc2626;
}

.festivos-legend-color--today[b-e1z8e4wbkd] {
    background: #ffffff;
    border: 2px solid #334155;
}

.festivos-year-grid[b-e1z8e4wbkd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0 0.25rem;
}

.festivos-month-grid[b-e1z8e4wbkd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 0 0.25rem;
}

.festivos-month-card[b-e1z8e4wbkd] {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.festivos-month-card--single[b-e1z8e4wbkd] {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.festivos-month-header[b-e1z8e4wbkd] {
    text-align: center;
    margin-bottom: 10px;
}

.festivos-month-header .mud-typography[b-e1z8e4wbkd] {
    font-weight: 800;
    text-transform: capitalize;
}

.festivos-weekdays[b-e1z8e4wbkd],
.festivos-days[b-e1z8e4wbkd] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.festivos-weekdays[b-e1z8e4wbkd] {
    margin-bottom: 8px;
}

.festivos-weekday[b-e1z8e4wbkd] {
    text-align: center;
    font-weight: 700;
    color: #64748b;
    font-size: 0.95rem;
}

.festivos-day[b-e1z8e4wbkd] {
    min-height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-weight: 600;
    background: transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.festivos-day[title][b-e1z8e4wbkd] {
    cursor: default;
}

.festivos-day:hover[b-e1z8e4wbkd] {
    transform: translateY(-1px);
}

.festivos-day--empty[b-e1z8e4wbkd] {
    background: transparent;
}

.festivos-day--holiday[b-e1z8e4wbkd] {
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(220, 38, 38, 0.22);
}

.festivos-day--today[b-e1z8e4wbkd] {
    border: 2px solid #334155;
    background: #ffffff;
    color: #0f172a;
}

.festivos-day--sunday[b-e1z8e4wbkd] {
    color: #dc2626;
}

@media (max-width: 1400px) {
    .festivos-year-grid[b-e1z8e4wbkd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .festivos-year-grid[b-e1z8e4wbkd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .festivos-day[b-e1z8e4wbkd] {
        min-height: 34px;
        font-size: 0.92rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:global(html)[b-fhcrr5h2an] { scroll-behavior: smooth; }
:global(body)[b-fhcrr5h2an] { background: #f7f9fc; }
.move-home[b-fhcrr5h2an] {
    --move-primary: var(--mud-palette-primary, #2563eb);
    --move-primary-text: var(--mud-palette-primary-text, #fff);
    --move-secondary: var(--mud-palette-secondary, #14b8a6);
    --move-surface: var(--mud-palette-surface, #fff);
    --move-background: var(--mud-palette-background, #f7f9fc);
    --move-divider: var(--mud-palette-divider, #e2e8f0);
    --move-text: var(--mud-palette-text-primary, #10233d);
    --move-muted: var(--mud-palette-text-secondary, #60718a);
    --move-dark: color-mix(in srgb, var(--move-primary) 34%, #06162a 66%);
    --move-dark-soft: color-mix(in srgb, var(--move-primary) 48%, #0a2038 52%);
    --navy: var(--move-dark);
    --blue: var(--move-primary);
    --cyan: var(--move-secondary);
    --ink: var(--move-text);
    --muted: var(--move-muted);
    color:var(--ink);
    overflow:hidden;
    background:var(--move-surface);
}
.move-shell[b-fhcrr5h2an] { width:min(1180px, calc(100% - 40px)); margin:0 auto; }
.move-hero[b-fhcrr5h2an] { position:relative; min-height:760px; padding:112px 0 92px; color:var(--move-primary-text); background:radial-gradient(circle at 70% 35%,color-mix(in srgb,var(--move-primary) 58%,#17314d) 0,var(--move-dark-soft) 35%,var(--move-dark) 76%); isolation:isolate; }
.move-hero[b-fhcrr5h2an]::after { content:""; position:absolute; inset:0; z-index:-1; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:44px 44px; mask-image:linear-gradient(to bottom,#000,transparent 86%); }
.move-orb[b-fhcrr5h2an] { position:absolute; border-radius:50%; filter:blur(3px); opacity:.2; z-index:-1; }
.move-orb-one[b-fhcrr5h2an] { width:420px;height:420px;right:-160px;top:-100px;background:var(--move-secondary); }
.move-orb-two[b-fhcrr5h2an] { width:300px;height:300px;left:-180px;bottom:-90px;background:var(--move-primary); }
.move-hero-grid[b-fhcrr5h2an] { display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center; }
.move-kicker[b-fhcrr5h2an],.move-eyebrow[b-fhcrr5h2an] { display:inline-flex;align-items:center;gap:9px;color:var(--move-secondary);font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase; }
.move-kicker[b-fhcrr5h2an] { padding:9px 13px;border:1px solid rgba(90,218,239,.22);border-radius:999px;background:rgba(31,181,213,.1); }
.move-kicker span[b-fhcrr5h2an] { width:7px;height:7px;border-radius:50%;background:var(--move-secondary);box-shadow:0 0 0 5px color-mix(in srgb,var(--move-secondary) 18%,transparent); }
.move-hero h1[b-fhcrr5h2an] { max-width:650px;margin:24px 0 22px;line-height:1;letter-spacing:-.045em;font-weight:780;text-wrap:balance; }
.move-hero-product[b-fhcrr5h2an] { display:block;width:max-content;margin-bottom:18px;padding:7px 11px;border-left:3px solid var(--move-secondary);border-radius:0 6px 6px 0;color:color-mix(in srgb,var(--move-primary-text) 78%,var(--move-secondary));background:color-mix(in srgb,var(--move-secondary) 13%,transparent);font-size:.78rem;line-height:1;letter-spacing:.16em;text-transform:uppercase; }
.move-hero-main[b-fhcrr5h2an] { display:block;max-width:620px;font-size:clamp(2.45rem,4vw,4rem);line-height:1.04; }
.move-hero-emphasis[b-fhcrr5h2an] { display:block;max-width:620px;margin-top:10px;color:var(--move-secondary);font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.12;letter-spacing:-.035em; }
.move-hero-copy>p[b-fhcrr5h2an] { max-width:620px;margin:0;color:#bfd0e4;font-size:1.12rem;line-height:1.75; }
.move-actions[b-fhcrr5h2an] { display:flex;flex-wrap:wrap;gap:13px;margin-top:32px; }
.move-button[b-fhcrr5h2an] { min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 21px;border:0;border-radius:10px;font-size:.92rem;font-weight:750;text-decoration:none;cursor:pointer;transition:.2s ease; }
.move-button:hover[b-fhcrr5h2an] { transform:translateY(-2px); }
.move-button-primary[b-fhcrr5h2an] { color:var(--move-primary-text);background:linear-gradient(135deg,var(--move-primary),var(--move-secondary));box-shadow:0 12px 32px color-mix(in srgb,var(--move-primary) 30%,transparent); }
.move-button-ghost[b-fhcrr5h2an] { color:#e8f1fc;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06); }
.move-trust-row[b-fhcrr5h2an] { display:flex;flex-wrap:wrap;gap:19px;margin-top:30px;color:#9fb4cb;font-size:.78rem; }
.move-trust-row span[b-fhcrr5h2an] { display:flex;align-items:center;gap:6px; }
.move-control[b-fhcrr5h2an] { border:1px solid rgba(255,255,255,.14);border-radius:18px;background:var(--move-dark);box-shadow:0 34px 80px rgba(0,0,0,.42);transform:perspective(1200px) rotateY(-2deg);overflow:hidden; }
.move-control-top[b-fhcrr5h2an] { height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.08);background:#102842;color:#8298b0;font-size:.62rem;letter-spacing:.05em; }
.move-control-top>div[b-fhcrr5h2an] { display:flex;gap:5px; }.move-control-top i[b-fhcrr5h2an] { width:7px;height:7px;border-radius:50%;background:#38516d; }.move-control-top b[b-fhcrr5h2an] { color:#67e5c3;font-size:.55rem; }
.move-control-body[b-fhcrr5h2an] { padding:22px; }
.move-control-heading[b-fhcrr5h2an],.move-chart-title[b-fhcrr5h2an],.move-profit-header[b-fhcrr5h2an] { display:flex;justify-content:space-between;align-items:center; }
.move-control-heading small[b-fhcrr5h2an],.move-control-heading strong[b-fhcrr5h2an] { display:block; }.move-control-heading small[b-fhcrr5h2an] { color:#718ba5;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em; }.move-control-heading strong[b-fhcrr5h2an] { margin-top:4px;font-size:.95rem; }.move-control-heading>span[b-fhcrr5h2an] { display:flex;align-items:center;gap:3px;padding:6px 9px;border:1px solid #263f5d;border-radius:6px;color:#8ea5bc;font-size:.62rem; }
.move-kpis[b-fhcrr5h2an] { display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0; }
.move-kpis article[b-fhcrr5h2an] { position:relative;padding:13px;border:1px solid #1c3857;border-radius:9px;background:#102844;overflow:hidden; }.move-kpis article[b-fhcrr5h2an]::after { content:"";position:absolute;width:65px;height:65px;right:-26px;bottom:-28px;border-radius:50%;background:rgba(38,164,232,.12); }
.move-kpis span[b-fhcrr5h2an],.move-kpis strong[b-fhcrr5h2an],.move-kpis em[b-fhcrr5h2an] { display:block; }.move-kpis span[b-fhcrr5h2an]{color:#8fa6be;font-size:.6rem}.move-kpis strong[b-fhcrr5h2an]{margin:7px 0 5px;font-size:1.2rem}.move-kpis em[b-fhcrr5h2an]{color:#5fd7b7;font-size:.55rem;font-style:normal}.move-kpis em.warning[b-fhcrr5h2an]{color:#ffb65c}
.move-chart-card[b-fhcrr5h2an] { padding:15px;border:1px solid #1c3857;border-radius:10px;background:#0d223c; }
.move-chart-title span[b-fhcrr5h2an] { font-size:.7rem;font-weight:700; }.move-chart-title small[b-fhcrr5h2an] { color:#728ba5;font-size:.55rem; }
.move-chart[b-fhcrr5h2an] { height:112px;display:flex;align-items:end;gap:14px;padding:16px 9px 0;border-bottom:1px solid #29415c;background:repeating-linear-gradient(to bottom,transparent 0,transparent 31px,rgba(255,255,255,.04) 32px); }
.move-chart i[b-fhcrr5h2an] { flex:1;height:var(--bar);border-radius:4px 4px 0 0;background:linear-gradient(to top,var(--move-primary),var(--move-secondary));box-shadow:0 -8px 20px color-mix(in srgb,var(--move-primary) 20%,transparent); }
.move-chart-labels[b-fhcrr5h2an] { display:flex;justify-content:space-around;padding-top:7px;color:#667e98;font-size:.5rem; }
.move-route-status[b-fhcrr5h2an] { display:flex;align-items:center;gap:10px;margin-top:12px;padding:11px;border:1px solid #1c3857;border-radius:9px;background:#102844; }.move-route-icon[b-fhcrr5h2an]{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;color:#49cce1;background:#153e61}.move-route-status div[b-fhcrr5h2an]{flex:1}.move-route-status strong[b-fhcrr5h2an],.move-route-status small[b-fhcrr5h2an]{display:block}.move-route-status strong[b-fhcrr5h2an]{font-size:.66rem}.move-route-status small[b-fhcrr5h2an]{margin-top:3px;color:#7890a9;font-size:.55rem}.move-status[b-fhcrr5h2an]{padding:5px 7px;border-radius:5px;color:#54d6b3;background:rgba(38,190,147,.12);font-size:.52rem}
.move-section[b-fhcrr5h2an] { padding:104px 0; }.move-about[b-fhcrr5h2an] { background:var(--move-surface); }
.move-about-grid[b-fhcrr5h2an] { display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start; }.move-about h2[b-fhcrr5h2an],.move-section-heading h2[b-fhcrr5h2an],.move-insights h2[b-fhcrr5h2an],.move-governance h2[b-fhcrr5h2an],.move-cta h2[b-fhcrr5h2an] { margin:12px 0 0;color:var(--ink);font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.1;letter-spacing:-.035em; }
.move-about-copy[b-fhcrr5h2an] { border-left:2px solid var(--move-primary);padding-left:30px; }.move-about-copy p[b-fhcrr5h2an] { margin:0 0 15px;color:var(--muted);font-size:1rem;line-height:1.75; }
.move-value-strip[b-fhcrr5h2an] { display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:62px;border:1px solid #e2eaf3;border-radius:14px;background:#e2eaf3;overflow:hidden; }
.move-value-strip article[b-fhcrr5h2an] { display:flex;gap:15px;padding:25px;background:#f9fbfd; }.move-value-strip .mud-icon-root[b-fhcrr5h2an] { color:var(--blue); }.move-value-strip strong[b-fhcrr5h2an],.move-value-strip span[b-fhcrr5h2an]{display:block}.move-value-strip strong[b-fhcrr5h2an]{margin-bottom:5px;font-size:.92rem}.move-value-strip span[b-fhcrr5h2an]{color:#718096;font-size:.76rem;line-height:1.55}
.move-problems[b-fhcrr5h2an] { background:var(--move-background); }.move-section-heading[b-fhcrr5h2an] { max-width:720px;margin:0 auto 50px;text-align:center; }.move-section-heading p[b-fhcrr5h2an] { margin:16px 0 0;color:var(--muted);font-size:1rem;line-height:1.7; }
.move-problem-grid[b-fhcrr5h2an] { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }.move-problem-grid article[b-fhcrr5h2an] { display:flex;align-items:flex-start;gap:13px;padding:22px;border:1px solid var(--move-divider);border-radius:12px;background:var(--move-surface);box-shadow:0 8px 28px color-mix(in srgb,var(--move-primary) 5%,transparent); }.move-problem-grid article>span[b-fhcrr5h2an]{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:7px;color:var(--move-primary-text);background:linear-gradient(135deg,var(--move-primary),var(--move-secondary))}.move-problem-grid p[b-fhcrr5h2an]{margin:2px 0 0;color:var(--move-muted);font-size:.86rem;line-height:1.55}
.move-section-heading-wide[b-fhcrr5h2an] { max-width:none;display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:end;text-align:left; }.move-section-heading-wide p[b-fhcrr5h2an]{margin:0}
.move-module-grid[b-fhcrr5h2an] { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }.move-module-card[b-fhcrr5h2an]{padding:26px;border:1px solid var(--move-divider);border-radius:14px;background:var(--move-surface);transition:.25s}.move-module-card:hover[b-fhcrr5h2an]{transform:translateY(-5px);border-color:color-mix(in srgb,var(--move-primary) 45%,var(--move-divider));box-shadow:0 18px 45px color-mix(in srgb,var(--move-primary) 12%,transparent)}.move-module-icon[b-fhcrr5h2an]{display:grid;place-items:center;width:46px;height:46px;border-radius:11px;color:var(--move-primary);background:color-mix(in srgb,var(--move-primary) 9%,var(--move-surface))}.move-module-card h3[b-fhcrr5h2an]{margin:19px 0 10px;font-size:1.03rem}.move-module-card p[b-fhcrr5h2an]{min-height:64px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.62}.move-module-link[b-fhcrr5h2an]{display:flex;align-items:center;gap:5px;margin-top:18px;color:var(--move-primary);font-size:.7rem;font-weight:700}
.move-flow[b-fhcrr5h2an] { color:var(--move-primary-text);background:linear-gradient(145deg,var(--move-dark),var(--move-dark-soft)); }.move-flow .move-section-heading h2[b-fhcrr5h2an],.move-flow .move-multidestination h3[b-fhcrr5h2an]{color:var(--move-primary-text)}.move-flow .move-section-heading p[b-fhcrr5h2an]{color:color-mix(in srgb,var(--move-primary-text) 68%,var(--move-primary))}
.move-flow-track[b-fhcrr5h2an] { display:grid;grid-template-columns:repeat(6,1fr);position:relative; }.move-flow-track[b-fhcrr5h2an]::before{content:"";position:absolute;left:7%;right:7%;top:65px;height:1px;background:linear-gradient(90deg,#2c83ed,#33ccd7)}.move-flow-track article[b-fhcrr5h2an]{position:relative;padding:0 12px;text-align:center}.move-step-number[b-fhcrr5h2an]{display:block;margin-bottom:14px;color:#6e8aa5;font-size:.62rem}.move-step-icon[b-fhcrr5h2an]{position:relative;z-index:1;display:grid;place-items:center;width:52px;height:52px;margin:0 auto 18px;border:1px solid #2d6798;border-radius:50%;color:#4dd2e2;background:#0d2c4c}.move-flow-track h3[b-fhcrr5h2an]{margin:0 0 8px;font-size:.8rem}.move-flow-track p[b-fhcrr5h2an]{margin:0;color:#87a0b8;font-size:.65rem;line-height:1.55}
.move-multidestination[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:70px;padding:36px;border:1px solid rgba(96,186,239,.2);border-radius:16px;background:rgba(22,81,126,.22)}.move-multidestination h3[b-fhcrr5h2an]{margin:12px 0;font-size:1.55rem}.move-multidestination p[b-fhcrr5h2an]{margin:0;color:#9db2c7;line-height:1.65}.move-route-map[b-fhcrr5h2an]{display:grid;grid-template-columns:auto 55px 1fr;align-items:center}.move-origin[b-fhcrr5h2an]{display:flex;align-items:center;gap:8px;padding:13px;border:1px solid #2a6797;border-radius:9px;background:#0e3255;font-size:.72rem}.move-route-map>i[b-fhcrr5h2an]{height:1px;background:#2e83b8}.move-route-map>div[b-fhcrr5h2an]{display:grid;gap:8px}.move-route-map>div span[b-fhcrr5h2an]{padding:9px;border-left:1px solid #2e83b8;color:#b9c9d8;font-size:.65rem}.move-route-map b[b-fhcrr5h2an]{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#35cfdd}
.move-audience-grid[b-fhcrr5h2an]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.move-audience-grid article[b-fhcrr5h2an]{padding:30px;border:1px solid #dde7f1;border-radius:15px;background:#fff;box-shadow:0 12px 35px rgba(14,44,76,.05)}.move-audience-tag[b-fhcrr5h2an]{display:inline-block;padding:6px 9px;border-radius:6px;color:#1173df;background:#edf6ff;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.move-audience-grid h3[b-fhcrr5h2an]{margin:20px 0 10px;font-size:1.25rem}.move-audience-grid p[b-fhcrr5h2an]{min-height:68px;color:var(--muted);font-size:.82rem;line-height:1.6}.move-audience-grid ul[b-fhcrr5h2an]{display:grid;gap:10px;margin:22px 0 0;padding:20px 0 0;border-top:1px solid #edf1f6;list-style:none}.move-audience-grid li[b-fhcrr5h2an]{display:flex;gap:8px;color:#43566e;font-size:.75rem}.move-audience-grid li .mud-icon-root[b-fhcrr5h2an]{color:#20a998}.move-audience-grid a[b-fhcrr5h2an]{display:inline-flex;align-items:center;gap:6px;margin-top:22px;color:#146fda;text-decoration:none;font-size:.75rem;font-weight:750}
.move-insights[b-fhcrr5h2an] { color:var(--move-primary-text);background:var(--move-dark); }.move-insights-grid[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:center}.move-insights h2[b-fhcrr5h2an]{color:var(--move-primary-text)}.move-insights-grid>div>p[b-fhcrr5h2an]{color:color-mix(in srgb,var(--move-primary-text) 66%,var(--move-primary));line-height:1.7}.move-insight-list[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.move-insight-list span[b-fhcrr5h2an]{display:flex;align-items:center;gap:8px;color:color-mix(in srgb,var(--move-primary-text) 80%,var(--move-secondary));font-size:.75rem}.move-insight-list .mud-icon-root[b-fhcrr5h2an]{color:var(--move-secondary)}
.move-profit-card[b-fhcrr5h2an]{padding:28px;border:1px solid #24435f;border-radius:15px;background:linear-gradient(145deg,#102b48,#0c223c);box-shadow:0 28px 60px rgba(0,0,0,.25)}.move-profit-header[b-fhcrr5h2an]{color:#a6bbce;font-size:.72rem}.move-profit-header b[b-fhcrr5h2an]{padding:5px 8px;border-radius:5px;background:#173c5c;font-size:.58rem}.move-profit-card>strong[b-fhcrr5h2an]{display:block;margin-top:24px;font-size:2.6rem}.move-profit-card>small[b-fhcrr5h2an]{color:#7690a8}.move-profit-bars[b-fhcrr5h2an]{height:125px;display:flex;align-items:end;gap:13px;margin:24px 0}.move-profit-bars i[b-fhcrr5h2an]{flex:1;height:var(--profit);border-radius:4px 4px 0 0;background:linear-gradient(to top,#176ee5,#31cddd)}.move-profit-footer[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr 1fr;padding-top:18px;border-top:1px solid #29445e}.move-profit-footer span[b-fhcrr5h2an]{color:#7790a8;font-size:.62rem}.move-profit-footer b[b-fhcrr5h2an]{display:block;margin-bottom:5px;color:#eaf2f9;font-size:.9rem}
.move-governance[b-fhcrr5h2an]{background:var(--move-background)}.move-governance-grid[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:center}.move-governance-grid>div>p[b-fhcrr5h2an]{color:var(--muted);line-height:1.7}.move-security-points[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.move-security-points span[b-fhcrr5h2an]{display:flex;align-items:center;gap:9px;color:var(--move-muted);font-size:.78rem}.move-security-points .mud-icon-root[b-fhcrr5h2an]{color:var(--move-primary)}
.move-access-card[b-fhcrr5h2an]{padding:20px;border:1px solid #dbe5ef;border-radius:15px;background:#fff;box-shadow:0 24px 55px rgba(15,48,83,.1)}.move-company[b-fhcrr5h2an],.move-branches article[b-fhcrr5h2an],.move-user-access[b-fhcrr5h2an]{display:flex;align-items:center;gap:12px}.move-company[b-fhcrr5h2an]{padding:15px;border-radius:10px;color:#fff;background:#0b2847}.move-company>span[b-fhcrr5h2an]{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:#174872}.move-company div[b-fhcrr5h2an]{flex:1}.move-company small[b-fhcrr5h2an],.move-company strong[b-fhcrr5h2an]{display:block}.move-company small[b-fhcrr5h2an]{color:#849bb1;font-size:.58rem}.move-company strong[b-fhcrr5h2an]{font-size:.8rem}.move-company>b[b-fhcrr5h2an]{padding:5px 8px;border-radius:5px;color:#55d8b9;background:rgba(40,202,159,.12);font-size:.52rem}.move-branches[b-fhcrr5h2an]{display:grid;gap:8px;margin:15px 0}.move-branches article[b-fhcrr5h2an]{padding:11px;border:1px solid #e4ebf2;border-radius:9px}.move-branches article>span[b-fhcrr5h2an]{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#176ed8;background:#eaf3fe;font-weight:800;font-size:.68rem}.move-branches article>div[b-fhcrr5h2an]{flex:1}.move-branches strong[b-fhcrr5h2an],.move-branches small[b-fhcrr5h2an]{display:block}.move-branches strong[b-fhcrr5h2an]{font-size:.72rem}.move-branches small[b-fhcrr5h2an]{color:#8795a7;font-size:.58rem}.move-branches .mud-icon-root[b-fhcrr5h2an]{color:#25ad94;font-size:17px}.move-user-access[b-fhcrr5h2an]{padding:13px;border-radius:9px;background:#f2f7fc;color:#176ed8}.move-user-access span[b-fhcrr5h2an]{color:#607188}.move-user-access small[b-fhcrr5h2an],.move-user-access strong[b-fhcrr5h2an]{display:block}.move-user-access small[b-fhcrr5h2an]{font-size:.55rem}.move-user-access strong[b-fhcrr5h2an]{color:#263d57;font-size:.68rem}
.move-cta[b-fhcrr5h2an]{padding:90px 0;background:var(--move-surface)}.move-cta-card[b-fhcrr5h2an]{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding:52px;border-radius:20px;color:var(--move-primary-text);background:linear-gradient(135deg,var(--move-dark),color-mix(in srgb,var(--move-primary) 62%,var(--move-dark)));box-shadow:0 25px 65px color-mix(in srgb,var(--move-primary) 20%,transparent)}.move-cta h2[b-fhcrr5h2an]{color:var(--move-primary-text)}.move-cta-card>div>p[b-fhcrr5h2an]{color:color-mix(in srgb,var(--move-primary-text) 74%,var(--move-primary));line-height:1.7}.move-contact-form[b-fhcrr5h2an]{padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:color-mix(in srgb,var(--move-dark) 78%,transparent)}.move-form-grid[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.move-contact-form input[b-fhcrr5h2an],.move-contact-form textarea[b-fhcrr5h2an]{width:100%;padding:13px 14px;border:1px solid color-mix(in srgb,var(--move-secondary) 35%,var(--move-dark));border-radius:8px;outline:none;color:var(--move-primary-text);background:color-mix(in srgb,var(--move-primary) 24%,var(--move-dark));font:inherit;font-size:.76rem}.move-contact-form input:focus[b-fhcrr5h2an],.move-contact-form textarea:focus[b-fhcrr5h2an]{border-color:var(--move-secondary);box-shadow:0 0 0 3px color-mix(in srgb,var(--move-secondary) 18%,transparent)}.move-contact-form input[b-fhcrr5h2an]::placeholder,.move-contact-form textarea[b-fhcrr5h2an]::placeholder{color:color-mix(in srgb,var(--move-primary-text) 58%,var(--move-dark))}.move-contact-form textarea[b-fhcrr5h2an]{min-height:90px;margin-top:10px;resize:vertical}.move-form-actions[b-fhcrr5h2an]{display:flex;align-items:center;gap:14px;margin-top:12px}.move-whatsapp[b-fhcrr5h2an]{display:flex;align-items:center;gap:6px;color:var(--move-secondary);text-decoration:none;font-size:.74rem;font-weight:700}
.move-footer[b-fhcrr5h2an]{padding:35px 0;color:color-mix(in srgb,var(--move-primary-text) 62%,var(--move-primary));background:var(--move-dark)}.move-footer>.move-shell[b-fhcrr5h2an]{display:grid;grid-template-columns:1fr auto auto;gap:45px;align-items:center}.move-footer-brand[b-fhcrr5h2an]{display:flex;align-items:center;gap:15px}.move-footer img[b-fhcrr5h2an]{width:116px;max-height:42px;object-fit:contain}.move-footer p[b-fhcrr5h2an]{max-width:300px;margin:0;font-size:.66rem}.move-footer-links[b-fhcrr5h2an]{display:flex;gap:18px}.move-footer-links a[b-fhcrr5h2an]{color:color-mix(in srgb,var(--move-primary-text) 72%,var(--move-primary));text-decoration:none;font-size:.68rem}.move-footer-meta[b-fhcrr5h2an]{text-align:right}.move-footer-meta span[b-fhcrr5h2an],.move-footer-meta small[b-fhcrr5h2an]{display:block;font-size:.62rem}.move-footer-meta small[b-fhcrr5h2an]{margin-top:5px;color:color-mix(in srgb,var(--move-primary-text) 42%,var(--move-primary))}
.move-back-top[b-fhcrr5h2an]{position:fixed;right:24px;bottom:24px;z-index:20;width:42px;height:42px;display:none;place-items:center;border:0;border-radius:50%;color:var(--move-primary-text);background:var(--move-primary);box-shadow:0 10px 25px color-mix(in srgb,var(--move-primary) 30%,transparent);cursor:pointer}.move-back-top.is-visible[b-fhcrr5h2an]{display:grid}.move-error[b-fhcrr5h2an]{min-height:70vh;display:grid;place-content:center;text-align:center;background:var(--move-dark);color:var(--move-primary-text)}
@media(max-width:960px){.move-hero[b-fhcrr5h2an]{min-height:auto;padding:90px 0}.move-hero-grid[b-fhcrr5h2an],.move-about-grid[b-fhcrr5h2an],.move-insights-grid[b-fhcrr5h2an],.move-governance-grid[b-fhcrr5h2an],.move-cta-card[b-fhcrr5h2an]{grid-template-columns:1fr;gap:45px}.move-control[b-fhcrr5h2an]{transform:none}.move-module-grid[b-fhcrr5h2an],.move-problem-grid[b-fhcrr5h2an],.move-audience-grid[b-fhcrr5h2an]{grid-template-columns:repeat(2,1fr)}.move-flow-track[b-fhcrr5h2an]{grid-template-columns:repeat(3,1fr);gap:35px}.move-flow-track[b-fhcrr5h2an]::before{display:none}.move-multidestination[b-fhcrr5h2an]{grid-template-columns:1fr}.move-cta-card[b-fhcrr5h2an]{padding:38px}.move-footer>.move-shell[b-fhcrr5h2an]{grid-template-columns:1fr;text-align:center}.move-footer-brand[b-fhcrr5h2an],.move-footer-links[b-fhcrr5h2an]{justify-content:center}.move-footer-meta[b-fhcrr5h2an]{text-align:center}}
@media(max-width:640px){.move-shell[b-fhcrr5h2an]{width:min(100% - 28px,1180px)}.move-hero[b-fhcrr5h2an]{padding:72px 0 62px}.move-hero-main[b-fhcrr5h2an]{font-size:clamp(2.15rem,10vw,2.75rem)}.move-hero-emphasis[b-fhcrr5h2an]{font-size:clamp(1.55rem,7vw,2rem)}.move-hero-product[b-fhcrr5h2an]{margin-bottom:14px}.move-actions[b-fhcrr5h2an]{display:grid}.move-button[b-fhcrr5h2an]{width:100%}.move-trust-row[b-fhcrr5h2an]{gap:12px}.move-control-body[b-fhcrr5h2an]{padding:14px}.move-kpis[b-fhcrr5h2an]{grid-template-columns:1fr}.move-kpis article:nth-child(3)[b-fhcrr5h2an]{display:none}.move-section[b-fhcrr5h2an]{padding:72px 0}.move-about-copy[b-fhcrr5h2an]{padding-left:20px}.move-value-strip[b-fhcrr5h2an],.move-module-grid[b-fhcrr5h2an],.move-problem-grid[b-fhcrr5h2an],.move-audience-grid[b-fhcrr5h2an],.move-section-heading-wide[b-fhcrr5h2an],.move-insight-list[b-fhcrr5h2an],.move-security-points[b-fhcrr5h2an]{grid-template-columns:1fr}.move-section-heading-wide[b-fhcrr5h2an]{gap:15px}.move-flow-track[b-fhcrr5h2an]{grid-template-columns:repeat(2,1fr)}.move-multidestination[b-fhcrr5h2an]{padding:24px}.move-route-map[b-fhcrr5h2an]{grid-template-columns:1fr;gap:12px}.move-route-map>i[b-fhcrr5h2an]{width:1px;height:20px;margin:auto}.move-route-map>div span[b-fhcrr5h2an]{border-left:0;border-top:1px solid #2e83b8}.move-cta-card[b-fhcrr5h2an]{padding:27px}.move-form-grid[b-fhcrr5h2an]{grid-template-columns:1fr}.move-form-actions[b-fhcrr5h2an]{align-items:stretch;flex-direction:column}.move-footer-links[b-fhcrr5h2an]{flex-wrap:wrap}.move-footer-brand[b-fhcrr5h2an]{flex-direction:column}.move-chart[b-fhcrr5h2an]{gap:8px}}
/* /Pages/Landing/AdminLanding.razor.rz.scp.css */
.landing-logo-editor[b-mfrc7nzh3e] {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
    border: 1px solid rgba(37, 99, 235, .18);
    border-radius: 12px;
    background: #f8fafc;
}

.landing-logo-preview[b-mfrc7nzh3e] {
    width: 240px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    overflow: hidden;
    border: 1px dashed rgba(37, 99, 235, .32);
    border-radius: 10px;
    background: #fff;
}

.landing-logo-preview img[b-mfrc7nzh3e] {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.landing-logo-controls[b-mfrc7nzh3e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 720px) {
    .landing-logo-editor[b-mfrc7nzh3e] {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-logo-preview[b-mfrc7nzh3e] {
        width: 100%;
    }
}
/* /Pages/Menus/AdminMenus.razor.rz.scp.css */
.menu-status-display[b-u0yafpvdam] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 140px;
}

.menu-status-switch[b-u0yafpvdam] {
    position: relative;
    width: 56px;
    height: 30px;
    border-radius: 999px;
    flex-shrink: 0;
    box-shadow: inset 0 2px 5px rgba(15, 23, 42, 0.15);
    transition: background-color 0.2s ease;
}

.menu-status-switch[b-u0yafpvdam]::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.menu-status-switch--active[b-u0yafpvdam] {
    background: linear-gradient(135deg, #9fd5b0 0%, #62b77d 100%);
}

.menu-status-switch--active[b-u0yafpvdam]::after {
    transform: translateX(26px);
    background: #1f8f49;
}

.menu-status-switch--inactive[b-u0yafpvdam] {
    background: linear-gradient(135deg, #d7dce2 0%, #bcc5cf 100%);
}

.menu-status-switch--inactive[b-u0yafpvdam]::after {
    background: #6b7280;
}

.menu-status-label[b-u0yafpvdam] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.menu-status-label--active[b-u0yafpvdam] {
    color: #1f2937;
}

.menu-status-label--inactive[b-u0yafpvdam] {
    color: #6b7280;
}
/* /Pages/Profiles/AdminProfiles.razor.rz.scp.css */
.profiles-page[b-tejw2iqhtg] {
    --profile-border: #dfe6f3;
    --profile-muted: #68758c;
    --profile-surface: #fff;
    padding: 1rem;
    color: #15213a;
}

.profiles-header[b-tejw2iqhtg],
.profiles-toolbar[b-tejw2iqhtg],
.profile-detail-header[b-tejw2iqhtg],
.section-heading[b-tejw2iqhtg],
.profiles-save-bar[b-tejw2iqhtg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.profiles-header[b-tejw2iqhtg] {
    margin-bottom: 1rem;
}

.profiles-header h1[b-tejw2iqhtg],
.profile-detail-header h2[b-tejw2iqhtg],
.section-heading h3[b-tejw2iqhtg],
.menu-column-header h4[b-tejw2iqhtg] {
    margin: 0;
}

.profiles-header h1[b-tejw2iqhtg] {
    font-size: clamp(1.65rem, 2vw, 2.15rem);
}

.profiles-header p[b-tejw2iqhtg],
.section-heading p[b-tejw2iqhtg],
.profile-detail-identity p[b-tejw2iqhtg] {
    margin: .2rem 0 0;
    color: var(--profile-muted);
}

.profiles-eyebrow[b-tejw2iqhtg] {
    color: var(--mud-palette-primary) !important;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.profiles-toolbar[b-tejw2iqhtg] {
    padding: .65rem .85rem;
    margin-bottom: 1rem;
    border: 1px solid var(--profile-border);
    border-radius: 14px;
    background: var(--profile-surface);
}

.profiles-search[b-tejw2iqhtg] {
    width: min(420px, 100%);
}

.profiles-layout[b-tejw2iqhtg] {
    display: grid;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.profiles-sidebar[b-tejw2iqhtg],
.profiles-content[b-tejw2iqhtg],
.menu-section[b-tejw2iqhtg],
.profile-users-section[b-tejw2iqhtg] {
    border: 1px solid var(--profile-border);
    border-radius: 16px;
    background: var(--profile-surface);
}

.profiles-sidebar[b-tejw2iqhtg] {
    position: sticky;
    top: 5rem;
    overflow: hidden;
}

.profiles-sidebar-title[b-tejw2iqhtg] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--profile-border);
    font-weight: 800;
}

.profiles-count[b-tejw2iqhtg],
.users-total[b-tejw2iqhtg],
.menu-counter[b-tejw2iqhtg],
.module-count[b-tejw2iqhtg] {
    display: inline-grid;
    min-width: 1.7rem;
    height: 1.7rem;
    place-items: center;
    border-radius: 999px;
    background: #edf3ff;
    color: var(--mud-palette-primary);
    font-size: .78rem;
    font-weight: 800;
}

.profiles-list[b-tejw2iqhtg] {
    max-height: calc(100vh - 15rem);
    padding: .5rem;
    overflow: auto;
}

.profile-item[b-tejw2iqhtg] {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
    padding: .8rem;
    border: 0;
    border-radius: 12px;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, transform .15s ease;
}

.profile-item:hover[b-tejw2iqhtg] {
    background: #f5f8ff;
    transform: translateX(2px);
}

.profile-item.is-selected[b-tejw2iqhtg] {
    color: #fff;
    background: linear-gradient(135deg, var(--mud-palette-primary), #7652ed);
    box-shadow: 0 8px 22px rgba(45, 104, 235, .22);
}

.profile-avatar[b-tejw2iqhtg],
.user-avatar[b-tejw2iqhtg] {
    display: inline-grid;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: #e7efff;
    color: var(--mud-palette-primary);
    font-weight: 900;
}

.profile-item.is-selected .profile-avatar[b-tejw2iqhtg] {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.profile-item-content[b-tejw2iqhtg] {
    min-width: 0;
}

.profile-item-content strong[b-tejw2iqhtg],
.profile-item-content small[b-tejw2iqhtg] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-item-content small[b-tejw2iqhtg] {
    margin: .15rem 0 .35rem;
    color: var(--profile-muted);
}

.profile-item.is-selected small[b-tejw2iqhtg] {
    color: rgba(255, 255, 255, .78);
}

.profile-status[b-tejw2iqhtg] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: .25rem;
    padding: .15rem .5rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 800;
}

.profile-status.is-active[b-tejw2iqhtg] {
    color: #08784d;
    background: #dcf7eb;
}

.profile-status.is-inactive[b-tejw2iqhtg] {
    color: #a23c3c;
    background: #fde7e7;
}

.profile-item.is-selected .profile-status[b-tejw2iqhtg] {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.profiles-content[b-tejw2iqhtg] {
    min-width: 0;
    padding: 1rem;
}

.profile-detail-header[b-tejw2iqhtg] {
    padding: .3rem .25rem 1rem;
    border-bottom: 1px solid var(--profile-border);
}

.profile-detail-identity[b-tejw2iqhtg],
.profile-detail-actions[b-tejw2iqhtg],
.profile-title-row[b-tejw2iqhtg] {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.profile-avatar--large[b-tejw2iqhtg] {
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 16px;
    font-size: 1.15rem;
}

.profile-detail-identity small[b-tejw2iqhtg] {
    color: var(--profile-muted);
}

.profile-stat[b-tejw2iqhtg] {
    min-width: 80px;
    text-align: center;
}

.profile-stat strong[b-tejw2iqhtg],
.profile-stat span[b-tejw2iqhtg] {
    display: block;
}

.profile-stat strong[b-tejw2iqhtg] {
    color: var(--mud-palette-primary);
    font-size: 1.35rem;
}

.profile-stat span[b-tejw2iqhtg] {
    color: var(--profile-muted);
    font-size: .7rem;
}

.menu-section[b-tejw2iqhtg],
.profile-users-section[b-tejw2iqhtg] {
    margin-top: 1rem;
    padding: 1rem;
}

.platform-selector[b-tejw2iqhtg] {
    display: inline-flex;
    padding: .25rem;
    border: 1px solid var(--profile-border);
    border-radius: 10px;
    background: #f5f7fb;
}

.platform-button[b-tejw2iqhtg],
.module-pill[b-tejw2iqhtg],
.menu-action[b-tejw2iqhtg] {
    border: 0;
    cursor: pointer;
}

.platform-button[b-tejw2iqhtg] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .5rem .85rem;
    border-radius: 8px;
    color: var(--profile-muted);
    background: transparent;
    font-weight: 700;
}

.platform-button.is-selected[b-tejw2iqhtg] {
    color: #fff;
    background: var(--mud-palette-primary);
}

.module-pills[b-tejw2iqhtg] {
    display: flex;
    gap: .5rem;
    padding: 1rem 0;
    overflow-x: auto;
}

.module-pill[b-tejw2iqhtg] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .55rem;
    padding: .55rem .75rem;
    border: 1px solid var(--profile-border);
    border-radius: 10px;
    color: #34425c;
    background: #fff;
    font-weight: 700;
}

.module-pill.is-selected[b-tejw2iqhtg] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
    background: #f0f5ff;
}

.menu-two-col[b-tejw2iqhtg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.menu-column[b-tejw2iqhtg] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--profile-border);
    border-radius: 12px;
}

.menu-column--assigned[b-tejw2iqhtg] {
    border-color: #b9cdfa;
}

.menu-column-header[b-tejw2iqhtg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1rem;
    background: #f7f9fd;
}

.menu-column--assigned .menu-column-header[b-tejw2iqhtg] {
    background: #f0f5ff;
}

.menu-column-header span[b-tejw2iqhtg] {
    color: var(--profile-muted);
    font-size: .75rem;
}

.menu-list[b-tejw2iqhtg] {
    height: 300px;
    overflow-y: auto;
}

.menu-list-item[b-tejw2iqhtg] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
    padding: .7rem .85rem;
    border-top: 1px solid #edf0f5;
}

.menu-list-item div[b-tejw2iqhtg],
.menu-list-item strong[b-tejw2iqhtg],
.menu-list-item small[b-tejw2iqhtg] {
    min-width: 0;
}

.menu-list-item strong[b-tejw2iqhtg],
.menu-list-item small[b-tejw2iqhtg] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-list-item small[b-tejw2iqhtg] {
    color: var(--profile-muted);
}

.menu-action[b-tejw2iqhtg] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 8px;
}

.menu-action--add[b-tejw2iqhtg] {
    color: #1168d9;
    background: #e8f2ff;
}

.menu-action--remove[b-tejw2iqhtg] {
    color: #bd3030;
    background: #fdecec;
}

.empty-list[b-tejw2iqhtg] {
    margin: 0;
    padding: 1.25rem;
    color: var(--profile-muted);
    text-align: center;
}

.profiles-save-bar[b-tejw2iqhtg] {
    margin-top: 1rem;
    padding: .8rem;
    border-radius: 12px;
    background: #f5f8ff;
}

.profiles-save-bar strong[b-tejw2iqhtg],
.profiles-save-bar span[b-tejw2iqhtg] {
    display: block;
}

.profiles-save-bar span[b-tejw2iqhtg] {
    color: var(--profile-muted);
    font-size: .8rem;
}

.profile-users-grid[b-tejw2iqhtg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.profile-user-card[b-tejw2iqhtg] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
    padding: .75rem;
    border: 1px solid var(--profile-border);
    border-radius: 12px;
}

.profile-user-card strong[b-tejw2iqhtg],
.profile-user-card span[b-tejw2iqhtg] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-user-card div span[b-tejw2iqhtg] {
    color: var(--profile-muted);
    font-size: .8rem;
}

.profiles-loading[b-tejw2iqhtg] {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    color: var(--profile-muted);
}

.profiles-loading--compact[b-tejw2iqhtg] {
    min-height: 100px;
}

@media (max-width: 1100px) {
    .profile-detail-header[b-tejw2iqhtg],
    .profile-detail-actions[b-tejw2iqhtg] {
        align-items: flex-start;
    }

    .profile-detail-header[b-tejw2iqhtg] {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .profiles-layout[b-tejw2iqhtg] {
        grid-template-columns: 1fr;
    }

    .profiles-sidebar[b-tejw2iqhtg] {
        position: static;
    }

    .profiles-list[b-tejw2iqhtg] {
        display: flex;
        max-height: none;
        overflow-x: auto;
    }

    .profile-item[b-tejw2iqhtg] {
        min-width: 250px;
    }

    .menu-two-col[b-tejw2iqhtg],
    .profile-users-grid[b-tejw2iqhtg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .profiles-page[b-tejw2iqhtg] {
        padding: .5rem;
    }

    .profiles-header[b-tejw2iqhtg],
    .profiles-toolbar[b-tejw2iqhtg],
    .section-heading[b-tejw2iqhtg],
    .profiles-save-bar[b-tejw2iqhtg],
    .profile-detail-actions[b-tejw2iqhtg] {
        align-items: stretch;
        flex-direction: column;
    }

    .profiles-search[b-tejw2iqhtg] {
        width: 100%;
    }

    .profile-detail-identity[b-tejw2iqhtg] {
        align-items: flex-start;
    }

    .profile-detail-actions[b-tejw2iqhtg] {
        width: 100%;
    }

    .profile-stat[b-tejw2iqhtg] {
        text-align: left;
    }

    .platform-selector[b-tejw2iqhtg] {
        width: 100%;
    }

    .platform-button[b-tejw2iqhtg] {
        flex: 1;
        justify-content: center;
    }
}
/* /Pages/Tenants/AdminTenantMenus.razor.rz.scp.css */
.tenant-menu-dialog[b-bkbzqidetd] { display:flex; width:100%; height:min(700px,calc(100vh - 210px)); height:min(700px,calc(100dvh - 210px)); max-height:calc(100vh - 210px); max-height:calc(100dvh - 210px); min-height:480px; flex-direction:column; overflow:hidden; color:#172239; }
.tenant-menu-header[b-bkbzqidetd],.tenant-menu-footer[b-bkbzqidetd],.tenant-column-header[b-bkbzqidetd] { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.tenant-menu-header[b-bkbzqidetd] { flex:0 0 auto; padding:.25rem .25rem 1rem; border-bottom:1px solid #dfe6f3; }
.tenant-menu-header h3[b-bkbzqidetd],.tenant-column-header h4[b-bkbzqidetd] { margin:0; }
.tenant-menu-header p[b-bkbzqidetd] { margin:.2rem 0 0; color:#68758c; }
.tenant-platform-selector[b-bkbzqidetd] { display:inline-flex; flex:0 0 auto; padding:.25rem; border:1px solid #dfe6f3; border-radius:10px; background:#f5f7fb; }
.tenant-platform-button[b-bkbzqidetd],.tenant-module-pill[b-bkbzqidetd],.tenant-menu-action[b-bkbzqidetd] { border:0; cursor:pointer; }
.tenant-platform-button[b-bkbzqidetd] { display:inline-flex; align-items:center; gap:.35rem; padding:.5rem .9rem; border-radius:8px; color:#68758c; background:transparent; font-weight:700; }
.tenant-platform-button.is-selected[b-bkbzqidetd] { color:#fff; background:var(--mud-palette-primary); }
.tenant-menu-body[b-bkbzqidetd] { flex:1 1 auto; min-height:0; padding:1rem .25rem; overflow-y:auto; overscroll-behavior:contain; scrollbar-gutter:stable; }
.tenant-menu-loading[b-bkbzqidetd] { display:flex; min-height:360px; align-items:center; justify-content:center; gap:.75rem; color:#68758c; }
.tenant-module-pills[b-bkbzqidetd] { display:flex; gap:.5rem; padding-bottom:1rem; overflow-x:auto; }
.tenant-module-pill[b-bkbzqidetd] { display:inline-flex; flex:0 0 auto; align-items:center; gap:.55rem; padding:.55rem .8rem; border:1px solid #dfe6f3; border-radius:10px; color:#34425c; background:#fff; font-weight:700; }
.tenant-module-pill.is-selected[b-bkbzqidetd] { border-color:var(--mud-palette-primary); color:var(--mud-palette-primary); background:#f0f5ff; }
.tenant-module-count[b-bkbzqidetd],.tenant-column-header>strong[b-bkbzqidetd] { display:inline-grid; min-width:1.75rem; height:1.75rem; place-items:center; border-radius:999px; color:var(--mud-palette-primary); background:#e8f0ff; font-size:.78rem; }
.tenant-menu-columns[b-bkbzqidetd] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.tenant-menu-column[b-bkbzqidetd] { min-width:0; overflow:hidden; border:1px solid #dfe6f3; border-radius:12px; }
.tenant-menu-column.is-assigned[b-bkbzqidetd] { border-color:#b9cdfa; }
.tenant-column-header[b-bkbzqidetd] { padding:.8rem 1rem; background:#f7f9fd; }
.tenant-menu-column.is-assigned .tenant-column-header[b-bkbzqidetd] { background:#f0f5ff; }
.tenant-column-header span[b-bkbzqidetd] { color:#68758c; font-size:.75rem; }
.tenant-menu-list[b-bkbzqidetd] { height:min(390px,45vh); overflow-y:auto; }
.tenant-menu-list.is-empty[b-bkbzqidetd] { height:120px; }
.tenant-menu-item[b-bkbzqidetd] { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:.75rem; padding:.72rem .85rem; border-top:1px solid #edf0f5; }
.tenant-menu-item div[b-bkbzqidetd],.tenant-menu-item strong[b-bkbzqidetd],.tenant-menu-item small[b-bkbzqidetd] { min-width:0; }
.tenant-menu-item strong[b-bkbzqidetd],.tenant-menu-item small[b-bkbzqidetd] { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.tenant-menu-item small[b-bkbzqidetd] { color:#68758c; }
.tenant-menu-action[b-bkbzqidetd] { display:grid; width:2rem; height:2rem; place-items:center; border-radius:8px; }
.tenant-menu-action.is-add[b-bkbzqidetd] { color:#1268d7; background:#e8f2ff; }
.tenant-menu-action.is-remove[b-bkbzqidetd] { color:#bd3030; background:#fdecec; }
.tenant-empty[b-bkbzqidetd] { margin:0; padding:1.5rem; color:#68758c; text-align:center; }
.tenant-menu-footer[b-bkbzqidetd] { position:relative; z-index:2; flex:0 0 auto; padding:1rem .25rem .25rem; border-top:1px solid #dfe6f3; background:var(--mud-palette-surface); box-shadow:0 -8px 18px rgba(23,34,57,.05); }
.tenant-menu-summary[b-bkbzqidetd] { flex:1 1 auto; min-width:0; }
.tenant-menu-footer strong[b-bkbzqidetd],.tenant-menu-footer span[b-bkbzqidetd] { display:block; }
.tenant-menu-footer span[b-bkbzqidetd] { color:#68758c; font-size:.8rem; }
.tenant-menu-actions[b-bkbzqidetd] { display:flex; flex:0 0 auto; align-items:center; justify-content:flex-end; gap:.75rem; }
.tenant-menu-actions[b-bkbzqidetd]  .tenant-menu-button { min-height:42px; }
.tenant-menu-actions[b-bkbzqidetd]  .tenant-menu-save { min-width:200px; }
@media (max-width:850px) { .tenant-menu-dialog[b-bkbzqidetd]{height:calc(100vh - 150px);height:calc(100dvh - 150px);max-height:calc(100vh - 150px);max-height:calc(100dvh - 150px);min-height:0}.tenant-menu-columns[b-bkbzqidetd]{grid-template-columns:1fr}.tenant-menu-list[b-bkbzqidetd]{height:220px}.tenant-menu-list.is-empty[b-bkbzqidetd]{height:105px} }
@media (max-width:600px) { .tenant-menu-dialog[b-bkbzqidetd]{height:calc(100vh - 120px);height:calc(100dvh - 120px);max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}.tenant-menu-header[b-bkbzqidetd]{align-items:stretch;flex-direction:column;padding-bottom:.75rem}.tenant-menu-header h3[b-bkbzqidetd]{font-size:1.25rem}.tenant-menu-header p[b-bkbzqidetd]{font-size:.85rem}.tenant-platform-selector[b-bkbzqidetd]{width:100%}.tenant-platform-button[b-bkbzqidetd]{flex:1;justify-content:center}.tenant-menu-body[b-bkbzqidetd]{padding:.75rem 0}.tenant-module-pills[b-bkbzqidetd]{padding-bottom:.75rem}.tenant-menu-columns[b-bkbzqidetd]{gap:.75rem}.tenant-menu-list[b-bkbzqidetd]{height:180px}.tenant-menu-footer[b-bkbzqidetd]{align-items:stretch;flex-direction:column;gap:.75rem;padding:.75rem 0 calc(.25rem + env(safe-area-inset-bottom))}.tenant-menu-actions[b-bkbzqidetd]{display:grid;grid-template-columns:1fr;gap:.6rem;width:100%}.tenant-menu-actions[b-bkbzqidetd]  .tenant-menu-button,.tenant-menu-actions[b-bkbzqidetd]  .tenant-menu-save{width:100%;min-width:0;min-height:46px} }
/* /Pages/TiposCombos/ComboElementsDialog.razor.rz.scp.css */
.combo-elements-dialog .mud-tabs-panels[b-70dat63hp7] {
    padding-top: 1rem;
}

.combo-tree[b-70dat63hp7] {
    display: grid;
    gap: .5rem;
}

.combo-tree-node[b-70dat63hp7] {
    border-left: 2px solid rgba(37, 99, 235, .22);
    padding-left: .75rem;
}

.combo-tree-row[b-70dat63hp7] {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-height: 44px;
    padding: .45rem .6rem;
    border: 1px solid rgba(100, 116, 139, .18);
    border-radius: 8px;
    background: rgba(248, 250, 252, .84);
}

.combo-tree-content[b-70dat63hp7] {
    flex: 1;
    min-width: 0;
}

.combo-tree-children[b-70dat63hp7] {
    margin-left: 1.25rem;
    margin-top: .5rem;
}
/* /Pages/Userts/AdminUser.razor.rz.scp.css */
/* Los estilos del encabezado de MudDataGrid se manejan globalmente en theme-base.css. */

.user-status-indicator[b-74lyxir3gd] {
    display: inline-flex;
    max-width: 190px;
    align-items: center;
    gap: .45rem;
    padding: .28rem .55rem;
    border-radius: 999px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .78rem;
    font-weight: 700;
}

.user-status-dot[b-74lyxir3gd] {
    width: .62rem;
    height: .62rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 18%, transparent);
}

.user-status-indicator.is-success[b-74lyxir3gd] { color: #16784b; background: #e8f7ef; }
.user-status-indicator.is-warning[b-74lyxir3gd] { color: #9a6700; background: #fff4d6; }
.user-status-indicator.is-danger[b-74lyxir3gd] { color: #b42318; background: #fdecea; }
/* /Shared/IconPicker.razor.rz.scp.css */
.icon-picker[b-6e4wfk7abm] {
    position: relative;
    width: 100%;
}

.icon-picker__trigger[b-6e4wfk7abm] {
    position: relative;
    width: 100%;
    min-height: 56px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 10px;
    padding: 14px 12px 8px;
    color: var(--app-text, #1e293b);
    background: var(--app-surface, #fff);
    border: 1px solid var(--app-border, #cbd5e1);
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.icon-picker__trigger:hover[b-6e4wfk7abm],
.icon-picker__trigger:focus-visible[b-6e4wfk7abm] {
    border-color: var(--app-primary, #2563eb);
    box-shadow: 0 0 0 1px var(--app-primary, #2563eb);
    outline: none;
}

.icon-picker__label[b-6e4wfk7abm] {
    position: absolute;
    top: -10px;
    left: 11px;
    padding: 0 5px;
    color: var(--app-text-secondary, #475569);
    background: var(--app-surface, #fff);
    font-size: .82rem;
    line-height: 20px;
}

.icon-picker__selected-icon[b-6e4wfk7abm] {
    color: var(--app-primary, #2563eb);
}

.icon-picker__selected-name[b-6e4wfk7abm] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
}

.icon-picker__arrow[b-6e4wfk7abm] {
    color: var(--app-text-secondary, #64748b);
}

.icon-picker--dense .icon-picker__trigger[b-6e4wfk7abm] {
    min-height: 50px;
}

.icon-picker--text .icon-picker__trigger[b-6e4wfk7abm] {
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
}

.icon-picker__panel[b-6e4wfk7abm] {
    position: relative;
    z-index: 2;
    width: min(620px, calc(100vw - 32px));
    margin-top: 8px;
    padding: 14px;
    background: var(--app-surface, #fff);
    border: 1px solid var(--app-border, #e2e8f0);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .22);
}

.icon-picker__filters[b-6e4wfk7abm] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 10px;
    align-items: end;
    margin-bottom: 12px;
}

.icon-picker__family-label[b-6e4wfk7abm] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--app-text-secondary, #64748b);
    font-size: .72rem;
}

.icon-picker__family[b-6e4wfk7abm] {
    width: 100%;
    height: 40px;
    padding: 0 9px;
    color: var(--app-text, #1e293b);
    background: var(--app-surface, #fff);
    border: 1px solid var(--app-border, #cbd5e1);
    border-radius: 5px;
}

.icon-picker__grid[b-6e4wfk7abm] {
    height: 270px;
    padding: 2px 4px 8px 2px;
    overflow-y: auto;
    contain: strict;
}

.icon-picker__row[b-6e4wfk7abm] {
    height: 56px;
    display: grid;
    grid-template-columns: repeat(6, minmax(38px, 1fr));
    gap: 6px;
    padding-bottom: 6px;
}

.icon-picker__option[b-6e4wfk7abm] {
    height: 50px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--app-text-secondary, #475569);
    background: var(--app-surface-muted, #f8fafc);
    border: 1px solid var(--app-border, #e2e8f0);
    border-radius: 8px;
    cursor: pointer;
    transition: color .14s ease, border-color .14s ease, background .14s ease, transform .14s ease;
}

.icon-picker__option:hover[b-6e4wfk7abm],
.icon-picker__option:focus-visible[b-6e4wfk7abm] {
    color: var(--app-primary, #2563eb);
    background: rgba(37, 99, 235, .08);
    border-color: var(--app-primary, #2563eb);
    outline: none;
    transform: translateY(-1px);
}

.icon-picker__option--selected[b-6e4wfk7abm] {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-color: transparent;
}

.icon-picker__empty[b-6e4wfk7abm] {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--app-text-secondary, #64748b);
}

.icon-picker__footer[b-6e4wfk7abm] {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 9px;
    color: var(--app-text-secondary, #64748b);
    border-top: 1px solid var(--app-border, #e2e8f0);
    font-size: .75rem;
}

.icon-picker__clear[b-6e4wfk7abm] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    color: #dc2626;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.icon-picker__close[b-6e4wfk7abm] {
    margin-left: auto;
    padding: 6px 10px;
    color: var(--app-primary, #2563eb);
    background: rgba(37, 99, 235, .08);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.icon-picker__more[b-6e4wfk7abm] {
    margin-left: auto;
    padding: 6px 10px;
    color: var(--app-primary, #2563eb);
    background: transparent;
    border: 1px solid var(--app-primary, #2563eb);
    border-radius: 6px;
    cursor: pointer;
}

.icon-picker__more:disabled[b-6e4wfk7abm] {
    cursor: wait;
    opacity: .6;
}

.icon-picker__close:hover[b-6e4wfk7abm] {
    background: rgba(37, 99, 235, .15);
}

.icon-picker__clear:hover[b-6e4wfk7abm] {
    background: rgba(220, 38, 38, .08);
}

@media (max-width: 560px) {
    .icon-picker__panel[b-6e4wfk7abm] {
        width: 100%;
    }

    .icon-picker__filters[b-6e4wfk7abm] {
        grid-template-columns: 1fr;
    }

    .icon-picker__row[b-6e4wfk7abm] {
        grid-template-columns: repeat(6, minmax(34px, 1fr));
    }
}
/* /Shared/Loading.razor.rz.scp.css */
.loading-overlay[b-bbzi63wdo4] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.loading-backdrop[b-bbzi63wdo4] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(5px);
}

.loading-card[b-bbzi63wdo4] {
    position: relative;
    width: min(360px, 92vw);
    padding: 1.75rem 1.5rem;
    border-radius: var(--ls-radius-lg, 10px);
    background: var(--app-surface, #ffffff);
    text-align: center;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    animation: loading-in-b-bbzi63wdo4 0.22s ease-out;
}

.loading-spinner[b-bbzi63wdo4] {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-ring[b-bbzi63wdo4] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid color-mix(in srgb, var(--app-primary, #2563eb) 14%, transparent);
    border-top-color: var(--mud-palette-primary);
    animation: loading-spin-b-bbzi63wdo4 0.9s linear infinite;
}

.loading-icon[b-bbzi63wdo4] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #05070d;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
}

.loading-logo[b-bbzi63wdo4] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.loading-title[b-bbzi63wdo4] {
    margin-bottom: 0.35rem;
    color: var(--app-text, #0f172a);
    font-weight: 800;
}

.loading-text[b-bbzi63wdo4],
.loading-text.mud-typography[b-bbzi63wdo4] {
    max-width: 280px;
    margin: 0 auto 0.9rem;
    color: var(--app-muted, #64748b) !important;
    font-size: 0.92rem;
    line-height: 1.45;
}

.loading-dots[b-bbzi63wdo4] {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

    .loading-dots span[b-bbzi63wdo4] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--mud-palette-primary);
        opacity: 0.35;
        animation: loading-dot-b-bbzi63wdo4 1.1s infinite ease-in-out;
    }

        .loading-dots span:nth-child(2)[b-bbzi63wdo4] {
            animation-delay: 0.15s;
        }

        .loading-dots span:nth-child(3)[b-bbzi63wdo4] {
            animation-delay: 0.3s;
        }

.loading-bar[b-bbzi63wdo4] {
    width: 100%;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-muted, #64748b) 22%, transparent);
}

.loading-bar-fill[b-bbzi63wdo4] {
    width: 45%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--theme-action-start, #2563eb), var(--theme-action-end, #7c3aed), var(--app-accent, #3b82f6));
    animation: loading-bar-b-bbzi63wdo4 1.15s ease-in-out infinite;
}

@keyframes loading-in-b-bbzi63wdo4 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes loading-spin-b-bbzi63wdo4 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-dot-b-bbzi63wdo4 {
    0%, 80%, 100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-4px);
    }
}

@keyframes loading-bar-b-bbzi63wdo4 {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(260%);
    }
}

@media (max-width: 600px) {
    .loading-card[b-bbzi63wdo4] {
        width: min(330px, 92vw);
        padding: 1.5rem 1.15rem;
    }

    .loading-spinner[b-bbzi63wdo4] {
        width: 68px;
        height: 68px;
    }

    .loading-icon[b-bbzi63wdo4] {
        width: 48px;
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .loading-card[b-bbzi63wdo4],
    .loading-ring[b-bbzi63wdo4],
    .loading-dots span[b-bbzi63wdo4],
    .loading-bar-fill[b-bbzi63wdo4] {
        animation: none;
    }
}
