/* /Components/ProjectTile.razor.rz.scp.css */
.tile[b-k6hvh4ysks] {
    gap: 20px;
    margin: 20px 0px;
    padding: 20px;
    display: flex;
    background-color: var(--background-color-shade);
    /*border-radius: 20px;*/
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 12px;
}

    .tile .left[b-k6hvh4ysks] {
        display: flex;
        align-items: center;
    }

        .tile .left i[b-k6hvh4ysks] {
            font-size: 65px;
            color: var(--primary-color);
        }

    .tile .right[b-k6hvh4ysks] {
        display: flex;
        flex-direction: column;
    }
/* /Pages/About.razor.rz.scp.css */
.profile-picture[b-uh2mtzj9ei] {
    float: right;
    padding: 10px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .profile-picture img[b-uh2mtzj9ei] {
        max-width: 220px;
        border-radius: 15px;
    }

    .profile-picture ul[b-uh2mtzj9ei] {
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 220px;
    }

@media only screen and (max-width: 800px) {
    h1[b-uh2mtzj9ei] {
        text-align: center;
    }

    .profile-picture[b-uh2mtzj9ei] {
        float: initial;
        padding: 10px;
    }
}
/* /Pages/Games/Archon2.razor.rz.scp.css */
ul.unstyled[b-4xemhs4snz] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

.unstyled li[b-4xemhs4snz] {
    padding-top: 5px;
}
/* /Pages/Games/Games.razor.rz.scp.css */
ul[b-ctxjn1hicg] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 0.5em;
    margin-block-start: 0.5em;
}

li[b-ctxjn1hicg] {
    padding-top: 5px;
}

p[b-ctxjn1hicg] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Pages/Games/NecromancerTD.razor.rz.scp.css */
ul.unstyled[b-y1bp9obypz] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

.unstyled li[b-y1bp9obypz] {
    padding-top: 5px;
}
/* /Pages/Projects/NeuralNetwork.razor.rz.scp.css */
canvas[b-n31ia0damz] {
    width: 400px;
    height: 400px;
    background-color: black;
    image-rendering: pixelated;
    border-radius: 25px;
}

@media (max-width: 420px) {
    canvas[b-n31ia0damz] {
        width: auto;
        height: auto;
    }
}

button[b-n31ia0damz] {
    min-width: 100px;
    --size: 18px;
    height: 30px;
    font-size: var(--size);
    line-height: var(--size);
    text-align: center;
    color: var(--primary-color);
    background-color: transparent;
    border: none;
    background-color: var(--background-color-shade);
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

    button:hover[b-n31ia0damz] {
        cursor: pointer;
        color: var(--primary-color-hover);
    }

ul[b-n31ia0damz] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

li[b-n31ia0damz] {
    padding-top: 5px;
}

.result-display[b-n31ia0damz] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 800px) {
    .result-display[b-n31ia0damz] {
        margin-top: 10px;
    }
}

