@import '_content/Hub.Modules.Cam/Hub.Modules.Cam.yhlsltwmaz.bundle.scp.css';
@import '_content/Hub.Modules.CsaItx/Hub.Modules.CsaItx.w9q669vlnb.bundle.scp.css';
@import '_content/Hub.Modules.HosVerification/Hub.Modules.HosVerification.kkfj75kwfj.bundle.scp.css';

/* /Components/Layout/HeaderBar.razor.rz.scp.css */
.header-bar[b-25vof9xlh4] {
    height: var(--header-height);
    background: var(--bg-surface);
    border-bottom: 1px solid var(--bg-divider);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--space-2xl);
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-left[b-25vof9xlh4] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.header-eyebrow[b-25vof9xlh4] {
    font-size: var(--type-eyebrow);
    letter-spacing: 0.15em;
    font-weight: var(--weight-medium);
    text-transform: uppercase;
    color: var(--accent-ich);
}
.header-context[b-25vof9xlh4] {
    font-size: var(--type-body);
    color: var(--text-muted);
}

.header-right[b-25vof9xlh4] { display: flex; align-items: center; gap: var(--space-2xl); }

.header-carrier-slot[b-25vof9xlh4] {
    display: flex;
    align-items: center;
}

.user-block[b-25vof9xlh4] {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
}
.user-meta[b-25vof9xlh4] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    line-height: 1.2;
}
.user-name[b-25vof9xlh4] {
    font-size: var(--type-body-lg);
    color: var(--text-primary);
    font-weight: var(--weight-medium);
}
.user-role[b-25vof9xlh4] {
    font-size: var(--type-eyebrow);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.logout-form[b-25vof9xlh4] { margin: 0; }
.logout-button[b-25vof9xlh4] {
    background: transparent;
    border: 1px solid var(--bg-divider);
    border-radius: var(--radius-md);
    color: var(--text-muted);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.logout-button:hover[b-25vof9xlh4] {
    color: var(--accent-ich);
    border-color: var(--accent-ich);
}
.logout-button svg[b-25vof9xlh4] {
    width: 18px;
    height: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.login-link[b-25vof9xlh4] {
    font-size: var(--type-body-lg);
    color: var(--accent-ich);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout — scoped styles. Layout shell lives in wwwroot/app.css. */

@media (min-width: 641px) {
    .sidebar[b-fcpgrm34u9] {
        position: sticky;
        top: 0;
        max-height: 100vh;
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu — Intelogix sidebar */

.brand-block[b-giwq8gx337] {
    padding: var(--space-lg) var(--space-lg) var(--space-md);
    border-bottom: 1px solid var(--bg-divider);
    display: flex;
    align-items: center;
}
.brand-block img[b-giwq8gx337] {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
}

.nav-list[b-giwq8gx337] {
    display: flex;
    flex-direction: column;
    padding: var(--space-md) var(--space-sm);
    gap: 2px;
}

.nav-section[b-giwq8gx337] {
    display: flex;
    flex-direction: column;
    margin-top: var(--space-lg);
    gap: 2px;
}

.nav-eyebrow[b-giwq8gx337] {
    font-size: var(--type-eyebrow);
    letter-spacing: 0.15em;
    font-weight: var(--weight-medium);
    text-transform: uppercase;
    color: var(--text-subtle);
    padding: var(--space-sm) var(--space-md) var(--space-xs);
}

.nav-item[b-giwq8gx337] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-md);
    color: var(--text-body);
    font-size: var(--type-body-lg);
    text-decoration: none;
    border-left: 3px solid transparent;
}

.nav-item:hover[b-giwq8gx337] {
    background: var(--bg-elevated);
    color: var(--text-primary);
    text-decoration: none;
}

.nav-item.active[b-giwq8gx337] {
    background: rgba(74, 158, 255, 0.18);
    color: var(--text-primary);
    border-left-color: var(--accent-ich);
    font-weight: var(--weight-medium);
}

.nav-icon[b-giwq8gx337] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
}
.nav-item:hover .nav-icon[b-giwq8gx337],
.nav-item.active .nav-icon[b-giwq8gx337] {
    color: var(--accent-ich);
}
.nav-icon svg[b-giwq8gx337] {
    width: 18px;
    height: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-label[b-giwq8gx337] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
}
.nav-tag[b-giwq8gx337] {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-subtle);
    border: 1px solid var(--bg-divider);
    border-radius: var(--radius-sm);
    padding: 1px 6px;
}

.nav-item--disabled[b-giwq8gx337] {
    color: var(--text-subtle);
    cursor: not-allowed;
}
.nav-item--disabled:hover[b-giwq8gx337] {
    background: transparent;
    color: var(--text-subtle);
}
.nav-item--disabled .nav-icon[b-giwq8gx337] { color: var(--text-subtle); }

/* Roadmap variants — Action Center y Executive View tienen color propio en el icon
   para diferenciarlos visualmente del resto de modulos activos (sutil hint de "futuro"). */
.nav-item--action:hover .nav-icon[b-giwq8gx337],
.nav-item--action.active .nav-icon[b-giwq8gx337] { color: var(--accent-action); }
.nav-item--action.active[b-giwq8gx337] { border-left-color: var(--accent-action); }

.nav-item--executive:hover .nav-icon[b-giwq8gx337],
.nav-item--executive.active .nav-icon[b-giwq8gx337] { color: var(--accent-executive); }
.nav-item--executive.active[b-giwq8gx337] { border-left-color: var(--accent-executive); }

/* Sub-nav lateral REMOVIDO — generaba redundancia con las tabs horizontales
   de cada modulo (CsaItxTabs, HosTabs). Decision UX: el modulo ya expone
   navegacion via tabs cuando entras; el sidebar mantiene solo el item raiz
   del modulo activo con el border-left de identidad. */
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   Compliance Hub Login — Split-screen
   Palette: cyan #22d3ee · purple #a855f7 · dark #050815/#0b1225/#140a2e
═══════════════════════════════════════════════════════════════════ */

/* ── Root layout ─────────────────────────────────────────────────── */
.lp-root[b-3i0v5zzjt7] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* ════════════════════════════════════════════════════════════════════
   BRAND PANEL
════════════════════════════════════════════════════════════════════ */
.lp-brand[b-3i0v5zzjt7] {
    position: relative;
    width: 46%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background:
        linear-gradient(160deg, #050815 0%, #0c1528 55%, #140a2e 100%);
}

/* ── Animated orbs ────────────────────────────────────────────────── */
.lp-orb[b-3i0v5zzjt7] {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.lp-orb-1[b-3i0v5zzjt7] {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(34,211,238,.22) 0%, transparent 70%);
    top: -140px; left: -120px;
    animation: orbDrift-b-3i0v5zzjt7 12s ease-in-out infinite;
}

.lp-orb-2[b-3i0v5zzjt7] {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(168,85,247,.2) 0%, transparent 70%);
    bottom: -80px; right: -100px;
    animation: orbDrift-b-3i0v5zzjt7 15s ease-in-out infinite reverse;
    animation-delay: -5s;
}

.lp-orb-3[b-3i0v5zzjt7] {
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(34,211,238,.12) 0%, transparent 70%);
    top: 45%; left: 40%;
    transform: translate(-50%, -50%);
    animation: orbDrift-b-3i0v5zzjt7 10s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes orbDrift-b-3i0v5zzjt7 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(24px, -32px) scale(1.06); }
    66%       { transform: translate(-18px, 22px) scale(0.94); }
}

