@import '_content/MECSRCL/MECSRCL.2h5f5nhku5.bundle.scp.css';

/* /Components/HubLink.razor.rz.scp.css */
.hub-link[b-em3ov3zlke] {
    outline: none !important;
    width: fit-content;
    display: flex;
    flex-direction: column;
    background: none;
    box-sizing: border-box;
    gap: 1vh;
}

.hub-link div[b-em3ov3zlke] {
    height: 12vh;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, var(--color-bg), var(--color-bg2));
    border-radius: calc(var(--value-border-radius)*2);
    border: .25vh solid var(--color-bg3);
    padding: .1vh;
    box-sizing: border-box;
    transition: linear .1s;
}

.hub-link span[b-em3ov3zlke] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: end;
    transition: linear .1s;
}

.hub-link[b-em3ov3zlke]  svg {
    height: 70%;
    fill: var(--color-fg);
    transition: linear .1s;
}

.hub-link:hover div[b-em3ov3zlke] {
    border: .35vh solid var(--color-fg);
    padding: 0;
}

.hub-link:hover span[b-em3ov3zlke] {
    font-weight: bold;
    text-decoration: underline;
}

.hub-link:active div[b-em3ov3zlke] {
    background-image: linear-gradient(to bottom, var(--color-fg2), var(--color-fg));
}

.hub-link:active[b-em3ov3zlke]  svg {
    fill: var(--color-bg);
}
/* /Components/PaddedTaskBar.razor.rz.scp.css */
.padded-taskbar[b-e0p0r0sxg1] {
    width: 100%;
    display: flex;
    padding: 2vh 1vw;
    height: var(--value-taskbar-height);
    box-sizing: border-box;
}

    .padded-taskbar > div[b-e0p0r0sxg1] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        border-radius: calc(var(--value-border-radius)*2);
    }

    .padded-taskbar > div:first-of-type[b-e0p0r0sxg1] {
        height: 100%;
        background-image: linear-gradient(to right, var(--color-fg), var(--color-fg2));
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .padded-taskbar > div:first-of-type > div:first-of-type[b-e0p0r0sxg1] {
            height: 100%;
            padding: 1vh 1vw;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 2vw;
        }

            .padded-taskbar > div:first-of-type > div:first-of-type > span[b-e0p0r0sxg1] {
                color: var(--color-bg);
            }

            .padded-taskbar > div:first-of-type > div:first-of-type[b-e0p0r0sxg1] >  svg {
                height: 40%;
            }

            .padded-taskbar > div:first-of-type > div:first-of-type[b-e0p0r0sxg1] >  svg:last-of-type {
                height: 60%;
            }

        .padded-taskbar > div > img[b-e0p0r0sxg1] {
            padding: 2vh 1vw;
            height: 100%;
        }

        .padded-taskbar > div:first-of-type > div:last-of-type[b-e0p0r0sxg1] {
            height: 100%;
            width: 100%;
            position: absolute;
            top: .5vh;
            z-index: -1;
            background-image: linear-gradient(to right, var(--color-accent), var(--color-fg2));
            border-radius: calc(var(--value-border-radius)*2);
        }
/* /Layout/MainLayout.razor.rz.scp.css */
.background[b-9rxhr5kajo] {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
    overflow: hidden;
}

.background[b-9rxhr5kajo]  svg {
    min-height: 100%;
    min-width: 100%;
}
/* /Pages/Home.razor.rz.scp.css */
.home[b-1s0tyqu6yk] {
    height: calc(100vh - var(--value-taskbar-height));
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .home > div:first-of-type[b-1s0tyqu6yk] {
        width: fit-content;
        max-width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        overflow-y: auto;
        padding-top: 10vh;
        box-sizing: border-box;
    }

        .home > div:first-of-type > *[b-1s0tyqu6yk] {
            flex: 0 0 auto;
            min-width: max(6vw, calc(100% / 5));
        }

.home > div:last-of-type[b-1s0tyqu6yk] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh 0;
    box-sizing: border-box;
}

.home > div:last-of-type > span[b-1s0tyqu6yk] {
    color: var(--color-grey);
}
