@import '_content/Cameek.Primitivo/Cameek.Primitivo.bundle.scp.css';
@import '_content/Cameek.Ue/Cameek.Ue.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Pages/AquaPage.razor.rz.scp.css */
.my-game[b-56oz6tqno0]  .fish-1 {
    animation: fish-1-animation-b-56oz6tqno0 7s linear infinite;
}

@keyframes fish-1-animation-b-56oz6tqno0 {
    0% {
        transform: translateX(0);
    }

    49% {
        transform: translateX(calc(480px - 100px)) scaleX(1);
    }

    50% {
        transform: translateX(calc(480px - 100px)) scaleX(-1);
    }

    99% {
        transform: translateX(0) scaleX(-1);
    }

    100% {
        transform: translateX(0) scaleX(1);
    }
}
/* /Pages/HomePage.razor.rz.scp.css */
.home-projects[b-ly2tgx9hbk] {
    gap: 0.75rem;
}

.home-projects h1[b-ly2tgx9hbk] {
    margin: 0;
}

.home-projects-subtitle[b-ly2tgx9hbk] {
    margin: 0;
    color: var(--neutral-foreground-hint, #5f5f5f);
}

.project-grid[b-ly2tgx9hbk] {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-link[b-ly2tgx9hbk] {
    text-decoration: none;
    color: inherit;
}

.project-link:focus-visible[b-ly2tgx9hbk] {
    outline: 3px solid #0f6cbd;
    outline-offset: 2px;
    border-radius: 0.75rem;
}

.project-card[b-ly2tgx9hbk] {
    height: 100%;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--neutral-stroke-rest, #d8d8d8);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.project-link:hover .project-card[b-ly2tgx9hbk],
.project-link:focus-visible .project-card[b-ly2tgx9hbk] {
    transform: translateY(-3px);
    border-color: #0f6cbd;
    box-shadow: 0 10px 26px rgba(15, 108, 189, 0.2);
}

.project-logo-wrap[b-ly2tgx9hbk] {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    border-radius: 0.6rem;
    padding: 0.6rem;
    background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
}

.project-logo[b-ly2tgx9hbk] {
    width: 100%;
    max-width: 11rem;
    height: auto;
    object-fit: contain;
    display: block;
}

.project-name[b-ly2tgx9hbk] {
    width: 100%;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 420px) {
    .project-card[b-ly2tgx9hbk] {
        min-height: 12rem;
        padding: 0.8rem;
    }

    .project-name[b-ly2tgx9hbk] {
        font-size: 0.98rem;
    }
}

@media (min-width: 1024px) {
    .project-grid[b-ly2tgx9hbk] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