/* ── Perspective grid ─────────────────────────────────────────────── */
.lp-grid[b-3i0v5zzjt7] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34,211,238,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34,211,238,.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 80% 85% at 50% 50%, black 20%, transparent 75%);
    pointer-events: none;
}

/* ── Scan line ────────────────────────────────────────────────────── */
.lp-scan[b-3i0v5zzjt7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(34,211,238,.028) 50%,
        transparent 100%);
    height: 100%;
    animation: scanDown-b-3i0v5zzjt7 7s linear infinite;
    pointer-events: none;
}

@keyframes scanDown-b-3i0v5zzjt7 {
    0%   { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

/* ── Brand inner content ──────────────────────────────────────────── */
.lp-brand-inner[b-3i0v5zzjt7] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Logo */
.lp-logo-wrap[b-3i0v5zzjt7] {
    position: relative;
    width: 80px;
    height: 80px;
}

.lp-logo[b-3i0v5zzjt7] {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 18px rgba(34,211,238,.55));
}

.lp-logo-ring[b-3i0v5zzjt7] {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(34,211,238,.25);
    animation: ringPulse-b-3i0v5zzjt7 3s ease-in-out infinite;
}

.lp-logo-ring-2[b-3i0v5zzjt7] {
    inset: -22px;
    border-color: rgba(168,85,247,.15);
    animation-delay: -1.5s;
}

@keyframes ringPulse-b-3i0v5zzjt7 {
    0%, 100% { opacity: .5; transform: scale(1); }
    50%       { opacity: 1; transform: scale(1.04); }
}

/* Brand text */
.lp-brand-copy[b-3i0v5zzjt7] { display: flex; flex-direction: column; gap: .5rem; }

.lp-badge[b-3i0v5zzjt7] {
    display: inline-block;
    width: fit-content;
    padding: .2rem .7rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(34,211,238,.1);
    border: 1px solid rgba(34,211,238,.25);
    border-radius: 999px;
    color: #22d3ee;
}

.lp-brand-title[b-3i0v5zzjt7] {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: .1rem;
}

.lp-t-itx[b-3i0v5zzjt7] {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: -.03em;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 20px rgba(34,211,238,.3));
}

