/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-zg2jnco7xj] {
    min-height: 100vh;
    width: 100%;
    background: #07101f;
    font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-wrap[b-djtrk6g73l] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: var(--apple-bg);
    color: var(--apple-label);
    font-family: var(--font-sans);
    font-size: var(--type-body);
    letter-spacing: -0.1px;
}

.screen-header[b-djtrk6g73l] {
    flex-shrink: 0;
    background: var(--apple-surface);
    border-bottom: 0.5px solid var(--apple-separator);
}

.sig-row[b-djtrk6g73l] {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 0 var(--space-xl);
    height: 56px;
}

.cf-brand[b-djtrk6g73l] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    line-height: 1;
    flex-shrink: 0;
}

.cf-logo[b-djtrk6g73l] {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.cf-cross[b-djtrk6g73l] { color: var(--apple-label); }
.cf-fuel[b-djtrk6g73l]  { color: #E8321A; }

.cf-byline[b-djtrk6g73l] {
    font-size: 9px;
    font-weight: 400;
    color: var(--apple-label3);
    letter-spacing: 0.02em;
}

.sig-emp[b-djtrk6g73l] {
    font-size: 14px;
    font-weight: 500;
    color: var(--apple-label);
    background: var(--apple-bg);
    padding: 4px 10px;
    letter-spacing: -0.2px;
    border-radius: var(--radius-sm);
}

.sig-app[b-djtrk6g73l] {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--apple-blue);
    padding: 4px 10px;
    letter-spacing: -0.2px;
    border-radius: var(--radius-sm);
    margin-left: 0;
}

.vdiv[b-djtrk6g73l] {
    width: 0.5px;
    height: 20px;
    background: var(--apple-separator);
    margin: 0 var(--space-xs);
}

.tagline[b-djtrk6g73l] {
    font-size: var(--type-body);
    color: var(--apple-label2);
    letter-spacing: -0.1px;
}

.sig-actions[b-djtrk6g73l] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.pdf-btn[b-djtrk6g73l] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border-radius: var(--radius-pill);
    border: 0.5px solid var(--apple-separator);
    background: var(--apple-surface);
    color: var(--apple-label);
    font-size: 12px;
    font-family: var(--font-sans);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.pdf-btn:hover:not(:disabled)[b-djtrk6g73l] {
    background: #E8321A10;
    color: #E8321A;
    border-color: #E8321A;
}
.pdf-btn.done[b-djtrk6g73l] {
    color: var(--apple-green);
    border-color: var(--apple-green);
}
.pdf-btn.error[b-djtrk6g73l] {
    color: var(--apple-red);
    border-color: var(--apple-red);
}
.pdf-btn:disabled[b-djtrk6g73l] { opacity: 0.6; cursor: default; }

/* ── CEO Report button (secondary / ghost) ── */
.ceo-btn[b-djtrk6g73l] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border-radius: var(--radius-pill);
    border: 0.5px solid var(--apple-separator);
    background: transparent;
    color: var(--apple-label2);
    font-size: 12px;
    font-family: var(--font-sans);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ceo-btn:hover:not(:disabled)[b-djtrk6g73l] {
    background: var(--apple-blue-bg);
    color: var(--apple-blue);
    border-color: var(--apple-blue);
}
.ceo-btn.done[b-djtrk6g73l] {
    color: var(--apple-green);
    border-color: var(--apple-green);
}
.ceo-btn.error[b-djtrk6g73l] {
    color: var(--apple-red);
    border-color: var(--apple-red);
}
.ceo-btn:disabled[b-djtrk6g73l] { opacity: 0.6; cursor: default; }

.status-loaded[b-djtrk6g73l] {
    font-size: var(--type-eyebrow);
    letter-spacing: 0.02em;
    color: var(--apple-label3);
    font-family: var(--font-sans);
}

.hdr-icon-btn[b-djtrk6g73l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: var(--apple-surface);
    border: 0.5px solid var(--apple-separator);
    border-radius: var(--radius-pill);
    color: var(--apple-label);
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.hdr-icon-btn:hover[b-djtrk6g73l] {
    background: var(--apple-blue-bg);
    border-color: var(--apple-blue);
    color: var(--apple-blue);
}

/* Anchors usados como botones de icono (Accesos / Estatus / Logout) */
a.hdr-icon-btn[b-djtrk6g73l] { text-decoration: none; }

/* Bloque de usuario en el header */
.hdr-user[b-djtrk6g73l] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.hdr-user-avatar[b-djtrk6g73l] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--apple-blue-bg);
    color: var(--apple-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.hdr-user-name[b-djtrk6g73l] {
    font-size: 12px;
    font-weight: 500;
    color: var(--apple-label);
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 720px) {
    .hdr-user-name[b-djtrk6g73l] { display: none; }
}

.theme-toggle[b-djtrk6g73l] {
    width: 32px;
    height: 32px;
    border: 0.5px solid var(--apple-separator);
    border-radius: var(--radius-pill);
    background: var(--apple-surface);
    color: var(--apple-label);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    padding: 0;
}

.theme-toggle:hover[b-djtrk6g73l] {
    background: var(--apple-blue-bg);
    color: var(--apple-blue);
    border-color: var(--apple-blue);
}

.below-header[b-djtrk6g73l] {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
}

/* ── Upload button ── */
.upload-label[b-djtrk6g73l] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    height: 32px;
    padding: 0 var(--space-md);
    border: 0.5px solid var(--apple-separator);
    border-radius: var(--radius-pill);
    background: var(--apple-surface);
    color: var(--apple-label);
    font-family: var(--font-sans);
    font-size: var(--type-body);
    letter-spacing: -0.1px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    user-select: none;
}

.upload-label:hover[b-djtrk6g73l] {
    background: var(--apple-blue-bg);
    color: var(--apple-blue);
    border-color: var(--apple-blue);
}

.upload-label.uploading[b-djtrk6g73l] {
    border-color: var(--apple-blue);
    color: var(--apple-blue);
    cursor: wait;
}

.upload-label.success[b-djtrk6g73l] {
    border-color: var(--apple-green);
    color: var(--apple-green);
}

.upload-label.error[b-djtrk6g73l] {
    border-color: var(--apple-red);
    color: var(--apple-red);
}

@keyframes spin-b-djtrk6g73l {
    to { transform: rotate(360deg); }
}

.spin[b-djtrk6g73l] {
    animation: spin-b-djtrk6g73l 0.9s linear infinite;
}

/* ── Mobile overlay backdrop for the nav drawer ── */
.mobile-nav-overlay[b-djtrk6g73l] { display: none; }

/* ── Mobile (≤ 768px) ── */
@media (max-width: 768px) {
    .sig-row[b-djtrk6g73l]       { height: 48px; padding: 0 12px; gap: 6px; }
    .tagline[b-djtrk6g73l]       { display: none; }
    .vdiv[b-djtrk6g73l]          { display: none; }
    .upload-label span[b-djtrk6g73l] { display: none; }
    .upload-label[b-djtrk6g73l]  { padding: 0 8px; height: 32px; }
    .sig-emp[b-djtrk6g73l], .sig-app[b-djtrk6g73l] { font-size: 13px; padding: 3px 8px; }

    .below-header[b-djtrk6g73l] { padding-bottom: 60px; }

    .mobile-nav-overlay[b-djtrk6g73l] {
        display: block;
        position: fixed;
        top: 48px; left: 260px; right: 0; bottom: 60px;
        background: rgba(0,0,0,0.32);
        z-index: 89;
        cursor: pointer;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8w3qj13h24] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8w3qj13h24] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8w3qj13h24] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8w3qj13h24] {
    font-size: 1.1rem;
}

