/* _content/MiApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ag56ty4bkp] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ag56ty4bkp] {
    flex: 1;
}

.sidebar[b-ag56ty4bkp] {
    background: #1E293B;
}

.top-row[b-ag56ty4bkp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-ag56ty4bkp]  a,
.top-row[b-ag56ty4bkp]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ag56ty4bkp]  a:hover,
.top-row[b-ag56ty4bkp]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ag56ty4bkp]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ag56ty4bkp] {
        justify-content: space-between;
    }

    .top-row[b-ag56ty4bkp]  a,
    .top-row[b-ag56ty4bkp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ag56ty4bkp] {
        flex-direction: row;
    }

    .sidebar[b-ag56ty4bkp] {
        width: 250px;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #1E293B;
        align-self: stretch;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-ag56ty4bkp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ag56ty4bkp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ag56ty4bkp],
    article[b-ag56ty4bkp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MiApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xiy8400brn] {
    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);
    border-radius: 0.375rem;
}

.navbar-toggler:checked[b-xiy8400brn] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xiy8400brn] {
    height: 3.5rem;
    background-color: rgba(30, 41, 59, 0.85);
}

.navbar-brand[b-xiy8400brn] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.user-info[b-xiy8400brn] {
    display: none;
}

/* Iconos del menú */
.bi[b-xiy8400brn] {
    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-xiy8400brn] {
    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='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-diagram-3-fill-nav-menu[b-xiy8400brn] {
    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 6v1H11a.5.5 0 0 1 .5.5v1.293l.646-.647a.5.5 0 0 1 .708.708l-1.5 1.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l.646.647V8.5H8.5v-1h-1v1H5a.5.5 0 0 1-.5-.5V6.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0l.646.647V3.5zM7 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath d='M9 13c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM1.5 12a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm11 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm-5.5 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-xiy8400brn] {
    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 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm7.618 4.712A2.719 2.719 0 0 0 14 10.5a3.002 3.002 0 0 0-5.999.085A2.718 2.718 0 0 0 2 10.5a2.718 2.718 0 0 0 .382 1.212C3.343 13.226 5.623 14 7 14c.933 0 2.382-.) 3.618-.288z'/%3E%3C/svg%3E");
}

.bi-person-badge-fill-nav-menu[b-xiy8400brn] {
    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='M11.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3Cpath fill-rule='evenodd' 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-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z'/%3E%3C/svg%3E");
}

.bi-calendar-event-fill-nav-menu[b-xiy8400brn] {
    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='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath fill-rule='evenodd' d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1H14a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5V.5a.5.5 0 0 1 .5-.5zM1 3.5a.5.5 0 0 0 .5-.5V3h13v.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-xiy8400brn] {
    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='M7.354 1.146a.5.5 0 0 1 .292-.146H14.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.146.354l-.354.354a.5.5 0 0 1-.707 0L12.5 8.207 9.854 10.854a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 0-.707 0l-5 5a.5.5 0 0 1-.707-.707l5-5a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.707L12.207 5H7.5a.5.5 0 0 1-.354-.854l.207-.207z'/%3E%3C/svg%3E");
}

.bi-person-gear-nav-menu[b-xiy8400brn] {
    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='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm.256 7a4.474 4.474 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10c.26 0 .507.009.74.025.226-.341.496-.65.804-.918C9.077 9.038 8.564 9 8 9c-5 0-6 3-6 4s1 1 1 1h5.256Zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382l.045-.148ZM14 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z'/%3E%3C/svg%3E");
}

.bi-key-fill-nav-menu[b-xiy8400brn] {
    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.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-box-arrow-left-nav-menu[b-xiy8400brn] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ef4444' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

/* Menú Items */
.nav-scrollable[b-xiy8400brn] {
    display: none;
}

.navbar-toggler:checked~.nav-scrollable[b-xiy8400brn] {
    display: block;
}

.nav-item[b-xiy8400brn] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-xiy8400brn] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-xiy8400brn] {
    padding-bottom: 0.75rem;
}

.nav-item[b-xiy8400brn]  .nav-link {
    color: rgba(255, 255, 255, 0.8);
    background: none;
    border: none;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    border-radius: 10px;
    padding: 0 0.75rem;
    transition: background-color 0.2s ease;
    font-weight: 500;
    text-decoration: none;
}

.nav-item[b-xiy8400brn]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.nav-item[b-xiy8400brn]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
}

/* Section Title */
.nav-section-title[b-xiy8400brn] {
    padding: 1rem 1rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logout */
.nav-logout[b-xiy8400brn] {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.75rem !important;
}

.nav-logout[b-xiy8400brn]  .nav-link {
    color: rgba(239, 68, 68, 0.9);
}

.nav-logout[b-xiy8400brn]  .nav-link:hover {
    background-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

/* Desktop */
@media (min-width: 641px) {
    .navbar-toggler[b-xiy8400brn] {
        display: none;
    }

    .nav-scrollable[b-xiy8400brn] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .user-info[b-xiy8400brn] {
        display: block;
        margin-left: auto;
    }

    .user-name[b-xiy8400brn] {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
    }
}
/* _content/MiApp/Components/Pages/ConfiguracionSso.razor.rz.scp.css */
.sso-config-container[b-xqnwhnaogt] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-xqnwhnaogt] {
    margin-bottom: 2rem;
}

.header-content h1[b-xqnwhnaogt] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.5rem 0;
}

