/* /Components/App.razor.rz.scp.css */
/* =========================================================================
   1. CORE & IDENTITY (EASY CONTA THEME)
   ========================================================================= */
:root[b-titbe8wzl2] {
    --ec-bg: #0b1120; /* Dark Navy Profundo */
    --ec-cyan: #26C6DA; /* Cian del Logo */
    --ec-green: #8BC34A; /* Verde del Logo */
    --ec-yellow: #FFCA28; /* Amarillo del Logo */
    --ec-text: #cbd5e1; /* Texto gris claro */
    --ec-white: #ffffff;
}

body[b-titbe8wzl2], html[b-titbe8wzl2] {
    background-color: var(--ec-bg) !important;
    color: var(--ec-text);
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* NAVBAR GLASS */
.navbar-glass[b-titbe8wzl2] {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(11, 17, 32, 0.85) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(38, 198, 218, 0.2);
    padding: 15px 0;
}

.nav-link[b-titbe8wzl2] {
    color: var(--ec-white) !important;
    font-weight: 600;
    transition: 0.3s;
    margin-right: 15px;
}

    .nav-link:hover[b-titbe8wzl2] {
        color: var(--ec-green) !important;
    }

/* BOTÓN CALL TO ACTION (FORZADO) */
.btn-ec-primary[b-titbe8wzl2] {
    background: linear-gradient(135deg, var(--ec-cyan), var(--ec-green)) !important;
    color: #000 !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(38, 198, 218, 0.4) !important;
    text-decoration: none;
    display: inline-block;
}

    .btn-ec-primary:hover[b-titbe8wzl2] {
        transform: scale(1.05) !important;
        box-shadow: 0 6px 20px rgba(139, 195, 74, 0.6) !important;
        color: #000 !important;
    }

/* TITULOS CON GRADIENTE */
.text-gradient[b-titbe8wzl2] {
    background: linear-gradient(to right, var(--ec-cyan), var(--ec-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jwzaw3jykd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jwzaw3jykd] {
    flex: 1;
}

.sidebar[b-jwzaw3jykd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jwzaw3jykd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jwzaw3jykd]  a, .top-row[b-jwzaw3jykd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jwzaw3jykd]  a:hover, .top-row[b-jwzaw3jykd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jwzaw3jykd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jwzaw3jykd] {
        justify-content: space-between;
    }

    .top-row[b-jwzaw3jykd]  a, .top-row[b-jwzaw3jykd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jwzaw3jykd] {
        flex-direction: row;
    }

    .sidebar[b-jwzaw3jykd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jwzaw3jykd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jwzaw3jykd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jwzaw3jykd], article[b-jwzaw3jykd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jwzaw3jykd] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jwzaw3jykd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m2fbq5kflr] {
    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-m2fbq5kflr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m2fbq5kflr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m2fbq5kflr] {
    font-size: 1.1rem;
}

.bi[b-m2fbq5kflr] {
    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-m2fbq5kflr] {
    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-m2fbq5kflr] {
    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-m2fbq5kflr] {
    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-m2fbq5kflr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m2fbq5kflr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m2fbq5kflr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m2fbq5kflr]  .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-m2fbq5kflr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m2fbq5kflr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m2fbq5kflr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m2fbq5kflr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m2fbq5kflr] {
        display: none;
    }

    .nav-scrollable[b-m2fbq5kflr] {
        /* 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-uv9zbk107z],
.components-reconnect-repeated-attempt-visible[b-uv9zbk107z],
.components-reconnect-failed-visible[b-uv9zbk107z],
.components-pause-visible[b-uv9zbk107z],
.components-resume-failed-visible[b-uv9zbk107z],
.components-rejoining-animation[b-uv9zbk107z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-retrying[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-failed[b-uv9zbk107z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uv9zbk107z] {
    display: block;
}


#components-reconnect-modal[b-uv9zbk107z] {
    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-uv9zbk107z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uv9zbk107z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uv9zbk107z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uv9zbk107z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uv9zbk107z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uv9zbk107z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uv9zbk107z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uv9zbk107z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uv9zbk107z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uv9zbk107z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uv9zbk107z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uv9zbk107z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uv9zbk107z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uv9zbk107z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uv9zbk107z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uv9zbk107z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uv9zbk107z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uv9zbk107z {
    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/AppDashboard.razor.rz.scp.css */
.workspace-shell[b-320h3ds3na] {
    --ink: #10243f;
    --muted: #65758a;
    --line: #dce6ef;
    min-height: calc(100vh - 85px);
    padding: 34px 18px 72px;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 4%, rgba(41, 191, 228, .13), transparent 26rem),
        radial-gradient(circle at 94% 18%, rgba(140, 198, 63, .12), transparent 24rem),
        linear-gradient(180deg, #f8fbfd 0%, #edf4f8 100%);
}

.workspace-frame[b-320h3ds3na] {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.workspace-loader[b-320h3ds3na],
.workspace-error[b-320h3ds3na] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
}

.workspace-loader[b-320h3ds3na] {
    flex-direction: row;
}

.workspace-loader > div:last-child[b-320h3ds3na] {
    display: grid;
    text-align: left;
    gap: 4px;
}

.workspace-loader strong[b-320h3ds3na] { font-size: 1.15rem; }
.workspace-loader span[b-320h3ds3na] { color: var(--muted); }

.loader-mark[b-320h3ds3na] {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, #169bc6, #7ebc2e);
    box-shadow: 0 14px 35px rgba(41, 191, 228, .28);
    animation: workspacePulse-b-320h3ds3na 1.5s ease-in-out infinite;
}

.workspace-error > span[b-320h3ds3na] { font-size: 3rem; color: #dc4b5e; }
.workspace-error h1[b-320h3ds3na] { margin: 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.workspace-error p[b-320h3ds3na] { max-width: 700px; color: var(--muted); }
.workspace-error button[b-320h3ds3na] { border: 0; border-radius: 14px; padding: 12px 20px; background: var(--ink); color: #fff; font-weight: 800; }

.workspace-hero[b-320h3ds3na] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
    gap: 32px;
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(125deg, #0b1c31 0%, #0a3146 62%, #16482f 135%);
    box-shadow: 0 26px 70px rgba(15, 35, 58, .18);
}

.workspace-hero[b-320h3ds3na]::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    right: 10%;
    top: -380px;
    border-radius: 50%;
    background: rgba(41, 191, 228, .35);
    filter: blur(35px);
}

.workspace-eyebrow[b-320h3ds3na] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #92e8fb;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .17em;
}

.status-dot[b-320h3ds3na] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #9ef052;
    box-shadow: 0 0 0 5px rgba(158, 240, 82, .12), 0 0 16px #9ef052;
}

.workspace-hero h1[b-320h3ds3na] {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.2rem, 4.4vw, 4.8rem);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 900;
}

.workspace-hero > div > p[b-320h3ds3na] {
    max-width: 760px;
    margin: 22px 0 0;
    color: #bfd0dc;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 1.75;
}

.identity-card[b-320h3ds3na] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
}