.bi[b-8w3qj13h24] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8w3qj13h24] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8w3qj13h24] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8w3qj13h24] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8w3qj13h24] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8w3qj13h24] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8w3qj13h24] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8w3qj13h24]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8w3qj13h24]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8w3qj13h24]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8w3qj13h24] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8w3qj13h24] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8w3qj13h24] {
        display: none;
    }

    .nav-scrollable[b-8w3qj13h24] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sc9ey0m1lz],
.components-reconnect-repeated-attempt-visible[b-sc9ey0m1lz],
.components-reconnect-failed-visible[b-sc9ey0m1lz],
.components-pause-visible[b-sc9ey0m1lz],
.components-resume-failed-visible[b-sc9ey0m1lz],
.components-rejoining-animation[b-sc9ey0m1lz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-retrying[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-failed[b-sc9ey0m1lz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sc9ey0m1lz] {
    display: block;
}


#components-reconnect-modal[b-sc9ey0m1lz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-sc9ey0m1lz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sc9ey0m1lz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sc9ey0m1lz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sc9ey0m1lz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sc9ey0m1lz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sc9ey0m1lz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sc9ey0m1lz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sc9ey0m1lz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sc9ey0m1lz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sc9ey0m1lz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sc9ey0m1lz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sc9ey0m1lz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sc9ey0m1lz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sc9ey0m1lz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sc9ey0m1lz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sc9ey0m1lz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sc9ey0m1lz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sc9ey0m1lz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   CrossFuel Login — Split-screen
   Palette: cyan #22d3ee · purple #a855f7 · dark #050815/#0b1225/#140a2e
═══════════════════════════════════════════════════════════════════ */

.lp-root[b-jhu9wuhcoz] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

/* ════════════════ BRAND PANEL ════════════════ */
.lp-brand[b-jhu9wuhcoz] {
    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%);
}

.lp-orb[b-jhu9wuhcoz] {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.lp-orb-1[b-jhu9wuhcoz] {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(34,211,238,.22) 0%, transparent 70%);
    top: -140px; left: -120px;
    animation: orbDrift-b-jhu9wuhcoz 12s ease-in-out infinite;
}

.lp-orb-2[b-jhu9wuhcoz] {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(168,85,247,.2) 0%, transparent 70%);
    bottom: -80px; right: -100px;
    animation: orbDrift-b-jhu9wuhcoz 15s ease-in-out infinite reverse;
    animation-delay: -5s;
}

