/* _content/URAG.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-xx992uzzz1] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(5, 39, 103);
    position: relative;
    overflow: hidden;
}

.auth-bg-blur[b-xx992uzzz1] {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.1;
    pointer-events: none;
}

.auth-bg-blur-1[b-xx992uzzz1] {
    top: -10%;
    left: -10%;
    width: 40%;
    height: 40%;
    background: #3a0647;
}

.auth-bg-blur-2[b-xx992uzzz1] {
    bottom: -10%;
    right: -10%;
    width: 40%;
    height: 40%;
    background: #fff;
}

.auth-header[b-xx992uzzz1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    z-index: 20;
}

.auth-main[b-xx992uzzz1] {
    width: 100%;
    max-width: 520px;
    padding: 1.5rem;
    position: relative;
    z-index: 10;
}

#blazor-error-ui[b-xx992uzzz1] {
    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-xx992uzzz1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/URAG.Web/Components/Layout/ConsolePanel.razor.rz.scp.css */
.console-panel[b-lok0publw1] {
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #0f0f23;
    transition: height 0.3s ease;
}

.console-closed[b-lok0publw1] {
    height: 40px;
}

.console-open[b-lok0publw1] {
    height: 280px;
}

.console-header[b-lok0publw1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
    height: 40px;
}

.console-header:hover[b-lok0publw1] {
    background: #22223a;
}

.console-badge[b-lok0publw1] {
    background: var(--urag-accent);
    color: #fff;
    font-size: 0.65rem;
    padding: 0.1rem 0.4rem;
    border-radius: 8px;
    margin-left: 0.5rem;
    font-weight: 700;
}

.console-body[b-lok0publw1] {
    height: calc(100% - 40px);
    overflow-y: auto;
    padding: 0.75rem 1.5rem;
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    font-size: 0.78rem;
    color: #e2e8f0;
}

.console-line[b-lok0publw1] {
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.console-time[b-lok0publw1] {
    color: #60a5fa;
}

@media (max-width: 768px) {
    .console-open[b-lok0publw1] {
        height: 200px;
    }
}
/* _content/URAG.Web/Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-jx71ck6bgl] {
    min-height: 100vh;
    background: #fff;
}

.landing-header[b-jx71ck6bgl] {
    background: #f0f1f3;
    width: 100%;
}

.landing-header-inner[b-jx71ck6bgl] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.landing-main[b-jx71ck6bgl] {
    width: 100%;
}

#blazor-error-ui[b-jx71ck6bgl] {
    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-jx71ck6bgl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/URAG.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.urag-layout[b-02loq4uzd4] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.urag-main-wrapper[b-02loq4uzd4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.urag-main[b-02loq4uzd4] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem 3rem;
    background: var(--urag-bg);
}

.urag-main-content[b-02loq4uzd4] {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .urag-main[b-02loq4uzd4] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-02loq4uzd4] {
    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-02loq4uzd4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/URAG.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-q2r89v096t] {
    width: 256px;
    min-width: 256px;
    height: 100vh;
    background: rgb(5, 39, 103);
    color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 50;
}

/* Header */
.sidebar-header[b-q2r89v096t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-brand[b-q2r89v096t] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* Bouton X fermer - caché sur desktop */
.sidebar-close-mobile[b-q2r89v096t] {
    display: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0.25rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.sidebar-close-mobile:hover[b-q2r89v096t] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Bouton hamburger - caché sur desktop */
.sidebar-mobile-toggle[b-q2r89v096t] {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 40;
    background: rgb(5, 39, 103);
    color: #fff;
    border: none;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Overlay sombre - caché sur desktop */
.sidebar-overlay[b-q2r89v096t] {
    display: none;
}

/* Navigation */
.sidebar-nav[b-q2r89v096t] {
    flex: 1;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

[b-q2r89v096t] .sidebar-section-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    padding: 0.25rem 0.75rem 0.25rem;
}

[b-q2r89v096t] .sidebar-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0.75rem;
}

[b-q2r89v096t] .sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

[b-q2r89v096t] .sidebar-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

[b-q2r89v096t] .sidebar-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

[b-q2r89v096t] .sidebar-link i {
    font-size: 1.2rem;
    min-width: 22px;
    text-align: center;
}

/* Footer */
.sidebar-footer[b-q2r89v096t] {
    padding: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-user[b-q2r89v096t] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
}

.sidebar-user-label[b-q2r89v096t] {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-user-email[b-q2r89v096t] {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-q2r89v096t] .sidebar-logout:hover {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #fff !important;
}

/* === Mobile & Tablette === */
@media (max-width: 991px) {
    .sidebar[b-q2r89v096t] {
        position: fixed;
        left: -256px;
        top: 0;
        transition: left 0.3s ease;
        box-shadow: none;
    }

    .sidebar.sidebar-open[b-q2r89v096t] {
        left: 0;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
    }

    .sidebar-mobile-toggle[b-q2r89v096t] {
        display: flex;
    }

    .sidebar-close-mobile[b-q2r89v096t] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-overlay[b-q2r89v096t] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 45;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .sidebar-overlay.show[b-q2r89v096t] {
        opacity: 1;
        pointer-events: auto;
    }
}
