@import '_content/DrakoApp.Framework.Blazor.UI/DrakoApp.Framework.Blazor.UI.fvmgfvjbpm.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.fsh-nav[b-2v5453wfwy] {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
}

.fsh-nav-section-title[b-2v5453wfwy] {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-text-secondary);
    padding: 16px 12px 6px 12px;
    opacity: 0.6;
}

[b-2v5453wfwy] .fsh-nav-menu {
    padding: 0;
}

/* Main nav items */
[b-2v5453wfwy] .fsh-nav-item {
    border-radius: 8px !important;
    margin: 2px 0 !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-2v5453wfwy] .fsh-nav-item:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-2v5453wfwy] .fsh-nav-item.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
}

[b-2v5453wfwy] .fsh-nav-item .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-2v5453wfwy] .fsh-nav-item:hover .mud-nav-link-icon,
[b-2v5453wfwy] .fsh-nav-item.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Nav groups (expandable) */
[b-2v5453wfwy] .fsh-nav-group {
    margin: 2px 0 !important;
}

[b-2v5453wfwy] .fsh-nav-group > .mud-nav-link {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-2v5453wfwy] .fsh-nav-group > .mud-nav-link:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-2v5453wfwy] .fsh-nav-group > .mud-nav-link .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 20px !important;
    opacity: 0.75;
}

[b-2v5453wfwy] .fsh-nav-group.mud-expanded > .mud-nav-link {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.06) !important;
}

[b-2v5453wfwy] .fsh-nav-group.mud-expanded > .mud-nav-link .mud-nav-link-icon {
    color: var(--mud-palette-primary);
    opacity: 1;
}

/* Sub-items inside nav groups */
[b-2v5453wfwy] .fsh-nav-subitem {
    border-radius: 8px !important;
    margin: 2px 0 2px 20px !important;
    padding: 8px 12px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    min-height: 38px !important;
    transition: all 0.15s ease !important;
}

[b-2v5453wfwy] .fsh-nav-subitem .mud-nav-link-icon {
    margin-right: 12px !important;
    font-size: 18px !important;
    opacity: 0.7;
}

[b-2v5453wfwy] .fsh-nav-subitem:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
}

[b-2v5453wfwy] .fsh-nav-subitem:hover .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

[b-2v5453wfwy] .fsh-nav-subitem.active {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12) !important;
    color: var(--mud-palette-primary) !important;
    font-weight: 500 !important;
}

[b-2v5453wfwy] .fsh-nav-subitem.active .mud-nav-link-icon {
    opacity: 1;
    color: var(--mud-palette-primary);
}

/* Collapse panel styling */
[b-2v5453wfwy] .mud-navgroup-collapse {
    padding: 2px 0 !important;
}

/* Expand arrow */
[b-2v5453wfwy] .fsh-nav-group .mud-expand-panel-header .mud-collapse-icon {
    font-size: 18px !important;
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */
/* ===== Split Layout ===== */
.split-layout[b-mxhzo7xwvi] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.image-panel[b-mxhzo7xwvi] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.image-container[b-mxhzo7xwvi] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-mxhzo7xwvi] {
    max-width: 50%;
    max-height: 60vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.08));
}

.form-panel[b-mxhzo7xwvi] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 6rem;
    max-width: 650px;
}

.login-content[b-mxhzo7xwvi] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.brand-section[b-mxhzo7xwvi] {
    margin-bottom: 1rem;
    text-align: left;
}

.brand-name[b-mxhzo7xwvi] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.login-card-flat[b-mxhzo7xwvi] {
    width: 100%;
}

/* ===== Form ===== */
.login-form[b-mxhzo7xwvi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-subtitle[b-mxhzo7xwvi] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.form-group[b-mxhzo7xwvi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-mxhzo7xwvi] {
    font-size: 0.925rem;
    font-weight: 500;
    color: #374151;
}

.form-input[b-mxhzo7xwvi] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-mxhzo7xwvi] {
    border-color: #000000;
    outline: none;
    box-shadow: 0 0 0 1px #000000;
}