.lp-t-inv[b-3i0v5zzjt7] {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(226,232,240,.55);
}

.lp-brand-sub[b-3i0v5zzjt7] {
    margin: 0;
    font-size: .875rem;
    color: #64748b;
    line-height: 1.6;
}

/* Neon divider */
.lp-neon-divider[b-3i0v5zzjt7] {
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(34,211,238,.6) 30%,
        rgba(168,85,247,.6) 70%,
        transparent);
    box-shadow: 0 0 10px rgba(34,211,238,.3);
}

/* Features */
.lp-features[b-3i0v5zzjt7] {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.lp-feat[b-3i0v5zzjt7] {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .7rem .9rem;
    background: rgba(15,23,42,.45);
    border: 1px solid rgba(71,85,105,.2);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    transition: border-color .2s, background .2s;
}

.lp-feat:hover[b-3i0v5zzjt7] {
    border-color: rgba(34,211,238,.2);
    background: rgba(34,211,238,.04);
}

.lp-feat-icon[b-3i0v5zzjt7] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(34,211,238,.08);
    border: 1px solid rgba(34,211,238,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #22d3ee;
}

.lp-feat-icon svg[b-3i0v5zzjt7] { width: 18px; height: 18px; }

.lp-feat-text[b-3i0v5zzjt7] {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.lp-feat-text strong[b-3i0v5zzjt7] {
    font-size: .82rem;
    font-weight: 600;
    color: #e2e8f0;
}

.lp-feat-text span[b-3i0v5zzjt7] {
    font-size: .73rem;
    color: #475569;
}

/* Brand footer */
.lp-brand-footer[b-3i0v5zzjt7] {
    position: relative;
    z-index: 1;
    padding: 1.25rem 2.75rem;
    font-size: .72rem;
    color: #1e293b;
    border-top: 1px solid rgba(71,85,105,.12);
}

/* Vertical separator */
.lp-brand[b-3i0v5zzjt7]::after {
    content: '';
    position: absolute;
    right: 0; top: 10%; bottom: 10%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent,
        rgba(34,211,238,.35) 30%,
        rgba(168,85,247,.35) 70%,
        transparent);
    box-shadow: 1px 0 16px rgba(34,211,238,.08);
}

/* ════════════════════════════════════════════════════════════════════
   FORM PANEL
════════════════════════════════════════════════════════════════════ */
.lp-form-panel[b-3i0v5zzjt7] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    background:
        radial-gradient(ellipse 70% 50% at 110% 0%, rgba(168,85,247,.06), transparent 60%),
        radial-gradient(ellipse 50% 60% at -10% 100%, rgba(34,211,238,.05), transparent 60%),
        #07101f;
    animation: panelFadeIn-b-3i0v5zzjt7 .55s cubic-bezier(.22,.6,.36,1) both;
}

@keyframes panelFadeIn-b-3i0v5zzjt7 {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}

.lp-form-inner[b-3i0v5zzjt7] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

/* Mobile logo */
.lp-form-logo-mobile[b-3i0v5zzjt7] {
    display: none;
    margin-bottom: .5rem;
}
.lp-form-logo-mobile img[b-3i0v5zzjt7] {
    height: 40px;
    filter: drop-shadow(0 0 10px rgba(34,211,238,.4));
}

/* Form header */
.lp-form-header[b-3i0v5zzjt7] { display: flex; flex-direction: column; gap: .35rem; }

.lp-form-title[b-3i0v5zzjt7] {
    margin: 0;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #f1f5f9;
}

.lp-form-sub[b-3i0v5zzjt7] {
    margin: 0;
    font-size: .85rem;
    color: #475569;
}

/* ── Error banner ────────────────────────────────────────────────── */
.lp-error[b-3i0v5zzjt7] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .7rem 1rem;
    background: rgba(252,165,165,.07);
    border: 1px solid rgba(252,165,165,.2);
    border-radius: 10px;
    color: #fca5a5;
    font-size: .84rem;
    line-height: 1.45;
    animation: shakeX-b-3i0v5zzjt7 .38s ease;
}