.lp-orb-3[b-jhu9wuhcoz] {
    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-jhu9wuhcoz 10s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes orbDrift-b-jhu9wuhcoz {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(24px, -32px) scale(1.06); }
    66%       { transform: translate(-18px, 22px) scale(0.94); }
}

.lp-grid[b-jhu9wuhcoz] {
    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;
}

.lp-scan[b-jhu9wuhcoz] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(34,211,238,.028) 50%, transparent 100%);
    height: 100%;
    animation: scanDown-b-jhu9wuhcoz 7s linear infinite;
    pointer-events: none;
}

@keyframes scanDown-b-jhu9wuhcoz {
    0%   { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

.lp-brand-inner[b-jhu9wuhcoz] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Logo (texto CrossFuel) */
.lp-logo-wrap[b-jhu9wuhcoz] {
    position: relative;
    width: fit-content;
    padding: 6px 2px;
}

.lp-logo-text[b-jhu9wuhcoz] {
    position: relative;
    z-index: 2;
    font-weight: 900;
    font-size: 1.7rem;
    letter-spacing: .02em;
    line-height: 1;
    display: inline-flex;
}
.lp-logo-cross[b-jhu9wuhcoz] { color: #e2e8f0; }
.lp-logo-fuel[b-jhu9wuhcoz]  {
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 14px rgba(34,211,238,.45));
}

.lp-logo-ring[b-jhu9wuhcoz] {
    position: absolute;
    inset: -10px -14px;
    border-radius: 999px;
    border: 1px solid rgba(34,211,238,.25);
    animation: ringPulse-b-jhu9wuhcoz 3s ease-in-out infinite;
    pointer-events: none;
}

.lp-logo-ring-2[b-jhu9wuhcoz] {
    inset: -20px -26px;
    border-color: rgba(168,85,247,.15);
    animation-delay: -1.5s;
}

@keyframes ringPulse-b-jhu9wuhcoz {
    0%, 100% { opacity: .5; transform: scale(1); }
    50%       { opacity: 1; transform: scale(1.04); }
}

.lp-brand-copy[b-jhu9wuhcoz] { display: flex; flex-direction: column; gap: .5rem; }

.lp-badge[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: .1rem;
}

.lp-t-itx[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(226,232,240,.55);
}

.lp-brand-sub[b-jhu9wuhcoz] {
    margin: 0;
    font-size: .875rem;
    color: #64748b;
    line-height: 1.6;
}

.lp-neon-divider[b-jhu9wuhcoz] {
    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);
}

.lp-features[b-jhu9wuhcoz] {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.lp-feat[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    border-color: rgba(34,211,238,.2);
    background: rgba(34,211,238,.04);
}

.lp-feat-icon[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] { width: 18px; height: 18px; }

.lp-feat-text[b-jhu9wuhcoz] { display: flex; flex-direction: column; gap: .1rem; }
.lp-feat-text strong[b-jhu9wuhcoz] { font-size: .82rem; font-weight: 600; color: #e2e8f0; }
.lp-feat-text span[b-jhu9wuhcoz] { font-size: .73rem; color: #475569; }

.lp-brand-footer[b-jhu9wuhcoz] {
    position: relative;
    z-index: 1;
    padding: 1.25rem 2.75rem;
    font-size: .72rem;
    color: #334155;
    border-top: 1px solid rgba(71,85,105,.12);
}

.lp-brand[b-jhu9wuhcoz]::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-jhu9wuhcoz] {
    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-jhu9wuhcoz .55s cubic-bezier(.22,.6,.36,1) both;
}

@keyframes panelFadeIn-b-jhu9wuhcoz {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}

.lp-form-inner[b-jhu9wuhcoz] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.lp-form-logo-mobile[b-jhu9wuhcoz] { display: none; margin-bottom: .5rem; }

.lp-form-header[b-jhu9wuhcoz] { display: flex; flex-direction: column; gap: .35rem; }
.lp-form-title[b-jhu9wuhcoz] { margin: 0; font-size: 1.85rem; font-weight: 700; letter-spacing: -.025em; color: #f1f5f9; }
.lp-form-sub[b-jhu9wuhcoz] { margin: 0; font-size: .85rem; color: #475569; }

.lp-error[b-jhu9wuhcoz] {
    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-jhu9wuhcoz .38s ease;
}

.lp-error svg[b-jhu9wuhcoz] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }

@keyframes shakeX-b-jhu9wuhcoz {
    0%,100% { transform: translateX(0); }
    20%,60% { transform: translateX(-5px); }
    40%,80% { transform: translateX(5px); }
}

.lp-fields[b-jhu9wuhcoz] { display: flex; flex-direction: column; gap: 1.1rem; }
.lp-field[b-jhu9wuhcoz] { position: relative; }

.lp-input-wrap[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    border-color: rgba(252,165,165,.4);
    box-shadow: 0 0 0 3px rgba(252,165,165,.07);
}

.lp-iicon[b-jhu9wuhcoz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    flex-shrink: 0;
    color: #334155;
    transition: color .2s;
}

.lp-iicon svg[b-jhu9wuhcoz] { width: 17px; height: 17px; }
.lp-input-wrap:focus-within .lp-iicon[b-jhu9wuhcoz] { color: rgba(34,211,238,.65); }

.lp-input-wrap input[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] { opacity: .5; cursor: not-allowed; }

.lp-input-wrap label[b-jhu9wuhcoz] {
    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-jhu9wuhcoz],
.lp-input-wrap input:not(:placeholder-shown) ~ label[b-jhu9wuhcoz] {
    top: .55rem;
    font-size: .68rem;
    letter-spacing: .06em;
    color: #22d3ee;
    text-transform: uppercase;
}

.lp-input-has-btn input[b-jhu9wuhcoz] { padding-right: .5rem; }

.lp-eye-btn[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] { width: 17px; height: 17px; display: block; }
.lp-eye-btn:hover[b-jhu9wuhcoz] { color: #94a3b8; }

.lp-remember[b-jhu9wuhcoz] { margin: -0.4rem 0 0.9rem; display: flex; align-items: center; }
.lp-rb-label[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] { color: #cbd5e1; }
.lp-rb-label input[type="checkbox"][b-jhu9wuhcoz] { position: absolute; opacity: 0; pointer-events: none; }
.lp-rb-box[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    border-color: #22d3ee;
}
.lp-rb-label input[type="checkbox"]:checked ~ .lp-rb-box[b-jhu9wuhcoz]::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-jhu9wuhcoz] { box-shadow: 0 0 0 3px rgba(34,211,238,0.25); }
.lp-rb-text[b-jhu9wuhcoz] { font-weight: 500; letter-spacing: 0.01em; }

.lp-submit[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
    transition: opacity .2s;
}

.lp-submit-label[b-jhu9wuhcoz] { position: relative; z-index: 1; }
.lp-submit-arrow[b-jhu9wuhcoz] { position: relative; z-index: 1; display: flex; align-items: center; transition: transform .2s ease; }
.lp-submit-arrow svg[b-jhu9wuhcoz] { width: 18px; height: 18px; display: block; }

.lp-submit:hover:not(:disabled)[b-jhu9wuhcoz] {
    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-jhu9wuhcoz] { transform: translateX(4px); }
.lp-submit:active:not(:disabled)[b-jhu9wuhcoz] { transform: translateY(0); }
.lp-submit:disabled[b-jhu9wuhcoz] { opacity: .7; cursor: not-allowed; }

.lp-spinner[b-jhu9wuhcoz] {
    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-jhu9wuhcoz .65s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-jhu9wuhcoz { to { transform: rotate(360deg); } }

.lp-form-footer[b-jhu9wuhcoz] { text-align: center; font-size: .72rem; color: #334155; }

/* ════════════════ RESPONSIVE ════════════════ */
@media (max-width: 860px) {
    .lp-root[b-jhu9wuhcoz] { flex-direction: column; }
    .lp-brand[b-jhu9wuhcoz] { width: 100%; min-height: unset; padding: 0; }
    .lp-brand-inner[b-jhu9wuhcoz] { padding: 2rem 1.5rem 1.5rem; gap: 1.25rem; }
    .lp-features[b-jhu9wuhcoz] { display: none; }
    .lp-t-itx[b-jhu9wuhcoz]  { font-size: 2.4rem; }
    .lp-t-inv[b-jhu9wuhcoz]  { font-size: 1rem; }
    .lp-brand[b-jhu9wuhcoz]::after { display: none; }
    .lp-brand-footer[b-jhu9wuhcoz] { display: none; }
    .lp-form-panel[b-jhu9wuhcoz] { padding: 2rem 1.25rem 3rem; background: #07101f; }
    .lp-form-logo-mobile[b-jhu9wuhcoz] { display: block; }
}
