/* /Layout/MainLayout.razor.rz.scp.css */
.site-wrapper[b-5u1wnndc9f] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-5u1wnndc9f] {
    flex: 1;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.footer[b-5u1wnndc9f] {
    background-color: #0d1117;
    border-top: 1px solid #1e2530;
    margin-top: auto;
}

.footer-inner[b-5u1wnndc9f] {
    display: flex;
    gap: 6rem;
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 16px;
    width: 100%;
}

.footer-column h6[b-5u1wnndc9f] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-column p[b-5u1wnndc9f],
.footer-column a[b-5u1wnndc9f] {
    color: #c0c8d8;
    font-size: 0.95rem;
    text-decoration: none;
}

.footer-column a:hover[b-5u1wnndc9f] {
    color: #ffffff;
}

.subscribe-form[b-5u1wnndc9f] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.subscribe-form label[b-5u1wnndc9f] {
    color: #c0c8d8;
    font-size: 0.9rem;
}

.subscribe-form input[b-5u1wnndc9f] {
    background-color: transparent;
    border: 1px solid #3a4458;
    border-radius: 4px;
    color: #ffffff;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    width: 260px;
}

.subscribe-form input[b-5u1wnndc9f]::placeholder {
    color: #6b7a99;
}

.subscribe-form input:focus[b-5u1wnndc9f] {
    outline: none;
    border-color: #7c3aed;
}

.subscribe-form .btn-primary[b-5u1wnndc9f] {
    width: fit-content;
    margin-top: 0.25rem;
    padding: 0.6rem 1.5rem;
}

@media (max-width: 640px) {
    .footer-inner[b-5u1wnndc9f] {
        flex-direction: column;
        gap: 2.5rem;
        padding: 2rem 1.5rem;
    }

    .subscribe-form input[b-5u1wnndc9f] {
        width: 100%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-sgc5v2vz2j] {
    background-color: #0d1117;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #1e2530;
}

.navbar-inner[b-sgc5v2vz2j] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
}

.navbar-brand a[b-sgc5v2vz2j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.navbar-logo[b-sgc5v2vz2j] {
    height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
}

.navbar-links[b-sgc5v2vz2j] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 64px;
}

.navbar-links[b-sgc5v2vz2j]  a {
    color: #e05252;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
}

.navbar-links[b-sgc5v2vz2j]  a:hover {
    color: #ff7070;
}

.navbar-links[b-sgc5v2vz2j]  a.active {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.navbar-hamburger[b-sgc5v2vz2j] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    margin-left: auto;
}

.navbar-hamburger span[b-sgc5v2vz2j] {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
}

@media (max-width: 640px) {
    .navbar-hamburger[b-sgc5v2vz2j] {
        display: flex;
    }

    .navbar-links[b-sgc5v2vz2j] {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1rem;
    }

    .navbar-links.open[b-sgc5v2vz2j] {
        display: flex;
    }

    .navbar-inner[b-sgc5v2vz2j] {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
}
/* /Pages/CountTrackula.razor.rz.scp.css */
.project-hero[b-ocwnwfywzf] {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 90px);
    padding: 3rem 4rem;
    gap: 3rem;
}

.project-text[b-ocwnwfywzf] {
    flex: 0 0 auto;
    max-width: 420px;
}

.project-text h1[b-ocwnwfywzf] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.project-text p[b-ocwnwfywzf] {
    font-size: 1rem;
    color: #c0c8d8;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.project-media[b-ocwnwfywzf] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-color: #000000;
    border-radius: 4px;
    overflow: hidden;
}

.project-media img[b-ocwnwfywzf] {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.project-details[b-ocwnwfywzf] {
    padding: 2rem 4rem 4rem;
}

.track-everything[b-ocwnwfywzf] {
    padding: 4rem 2rem;
    max-width: 860px;
}

.track-everything h2[b-ocwnwfywzf] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.track-everything p[b-ocwnwfywzf] {
    color: #c0c8d8;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .project-hero[b-ocwnwfywzf] {
        flex-direction: column;
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .project-text[b-ocwnwfywzf] {
        max-width: 100%;
    }

    .project-details[b-ocwnwfywzf] {
        padding: 1.5rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-y3w4m27zg3] {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 90px);
    padding: 0 2rem;
    gap: 3rem;
}

.hero-text[b-y3w4m27zg3] {
    flex: 0 0 auto;
    max-width: 420px;
}

.hero-text h1[b-y3w4m27zg3] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.hero-text p[b-y3w4m27zg3] {
    font-size: 1rem;
    color: #c0c8d8;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-media[b-y3w4m27zg3] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-color: #000000;
    border-radius: 4px;
    overflow: hidden;
}

.hero-media img[b-y3w4m27zg3] {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.platforms[b-y3w4m27zg3] {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 4rem 2rem;
    gap: 3rem;
}

.platforms-text[b-y3w4m27zg3] {
    flex: 0 0 auto;
    max-width: 420px;
}

.platforms-text h2[b-y3w4m27zg3] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.platforms-text p[b-y3w4m27zg3] {
    font-size: 1rem;
    color: #c0c8d8;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.platforms-text p:last-of-type[b-y3w4m27zg3] {
    margin-bottom: 2rem;
}

.platforms-images[b-y3w4m27zg3] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

.platforms-img[b-y3w4m27zg3] {
    width: calc(50% - 0.5rem);
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.platforms-img--top[b-y3w4m27zg3] {
    margin-top: 0;
}

.platforms-img--bottom[b-y3w4m27zg3] {
    margin-top: 2.5rem;
}

@media (max-width: 768px) {
    .platforms[b-y3w4m27zg3] {
        flex-direction: column;
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .platforms-text[b-y3w4m27zg3] {
        max-width: 100%;
    }

    .platforms-images[b-y3w4m27zg3] {
        width: 100%;
    }

    .hero[b-y3w4m27zg3] {
        flex-direction: column;
        padding: 2rem 1.5rem;
        min-height: auto;
    }

    .hero-text[b-y3w4m27zg3] {
        max-width: 100%;
    }

    .hero-text h1[b-y3w4m27zg3] {
        font-size: 2.5rem;
    }

    .hero-media[b-y3w4m27zg3] {
        width: 100%;
    }
}
/* /Pages/MineAwareVR.razor.rz.scp.css */
.cover-art[b-yhaz68j2u6] {
    width: 100%;
}

.cover-art img[b-yhaz68j2u6] {
    width: 100%;
    height: auto;
    display: block;
}

.video-section[b-yhaz68j2u6] {
    padding: 3rem 2rem;
    background-color: #1a1f2b;
}

.video-wrapper[b-yhaz68j2u6] {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe[b-yhaz68j2u6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.description[b-yhaz68j2u6] {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    padding: 4rem 2rem;
}

.description-text[b-yhaz68j2u6] {
    flex: 1;
}

.description-text h1[b-yhaz68j2u6] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.description-text p[b-yhaz68j2u6] {
    color: #c0c8d8;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.description-media[b-yhaz68j2u6] {
    flex: 0 0 380px;
}

.description-media img[b-yhaz68j2u6] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.experience[b-yhaz68j2u6] {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    padding: 4rem 2rem;
    background-color: #1a1f2b;
}

.experience-media[b-yhaz68j2u6] {
    flex: 0 0 480px;
}

.experience-media img[b-yhaz68j2u6] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.experience-text[b-yhaz68j2u6] {
    flex: 1;
}

.experience-text h2[b-yhaz68j2u6] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.experience-text p[b-yhaz68j2u6] {
    color: #c0c8d8;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.developer[b-yhaz68j2u6] {
    padding: 4rem 2rem;
}

.developer h2[b-yhaz68j2u6] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.developer p[b-yhaz68j2u6] {
    color: #c0c8d8;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    max-width: 900px;
}

.developer a[b-yhaz68j2u6] {
    color: #c0c8d8;
    text-decoration: underline;
}

.developer a:hover[b-yhaz68j2u6] {
    color: #ffffff;
}

.privacy-policy[b-yhaz68j2u6] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    color: #ffffff;
    font-size: 1rem;
}

.btn-outline[b-yhaz68j2u6] {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.2s, color 0.2s;
}

.btn-outline:hover[b-yhaz68j2u6] {
    background-color: #ffffff;
    color: #0d1117;
}

.ukraine[b-yhaz68j2u6] {
    padding: 4rem 2rem;
}

.ukraine h2[b-yhaz68j2u6] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.ukraine p[b-yhaz68j2u6] {
    color: #c0c8d8;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    max-width: 900px;
}

@media (max-width: 768px) {
    .description[b-yhaz68j2u6],
    .experience[b-yhaz68j2u6] {
        flex-direction: column;
        padding: 2rem 1.5rem;
    }

    .description-media[b-yhaz68j2u6],
    .experience-media[b-yhaz68j2u6] {
        flex: none;
        width: 100%;
    }
}
/* /Pages/MineAwareVRPrivacyPolicy.razor.rz.scp.css */
.privacy[b-jkked4kdoa] {
    padding: 4rem 2rem;
    max-width: 860px;
}

.privacy h1[b-jkked4kdoa] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.effective-date[b-jkked4kdoa] {
    margin-bottom: 2rem;
}

.privacy h2[b-jkked4kdoa] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.privacy p[b-jkked4kdoa] {
    color: #c0c8d8;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
