@import 'xpandetWeb.Client.qf1ttr97rg.bundle.scp.css';

/* _content/xpandetWeb/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bjuhtm7pkx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-bjuhtm7pkx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/xpandetWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* MyApp.Web/Components/Layout/LandingNavBar.razor.css */

.landing-nav[b-pre4r9vxua] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(6, 10, 18, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-logo[b-pre4r9vxua] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nav-logo-text[b-pre4r9vxua] {
    color: #F0F4F8;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-links[b-pre4r9vxua] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-pre4r9vxua] {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

    .nav-link:hover[b-pre4r9vxua] {
        color: #7EC8E3;
    }

.nav-login-btn[b-pre4r9vxua] {
    border-color: rgba(46,134,171,0.5) !important;
    color: #7EC8E3 !important;
    font-size: 0.9rem !important;
}

    .nav-login-btn:hover[b-pre4r9vxua] {
        border-color: #2E86AB !important;
        background: rgba(46,134,171,0.1) !important;
    }
/* _content/xpandetWeb/Components/Pages/Auth/ForgotPassword.razor.rz.scp.css */
/* ── AUTH FULLSCREEN ───────────────────────────────────────── */
.auth-fullscreen[b-ym18750tld] {
    min-height: 100vh;
    background: #0A0F1E;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

/* Variante centrada — para ForgotPassword y Login */
.auth-fullscreen--centered[b-ym18750tld] {
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}
/* _content/xpandetWeb/Components/Pages/Auth/Login.razor.rz.scp.css */
/* Login.razor.css */
.login-page[b-kyg7yo0m0f] {
    min-height: 100vh;
    background: #0A0F1E;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
}

    .login-page[b-kyg7yo0m0f]::before {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(46,134,171,0.12) 0%, transparent 70%);
        border-radius: 50%;
        top: -150px;
        right: -150px;
        pointer-events: none;
    }

    .login-page[b-kyg7yo0m0f]::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(126,200,227,0.07) 0%, transparent 70%);
        border-radius: 50%;
        bottom: -100px;
        left: -100px;
        pointer-events: none;
    }

.login-card[b-kyg7yo0m0f] {
    background: rgba(13,17,23,0.95) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 24px !important;
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(20px);
}

.login-card-content[b-kyg7yo0m0f] {
    padding: 2.5rem !important;
}

.login-logo[b-kyg7yo0m0f] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}

.login-logo-text[b-kyg7yo0m0f] {
    color: #F0F4F8;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.login-title[b-kyg7yo0m0f] {
    color: #F0F4F8;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.4rem;
}

.login-subtitle[b-kyg7yo0m0f] {
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 2rem;
}

.login-field-hint[b-kyg7yo0m0f] {
    color: rgba(255,255,255,0.3);
    font-size: 0.78rem;
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

.login-forgot[b-kyg7yo0m0f] {
    text-align: right;
    margin-bottom: 1.5rem;
}

.login-btn[b-kyg7yo0m0f] {
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 12px !important;
}

.login-divider[b-kyg7yo0m0f] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
}

.login-divider-line[b-kyg7yo0m0f] {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.08);
}

.login-divider-text[b-kyg7yo0m0f] {
    color: rgba(255,255,255,0.25);
    font-size: 0.8rem;
    white-space: nowrap;
}

.error-alert[b-kyg7yo0m0f] {
    background: rgba(211,47,47,0.1) !important;
    border: 1px solid rgba(211,47,47,0.25) !important;
    border-radius: 10px !important;
    margin-bottom: 1rem;
}
/* _content/xpandetWeb/Components/Pages/Auth/ProfileSelector.razor.rz.scp.css */
/* ── PROFILE SELECTOR ─────────────────────────────────────── */
.profile-overlay[b-zyo851m2l8] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: fadeIn-b-zyo851m2l8 0.2s ease;
}

