/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mi4urlc073] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-row[b-mi4urlc073] {
    background: rgba(13, 11, 26, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(168, 85, 247, 0.12);
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand[b-mi4urlc073] {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.01em;
}

.content[b-mi4urlc073] {
    flex: 1;
    padding-top: 1.1rem;
}