.lp-error svg[b-3i0v5zzjt7] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }

@keyframes shakeX-b-3i0v5zzjt7 {
    0%,100% { transform: translateX(0); }
    20%,60% { transform: translateX(-5px); }
    40%,80% { transform: translateX(5px); }
}

/* ── Fields ──────────────────────────────────────────────────────── */
.lp-fields[b-3i0v5zzjt7] { display: flex; flex-direction: column; gap: 1.1rem; }

.lp-field[b-3i0v5zzjt7] { position: relative; }

.lp-input-wrap[b-3i0v5zzjt7] {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(5,8,21,.55);
    border: 1px solid rgba(71,85,105,.38);
    border-radius: 13px;
    transition: border-color .2s, box-shadow .2s;
    overflow: hidden;
}

.lp-input-wrap:focus-within[b-3i0v5zzjt7] {
    border-color: rgba(34,211,238,.55);
    box-shadow: 0 0 0 3px rgba(34,211,238,.1), inset 0 1px 0 rgba(34,211,238,.06);
}

.lp-input-wrap.lp-has-error[b-3i0v5zzjt7] {
    border-color: rgba(252,165,165,.4);
    box-shadow: 0 0 0 3px rgba(252,165,165,.07);
}

/* Field icon */
.lp-iicon[b-3i0v5zzjt7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    flex-shrink: 0;
    color: #334155;
    transition: color .2s;
}

.lp-iicon svg[b-3i0v5zzjt7] { width: 17px; height: 17px; }

.lp-input-wrap:focus-within .lp-iicon[b-3i0v5zzjt7] { color: rgba(34,211,238,.65); }

/* Input */
.lp-input-wrap input[b-3i0v5zzjt7] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #e2e8f0;
    font-size: .93rem;
    font-family: inherit;
    padding: 1.15rem .9rem .5rem 0;
    min-width: 0;
}

.lp-input-wrap input:disabled[b-3i0v5zzjt7] { opacity: .5; cursor: not-allowed; }

/* Floating label */
.lp-input-wrap label[b-3i0v5zzjt7] {
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    font-size: .9rem;
    pointer-events: none;
    transition: top .18s ease, font-size .18s ease, color .18s ease, letter-spacing .18s ease;
}

.lp-input-wrap input:focus ~ label[b-3i0v5zzjt7],
.lp-input-wrap input:not(:placeholder-shown) ~ label[b-3i0v5zzjt7] {
    top: .55rem;
    font-size: .68rem;
    letter-spacing: .06em;
    color: #22d3ee;
    text-transform: uppercase;
}

/* Has action button (password) */
.lp-input-has-btn input[b-3i0v5zzjt7] { padding-right: .5rem; }

/* Eye toggle */
.lp-eye-btn[b-3i0v5zzjt7] {
    background: transparent;
    border: none;
    color: #334155;
    cursor: pointer;
    padding: 0 .9rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    transition: color .2s;
}