.form-error-banner[b-mxhzo7xwvi] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.875rem;
    font-weight: 500;
}

.login-button[b-mxhzo7xwvi] {
    display: block;
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #111827;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
}

.login-button:hover:not(:disabled)[b-mxhzo7xwvi] {
    background-color: #000000;
}

.login-button:disabled[b-mxhzo7xwvi] {
    background-color: #6b7280;
    cursor: not-allowed;
}

.signup-text[b-mxhzo7xwvi] {
    text-align: center;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.signup-link[b-mxhzo7xwvi] {
    color: #4b5563;
    font-size: 0.875rem;
    text-decoration: none;
}

.signup-link:hover[b-mxhzo7xwvi] {
    color: #111827;
    text-decoration: underline;
}

/* ===== Estado de éxito ===== */
.auth-success[b-mxhzo7xwvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 0.5rem 0;
}

.auth-success-icon[b-mxhzo7xwvi] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #065f46;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.auth-success-title[b-mxhzo7xwvi] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.auth-success-body[b-mxhzo7xwvi] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .split-layout[b-mxhzo7xwvi] {
        flex-direction: column;
    }

    .image-panel[b-mxhzo7xwvi] {
        flex: 0 0 250px;
        width: 100%;
        padding: 1rem;
    }

    .hero-image[b-mxhzo7xwvi] {
        max-height: 100%;
        max-width: 100%;
    }

    .form-panel[b-mxhzo7xwvi] {
        max-width: 100%;
        padding: 2rem 1.5rem;
        flex: 1;
    }

    .brand-name[b-mxhzo7xwvi] {
        font-size: 3rem;
    }
}
/* /Components/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-card[b-iufwpby4oy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.envelope-icon[b-iufwpby4oy] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.confirm-title[b-iufwpby4oy] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.confirm-subtitle[b-iufwpby4oy] {
    font-size: 1rem;
    color: #374151;
    margin: 0;
    line-height: 1.6;
}

.confirm-info[b-iufwpby4oy] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

.alert-success[b-iufwpby4oy] {
    padding: 0.75rem 1rem;
    background-color: #d1fae5;
    border: 1px solid #6ee7b7;
    border-radius: 8px;
    color: #065f46;
    font-size: 0.875rem;
}

.alert-error[b-iufwpby4oy] {
    padding: 0.75rem 1rem;
    background-color: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    color: #991b1b;
    font-size: 0.875rem;
}

/* Reuse login styles */
.split-layout[b-iufwpby4oy] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.image-panel[b-iufwpby4oy] {
    flex: 1.2;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.image-container[b-iufwpby4oy] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-iufwpby4oy] {
    max-width: 80%;
    max-height: 80vh;
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.form-panel[b-iufwpby4oy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.login-content[b-iufwpby4oy] {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.brand-section[b-iufwpby4oy] {
    margin-bottom: 1rem;
    text-align: left;
}

.brand-name[b-iufwpby4oy] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.login-card-flat[b-iufwpby4oy] {
    width: 100%;
}

.login-button[b-iufwpby4oy] {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #111827;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s;
}

.login-button:hover:not(:disabled)[b-iufwpby4oy] {
    background-color: #000000;
}

.login-button:disabled[b-iufwpby4oy] {
    background-color: #6b7280;
    cursor: not-allowed;
}

.signup-text[b-iufwpby4oy] {
    text-align: center;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.signup-link[b-iufwpby4oy] {
    color: #4b5563;
    font-size: 0.875rem;
    text-decoration: none;
}

.signup-link:hover[b-iufwpby4oy] {
    color: #111827;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .split-layout[b-iufwpby4oy] {
        flex-direction: column;
    }

    .image-panel[b-iufwpby4oy] {
        display: flex;
        flex: 0 0 250px;
        width: 100%;
        padding: 1rem;
    }

    .form-panel[b-iufwpby4oy] {
        max-width: 100%;
        padding: 2rem 1.5rem;
        flex: 1;
    }

    .brand-name[b-iufwpby4oy] {
        font-size: 3rem;
    }
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
/* ===== Split Layout ===== */
.split-layout[b-7yofeyxep7] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.image-panel[b-7yofeyxep7] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.image-container[b-7yofeyxep7] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-7yofeyxep7] {
    max-width: 50%;
    max-height: 60vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.08));
}

.form-panel[b-7yofeyxep7] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 6rem;
    max-width: 650px;
}