.drawing-canvas-container[b-n31ia0damz] {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .drawing-canvas-container[b-n31ia0damz] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Pages/Projects/NoiseGenerators.razor.rz.scp.css */

canvas[b-dea1gmebej] {
    width: 350px;
    height: 350px;
    border-radius: 25px;
    background-color: black;
    image-rendering: pixelated;
}

.generator-container[b-dea1gmebej] {
    gap: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.settings-container[b-dea1gmebej] {
    display: flex;
    flex-direction: column;
}

h5[b-dea1gmebej] {
    margin: 0;
}

select[b-dea1gmebej] {
    width: 100%;
}

input[b-dea1gmebej] {
    width: 100%;
}

table[b-dea1gmebej] {
    border-spacing: 10px;
}

.loading-canvas[b-dea1gmebej] {
    width: 350px;
    height: 350px;
    /*    border-radius: 25px;
    background-color: black;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hidden[b-dea1gmebej] {
    display: none;
}

button[b-dea1gmebej] {
    margin-bottom: 10px;
}

h2[b-dea1gmebej] {
    margin-top: 30px;
}
/* /Pages/Projects/Projects.razor.rz.scp.css */
ul[b-8euwo3zqes] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 0.5em;
    margin-block-start: 0.5em;
}

li[b-8euwo3zqes] {
    padding-top: 5px;
}

p[b-8euwo3zqes] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Pages/Projects/QoiConverter.razor.rz.scp.css */
/* QOI visualizer */

#image-canvas[b-wedhtlyx46] {
    max-width: 380px;
    max-height: 500px;
}

/*p {
    margin: 0px;
}*/

.top[b-wedhtlyx46] {
    flex-direction: column;
}

.buttons-container[b-wedhtlyx46] {
    gap: 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

table[b-wedhtlyx46] {
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
}

td[b-wedhtlyx46] {
    text-align: right;
}

    td:first-child[b-wedhtlyx46] {
        text-align: left;
    }


.example-container[b-wedhtlyx46] {
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 250px;
    position: relative;
}

.loading-text[b-wedhtlyx46] {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hidden[b-wedhtlyx46] {
    display: none !important;
}

.overlay[b-wedhtlyx46] {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0;
    display: flex;
    flex-direction: row;
    color: white;
    transition: background-color 250ms linear;
}

    .overlay.visible[b-wedhtlyx46] {
        opacity: 1;
    }

    .overlay:hover[b-wedhtlyx46] {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .overlay .button[b-wedhtlyx46] {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        gap: 10px;
    }

        .overlay .button:hover[b-wedhtlyx46] {
            color: var(--primary-color);
        }

        .overlay .button i[b-wedhtlyx46] {
            font-size: 35px;
        }

ul[b-wedhtlyx46] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

li[b-wedhtlyx46] {
    padding-top: 5px;
}
/* /Pages/Projects/RegexEngine.razor.rz.scp.css */
.table-container[b-qzmxmn8ak1] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

table[b-qzmxmn8ak1] {
    border-spacing: 20px 0;
}

thead[b-qzmxmn8ak1] {
    font-weight: 600;
}

ul[b-qzmxmn8ak1] {
    padding-left: 15px;
    list-style-type: none;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

li[b-qzmxmn8ak1] {
    padding-top: 5px;
}

input[type=text][b-qzmxmn8ak1] {
    flex-grow: 1;
}

.input-container[b-qzmxmn8ak1] {
    gap: 10px;
    display: flex;
    align-items: center;
}

.test-text[b-qzmxmn8ak1] {
    border-style: solid;
    border-width: 1px;
    border-color: var(--background-color-contrast);
    padding: 20px;
}
/* /Pages/Projects/TreeSearchAi.razor.rz.scp.css */
.game-container[b-nf025whl69] {
    gap: 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-board[b-nf025whl69] {
    width: 400px;
    height: 400px;
    border-radius: 25px;
    aspect-ratio: 1 / 1;
    display: grid;
    grid-gap: 5px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    user-select: none;
}

    .game-board .game-tile .X[b-nf025whl69],
    .game-board .game-tile .O[b-nf025whl69] {
        display: none;
    }

    .game-board .game-tile.value-x .X[b-nf025whl69],
    .game-board .game-tile.value-o .O[b-nf025whl69] {
        cursor: default;
        display: block;
    }

    .game-board .game-tile.value-x[b-nf025whl69] {
        color: var(--primary-color);
        background-color: var(--primary-color-shade);
    }

    .game-board .game-tile.value-o[b-nf025whl69] {
        color: var(--secondary-color);
        background-color: var(--secondary-color-shade);
    }

    .game-board .game-tile[b-nf025whl69] {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 50px;
        font-weight: bold;
        background-color: var(--background-color-shade);
    }

        .game-board .game-tile:not(.value-x):not(.value-o):hover[b-nf025whl69] {
            cursor: pointer;
            color: var(--primary-color);
            background-color: var(--primary-color-shade);
        }

            .game-board .game-tile:not(.value-x):not(.value-o):hover .X[b-nf025whl69] {
                display: block;
            }


.game-controls[b-nf025whl69] {
    gap: 30px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .game-controls .victory-player[b-nf025whl69] {
        color: var(--primary-color);
        font-size: 30px;
        font-weight: bold;
    }

    .game-controls .victory-ai[b-nf025whl69] {
        color: var(--secondary-color);
        font-size: 30px;
        font-weight: bold;
    }

    .game-controls .victory-none[b-nf025whl69] {
        color: var(--text-color);
        font-size: 30px;
        font-weight: bold;
    }

@media (max-width: 800px) {
    .game-container[b-nf025whl69] {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .game-board[b-nf025whl69] {
        max-width: 500px;
    }
}
/* /Shared/GamesLayout.razor.rz.scp.css */
main[b-44g64zlsu5],
header[b-44g64zlsu5],
footer[b-44g64zlsu5] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

header[b-44g64zlsu5] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0px;
    box-shadow: none;
    border-bottom: 1px solid var(--background-color-contrast);
    background-color: var(--background-color);
    opacity: 0.95;
}

    header nav[b-44g64zlsu5] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 40px);
    }

        header nav .pages[b-44g64zlsu5] {
            display: flex;
            gap: 15px;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-sy2l7isrkd],
header[b-sy2l7isrkd],
footer[b-sy2l7isrkd] {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

main[b-sy2l7isrkd] {
    min-height: calc(100vh - var(--footer-height) - var(--body-top-margin) - var(--footer-margin));
}

footer[b-sy2l7isrkd] {
    font-size: 14px;
    justify-content: center;
    height: var(--footer-height);
    margin-top: var(--footer-margin);
    border-top: 1px solid var(--background-color-contrast);
}

header[b-sy2l7isrkd] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0px;
    box-shadow: none;
    border-bottom: 1px solid var(--background-color-contrast);
    background-color: var(--background-color);
    opacity: 0.95;
}

    header .content[b-sy2l7isrkd] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 40px);
    }

        header .content .buttons[b-sy2l7isrkd] {
            gap: 15px;
            display: flex;
            align-items: center;
        }

            header .content .buttons nav[b-sy2l7isrkd] {
                gap: 15px;
                display: flex;
                /*align-items: center;*/
                /*justify-content: space-between;*/
                /*width: calc(100% - 40px);*/
            }
/* /Shared/ProjectsLayout.razor.rz.scp.css */
main[b-rdo2uecqh9],
header[b-rdo2uecqh9],
footer[b-rdo2uecqh9] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

header[b-rdo2uecqh9] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0px;
    box-shadow: none;
    border-bottom: 1px solid var(--background-color-contrast);
    background-color: var(--background-color);
    opacity: 0.95;
}

    header nav[b-rdo2uecqh9] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 40px);
    }

        header nav .pages[b-rdo2uecqh9] {
            display: flex;
            gap: 15px;
        }