.lp-eye-btn svg[b-3i0v5zzjt7] { width: 17px; height: 17px; display: block; }
.lp-eye-btn:hover[b-3i0v5zzjt7] { color: #94a3b8; }

/* ── Remember me ────────────────────────────────────────────────── */
.lp-remember[b-3i0v5zzjt7] { margin: -0.4rem 0 0.9rem; display: flex; align-items: center; }
.lp-rb-label[b-3i0v5zzjt7] {
    display: flex; align-items: center; gap: 9px;
    font-size: 13px; color: #94a3b8; cursor: pointer;
    user-select: none; padding: 4px 0;
    transition: color .15s;
}
.lp-rb-label:hover[b-3i0v5zzjt7] { color: #cbd5e1; }
.lp-rb-label input[type="checkbox"][b-3i0v5zzjt7] {
    position: absolute; opacity: 0; pointer-events: none;
}
.lp-rb-box[b-3i0v5zzjt7] {
    width: 17px; height: 17px;
    border: 1.5px solid #475569;
    border-radius: 4px;
    background: rgba(15,23,42,0.4);
    position: relative;
    transition: border-color .18s, background .18s;
    flex-shrink: 0;
}
.lp-rb-label input[type="checkbox"]:checked ~ .lp-rb-box[b-3i0v5zzjt7] {
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    border-color: #22d3ee;
}
.lp-rb-label input[type="checkbox"]:checked ~ .lp-rb-box[b-3i0v5zzjt7]::after {
    content: '';
    position: absolute;
    left: 4px; top: 1px;
    width: 5px; height: 9px;
    border: solid #0b1020;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.lp-rb-label input[type="checkbox"]:focus-visible ~ .lp-rb-box[b-3i0v5zzjt7] {
    box-shadow: 0 0 0 3px rgba(34,211,238,0.25);
}
.lp-rb-text[b-3i0v5zzjt7] { font-weight: 500; letter-spacing: 0.01em; }

/* ── Submit button ───────────────────────────────────────────────── */
.lp-submit[b-3i0v5zzjt7] {
    position: relative;
    width: 100%;
    padding: .9rem 1.5rem;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .01em;
    color: #050815;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow:
        0 0 24px rgba(34,211,238,.3),
        0 3px 12px rgba(168,85,247,.2);
}

.lp-submit-bg[b-3i0v5zzjt7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    transition: opacity .2s;
}

.lp-submit-label[b-3i0v5zzjt7] { position: relative; z-index: 1; }

.lp-submit-arrow[b-3i0v5zzjt7] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: transform .2s ease;
}

.lp-submit-arrow svg[b-3i0v5zzjt7] { width: 18px; height: 18px; display: block; }

.lp-submit:hover:not(:disabled)[b-3i0v5zzjt7] {
    transform: translateY(-2px);
    box-shadow:
        0 0 36px rgba(34,211,238,.48),
        0 6px 20px rgba(168,85,247,.35);
    filter: brightness(1.07);
}

.lp-submit:hover:not(:disabled) .lp-submit-arrow[b-3i0v5zzjt7] { transform: translateX(4px); }

.lp-submit:active:not(:disabled)[b-3i0v5zzjt7] { transform: translateY(0); }

.lp-submit:disabled[b-3i0v5zzjt7] { opacity: .7; cursor: not-allowed; }

/* Spinner */
.lp-spinner[b-3i0v5zzjt7] {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 16px; height: 16px;
    border: 2px solid rgba(5,8,21,.25);
    border-top-color: #050815;
    border-radius: 50%;
    animation: spin-b-3i0v5zzjt7 .65s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-3i0v5zzjt7 { to { transform: rotate(360deg); } }

/* ── Form footer ─────────────────────────────────────────────────── */
.lp-form-footer[b-3i0v5zzjt7] {
    text-align: center;
    font-size: .72rem;
    color: #1e293b;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE — mobile
════════════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {
    .lp-root[b-3i0v5zzjt7] { flex-direction: column; }

    .lp-brand[b-3i0v5zzjt7] {
        width: 100%;
        min-height: unset;
        padding: 0;
    }

    .lp-brand-inner[b-3i0v5zzjt7] {
        padding: 2rem 1.5rem 1.5rem;
        gap: 1.25rem;
    }

    .lp-features[b-3i0v5zzjt7] { display: none; }

    .lp-logo-wrap[b-3i0v5zzjt7] { width: 56px; height: 56px; }
    .lp-logo[b-3i0v5zzjt7]      { width: 56px; height: 56px; }

    .lp-t-itx[b-3i0v5zzjt7]  { font-size: 2.4rem; }
    .lp-t-inv[b-3i0v5zzjt7]  { font-size: 1rem; }

    .lp-brand[b-3i0v5zzjt7]::after { display: none; }

    .lp-brand-footer[b-3i0v5zzjt7] { display: none; }

    .lp-form-panel[b-3i0v5zzjt7] {
        padding: 2rem 1.25rem 3rem;
        background: #07101f;
    }

    .lp-form-logo-mobile[b-3i0v5zzjt7] { display: block; }
}
/* /Components/Pages/Settings/AppAccess.razor.rz.scp.css */
/* ============================================================
 * App Access — /settings/app-access
 * Reimplementación Blazor plano del editor de permisos de Inventory,
 * usando los tokens del design system del Hub (--bg-*, --text-*, --accent-*).
 * Sin DevExpress.
 * ============================================================ */

.aa-page[b-3vpk9xahcc] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--header-height));
    padding: var(--space-xl) var(--space-2xl) 0;
    min-height: 0;
}

/* ── Header ─────────────────────────────────────────────────────────── */
.aa-header[b-3vpk9xahcc] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-lg);
    padding-bottom: var(--space-lg);
    flex-shrink: 0;
}
.aa-header h1[b-3vpk9xahcc] { font-size: var(--type-display-lg); margin-top: 2px; }
.aa-subtle[b-3vpk9xahcc] { font-size: var(--type-body); color: var(--text-muted); margin-top: 4px; }
.aa-header-actions[b-3vpk9xahcc] { display: flex; gap: var(--space-sm); }

