/* /Pages/Index.cshtml.rz.scp.css */
.beginning[b-8pbj2o0nob] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #888;
    height: 320px;
    padding: 1rem;
}

.punch[b-8pbj2o0nob] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 0.8rem;
}

.names[b-8pbj2o0nob] {
    transform: skew(-12deg);
}

.info[b-8pbj2o0nob] {
    padding: 0 2rem;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.introduction[b-8pbj2o0nob] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    text-align: center;
}

.links[b-8pbj2o0nob] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.link-group[b-8pbj2o0nob] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.link-group-title[b-8pbj2o0nob] {
    color: #AAA;
    font-size: 85%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}

.overview[b-8pbj2o0nob] {
    margin: 3rem 0;
}

.highlights[b-8pbj2o0nob] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
}

[b-8pbj2o0nob] .highlights .button {
    flex: 1;
    flex-direction: column;
    gap: 0.5rem;
    padding: 20px;
    text-align: center;
}

[b-8pbj2o0nob] .highlights .button .highlight-title {
    font-size: 300%;
}

@media (max-width: 900px) {
    .highlights[b-8pbj2o0nob] {
        flex-direction: column;
    }
}

@media (max-width: 750px) {
    .punch[b-8pbj2o0nob] {
        flex-direction: column;
        text-align: center;
    }

    .links[b-8pbj2o0nob] {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .names[b-8pbj2o0nob] {
        font-size: 75%;
    }
}

@media (max-width: 400px) {
    .names[b-8pbj2o0nob] {
        font-size: 55%;
    }
}
/* /Pages/Music.cshtml.rz.scp.css */
.music-links[b-mhdmqn91ny] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.music-list[b-mhdmqn91ny] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.music-row[b-mhdmqn91ny] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.music-info[b-mhdmqn91ny] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.music-info h3[b-mhdmqn91ny] {
    margin: 0;
    font-size: 200%;
}

.music-info h4[b-mhdmqn91ny] {
    margin: 0;
    font-size: 120%;
}

.music-meta[b-mhdmqn91ny] {
    font-size: 0.8rem;
    font-weight: 400;
    color: #89A;
}

.music-info p[b-mhdmqn91ny] {
    font-weight: 400;
    color: #ccc;
}

@media (max-width: 700px) {
    .music-row[b-mhdmqn91ny] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/NotFound.cshtml.rz.scp.css */
.not-found-code[b-zlcecexr21] {
    font-size: 600%;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.not-found-desc[b-zlcecexr21] {
    margin: 2rem 0;
}
/* /Pages/Projects.cshtml.rz.scp.css */
.gameplay-cards[b-fymd1uh34g] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-fymd1uh34g] .gameplay-card img {
    border-radius: 0.5rem;
    max-width: 100%;
    box-shadow: 0 0 20px #111A;
    transition: transform 0.2s ease;
}

[b-fymd1uh34g] .gameplay-card img:hover {
    transform: scale(1.02);
}
/* /Pages/Projects/NativeSharp.cshtml.rz.scp.css */
.nativesharp[b-preqs1inbu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
}