.identity-avatar[b-320h3ds3na] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #10243f;
    background: linear-gradient(135deg, #a9f3ff, #a7ed68);
    font-weight: 900;
}

.identity-copy[b-320h3ds3na] { min-width: 0; display: grid; gap: 2px; }
.identity-copy small[b-320h3ds3na] { color: #8edbed; font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.identity-copy strong[b-320h3ds3na] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.05rem; }
.identity-copy > span[b-320h3ds3na] { color: #b9c9d5; font-size: .78rem; }
.identity-copy em[b-320h3ds3na] { display: flex; align-items: center; gap: 5px; margin-top: 8px; color: #bcf77d; font-size: .76rem; font-style: normal; font-weight: 800; }
.identity-copy em span[b-320h3ds3na] { font-size: 1rem; }
.identity-card form button[b-320h3ds3na] { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; color: #d9e6ed; background: rgba(0,0,0,.16); }
.identity-card form button:hover[b-320h3ds3na] { color: #fff; border-color: rgba(255,255,255,.35); }

.trust-strip[b-320h3ds3na] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0 26px;
    padding: 14px 18px;
    border: 1px solid #cee8db;
    border-radius: 18px;
    background: rgba(240, 252, 245, .9);
}

.trust-strip > span[b-320h3ds3na] { color: #148957; font-size: 1.8rem; }
.trust-strip strong[b-320h3ds3na] { display: block; color: #11683f; font-size: .82rem; }
.trust-strip p[b-320h3ds3na] { margin: 2px 0 0; color: #537463; font-size: .82rem; }

.action-message[b-320h3ds3na] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 22px;
    padding: 13px 16px;
    border-radius: 14px;
    font-weight: 750;
}
.action-message.is-success[b-320h3ds3na] { color: #126943; border: 1px solid #bee6d2; background: #edfff5; }
.action-message.is-error[b-320h3ds3na] { color: #a52d42; border: 1px solid #f2c1ca; background: #fff2f4; }

.metric-grid[b-320h3ds3na] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 24px;
}

.metric-card[b-320h3ds3na] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 13px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 12px 35px rgba(26, 54, 80, .07);
}
.metric-card > span[b-320h3ds3na] { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; }
.metric-card div[b-320h3ds3na] { display: flex; align-items: baseline; gap: 9px; }
.metric-card div strong[b-320h3ds3na] { font-size: 2rem; line-height: 1; }
.metric-card div small[b-320h3ds3na] { color: var(--muted); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.metric-card em[b-320h3ds3na] { grid-column: 2; color: #7b8999; font-size: .74rem; font-style: normal; }
.metric-blue > span[b-320h3ds3na] { color: #0585ac; background: #dff7fd; }
.metric-green > span[b-320h3ds3na] { color: #579416; background: #eefbdc; }
.metric-violet > span[b-320h3ds3na] { color: #7756c8; background: #f0ebff; }
.metric-amber > span[b-320h3ds3na] { color: #a46808; background: #fff2d5; }

.creation-grid[b-320h3ds3na],
.data-grid[b-320h3ds3na] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.form-card[b-320h3ds3na],
.data-panel[b-320h3ds3na],
.access-panel[b-320h3ds3na] {
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 40px rgba(24, 49, 75, .065);
}

.form-card[b-320h3ds3na] { padding: clamp(20px, 3vw, 30px); }
.card-heading[b-320h3ds3na],
.access-copy[b-320h3ds3na] { display: flex; align-items: center; gap: 14px; }
.heading-icon[b-320h3ds3na] { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; }
.heading-icon.blue[b-320h3ds3na] { color: #0786ad; background: #e3f7fc; }
.heading-icon.green[b-320h3ds3na] { color: #589617; background: #eefbdd; }
.heading-icon.violet[b-320h3ds3na] { color: #7651c8; background: #f0eaff; }
.card-heading small[b-320h3ds3na],
.panel-heading small[b-320h3ds3na],
.access-copy small[b-320h3ds3na] { color: #1594ba; font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.card-heading h2[b-320h3ds3na],
.panel-heading h2[b-320h3ds3na],
.panel-heading h3[b-320h3ds3na],
.access-copy h2[b-320h3ds3na] { margin: 2px 0 0; font-weight: 900; letter-spacing: -.025em; }
.form-card > p[b-320h3ds3na] { min-height: 44px; margin: 16px 0 18px; color: var(--muted); font-size: .83rem; line-height: 1.6; }
.form-card form[b-320h3ds3na] { display: grid; gap: 15px; }
.field-group[b-320h3ds3na] { min-width: 0; display: grid; align-content: start; gap: 7px; }
.field-group > label[b-320h3ds3na] { color: #31455f; font-size: .76rem; font-weight: 900; letter-spacing: .01em; }
.field-control[b-320h3ds3na] { position: relative; }
.field-control > .material-symbols-outlined[b-320h3ds3na] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #7a8ca0;
    font-size: 1.15rem;
    pointer-events: none;
    transition: color .2s ease;
}
.field-control:focus-within > .material-symbols-outlined[b-320h3ds3na] { color: #078ab2; }
.form-card[b-320h3ds3na]  .workspace-control {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px 12px 43px;
    border: 1px solid #cddbe6;
    border-radius: 15px;
    outline: 0;
    color: var(--ink);
    background: linear-gradient(180deg, #fff, #f8fbfd);
    box-shadow: inset 0 1px 2px rgba(15, 39, 65, .035);
    font: inherit;
    font-size: .85rem;
    font-weight: 650;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-card[b-320h3ds3na]  select.workspace-control { cursor: pointer; padding-right: 42px; }
.form-card[b-320h3ds3na]  .workspace-control::placeholder { color: #8c9aac; opacity: 1; font-weight: 550; }
.form-card[b-320h3ds3na]  .workspace-control:hover { border-color: #a9c2d2; background: #fff; }
.form-card[b-320h3ds3na]  .workspace-control:focus {
    border-color: #25acd0;
    box-shadow: 0 0 0 4px rgba(41, 191, 228, .13), 0 8px 20px rgba(31, 97, 123, .07);
    background: #fff;
}
.form-card[b-320h3ds3na]  .workspace-control.invalid:not(:focus) { border-color: #dc7382; background: #fff9fa; }
.form-card[b-320h3ds3na]  .is-uppercase { text-transform: uppercase; letter-spacing: .035em; }
.form-card[b-320h3ds3na]  .validation-message {
    display: flex;
    align-items: center;
    min-height: 16px;
    margin: 0;
    color: #b1354c;
    font-size: .7rem;
    font-weight: 750;
}
.form-assurance[b-320h3ds3na] {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: -1px 0 0;
    color: #61758b;
    font-size: .7rem;
    line-height: 1.45;
}
.form-assurance .material-symbols-outlined[b-320h3ds3na] { color: #168e69; font-size: 1rem; }
.field-row[b-320h3ds3na] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.primary-action[b-320h3ds3na] { min-height: 47px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(135deg, #0d83aa, #24bddd); font-weight: 900; box-shadow: 0 9px 22px rgba(41,191,228,.2); }
.primary-action.green-action[b-320h3ds3na] { background: linear-gradient(135deg, #568f18, #86c83d); box-shadow: 0 9px 22px rgba(112,174,46,.2); }
.primary-action:disabled[b-320h3ds3na] { cursor: not-allowed; opacity: .52; box-shadow: none; }
.primary-action span[b-320h3ds3na] { font-size: 1.2rem; }
.primary-action span:first-child:has(+ *)[b-320h3ds3na] { animation: none; }
[b-320h3ds3na] .validation-errors { margin: 0; padding: 10px 12px 10px 28px; border-radius: 11px; color: #a52d42; background: #fff1f3; font-size: .74rem; }

.data-panel[b-320h3ds3na] { overflow: hidden; }
.panel-heading[b-320h3ds3na] { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; border-bottom: 1px solid #e5edf3; }
.panel-heading > span[b-320h3ds3na] { padding: 6px 9px; border-radius: 999px; color: #617183; background: #eff4f7; font-size: .68rem; font-weight: 800; }
.panel-heading a[b-320h3ds3na] { display: inline-flex; align-items: center; gap: 4px; color: #087fa4; font-size: .78rem; font-weight: 900; text-decoration: none; }
.panel-heading a span[b-320h3ds3na] { font-size: 1rem; }
.empty-state[b-320h3ds3na] { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px; text-align: center; }
.empty-state > span[b-320h3ds3na] { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 18px; color: #7c8c9d; background: #eff4f7; font-size: 1.8rem; }
.empty-state strong[b-320h3ds3na] { font-size: .95rem; }
.empty-state p[b-320h3ds3na] { max-width: 380px; margin: 7px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.record-list[b-320h3ds3na] { max-height: 420px; overflow: auto; }
.record-row[b-320h3ds3na] { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px 20px; border-bottom: 1px solid #edf2f5; }
.record-row:last-child[b-320h3ds3na] { border-bottom: 0; }
.record-row > div[b-320h3ds3na] { min-width: 0; display: grid; gap: 3px; }
.record-row > div > strong[b-320h3ds3na] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .83rem; }
.record-row > div > span[b-320h3ds3na] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: .73rem; }
.record-avatar[b-320h3ds3na] { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: #087fa4; background: #e2f6fb; font-size: .76rem; font-weight: 900; }
.record-avatar.green[b-320h3ds3na] { color: #548b18; background: #eefadd; }
.record-meta[b-320h3ds3na] { text-align: right; }
.record-meta > strong[b-320h3ds3na] { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }

.access-panel[b-320h3ds3na] { padding: clamp(22px, 3.5vw, 36px); }
.access-copy > div[b-320h3ds3na] { max-width: 900px; }
.access-copy p[b-320h3ds3na] { margin: 8px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.role-flow[b-320h3ds3na] { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin: 28px 0; padding: 19px; border-radius: 18px; background: #f2f7f9; }
.role-flow span[b-320h3ds3na] { display: inline-flex; align-items: center; gap: 7px; color: #405269; font-size: .72rem; font-weight: 850; white-space: nowrap; }
.role-flow b[b-320h3ds3na] { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #112b47; }
.role-flow i[b-320h3ds3na] { height: 1px; background: #b9c9d4; }
.known-users[b-320h3ds3na] { border: 1px solid #dfebf1; border-radius: 20px; overflow: hidden; }
.known-users .panel-heading[b-320h3ds3na] { padding: 16px 18px; }
.known-users h3[b-320h3ds3na] { font-size: 1rem; }
.known-empty[b-320h3ds3na] { margin: 0; padding: 22px; color: var(--muted); font-size: .8rem; }
.user-chips[b-320h3ds3na] { display: flex; flex-wrap: wrap; gap: 10px; padding: 16px 18px; }
.user-chips > span[b-320h3ds3na] { display: flex; align-items: center; gap: 9px; min-width: 210px; padding: 9px 11px; border: 1px solid #e1eaf0; border-radius: 14px; }
.user-chips > span > b[b-320h3ds3na] { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #118eb5, #7abf2f); font-size: .68rem; }
.user-chips > span > span[b-320h3ds3na] { display: grid; min-width: 0; }
.user-chips strong[b-320h3ds3na] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .75rem; }
.user-chips small[b-320h3ds3na] { color: var(--muted); font-size: .64rem; }

@keyframes workspacePulse-b-320h3ds3na {
    50% { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(41, 191, 228, .38); }
}

@media (max-width: 1120px) {
    .workspace-hero[b-320h3ds3na] { grid-template-columns: 1fr; }
    .metric-grid[b-320h3ds3na] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .role-flow[b-320h3ds3na] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .role-flow i[b-320h3ds3na] { display: none; }
}

@media (max-width: 780px) {
    .workspace-shell[b-320h3ds3na] { padding: 18px 10px 50px; }
    .workspace-hero[b-320h3ds3na] { padding: 26px 20px; border-radius: 25px; }
    .workspace-hero h1[b-320h3ds3na] { font-size: clamp(2rem, 11vw, 3rem); }
    .identity-card[b-320h3ds3na] { grid-template-columns: auto minmax(0, 1fr) auto; }
    .metric-grid[b-320h3ds3na],
    .creation-grid[b-320h3ds3na],
    .data-grid[b-320h3ds3na] { grid-template-columns: 1fr; }
    .metric-card[b-320h3ds3na] { padding: 17px; }
    .field-row[b-320h3ds3na] { grid-template-columns: 1fr; }
    .record-row[b-320h3ds3na] { grid-template-columns: auto minmax(0, 1fr); }
    .record-meta[b-320h3ds3na] { grid-column: 2; text-align: left; }
    .trust-strip[b-320h3ds3na] { align-items: flex-start; }
    .role-flow[b-320h3ds3na] { grid-template-columns: 1fr; }
    .access-copy[b-320h3ds3na] { align-items: flex-start; }
}

@media (max-width: 440px) {
    .workspace-hero[b-320h3ds3na] { padding: 22px 17px; }
    .identity-card[b-320h3ds3na] { grid-template-columns: auto 1fr; }
    .identity-card form[b-320h3ds3na] { grid-column: 1 / -1; }
    .identity-card form button[b-320h3ds3na] { width: 100%; }
    .metric-card div[b-320h3ds3na] { flex-direction: column; gap: 4px; }
    .panel-heading[b-320h3ds3na] { align-items: flex-start; padding: 18px; }
    .record-row[b-320h3ds3na] { padding: 13px 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .loader-mark[b-320h3ds3na] { animation: none; }
}
