/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-sa8kb2ttde] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sa8kb2ttde] {
    flex: 1;
}

.sidebar[b-sa8kb2ttde] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sa8kb2ttde] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sa8kb2ttde]  a, .top-row[b-sa8kb2ttde]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sa8kb2ttde]  a:hover, .top-row[b-sa8kb2ttde]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sa8kb2ttde]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sa8kb2ttde] {
        justify-content: space-between;
    }

    .top-row[b-sa8kb2ttde]  a, .top-row[b-sa8kb2ttde]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sa8kb2ttde] {
        flex-direction: row;
    }

    .sidebar[b-sa8kb2ttde] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sa8kb2ttde] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sa8kb2ttde]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sa8kb2ttde], article[b-sa8kb2ttde] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s9165xmktq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s9165xmktq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s9165xmktq] {
    font-size: 1.1rem;
}

.bi[b-s9165xmktq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-s9165xmktq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-s9165xmktq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-s9165xmktq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-s9165xmktq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s9165xmktq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s9165xmktq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s9165xmktq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s9165xmktq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s9165xmktq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s9165xmktq] {
        display: none;
    }

    .collapse[b-s9165xmktq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-s9165xmktq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/About.razor.rz.scp.css */

/* Layout */
.hero[b-yx5o8javr5] {
    display: flex;
    min-height: 70vh;
    align-items: stretch;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.hero-left[b-yx5o8javr5] {
    flex: 1 1 55%;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem;
    box-sizing: border-box;
}

.hero-right[b-yx5o8javr5] {
    flex: 1 1 45%;
    padding: 4.5rem 6rem;
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Small uppercase label */
.hero-label[b-yx5o8javr5] {
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    color: #2f4b4b;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Big stacked title */
.hero-title[b-yx5o8javr5] {
    margin: 0;
    text-align: center;
    color: #141414;
    font-weight: 700;
    /* responsive large size */
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    max-width: 14ch;
}

/* footer decorative icon + rule */
.hero-footer[b-yx5o8javr5] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.4rem;
}

.hero-footer svg[b-yx5o8javr5] { color: #1f3b3f; opacity: 0.95; }

.hero-rule[b-yx5o8javr5] {
    display: inline-block;
    width: 4.2rem;
    height: 0.16rem;
    background: #1f3b3f;
    border-radius: 2px;
}

/* Right column text */
.hero-right .lead[b-yx5o8javr5] {
    color: #222;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
}

.hero-right p[b-yx5o8javr5] {
    color: #4a4a4a;
    margin: 0 0 1rem 0;
    line-height: 1.7;
    max-width: 40rem;
}

/* Responsive: stack on small screens */
@media (max-width: 880px) {
    .hero[b-yx5o8javr5] {
        flex-direction: column;
    }
    .hero-left[b-yx5o8javr5], .hero-right[b-yx5o8javr5] {
        flex: none;
        width: 100%;
        padding: 2.2rem;
    }
    .hero-title[b-yx5o8javr5] { font-size: clamp(2rem, 8vw, 3rem); max-width: 100%; }
    .hero-right[b-yx5o8javr5] { padding-top: 1.2rem; }
} 
/* /Pages/Contact.razor.rz.scp.css */
/* /Pages/Devlogs.razor.rz.scp.css */
/* Devlogs layout */
.devlog-grid[b-d07kzx760r]{
    display:grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 16px;
    align-items: start;
}

.devlog-row[b-d07kzx760r]{
    display:grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 14px;
    align-items: start;
}

.devlog-item[b-d07kzx760r]{
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
    border-radius: var(--radius2);
    padding: 14px;
    margin-bottom: 14px;
}

.video-wrap[b-d07kzx760r]{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
}

/* 16:9 responsive iframe */
.video-wrap[b-d07kzx760r]::before{
    content:"";
    display:block;
    padding-top: 56.25%;
}

.video-wrap .yt[b-d07kzx760r]{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.video-wrap.small[b-d07kzx760r]{
    border-radius: 14px;
}

.devlog-meta[b-d07kzx760r]{
    display:flex;
    flex-direction:column;
}

.devlog-kicker[b-d07kzx760r]{
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .2px;
    margin-bottom: 6px;
}

.devlog-title[b-d07kzx760r]{
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.devlog-desc[b-d07kzx760r]{
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}

.devlog-tags[b-d07kzx760r]{
    display:flex;
    flex-wrap:wrap;
    gap: 8px;
    margin: 0 0 10px;
}

.tag[b-d07kzx760r]{
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    color: var(--text);
}

@media (max-width: 980px){
    .devlog-grid[b-d07kzx760r]{ grid-template-columns: 1fr; }
    .devlog-row[b-d07kzx760r]{ grid-template-columns: 1fr; }
}
/* /Pages/Games.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */

    /* Layout */
.hero[b-e5pdpg6z4v] {
    display: flex;
    min-height: 70vh;
    align-items: stretch;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.hero-left[b-e5pdpg6z4v] {
    flex: 1 1 55%;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 3rem;
    box-sizing: border-box;
}

.hero-right[b-e5pdpg6z4v] {
    flex: 1 1 45%;
    padding: 4.5rem 6rem;
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Small uppercase label */
.hero-label[b-e5pdpg6z4v] {
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    color: #2f4b4b;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Big stacked title */
.hero-title[b-e5pdpg6z4v] {
    margin: 0;
    text-align: center;
    color: #141414;
    font-weight: 700;
    /* responsive large size */
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    max-width: 14ch;
}

/* footer decorative icon + rule */
.hero-footer[b-e5pdpg6z4v] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.4rem;
}

.hero-footer svg[b-e5pdpg6z4v] { color: #1f3b3f; opacity: 0.95; }

.hero-rule[b-e5pdpg6z4v] {
    display: inline-block;
    width: 4.2rem;
    height: 0.16rem;
    background: #1f3b3f;
    border-radius: 2px;
}

/* Right column text */
.hero-right .lead[b-e5pdpg6z4v] {
    color: #222;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
}

.hero-right p[b-e5pdpg6z4v] {
    color: #4a4a4a;
    margin: 0 0 1rem 0;
    line-height: 1.7;
    max-width: 40rem;
}

/* Responsive: stack on small screens */
@media (max-width: 880px) { 
       .hero[b-e5pdpg6z4v] { 
         flex-direction: column; 
       } 
       .hero-left[b-e5pdpg6z4v], .hero-right[b-e5pdpg6z4v] { 
         flex: none; 
         width: 100%; 
         padding: 2.2rem; 
       } 
       .hero-title[b-e5pdpg6z4v] { font-size: clamp(2rem, 8vw, 3rem); max-width: 100%; } 
       .hero-right[b-e5pdpg6z4v] { padding-top: 1.2rem; } 
     } 
/* /Pages/Threed.razor.rz.scp.css */
/* ---------------------------
   Layout helpers
---------------------------- */
:root[b-bbfnjiyu88]{
    --brand:#173a3f;         /* dark teal like screenshot */
    --text:#1b1f23;
    --muted:#6b7280;
    --shadow: 0 10px 25px rgba(0,0,0,.12);
}

.auto-container[b-bbfnjiyu88]{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------------------------
   Banner (top section)
---------------------------- */
.page-banner[b-bbfnjiyu88]{
    position: relative;
    overflow: hidden;
}

.page-banner .banner-inner[b-bbfnjiyu88]{
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner .image-layer[b-bbfnjiyu88]{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(.75);
}

.page-banner .auto-container[b-bbfnjiyu88]{
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.page-banner h1[b-bbfnjiyu88]{
    margin: 0;
    padding: 28px 10px;
    display: inline-block;
    width: min(760px, 100%);
    background: rgba(19, 48, 52, .92);
    color: #0c1214; /* screenshot looks very dark text; swap to #fff if you want */
    font-size: 48px;
    letter-spacing: .5px;
    line-height: 1.1;
}

/* ---------------------------
   Games list section
---------------------------- */
.games-section.games-page[b-bbfnjiyu88]{
    padding: 40px 0 20px;
}

/* each row spacing like screenshot */
.game-block[b-bbfnjiyu88]{
    position: relative;
    margin: 0 0 55px;
}

/* make the big image look like a wide strip */
.game-block .image-column .inner[b-bbfnjiyu88]{
    position: relative;
}

.game-block .image-column .image[b-bbfnjiyu88]{
    position: relative;
    overflow: hidden;
    background: #ddd;
    border-radius: 2px;
}

/* wide “banner-like” image */
.game-block .image-column img[b-bbfnjiyu88]{
    width: 100%;
    height: 210px;            /* adjust to taste */
    object-fit: cover;
    display: block;
}

/* ---------------------------
   Floating white info card
---------------------------- */
.game-block .inner-box[b-bbfnjiyu88]{
    position: relative;
}

.game-block .text-column[b-bbfnjiyu88]{
    position: absolute;       /* float over the image */
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding: 0;               /* the card handles padding */
}

.game-block.image-right .text-column[b-bbfnjiyu88]{ left: 20px; }
.game-block.image-left  .text-column[b-bbfnjiyu88]{ right: 20px; }

.game-block .text-column .inner[b-bbfnjiyu88]{
    background: #fff;
    box-shadow: var(--shadow);
    padding: 28px 26px 26px;
    width: 340px;             /* card width like screenshot */
    max-width: calc(100vw - 60px);
    text-align: center;
}

/* title + category */
.game-block .title-box h3[b-bbfnjiyu88]{
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.game-block .title-box h3 a[b-bbfnjiyu88]{
    color: inherit;
    text-decoration: none;
}

.game-block .game-cat[b-bbfnjiyu88]{
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 14px;
    position: relative;
}

.game-block .game-cat[b-bbfnjiyu88]:after{
    content:"";
    display:block;
    width: 56px;
    height: 1px;
    background: #d7dde3;
    margin: 10px auto 0;
}

/* description */
.game-block .text[b-bbfnjiyu88]{
    color: #2f343a;
    font-size: 12px;
    line-height: 1.55;
}

.game-block .text p[b-bbfnjiyu88]{
    margin: 0 0 8px;
}

/* ---------------------------
   Turbosquid button style
---------------------------- */
.download-links[b-bbfnjiyu88]{
    margin-top: 18px;
}

.d-btn.google-store[b-bbfnjiyu88]{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 170px;
    padding: 10px 14px;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 6px 14px rgba(0,0,0,.15);
}

.d-btn .d-text[b-bbfnjiyu88]{
    font-size: 10px;
    opacity: .9;
    letter-spacing: .3px;
}

.d-btn .s-text[b-bbfnjiyu88]{
    font-size: 14px;
    font-weight: 600;
}

/* ---------------------------
   Make the image sit “behind” the card nicely
---------------------------- */
.game-block .image-column[b-bbfnjiyu88]{
    position: relative;
    z-index: 1;
}

.game-block .image-column .image[b-bbfnjiyu88]:before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.05); /* subtle overlay like screenshot */
    pointer-events:none;
}

/* ---------------------------
   Responsive: on tablets/phones, stack normally (no overlay)
---------------------------- */
@media (max-width: 991.98px){
    .game-block .text-column[b-bbfnjiyu88]{
        position: static;
        transform: none;
        margin-top: 14px;
    }

    .game-block.image-right .text-column[b-bbfnjiyu88],
    .game-block.image-left  .text-column[b-bbfnjiyu88]{
        left: auto;
        right: auto;
    }

    .game-block .text-column .inner[b-bbfnjiyu88]{
        width: 100%;
        text-align: left;
    }

    .game-block .title-box[b-bbfnjiyu88],
    .download-links[b-bbfnjiyu88]{
        text-align: left;
    }

    .game-block .game-cat[b-bbfnjiyu88]:after{
        margin-left: 0;
    }
}