.header-content h1 i[b-xqnwhnaogt] {
    color: #3b82f6;
}

.header-content p[b-xqnwhnaogt] {
    color: #94a3b8;
    margin: 0;
}

/* Loading State */
.loading-state[b-xqnwhnaogt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.spinner[b-xqnwhnaogt] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(59, 130, 246, 0.2);
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-xqnwhnaogt 1s linear infinite;
}

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

.loading-state p[b-xqnwhnaogt] {
    color: #94a3b8;
}

/* Providers Grid */
.providers-grid[b-xqnwhnaogt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Provider Card */
.provider-card[b-xqnwhnaogt] {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.provider-card.enabled[b-xqnwhnaogt] {
    border-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 0 20px -10px rgba(34, 197, 94, 0.3);
}

.provider-header[b-xqnwhnaogt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(15, 23, 42, 0.5);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.provider-icon[b-xqnwhnaogt] {
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-icon.google[b-xqnwhnaogt] {
    background: rgba(255, 255, 255, 0.1);
}

.provider-icon.microsoft[b-xqnwhnaogt] {
    background: rgba(255, 255, 255, 0.1);
}

.provider-icon svg[b-xqnwhnaogt] {
    width: 100%;
    height: 100%;
}

.provider-info[b-xqnwhnaogt] {
    flex: 1;
}

.provider-info h2[b-xqnwhnaogt] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 0.25rem 0;
}

.status-badge[b-xqnwhnaogt] {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 500;
}

.status-badge.active[b-xqnwhnaogt] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.status-badge.inactive[b-xqnwhnaogt] {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
}

/* Toggle Switch */
.toggle-switch[b-xqnwhnaogt] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.toggle-switch input[b-xqnwhnaogt] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch .slider[b-xqnwhnaogt] {
    position: absolute;
    inset: 0;
    background: rgba(71, 85, 105, 0.8);
    border-radius: 28px;
    transition: 0.3s;
}

.toggle-switch .slider[b-xqnwhnaogt]::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-switch input:checked + .slider[b-xqnwhnaogt] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.toggle-switch input:checked + .slider[b-xqnwhnaogt]::before {
    transform: translateX(24px);
}

/* Provider Body */
.provider-body[b-xqnwhnaogt] {
    padding: 1.5rem;
}

.form-group[b-xqnwhnaogt] {
    margin-bottom: 1.25rem;
}

.form-group label[b-xqnwhnaogt] {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.form-group input[b-xqnwhnaogt] {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 10px;
    color: #f1f5f9;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-xqnwhnaogt] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.form-group input[b-xqnwhnaogt]::placeholder {
    color: #64748b;
}

.secret-input[b-xqnwhnaogt] {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.secret-input input[b-xqnwhnaogt] {
    flex: 1;
}

.btn-icon[b-xqnwhnaogt] {
    padding: 0.75rem;
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 10px;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-icon:hover[b-xqnwhnaogt] {
    background: rgba(51, 65, 85, 0.8);
    color: #f1f5f9;
}

.hint[b-xqnwhnaogt] {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 0.5rem;
}

/* Setup Instructions */
.setup-instructions[b-xqnwhnaogt] {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.setup-instructions h4[b-xqnwhnaogt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #93c5fd;
    margin: 0 0 1rem 0;
}

.setup-instructions ol[b-xqnwhnaogt] {
    margin: 0;
    padding-left: 1.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.8;
}

.setup-instructions a[b-xqnwhnaogt] {
    color: #60a5fa;
    text-decoration: none;
}

.setup-instructions a:hover[b-xqnwhnaogt] {
    text-decoration: underline;
}

.setup-instructions code[b-xqnwhnaogt] {
    background: rgba(15, 23, 42, 0.6);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #fbbf24;
}

/* Save Button */
.btn-save[b-xqnwhnaogt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-save:hover:not(:disabled)[b-xqnwhnaogt] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.5);
}

.btn-save:disabled[b-xqnwhnaogt] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-sm[b-xqnwhnaogt] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-xqnwhnaogt 0.8s linear infinite;
}

/* Info Card */
.info-card[b-xqnwhnaogt] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 12px;
}

.info-icon[b-xqnwhnaogt] {
    font-size: 1.5rem;
    color: #fbbf24;
}

.info-content h4[b-xqnwhnaogt] {
    font-size: 1rem;
    font-weight: 600;
    color: #fcd34d;
    margin: 0 0 0.5rem 0;
}

.info-content p[b-xqnwhnaogt] {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

.info-content .note[b-xqnwhnaogt] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(251, 191, 36, 0.2);
}

/* Responsive */
@media (max-width: 1100px) {
    .providers-grid[b-xqnwhnaogt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .sso-config-container[b-xqnwhnaogt] {
        padding: 1rem;
    }

    .provider-header[b-xqnwhnaogt] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .provider-info[b-xqnwhnaogt] {
        flex: 1 1 100%;
        order: -1;
    }

    .info-card[b-xqnwhnaogt] {
        flex-direction: column;
    }
}
/* _content/MiApp/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-1r59ztij3j] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

/* Background Effects */
.login-bg-effects[b-1r59ztij3j] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-gradient-1[b-1r59ztij3j],
.bg-gradient-2[b-1r59ztij3j],
.bg-gradient-3[b-1r59ztij3j] {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    animation: float-b-1r59ztij3j 20s ease-in-out infinite;
}

.bg-gradient-1[b-1r59ztij3j] {
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    top: -200px;
    left: -200px;
}

.bg-gradient-2[b-1r59ztij3j] {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    bottom: -150px;
    right: -150px;
    animation-delay: -5s;
}

.bg-gradient-3[b-1r59ztij3j] {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes float-b-1r59ztij3j {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(50px, -30px) scale(1.1); }
    50% { transform: translate(-20px, 40px) scale(0.95); }
    75% { transform: translate(30px, 20px) scale(1.05); }
}

/* Login Card */
.login-card[b-1r59ztij3j] {
    width: 100%;
    max-width: 420px;
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(148, 163, 184, 0.1);
    position: relative;
    z-index: 10;
}

/* Header */
.login-header[b-1r59ztij3j] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo[b-1r59ztij3j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.logo-icon[b-1r59ztij3j] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.5);
}

.logo h1[b-1r59ztij3j] {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #f1f5f9, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    letter-spacing: -1px;
}

.login-subtitle[b-1r59ztij3j] {
    color: #94a3b8;
    font-size: 1rem;
    margin: 0;
}

/* Error Alert */
.error-alert[b-1r59ztij3j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    color: #fca5a5;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.error-alert i[b-1r59ztij3j] {
    font-size: 1.25rem;
    color: #ef4444;
}

/* Form */
.login-form[b-1r59ztij3j] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-1r59ztij3j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-1r59ztij3j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 500;
}

.form-group label i[b-1r59ztij3j] {
    font-size: 1rem;
    color: #64748b;
}

.form-group input[b-1r59ztij3j] {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    color: #f1f5f9;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-1r59ztij3j] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.form-group input[b-1r59ztij3j]::placeholder {
    color: #64748b;
}

.password-input[b-1r59ztij3j] {
    position: relative;
}

.password-input input[b-1r59ztij3j] {
    padding-right: 3rem;
}

.toggle-password[b-1r59ztij3j] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.toggle-password:hover[b-1r59ztij3j] {
    color: #94a3b8;
}

/* Form Options */
.form-options[b-1r59ztij3j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-1r59ztij3j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.9rem;
    cursor: pointer;
}

.remember-me input[type="checkbox"][b-1r59ztij3j] {
    width: 18px;
    height: 18px;
    accent-color: #3b82f6;
    border-radius: 4px;
}

/* Login Button */
.btn-login[b-1r59ztij3j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.btn-login:hover:not(:disabled)[b-1r59ztij3j] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.5);
}

.btn-login:disabled[b-1r59ztij3j] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-sm[b-1r59ztij3j] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-1r59ztij3j 0.8s linear infinite;
}

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

/* SSO Divider */
.sso-divider[b-1r59ztij3j] {
    display: flex;
    align-items: center;
    margin: 1.75rem 0;
}

.sso-divider[b-1r59ztij3j]::before,
.sso-divider[b-1r59ztij3j]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.3), transparent);
}

