@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Soporte/Components/Layout/BlankLayout.razor.rz.scp.css */
.page[b-86shb27qng] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-86shb27qng] {
    flex: 1;
}

.sidebar[b-86shb27qng] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-86shb27qng] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-86shb27qng]  a, .top-row[b-86shb27qng]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-86shb27qng]  a:hover, .top-row[b-86shb27qng]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-86shb27qng]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-86shb27qng] {
        justify-content: space-between;
    }

    .top-row[b-86shb27qng]  a, .top-row[b-86shb27qng]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-86shb27qng] {
        flex-direction: row;
    }

    .sidebar[b-86shb27qng] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-86shb27qng] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-86shb27qng]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-86shb27qng], article[b-86shb27qng] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-86shb27qng] {
    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-86shb27qng] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Soporte/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i2a45hso26] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i2a45hso26] {
    flex: 1;
}

.sidebar[b-i2a45hso26] {
    background-color: #09143F;
}

.app-topbar[b-i2a45hso26] {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.app-topbar-spacer[b-i2a45hso26] {
    flex: 1;
}

.app-brand[b-i2a45hso26] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
}

.app-brand:hover[b-i2a45hso26] {
    color: #0f172a;
}

.app-brand-mark[b-i2a45hso26] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.35rem;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.app-brand-text[b-i2a45hso26] {
    letter-spacing: 0.2px;
}

.user-menu[b-i2a45hso26] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.user-menu:hover[b-i2a45hso26] {
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.user-avatar[b-i2a45hso26] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
    color: #334155;
}

.user-avatar img[b-i2a45hso26] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-meta[b-i2a45hso26] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
    min-width: 10rem;
}

.user-name[b-i2a45hso26] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-i2a45hso26] {
    font-size: 0.75rem;
    color: #64748b;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-chevron[b-i2a45hso26] {
    color: #64748b;
    font-size: 0.9rem;
}

@media (max-width: 640.98px) {
    .user-meta[b-i2a45hso26] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-i2a45hso26] {
        flex-direction: row;
    }

    .sidebar[b-i2a45hso26] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .app-topbar[b-i2a45hso26], article[b-i2a45hso26] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i2a45hso26] {
    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-i2a45hso26] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Soporte/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7dipzj7tid] {
    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-7dipzj7tid] {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-top-row[b-7dipzj7tid] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7dipzj7tid] {
    font-size: 1.05rem;
}

.nav-brand-row[b-7dipzj7tid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    background:
        radial-gradient(600px 220px at 10% 10%, rgba(255, 255, 255, 0.10), transparent 60%),
        radial-gradient(600px 220px at 90% 0%, rgba(255, 255, 255, 0.08), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-brand-row .navbar-brand[b-7dipzj7tid] {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.nav-brand-row .navbar-brand:hover[b-7dipzj7tid] {
    color: rgba(255, 255, 255, 1);
}

.brand-mark[b-7dipzj7tid] {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 0.4rem;
    background: linear-gradient(135deg, rgba(96, 165, 250, 1), rgba(167, 139, 250, 1));
    box-shadow: 0 14px 30px rgba(96, 165, 250, 0.25);
}

.brand-text[b-7dipzj7tid] {
    line-height: 1;
}

.brand-pill[b-7dipzj7tid] {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.bi[b-7dipzj7tid] {
    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-7dipzj7tid] {
    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-people-fill-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-diagram-3-fill-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5z'/%3E%3C/svg%3E");
}
.bi-gear-wide-connected-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646.087.065z'/%3E%3C/svg%3E");
}

.bi-stickies-fill-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5'/%3E%3Cpath d='M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1z'/%3E%3Cpath fill-rule='evenodd' d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h8.5a.5.5 0 0 0 0-1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h8.5a.5.5 0 0 0 0-1z'/%3E%3Cpath d='M6 4.5a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706l-1 1a.5.5 0 0 1-.707 0L12.354 2.207a.5.5 0 0 1 0-.707l1-1a.5.5 0 0 1 .707 0z'/%3E%3Cpath d='M11.207 2.5 3 10.707V13h2.293L13.5 4.793 11.207 2.5zm-1.4 1.4 2.293 2.293L5 13H3v-2l6.807-6.1z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-7dipzj7tid] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876L9.271 8.82 8 9.583 6.729 8.82l-5.695 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
}

.nav-item[b-7dipzj7tid] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7dipzj7tid] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7dipzj7tid] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7dipzj7tid]  .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-7dipzj7tid]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7dipzj7tid]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7dipzj7tid] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7dipzj7tid] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7dipzj7tid] {
        display: none;
    }

    .nav-scrollable[b-7dipzj7tid] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Soporte/Components/Pages/Home.razor.rz.scp.css */
.dash-bg[b-psuhpcbyl6] {
    min-height: calc(100vh - 40px);
}

