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

main[b-y4xav44q6f] {
    flex: 1;
    background: #f7fafc;
}

.sidebar[b-y4xav44q6f] {
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);
}

.top-row[b-y4xav44q6f] {
    background-color: white;
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .top-row[b-y4xav44q6f]  a, .top-row[b-y4xav44q6f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #667eea;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 0.5rem 1rem;
        border-radius: 8px;
    }

    .top-row[b-y4xav44q6f]  a:hover, .top-row[b-y4xav44q6f]  .btn-link:hover {
        background: rgba(102, 126, 234, 0.1);
        color: #764ba2;
        text-decoration: none;
    }

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

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

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

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

    .sidebar[b-y4xav44q6f] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-y4xav44q6f], article[b-y4xav44q6f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y4xav44q6f] {
    background: linear-gradient(135deg, #f5576c 0%, #fa709a 100%);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    border-radius: 8px 8px 0 0;
}

    #blazor-error-ui .dismiss[b-y4xav44q6f] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 1.5rem;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
    
    #blazor-error-ui .dismiss:hover[b-y4xav44q6f] {
        opacity: 1;
    }
/* _content/Replay.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y97zo8ljgj] {
    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.2);
    border-radius: 8px;
    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.8%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);
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-y97zo8ljgj] {
    background-color: rgba(255, 255, 255, 0.2);
}

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

.top-row[b-y97zo8ljgj] {
    height: 4rem;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}

.navbar-brand[b-y97zo8ljgj] {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bi[b-y97zo8ljgj] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    top: -1px;
    background-size: cover;
    transition: transform 0.3s ease;
}

.nav-item:hover .bi[b-y97zo8ljgj] {
    transform: scale(1.1);
}

.bi-house-door-fill-nav-menu[b-y97zo8ljgj] {
    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-plus-square-fill-nav-menu[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath 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-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-fill[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' 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 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-in-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-person-plus[b-y97zo8ljgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-y97zo8ljgj] {
    font-size: 0.95rem;
    padding: 0.25rem 0;
    margin: 0.25rem 1rem;
}

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

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

    .nav-item[b-y97zo8ljgj]  .nav-link {
        color: rgba(255, 255, 255, 0.85);
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 1rem;
        font-weight: 500;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

.nav-item[b-y97zo8ljgj]  .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.nav-item[b-y97zo8ljgj]  .nav-link:hover::before {
    transform: translateX(0);
}

.nav-item[b-y97zo8ljgj]  a.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.nav-item[b-y97zo8ljgj]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-scrollable[b-y97zo8ljgj] {
    display: none;
}

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

hr[b-y97zo8ljgj] {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 1rem 1.5rem;
}

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

    .nav-scrollable[b-y97zo8ljgj] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
    
    .nav-scrollable[b-y97zo8ljgj]::-webkit-scrollbar {
        width: 6px;
    }
    
    .nav-scrollable[b-y97zo8ljgj]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }
    
    .nav-scrollable[b-y97zo8ljgj]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }
    
    .nav-scrollable[b-y97zo8ljgj]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }
}