@keyframes fadeIn-b-zyo851m2l8 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.profile-modal[b-zyo851m2l8] {
    background: rgba(13,17,23,0.98) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 24px !important;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.profile-modal-content[b-zyo851m2l8] {
    padding: 2.5rem !important;
}

.profile-modal-header[b-zyo851m2l8] {
    text-align: center;
    margin-bottom: 2rem;
}

.profile-modal-title[b-zyo851m2l8] {
    color: #F0F4F8;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0.75rem;
    margin-bottom: 0.4rem;
}

.profile-modal-subtitle[b-zyo851m2l8] {
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
}

.profile-grid[b-zyo851m2l8] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.profile-card[b-zyo851m2l8] {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.25rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    width: 160px; /* ← ancho fijo por card */
    flex-shrink: 0;
}

    .profile-card:hover[b-zyo851m2l8] {
        border-color: rgba(46,134,171,0.4);
        background: rgba(46,134,171,0.06);
        transform: translateY(-4px);
    }

.profile-card--selected[b-zyo851m2l8] {
    border-color: #2E86AB !important;
    background: rgba(46,134,171,0.12) !important;
    transform: translateY(-4px);
}

.profile-card-icon[b-zyo851m2l8] {
    background: rgba(46,134,171,0.1);
    border-radius: 12px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}

.profile-card-name[b-zyo851m2l8] {
    color: #F0F4F8;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.profile-card-role[b-zyo851m2l8] {
    color: #2E86AB;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.profile-card-desc[b-zyo851m2l8] {
    color: rgba(255,255,255,0.35);
    font-size: 0.78rem;
    line-height: 1.4;
}

.profile-card-check[b-zyo851m2l8] {
    position: absolute;
    top: 8px;
    right: 8px;
}

.profile-modal-actions[b-zyo851m2l8] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}
/* _content/xpandetWeb/Components/Pages/Auth/Register.razor.rz.scp.css */
/* ── AUTH FULLSCREEN ───────────────────────────────────────── */
.auth-fullscreen[b-25tyj7i1mt] {
    min-height: 100vh;
    background: #0A0F1E;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.auth-bg-circle--1[b-25tyj7i1mt] {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(46,134,171,0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.auth-bg-circle--2[b-25tyj7i1mt] {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(126,200,227,0.06) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    pointer-events: none;
}

.auth-fullscreen-inner[b-25tyj7i1mt] {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* ── BRANDING (lado izquierdo) ─────────────────────────────── */
.auth-branding[b-25tyj7i1mt] {
    flex: 1;
    background: linear-gradient(135deg, rgba(46,134,171,0.12) 0%, rgba(13,17,23,0.8) 100%);
    border-right: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.auth-branding-content[b-25tyj7i1mt] {
    max-width: 400px;
}

.auth-branding-logo[b-25tyj7i1mt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.auth-branding-name[b-25tyj7i1mt] {
    color: #F0F4F8;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.auth-branding-title[b-25tyj7i1mt] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F0F4F8;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.auth-branding-highlight[b-25tyj7i1mt] {
    background: linear-gradient(90deg, #2E86AB, #7EC8E3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.auth-branding-subtitle[b-25tyj7i1mt] {
    color: rgba(255,255,255,0.45);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.auth-branding-features[b-25tyj7i1mt] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.auth-branding-feature[b-25tyj7i1mt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
}

/* ── FORM PANEL (lado derecho) ─────────────────────────────── */
.auth-form-panel[b-25tyj7i1mt] {
    width: 100%;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    overflow-y: auto;
}

.auth-form-card[b-25tyj7i1mt] {
    width: 100%;
    background: rgba(13,17,23,0.95);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
}

.auth-form-header[b-25tyj7i1mt] {
    margin-bottom: 2rem;
}

.auth-form-logo[b-25tyj7i1mt] {
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.auth-form-title[b-25tyj7i1mt] {
    color: #F0F4F8;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.auth-form-subtitle[b-25tyj7i1mt] {
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
}

.auth-submit-btn[b-25tyj7i1mt] {
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 12px !important;
}

.auth-form-footer[b-25tyj7i1mt] {
    text-align: center;
    color: rgba(255,255,255,0.35);
    font-size: 0.88rem;
    margin-top: 1.5rem;
}

/* ── SUCCESS STATE ─────────────────────────────────────────── */
.auth-success[b-25tyj7i1mt] {
    text-align: center;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.auth-success-title[b-25tyj7i1mt] {
    color: #F0F4F8;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

.auth-success-text[b-25tyj7i1mt] {
    color: rgba(255,255,255,0.45);
    font-size: 0.9rem;
    line-height: 1.6;
}