.sso-divider span[b-1r59ztij3j] {
    padding: 0 1rem;
    color: #64748b;
    font-size: 0.85rem;
}

/* SSO Buttons */
.sso-buttons[b-1r59ztij3j] {
    display: flex;
    gap: 1rem;
}

.btn-sso[b-1r59ztij3j] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-sso:hover[b-1r59ztij3j] {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(148, 163, 184, 0.3);
    transform: translateY(-2px);
    color: white;
}

.btn-sso svg[b-1r59ztij3j] {
    width: 20px;
    height: 20px;
}

.btn-google:hover[b-1r59ztij3j] {
    border-color: rgba(66, 133, 244, 0.5);
    box-shadow: 0 5px 20px -10px rgba(66, 133, 244, 0.4);
}

.btn-microsoft:hover[b-1r59ztij3j] {
    border-color: rgba(0, 164, 239, 0.5);
    box-shadow: 0 5px 20px -10px rgba(0, 164, 239, 0.4);
}

/* Footer */
.login-footer[b-1r59ztij3j] {
    margin-top: 2rem;
    text-align: center;
}

.login-footer p[b-1r59ztij3j] {
    color: #475569;
    font-size: 0.85rem;
    margin: 0;
}

/* Responsive */
@media (max-width: 480px) {
    .login-container[b-1r59ztij3j] {
        padding: 1rem;
    }

    .login-card[b-1r59ztij3j] {
        padding: 1.75rem;
    }

    .sso-buttons[b-1r59ztij3j] {
        flex-direction: column;
    }
}