.login-content[b-7yofeyxep7] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.brand-section[b-7yofeyxep7] {
    margin-bottom: 1rem;
    text-align: left;
}

.brand-name[b-7yofeyxep7] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.login-card-flat[b-7yofeyxep7] {
    width: 100%;
}

/* ===== Form ===== */
.login-form[b-7yofeyxep7] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-subtitle[b-7yofeyxep7] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.form-group[b-7yofeyxep7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-7yofeyxep7] {
    font-size: 0.925rem;
    font-weight: 500;
    color: #374151;
}

.form-input[b-7yofeyxep7] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-7yofeyxep7] {
    border-color: #000000;
    outline: none;
    box-shadow: 0 0 0 1px #000000;
}

.login-button[b-7yofeyxep7] {
    display: block;
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #111827;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
}

.login-button:hover:not(:disabled)[b-7yofeyxep7] {
    background-color: #000000;
}

.login-button:disabled[b-7yofeyxep7] {
    background-color: #6b7280;
    cursor: not-allowed;
}

.signup-text[b-7yofeyxep7] {
    text-align: center;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.signup-link[b-7yofeyxep7] {
    color: #4b5563;
    font-size: 0.875rem;
    text-decoration: none;
}

.signup-link:hover[b-7yofeyxep7] {
    color: #111827;
    text-decoration: underline;
}

/* ===== Estado de éxito ===== */
.auth-success[b-7yofeyxep7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 0.5rem 0;
}

.auth-success-icon[b-7yofeyxep7] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #065f46;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.auth-success-title[b-7yofeyxep7] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.auth-success-body[b-7yofeyxep7] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .split-layout[b-7yofeyxep7] {
        flex-direction: column;
    }

    .image-panel[b-7yofeyxep7] {
        flex: 0 0 250px;
        width: 100%;
        padding: 1rem;
    }

    .hero-image[b-7yofeyxep7] {
        max-height: 100%;
        max-width: 100%;
    }

    .form-panel[b-7yofeyxep7] {
        max-width: 100%;
        padding: 2rem 1.5rem;
        flex: 1;
    }

    .brand-name[b-7yofeyxep7] {
        font-size: 3rem;
    }
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
/* ===== Split Layout ===== */
.split-layout[b-s5vf6no9k4] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.image-panel[b-s5vf6no9k4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.image-container[b-s5vf6no9k4] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-s5vf6no9k4] {
    max-width: 50%;
    max-height: 60vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.08));
}

.form-panel[b-s5vf6no9k4] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 6rem;
    max-width: 650px;
}

.login-content[b-s5vf6no9k4] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.brand-section[b-s5vf6no9k4] {
    margin-bottom: 1rem;
    text-align: left;
}

.brand-name[b-s5vf6no9k4] {
    font-size: 5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.login-card-flat[b-s5vf6no9k4] {
    width: 100%;
}

/* ===== Form ===== */
.login-form[b-s5vf6no9k4] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-subtitle[b-s5vf6no9k4] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.form-group[b-s5vf6no9k4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-s5vf6no9k4] {
    font-size: 0.925rem;
    font-weight: 500;
    color: #374151;
}

.form-input[b-s5vf6no9k4] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s;
    box-sizing: border-box;
}

.form-input:focus[b-s5vf6no9k4] {
    border-color: #000000;
    outline: none;
    box-shadow: 0 0 0 1px #000000;
}

.form-error-banner[b-s5vf6no9k4] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.875rem;
    font-weight: 500;
}

.login-button[b-s5vf6no9k4] {
    display: block;
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #111827;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
}

.login-button:hover:not(:disabled)[b-s5vf6no9k4] {
    background-color: #000000;
}

.login-button:disabled[b-s5vf6no9k4] {
    background-color: #6b7280;
    cursor: not-allowed;
}

