/* _content/Ascenden.Arcade/Components/Layout/MainLayout.razor.rz.scp.css */
.arcade-section[b-aexwuhq8hg] {
    margin-top: 1.5rem;
}

.arcade-grid[b-aexwuhq8hg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
    gap: 1.25rem;
}

.game-card[b-aexwuhq8hg] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: rgba(0, 20, 20, 0.6);
    border: 1px solid rgba(122, 215, 193, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
}

    .game-card:hover[b-aexwuhq8hg] {
        transform: translateY(-4px);
        border-color: rgba(122, 215, 193, 0.5);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

.game-card-image[b-aexwuhq8hg] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid rgba(122, 215, 193, 0.15);
}

.game-card:hover .game-card-image[b-aexwuhq8hg] {
    filter: brightness(1.1);
}

.game-card-body[b-aexwuhq8hg] {
    padding: 0.75rem 0.9rem;
}

.game-card-title[b-aexwuhq8hg] {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.game-card-desc[b-aexwuhq8hg] {
    font-size: 0.85rem;
    color: #b8d6cf;
}









#blazor-error-ui[b-aexwuhq8hg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-aexwuhq8hg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Ascenden.Arcade/Components/Pages/Home.razor.rz.scp.css */
/* _content/Ascenden.Arcade/Components/Pages/VanHullStink.razor.rz.scp.css */
html[b-48lflpt4r8], body[b-48lflpt4r8] {
    margin: 0;
    padding: 0;
    background: #050807;
}

.vhs-page[b-48lflpt4r8] {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at center, rgba(14, 27, 24, 0.9), rgba(5, 8, 7, 1)), #050807;
    color: #d6e8e4;
}

.game-shell[b-48lflpt4r8] {
    max-width: 1600px;
    margin: 0 auto;
    border-left: 1px solid rgba(122, 215, 193, 0.15);
    border-right: 1px solid rgba(122, 215, 193, 0.15);
    background: rgba(4, 8, 7, 0.95);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.75), inset 0 0 18px rgba(0, 0, 0, 0.45);
}

.game-header[b-48lflpt4r8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid rgba(122, 215, 193, 0.14);
    background: rgba(0, 0, 0, 0.35);
}

.game-title[b-48lflpt4r8] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f0e6c8;
    letter-spacing: 0.03em;
}

.game-stats[b-48lflpt4r8] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: #c6ddd7;
}

.game-main[b-48lflpt4r8] {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: calc(100vh - 80px);
}

.game-sidebar[b-48lflpt4r8] {
    border-right: 1px solid rgba(122, 215, 193, 0.14);
    background: rgba(255, 255, 255, 0.02);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.sidebar-section[b-48lflpt4r8] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.panel-title[b-48lflpt4r8] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #62d4bf;
    margin-bottom: 0.2rem;
}

.sidebar-status[b-48lflpt4r8] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #d6e8e4;
    font-size: 0.98rem;
}

.tools-list[b-48lflpt4r8] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tools-list li[b-48lflpt4r8] {
        padding: 0.35rem 0;
        border-bottom: 1px solid rgba(122, 215, 193, 0.08);
        color: #dce9e5;
        font-size: 0.95rem;
    }

.choice-grid[b-48lflpt4r8] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.choice-button[b-48lflpt4r8] {
    width: 100%;
    text-align: left;
    background: linear-gradient(to bottom, #16312c, #0d1d1a);
    color: #dce9e5;
    border: 1px solid #2e655c;
    padding: 0.75rem 0.9rem;
    font-family: "Courier New", monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

    .choice-button:hover[b-48lflpt4r8] {
        background: linear-gradient(to bottom, #1d4039, #12312b);
        border-color: #62d4bf;
        transform: translateY(-1px);
        box-shadow: 0 0 10px rgba(98, 212, 191, 0.12);
    }

    .choice-button:active[b-48lflpt4r8] {
        transform: translateY(0);
    }

.game-content[b-48lflpt4r8] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: rgba(0, 0, 0, 0.15);
}

.scene-image-panel[b-48lflpt4r8] {
    background: #000;
    border-bottom: 1px solid rgba(122, 215, 193, 0.12);
}

.scene-image[b-48lflpt4r8] {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    image-rendering: pixelated;
}

.scene-text-panel[b-48lflpt4r8] {
    padding: 1.4rem 1.5rem 1.8rem;
    background: rgba(0, 0, 0, 0.45);
    font-family: "Courier New", monospace;
    font-size: 1rem;
    line-height: 1.75;
    color: #dce9e5;
    min-height: 220px;
}

    .scene-text-panel p[b-48lflpt4r8] {
        margin: 0 0 0.9rem 0;
    }

        .scene-text-panel p:last-child[b-48lflpt4r8] {
            margin-bottom: 0;
        }

@media (max-width: 1100px) {
    .game-main[b-48lflpt4r8] {
        grid-template-columns: 1fr;
    }

    .game-content[b-48lflpt4r8] {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .scene-text-panel[b-48lflpt4r8] {
        flex: 1;
    }

    .game-sidebar[b-48lflpt4r8] {
        border-right: none;
        border-bottom: 1px solid rgba(122, 215, 193, 0.14);
    }

    .scene-image[b-48lflpt4r8] {
        display: block;
        width: 100%;
        height: auto;
        /* THIS is the key line */
        max-height: 45vh;
        object-fit: cover;
    }

    .scene-text-panel[b-48lflpt4r8] {
        padding: 1.4rem;
        font-family: "Courier New", monospace;
        line-height: 1.7;
        color: #dce9e5;
        /* Key part */
        overflow-y: auto;
    }
}

@media (max-width: 850px) {
    .game-main[b-48lflpt4r8] {
        grid-template-columns: 1fr;
    }
    .game-content[b-48lflpt4r8] {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    .scene-text-panel[b-48lflpt4r8] {
        flex: 1;
    }

    .game-sidebar[b-48lflpt4r8] {
        border-right: none;
        border-bottom: 1px solid rgba(122, 215, 193, 0.14);
    }

    .scene-image[b-48lflpt4r8] {
        display: block;
        width: 100%;
        height: auto;
        /* THIS is the key line */
        max-height: 55vh;
        object-fit: cover;
    }

    .scene-text-panel[b-48lflpt4r8] {
        padding: 1.4rem;
        font-family: "Courier New", monospace;
        line-height: 1.7;
        color: #dce9e5;
        /* Key part */
        overflow-y: auto;
    }
}
