/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-oykcq3qj16] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oykcq3qj16] {
    flex: 1;
}

.sidebar[b-oykcq3qj16] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oykcq3qj16] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oykcq3qj16]  a, .top-row[b-oykcq3qj16]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oykcq3qj16]  a:hover, .top-row[b-oykcq3qj16]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

    .top-row[b-oykcq3qj16], article[b-oykcq3qj16] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */


.bg[b-f1iw5xabjt] {
    display: none;
}

    /* Only show when menu is toggled on */
    .bg.menu-visible[b-f1iw5xabjt] {
        display: grid;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        grid-template-columns: 4fr 1fr;
        z-index: 10;
    }

.link[b-f1iw5xabjt] {
    position: absolute;
    bottom: 2em;
    left: 2em;
}

a[b-f1iw5xabjt] {
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-decoration-skip-ink: auto;
    color: #fff;
}

.link p[b-f1iw5xabjt] {
    font-family: "Caveat", cursive;
}

.bg-wall[b-f1iw5xabjt] {
    background: linear-gradient(to right, #e782f3, #cacccb);
}

.side-wall[b-f1iw5xabjt] {
    background: radial-gradient( at 0% 50%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 90% ) left no-repeat, linear-gradient(to right, #cacccb, #bfc1c0);
    perspective: 1000px;
    z-index: 20;

}

.bg-wall.hide[b-f1iw5xabjt],
.side-wall.hide[b-f1iw5xabjt] {
    opacity: 0;
    pointer-events: none;
}
/* Instead, rely on this which works as intended: */
.bg-wall[b-f1iw5xabjt],
.side-wall[b-f1iw5xabjt] {
    display: none;
}
.bg[b-f1iw5xabjt],
.bg-wall[b-f1iw5xabjt],
.side-wall[b-f1iw5xabjt] {
    z-index: 1;
}
    .bg-wall.menu-visible[b-f1iw5xabjt],
    .side-wall.menu-visible[b-f1iw5xabjt] {
        display: grid; /* or 'flex' if that's the original layout */
    }

ul[b-f1iw5xabjt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.perspective[b-f1iw5xabjt] {
    transform: rotateY(-75deg) scaleX(4);
    transform-origin: left;
    mix-blend-mode: color-burn;
    z-index: 10;
}

li[b-f1iw5xabjt] {
    width: 100%;
    height: 50px;
    position: relative;
    transform-origin: right;
    transform: scaleX(0);
    animation: paint-b-f1iw5xabjt 0.2s 0.3s linear both;
    will-change: transform;
}

    li:nth-child(1)[b-f1iw5xabjt] {
        background: #e56060;
    }

    li:nth-child(2)[b-f1iw5xabjt] {
        background: #10abe9;
        animation-delay: 0.1s;
    }

    li:nth-child(3)[b-f1iw5xabjt] {
        background: #d1a535;
        animation-delay: 0.2s;
    }

    li:nth-child(4)[b-f1iw5xabjt] {
        background: #bb3a6c;
        animation-delay: 0.3s;
    }
    li:nth-child(5)[b-f1iw5xabjt] {
        background: #575757;
        animation-delay: 0.4s;
    }
    li:nth-child(6)[b-f1iw5xabjt] {
        background: #199746;
        animation-delay: 0.5s;
    }
    li:nth-child(7)[b-f1iw5xabjt] {
        background: #2f4aab;
        animation-delay: 0.6s;
    }
.bg-wall ul[b-f1iw5xabjt] {
    align-items: flex-end;
}

.bg-wall li span[b-f1iw5xabjt]:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    background: inherit;
    height: 100%;
    width: 50px;
    transform: translateX(-100%);
    clip-path: polygon(100% 0, 100% 100%, 98% 100%, 60% 50%, 98% 0);
}

.bg-wall li:nth-child(1)[b-f1iw5xabjt] {
    width: 50%;
    z-index: 5;
    animation-delay: .5s;
}

.bg-wall li:nth-child(2)[b-f1iw5xabjt] {
    width: calc(50% + 2em);
    z-index: 4;
    animation-delay: .6s;
}

.bg-wall li:nth-child(3)[b-f1iw5xabjt] {
    width: calc(50% + 4em);
    z-index: 3;
    animation-delay: .7s;
}

.bg-wall li:nth-child(4)[b-f1iw5xabjt] {
    width: calc(50% + 5em);
    z-index: 2;
    animation-delay: .8s;
}
.bg-wall li:nth-child(5)[b-f1iw5xabjt] {
    width: calc(50% + 4em);
    z-index: 1;
    animation-delay: .9s;
}
.bg-wall li:nth-child(6)[b-f1iw5xabjt] {
    width: calc(50% + 2em);
    z-index: 1;
    animation-delay: 1s;
}
.bg-wall li:nth-child(7)[b-f1iw5xabjt] {
    width: calc(50%);
    z-index: 1;
    animation-delay: 1.1s;
}
.bg-wall span[b-f1iw5xabjt] {
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    height: 100%;
    width: 100%;
    z-index: 2;
}

/*.bg-wall li:before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 102%;
    height: 100%;
    transform-origin: right bottom;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(8px);
    transform: rotate(-2.5deg);
    z-index: 1;
}*/
.nav-bar[b-f1iw5xabjt] {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #121619;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.anchorStyle[b-f1iw5xabjt] {
    position: relative;
    text-decoration: none;
    z-index: 1000;
    top: 12px;
    padding-left: 20px;
}

.menu-toggle[b-f1iw5xabjt] {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

    .menu-toggle span[b-f1iw5xabjt] {
        height: 4px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }


@keyframes paint-b-f1iw5xabjt {
    to {
        transform: none;
    }
}

*[b-f1iw5xabjt] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html[b-f1iw5xabjt],
body[b-f1iw5xabjt] {
    height: 100%;
}

a[b-f1iw5xabjt],
a:visited[b-f1iw5xabjt],
a:focus[b-f1iw5xabjt],
a:active[b-f1iw5xabjt],
a:link[b-f1iw5xabjt] {
    outline: 0;
}

a[b-f1iw5xabjt] {
    transition: 0.2s ease-in-out;
}

h1[b-f1iw5xabjt],
h2[b-f1iw5xabjt],
h3[b-f1iw5xabjt],
h4[b-f1iw5xabjt] {
    margin: 0.3em 0;
}

ul[b-f1iw5xabjt] {
    padding: 0;
    list-style: none;
}

img[b-f1iw5xabjt] {
    vertical-align: middle;
    height: auto;
    width: 100%;
}