.role-chip[b-psuhpcbyl6] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.76);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.dash-card[b-psuhpcbyl6] {
    border: 1px solid rgba(31, 41, 55, 0.08);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.dash-card-head[b-psuhpcbyl6] {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.9) 100%);
}

.dash-card-title[b-psuhpcbyl6] {
    font-weight: 800;
    color: rgba(15, 23, 42, 0.9);
    line-height: 1.2;
}

.dash-card-subtitle[b-psuhpcbyl6] {
    color: rgba(15, 23, 42, 0.6);
    font-size: 0.9rem;
    margin-top: 2px;
}

.dash-card-body[b-psuhpcbyl6] {
    padding: 16px;
}

.min-w-0[b-psuhpcbyl6] {
    min-width: 0;
}
/* _content/Soporte/Components/Pages/KnowledgeBase/Article.razor.rz.scp.css */
.kb-article-bg[b-zn170iayam] {
    min-height: calc(100vh - 4rem);
    background:
        radial-gradient(1100px 420px at 10% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
        radial-gradient(1100px 420px at 90% 0%, rgba(124, 58, 237, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(248, 250, 252, 1), rgba(241, 245, 249, 0.60));
}

.kb-back[b-zn170iayam] {
    color: #334155;
    text-decoration: none;
    font-weight: 600;
}

.kb-back:hover[b-zn170iayam] {
    text-decoration: underline;
}

.kb-article-meta[b-zn170iayam] {
    color: #64748b;
    font-size: 0.85rem;
}

.kb-article-card[b-zn170iayam] {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.kb-summary[b-zn170iayam] {
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #334155;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.kb-content :global(h1)[b-zn170iayam],
.kb-content :global(h2)[b-zn170iayam],
.kb-content :global(h3)[b-zn170iayam],
.kb-content :global(h4)[b-zn170iayam] {
    color: #0f172a;
    font-weight: 800;
    margin-top: 1.25rem;
}

.kb-content :global(p)[b-zn170iayam] {
    color: #334155;
    line-height: 1.7;
}

.kb-content :global(img)[b-zn170iayam],
.kb-content :global(video)[b-zn170iayam],
.kb-content :global(iframe)[b-zn170iayam] {
    max-width: 100%;
    border-radius: 0.9rem;
}

.kb-content :global(blockquote)[b-zn170iayam] {
    border-left: 4px solid rgba(37, 99, 235, 0.5);
    padding-left: 1rem;
    color: #475569;
}

/* _content/Soporte/Components/Pages/KnowledgeBase/Edit.razor.rz.scp.css */
.kb-edit-bg[b-mcj4xwioon] {
    min-height: calc(100vh - 4rem);
    background:
        radial-gradient(1100px 420px at 10% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
        radial-gradient(1100px 420px at 90% 0%, rgba(124, 58, 237, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(248, 250, 252, 1), rgba(241, 245, 249, 0.60));
}

.kb-card[b-mcj4xwioon] {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.kb-editor :global(.ql-toolbar.ql-snow)[b-mcj4xwioon] {
    border-radius: 1rem 1rem 0 0;
    border-color: rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.9);
}

.kb-editor :global(.ql-container.ql-snow)[b-mcj4xwioon] {
    border-radius: 0 0 1rem 1rem;
    border-color: rgba(15, 23, 42, 0.10);
    min-height: 420px;
    background: rgba(255, 255, 255, 0.9);
}

.kb-cat-check[b-mcj4xwioon] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    padding: 0.45rem 0.55rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.85);
}

.kb-cat-check:hover[b-mcj4xwioon] {
    border-color: rgba(15, 23, 42, 0.12);
}

/* _content/Soporte/Components/Pages/KnowledgeBase/KnowledgeBase.razor.rz.scp.css */
.kb-bg[b-cw8zxo01x5] {
    min-height: calc(100vh - 4rem);
    background:
        radial-gradient(1100px 420px at 10% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
        radial-gradient(1100px 420px at 90% 0%, rgba(124, 58, 237, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(248, 250, 252, 1), rgba(241, 245, 249, 0.60));
}

.kb-chip[b-cw8zxo01x5] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #334155;
    font-size: 0.8rem;
}

.kb-side[b-cw8zxo01x5] {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.kb-cat-item[b-cw8zxo01x5] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.65rem;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 0.75rem;
    text-align: left;
    color: #0f172a;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.kb-cat-item:hover[b-cw8zxo01x5] {
    background: rgba(15, 23, 42, 0.04);
}

.kb-cat-item.active[b-cw8zxo01x5] {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
}

.kb-cat-name[b-cw8zxo01x5] {
    font-weight: 600;
    color: #0f172a;
}

.kb-cat-count[b-cw8zxo01x5] {
    font-size: 0.78rem;
    color: #64748b;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
}

.kb-article[b-cw8zxo01x5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    color: inherit;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.kb-article:hover[b-cw8zxo01x5] {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.kb-article-title[b-cw8zxo01x5] {
    font-weight: 800;
    color: #0f172a;
}

.kb-article-summary[b-cw8zxo01x5] {
    color: #475569;
    margin-top: 0.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kb-article-meta[b-cw8zxo01x5] {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.82rem;
}

.kb-article-chevron[b-cw8zxo01x5] {
    color: #64748b;
    font-size: 1.15rem;
}

.kb-empty[b-cw8zxo01x5] {
    padding: 2.5rem 0;
    text-align: center;
}

.kb-empty-icon[b-cw8zxo01x5] {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin: 0 auto 0.75rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-size: 1.75rem;
}

/* _content/Soporte/Components/Pages/KnowledgeBase/Manage.razor.rz.scp.css */
.kb-manage-bg[b-qubq1izupr] {
    min-height: calc(100vh - 4rem);
    background:
        radial-gradient(1100px 420px at 10% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
        radial-gradient(1100px 420px at 90% 0%, rgba(124, 58, 237, 0.10), transparent 60%),
        linear-gradient(180deg, rgba(248, 250, 252, 1), rgba(241, 245, 249, 0.60));
}

.kb-card[b-qubq1izupr] {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

/* _content/Soporte/Components/Pages/Profile.razor.rz.scp.css */
.profile-bg[b-wvd5eay9sa] {
    min-height: calc(100vh - 4rem);
    background:
        radial-gradient(900px 420px at 10% 0%, rgba(37, 99, 235, 0.12), transparent 60%),
        radial-gradient(900px 420px at 90% 0%, rgba(124, 58, 237, 0.12), transparent 60%),
        linear-gradient(180deg, rgba(248, 250, 252, 1), rgba(241, 245, 249, 0.65));
}

.profile-card[b-wvd5eay9sa] {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.profile-avatar[b-wvd5eay9sa] {
    width: 128px;
    height: 128px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(124, 58, 237, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.profile-avatar img[b-wvd5eay9sa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-avatar .bi[b-wvd5eay9sa] {
    font-size: 2.75rem;
}

/* _content/Soporte/Components/Shared/Chart.razor.rz.scp.css */
.chart-host[b-54cbew5n6k] {
    position: relative;
    width: 100%;
}

.chart-host canvas[b-54cbew5n6k] {
    width: 100% !important;
    height: 100% !important;
}
/* _content/Soporte/Components/Shared/DashboardKpiCard.razor.rz.scp.css */
.kpi-card[b-c3pl0rc2wh] {
    display: block;
    border: 1px solid rgba(31, 41, 55, 0.08);
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
    position: relative;
    overflow: hidden;
}

.kpi-card:hover[b-c3pl0rc2wh] {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
    border-color: rgba(31, 41, 55, 0.12);
}

.kpi-card[b-c3pl0rc2wh]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 220px at 0% 0%, var(--kpi-glow), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.kpi-head[b-c3pl0rc2wh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.kpi-title[b-c3pl0rc2wh] {
    font-size: 0.78rem;
    color: rgba(17, 24, 39, 0.72);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.kpi-icon[b-c3pl0rc2wh] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--kpi-icon-bg);
    color: var(--kpi-icon-fg);
}

.kpi-icon i[b-c3pl0rc2wh] {
    font-size: 1.1rem;
}

.kpi-value[b-c3pl0rc2wh] {
    position: relative;
    font-size: 1.85rem;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.92);
    margin-top: 6px;
    line-height: 1.1;
}

.kpi-foot[b-c3pl0rc2wh] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.kpi-subtitle[b-c3pl0rc2wh] {
    font-size: 0.86rem;
    color: rgba(17, 24, 39, 0.62);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kpi-badge[b-c3pl0rc2wh] {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.7);
}

.kpi-indigo[b-c3pl0rc2wh] { --kpi-glow: rgba(79, 70, 229, 0.28); --kpi-icon-bg: rgba(79, 70, 229, 0.14); --kpi-icon-fg: rgba(79, 70, 229, 0.95); }
.kpi-amber[b-c3pl0rc2wh]  { --kpi-glow: rgba(245, 158, 11, 0.22); --kpi-icon-bg: rgba(245, 158, 11, 0.14); --kpi-icon-fg: rgba(245, 158, 11, 0.95); }
.kpi-emerald[b-c3pl0rc2wh]{ --kpi-glow: rgba(16, 185, 129, 0.22); --kpi-icon-bg: rgba(16, 185, 129, 0.14); --kpi-icon-fg: rgba(16, 185, 129, 0.95); }
.kpi-slate[b-c3pl0rc2wh]  { --kpi-glow: rgba(100, 116, 139, 0.22); --kpi-icon-bg: rgba(100, 116, 139, 0.14); --kpi-icon-fg: rgba(51, 65, 85, 0.95); }
.kpi-rose[b-c3pl0rc2wh]   { --kpi-glow: rgba(244, 63, 94, 0.18); --kpi-icon-bg: rgba(244, 63, 94, 0.14); --kpi-icon-fg: rgba(244, 63, 94, 0.95); }