/* ── Buttons ────────────────────────────────────────────────────────── */
.aa-btn[b-3vpk9xahcc] {
    font-family: inherit;
    font-size: var(--type-body);
    font-weight: var(--weight-medium);
    border-radius: var(--radius-md);
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .15s, border-color .15s, color .15s, opacity .15s;
    white-space: nowrap;
}
.aa-btn:disabled[b-3vpk9xahcc] { opacity: .45; cursor: not-allowed; }

.aa-btn-primary[b-3vpk9xahcc] { background: var(--accent-ich); border-color: var(--accent-ich); color: #061122; }
.aa-btn-primary:hover:not(:disabled)[b-3vpk9xahcc] { background: #6BB0FF; border-color: #6BB0FF; }

.aa-btn-ghost[b-3vpk9xahcc] { background: var(--bg-elevated); border-color: var(--bg-divider); color: var(--text-body); }
.aa-btn-ghost:hover:not(:disabled)[b-3vpk9xahcc] { border-color: var(--text-subtle); color: var(--text-primary); }

.aa-btn-danger[b-3vpk9xahcc] { background: var(--state-danger); border-color: var(--state-danger); color: #fff; }
.aa-btn-danger:hover:not(:disabled)[b-3vpk9xahcc] { filter: brightness(1.1); }

.aa-btn-danger-ghost[b-3vpk9xahcc] {
    margin-left: auto;
    background: var(--state-danger-bg);
    border-color: rgba(220, 38, 38, .35);
    color: var(--state-danger-light);
}
.aa-btn-danger-ghost:hover:not(:disabled)[b-3vpk9xahcc] { background: rgba(220, 38, 38, .18); }

/* ── Banners ────────────────────────────────────────────────────────── */
.aa-banner[b-3vpk9xahcc] {
    padding: 8px 12px;
    border-radius: var(--radius-md);
    font-size: var(--type-body);
    margin: var(--space-sm) 0;
}
.aa-banner-error[b-3vpk9xahcc]   { background: var(--state-danger-bg); color: var(--state-danger-light); border: 1px solid rgba(220, 38, 38, .25); }
.aa-banner-success[b-3vpk9xahcc] { background: var(--state-ok-bg);     color: var(--state-ok-light);     border: 1px solid rgba(34, 197, 94, .25); }

.aa-loading[b-3vpk9xahcc] { color: var(--text-muted); padding: var(--space-2xl) 0; }

/* ── Shell (two panels) ─────────────────────────────────────────────── */
.aa-shell[b-3vpk9xahcc] {
    flex: 1;
    min-height: 0;
    display: flex;
    border: 1px solid var(--bg-divider);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-surface);
}

/* ── Left panel ─────────────────────────────────────────────────────── */
.aa-left[b-3vpk9xahcc] {
    width: 320px;
    flex-shrink: 0;
    border-right: 1px solid var(--bg-divider);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.aa-search-box[b-3vpk9xahcc] { padding: var(--space-md); border-bottom: 1px solid var(--bg-divider); }

.aa-input[b-3vpk9xahcc] {
    width: 100%;
    background: var(--bg-canvas);
    border: 1px solid var(--bg-divider);
    border-radius: var(--radius-md);
    padding: 8px 12px;
    color: var(--text-body);
    font-size: var(--type-body);
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color .15s;
}
.aa-input:focus[b-3vpk9xahcc] { border-color: var(--accent-ich); }

.aa-cards[b-3vpk9xahcc] {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Employee card */
.aa-card[b-3vpk9xahcc] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: 10px 12px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--bg-divider);
    background: var(--bg-surface);
    cursor: pointer;
    transition: border-color .15s, background .15s;
}
.aa-card:hover[b-3vpk9xahcc] { border-color: var(--text-subtle); background: var(--bg-elevated); }
.aa-card.selected[b-3vpk9xahcc] { border-color: var(--accent-ich); background: rgba(74, 158, 255, .1); }

.aa-avatar[b-3vpk9xahcc] {
    width: 38px; height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(74, 158, 255, .15);
    color: var(--accent-ich);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: var(--weight-medium); letter-spacing: .04em;
}
.aa-avatar-sm[b-3vpk9xahcc] { width: 32px; height: 32px; font-size: 11px; }

.aa-card-body[b-3vpk9xahcc] { flex: 1; min-width: 0; }
.aa-card-num[b-3vpk9xahcc]  { font-size: 11px; color: var(--accent-ich); font-weight: var(--weight-medium); letter-spacing: .04em; }
.aa-card-name[b-3vpk9xahcc] { font-size: var(--type-body); font-weight: var(--weight-medium); color: var(--text-primary);
                white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aa-card-meta[b-3vpk9xahcc] { font-size: 11px; color: var(--text-muted); margin-top: 2px;
                white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aa-card-pos[b-3vpk9xahcc]  { color: var(--text-subtle); font-style: italic; }

.aa-flag[b-3vpk9xahcc] { font-size: 16px; line-height: 1; padding: 0 4px; flex-shrink: 0; align-self: center; }
.aa-flag-green[b-3vpk9xahcc] { color: var(--state-ok);     text-shadow: 0 0 6px rgba(34, 197, 94, .5); }
.aa-flag-red[b-3vpk9xahcc]   { color: var(--state-danger); text-shadow: 0 0 6px rgba(220, 38, 38, .5); }

/* ── Right panel ────────────────────────────────────────────────────── */
.aa-right[b-3vpk9xahcc] { flex: 1; overflow-y: auto; display: flex; flex-direction: column; min-width: 0; }

.aa-empty[b-3vpk9xahcc] {
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: var(--text-muted); gap: var(--space-md); text-align: center;
}
.aa-empty-sm[b-3vpk9xahcc] { padding: var(--space-2xl) 0; gap: var(--space-sm); }
.aa-empty-icon[b-3vpk9xahcc] { font-size: 44px; opacity: .35; }

/* Employee header */
.aa-emp-header[b-3vpk9xahcc] {
    padding: var(--space-xl) var(--space-2xl) var(--space-lg);
    border-bottom: 1px solid var(--bg-divider);
    display: flex; align-items: center; gap: var(--space-md);
}
.aa-emp-av[b-3vpk9xahcc] {
    width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
    background: rgba(74, 158, 255, .15); color: var(--accent-ich);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: var(--weight-medium);
}
.aa-emp-info[b-3vpk9xahcc] { flex: 1; min-width: 0; }
.aa-emp-name[b-3vpk9xahcc]  { font-size: 17px; font-weight: var(--weight-medium); color: var(--text-primary); }
.aa-emp-email[b-3vpk9xahcc] { font-size: var(--type-body); color: var(--text-muted); margin-top: 2px; }
.aa-emp-meta[b-3vpk9xahcc]  { font-size: 11px; color: var(--text-subtle); margin-top: 3px; }

.aa-status[b-3vpk9xahcc] {
    display: inline-block; margin-top: 5px;
    padding: 1px 8px; border-radius: 10px;
    font-size: 10px; font-weight: var(--weight-medium);
}
.aa-status-on[b-3vpk9xahcc]  { background: var(--state-ok-bg);     color: var(--state-ok-light);     border: 1px solid rgba(34, 197, 94, .25); }
.aa-status-off[b-3vpk9xahcc] { background: var(--state-danger-bg); color: var(--state-danger-light); border: 1px solid rgba(220, 38, 38, .25); }

/* Module table */
.aa-modules[b-3vpk9xahcc] { padding: var(--space-xl) var(--space-2xl); }
.aa-modules-title[b-3vpk9xahcc] {
    font-size: 11px; font-weight: var(--weight-medium); letter-spacing: .1em;
    text-transform: uppercase; color: var(--accent-ich); margin-bottom: var(--space-lg);
}
.aa-table[b-3vpk9xahcc] { width: 100%; border-collapse: collapse; }
.aa-table th[b-3vpk9xahcc] {
    font-size: 11px; font-weight: var(--weight-medium); color: var(--text-muted);
    letter-spacing: .08em; text-transform: uppercase;
    padding: 8px 12px; border-bottom: 1px solid var(--bg-divider); text-align: left;
}
.aa-table td[b-3vpk9xahcc] { padding: 10px 12px; border-bottom: 1px solid rgba(31, 41, 55, .6); vertical-align: middle; }
.aa-table tr:last-child td[b-3vpk9xahcc] { border-bottom: none; }
.aa-table tbody tr:hover td[b-3vpk9xahcc] { background: rgba(255, 255, 255, .02); }
.aa-mod-name[b-3vpk9xahcc] { font-size: var(--type-body); color: var(--text-body); display: flex; align-items: center; gap: 8px; }

.aa-cb[b-3vpk9xahcc] { width: 17px; height: 17px; cursor: pointer; accent-color: var(--accent-ich); }
.aa-cb:disabled[b-3vpk9xahcc] { opacity: .4; cursor: not-allowed; }

.aa-select[b-3vpk9xahcc] {
    background: var(--bg-canvas); border: 1px solid var(--bg-divider);
    border-radius: var(--radius-md); padding: 4px 10px; color: var(--text-body);
    font-size: 12px; font-family: inherit; cursor: pointer; outline: none;
    min-width: 150px; transition: border-color .15s;
}
.aa-select:focus[b-3vpk9xahcc] { border-color: var(--accent-ich); }
.aa-select:disabled[b-3vpk9xahcc] { opacity: .4; cursor: not-allowed; }

.aa-saving[b-3vpk9xahcc] { font-size: 12px; color: var(--text-muted); }
.aa-dash[b-3vpk9xahcc]   { color: var(--text-subtle); font-size: var(--type-body); }

/* ── No access ──────────────────────────────────────────────────────── */
.aa-noaccess[b-3vpk9xahcc] {
    min-height: 60vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center; gap: var(--space-md);
    padding: var(--space-3xl);
}
.aa-noaccess-icon[b-3vpk9xahcc] { color: var(--state-danger); opacity: .85; }
.aa-noaccess-icon svg[b-3vpk9xahcc] { width: 56px; height: 56px; }
.aa-noaccess h2[b-3vpk9xahcc] { font-size: var(--type-heading); }
.aa-noaccess p[b-3vpk9xahcc]  { color: var(--text-muted); max-width: 360px; margin: 0; }

/* ── Modals ─────────────────────────────────────────────────────────── */
.aa-modal-overlay[b-3vpk9xahcc] {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(5, 8, 21, .65);
    backdrop-filter: blur(2px);
    display: flex; align-items: center; justify-content: center;
    padding: var(--space-lg);
    animation: aaFade-b-3vpk9xahcc .15s ease;
}
@keyframes aaFade-b-3vpk9xahcc { from { opacity: 0; } to { opacity: 1; } }

.aa-modal[b-3vpk9xahcc] {
    width: 100%; max-width: 460px;
    background: var(--bg-surface);
    border: 1px solid var(--bg-divider);
    border-top: 3px solid var(--accent-ich);
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .5);
    display: flex; flex-direction: column;
    max-height: 80vh;
}
.aa-modal-wide[b-3vpk9xahcc] { max-width: 540px; }

.aa-modal-head[b-3vpk9xahcc] {
    padding: var(--space-lg) var(--space-xl);
    border-bottom: 1px solid var(--bg-divider);
    font-size: var(--type-body-lg); font-weight: var(--weight-medium); color: var(--text-primary);
}
.aa-modal-body[b-3vpk9xahcc] { padding: var(--space-lg) var(--space-xl); overflow-y: auto; }
.aa-modal-foot[b-3vpk9xahcc] {
    padding: var(--space-md) var(--space-xl);
    border-top: 1px solid var(--bg-divider);
    display: flex; gap: var(--space-sm); justify-content: flex-end;
}

.aa-confirm[b-3vpk9xahcc] { display: flex; align-items: flex-start; gap: var(--space-md); }
.aa-confirm-icon[b-3vpk9xahcc] { font-size: 22px; flex-shrink: 0; }
.aa-confirm-msg[b-3vpk9xahcc] { font-size: var(--type-body-lg); color: var(--text-body); margin-bottom: 6px; }
.aa-confirm-sub[b-3vpk9xahcc] { font-size: var(--type-body); color: var(--text-muted); }

.aa-add-results[b-3vpk9xahcc] { margin-top: var(--space-md); display: flex; flex-direction: column; gap: 2px; }
.aa-add-hint[b-3vpk9xahcc] { color: var(--text-muted); font-size: var(--type-body); padding: var(--space-sm) 0; }
.aa-add-result[b-3vpk9xahcc] {
    display: flex; align-items: center; gap: var(--space-md);
    padding: 8px 10px; border-radius: var(--radius-md); cursor: pointer;
    transition: background .15s;
}
.aa-add-result:hover[b-3vpk9xahcc] { background: var(--bg-elevated); }
.aa-add-result.disabled[b-3vpk9xahcc] { opacity: .5; pointer-events: none; }
.aa-add-name[b-3vpk9xahcc] { font-size: var(--type-body); font-weight: var(--weight-medium); color: var(--text-body); }
.aa-add-tag[b-3vpk9xahcc]  { color: var(--text-muted); font-size: 11px; margin-left: 6px; }
.aa-add-sub[b-3vpk9xahcc]  { font-size: 11px; color: var(--text-muted); }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 860px) {
    .aa-shell[b-3vpk9xahcc] { flex-direction: column; }
    .aa-left[b-3vpk9xahcc]  { width: 100%; max-height: 40vh; border-right: none; border-bottom: 1px solid var(--bg-divider); }
}