.signup-text[b-s5vf6no9k4] {
    text-align: center;
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.signup-link[b-s5vf6no9k4] {
    color: #4b5563;
    font-size: 0.875rem;
    text-decoration: none;
}

.signup-link:hover[b-s5vf6no9k4] {
    color: #111827;
    text-decoration: underline;
}

/* ===== Estados de resultado ===== */
.auth-success[b-s5vf6no9k4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 0.5rem 0;
}

.auth-success-icon[b-s5vf6no9k4] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #d1fae5;
    color: #065f46;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.auth-icon-error[b-s5vf6no9k4] {
    background-color: #fee2e2;
    color: #991b1b;
}

.auth-success-title[b-s5vf6no9k4] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.auth-success-body[b-s5vf6no9k4] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .split-layout[b-s5vf6no9k4] {
        flex-direction: column;
    }

    .image-panel[b-s5vf6no9k4] {
        flex: 0 0 250px;
        width: 100%;
        padding: 1rem;
    }

    .hero-image[b-s5vf6no9k4] {
        max-height: 100%;
        max-width: 100%;
    }

    .form-panel[b-s5vf6no9k4] {
        max-width: 100%;
        padding: 2rem 1.5rem;
        flex: 1;
    }

    .brand-name[b-s5vf6no9k4] {
        font-size: 3rem;
    }
}
/* /Components/Pages/SimpleLogin.razor.rz.scp.css */
/* ===== Split Layout Design ===== */

.split-layout[b-gz1njx84o1] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

/* ===== Left Panel (Image - Logic Inverted) ===== */
.image-panel[b-gz1njx84o1] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}


.image-container[b-gz1njx84o1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-gz1njx84o1] {
    max-width: 50%;
    max-height: 60vh;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,0.08));
}

/* ===== Right Panel (Form - Logic Inverted) ===== */
.form-panel[b-gz1njx84o1] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 6rem; /* espacio del borde derecho */

    max-width: 650px;
}

.login-content[b-gz1njx84o1] {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Brand Text - Double Size */
.brand-section[b-gz1njx84o1] {
    margin-bottom: 1rem;
    text-align: left;
}

.brand-name[b-gz1njx84o1] {
    font-size: 5rem;
    /* Doubled from 2.5rem */
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

/* Flat Form Container */
.login-card-flat[b-gz1njx84o1] {
    width: 100%;
}

/* ===== Form Styles (Reused/Tweaked) ===== */
.login-form[b-gz1njx84o1] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-gz1njx84o1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.label-row[b-gz1njx84o1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-label[b-gz1njx84o1] {
    font-size: 0.925rem;
    font-weight: 500;
    color: #374151;
}

.form-input[b-gz1njx84o1] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s;
}

.form-input:focus[b-gz1njx84o1] {
    border-color: #000000;
    outline: none;
    box-shadow: 0 0 0 1px #000000;
}

.login-button[b-gz1njx84o1] {
    width: 100%;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #111827;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

.login-button:hover[b-gz1njx84o1] {
    background-color: #000000;
}

/* Links */
.forgot-link[b-gz1njx84o1],
.signup-link[b-gz1njx84o1],
.footer-link[b-gz1njx84o1] {
    color: #4b5563;
    font-size: 0.875rem;
    text-decoration: none;
}

.forgot-link:hover[b-gz1njx84o1],
.signup-link:hover[b-gz1njx84o1],
.footer-link:hover[b-gz1njx84o1] {
    color: #111827;
    text-decoration: underline;
}

.signup-text[b-gz1njx84o1] {
    text-align: center;
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.login-footer[b-gz1njx84o1] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.5;
    margin-top: auto;
    /* Push to bottom of content area if needed */
}

/* ===== Error Banner ===== */
.form-error-banner[b-gz1njx84o1] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 0.875rem;
    font-weight: 500;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .split-layout[b-gz1njx84o1] {
        flex-direction: column;
    }

    .image-panel[b-gz1njx84o1] {
        display: flex;
        flex: 0 0 250px;
        /* Fixed height for header */
        width: 100%;
        padding: 1rem;
    }

    .hero-image[b-gz1njx84o1] {
        max-height: 100%;
        max-width: 100%;
    }

    .form-panel[b-gz1njx84o1] {
        max-width: 100%;
        padding: 2rem 1.5rem;
        flex: 1;
    }

    .brand-name[b-gz1njx84o1] {
        font-size: 3rem;
    }
}
/* /Components/Pages/Users/UserDetailPage.razor.rz.scp.css */
/* ===== User Detail Page - Widescreen Layout ===== */

/* Profile Card */
.profile-card[b-idb1tf2ykq] {
    border-radius: 12px;
}

.profile-cover[b-idb1tf2ykq] {
    height: 100px;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
}

.profile-avatar[b-idb1tf2ykq] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-tertiary, #7c3aed));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    border: 4px solid var(--mud-palette-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.profile-avatar[b-idb1tf2ykq]  .mud-image {
    width: 100%;
    height: 100%;
}

.profile-avatar[b-idb1tf2ykq]  .mud-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-img[b-idb1tf2ykq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar .avatar-initials[b-idb1tf2ykq] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    letter-spacing: -1px;
}

.status-indicator[b-idb1tf2ykq] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--mud-palette-surface);
}

.status-indicator.active[b-idb1tf2ykq] {
    background: var(--mud-palette-success);
}

.status-indicator.inactive[b-idb1tf2ykq] {
    background: var(--mud-palette-error);
}

.profile-info[b-idb1tf2ykq] {
    padding: 60px 20px 20px;
    text-align: center;
}

.profile-details[b-idb1tf2ykq] {
    text-align: left;
}

.profile-details[b-idb1tf2ykq]  .mud-list-item {
    padding: 8px 0;
}

/* Stats Cards */
.stats-card[b-idb1tf2ykq] {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.stats-card:hover[b-idb1tf2ykq] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Action Panels (Accordion) */
.action-panels[b-idb1tf2ykq] {
    border: none !important;
}

.action-panel[b-idb1tf2ykq] {
    border-radius: 8px !important;
    border: 1px solid var(--mud-palette-lines-default) !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.action-panel[b-idb1tf2ykq]::before {
    display: none !important;
}

.action-panel[b-idb1tf2ykq]  .mud-expand-panel-header {
    padding: 12px 16px !important;
    min-height: auto !important;
}

.action-panel[b-idb1tf2ykq]  .mud-expand-panel-content {
    padding: 16px !important;
    background: var(--mud-palette-background-gray);
}

/* Danger Zone */
.danger-zone[b-idb1tf2ykq] {
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.3) !important;
    border-radius: 12px;
    background: rgba(var(--mud-palette-error-rgb), 0.03) !important;
}

.danger-item[b-idb1tf2ykq] {
    border-radius: 8px;
    background: rgba(var(--mud-palette-error-rgb), 0.06);
    border: 1px solid rgba(var(--mud-palette-error-rgb), 0.15);
}

.danger-item:hover[b-idb1tf2ykq] {
    background: rgba(var(--mud-palette-error-rgb), 0.08);
}

/* Animations */
@keyframes fadeInUp-b-idb1tf2ykq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-card[b-idb1tf2ykq] {
    animation: fadeInUp-b-idb1tf2ykq 0.3s ease-out;
}

.stats-card[b-idb1tf2ykq] {
    animation: fadeInUp-b-idb1tf2ykq 0.3s ease-out backwards;
}

.fsh-card[b-idb1tf2ykq] {
    animation: fadeInUp-b-idb1tf2ykq 0.3s ease-out 0.1s backwards;
}

/* Responsive */
@media (max-width: 960px) {
    .profile-cover[b-idb1tf2ykq] {
        height: 80px;
    }

    .profile-avatar[b-idb1tf2ykq] {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }

    .profile-avatar .avatar-initials[b-idb1tf2ykq] {
        font-size: 1.5rem;
    }

    .profile-info[b-idb1tf2ykq] {
        padding-top: 50px;
    }
}
