/* /Layout/MainLayout.razor.rz.scp.css */
/* Cleared for full screen refactor */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6jkuzrxq06] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6jkuzrxq06] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6jkuzrxq06] {
    font-size: 1.1rem;
}

.bi[b-6jkuzrxq06] {
    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-6jkuzrxq06] {
    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-6jkuzrxq06] {
    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-6jkuzrxq06] {
    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-6jkuzrxq06] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6jkuzrxq06] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6jkuzrxq06] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6jkuzrxq06]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6jkuzrxq06]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6jkuzrxq06]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6jkuzrxq06] {
        display: none;
    }

    .collapse[b-6jkuzrxq06] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-6jkuzrxq06] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CyberStryker.razor.rz.scp.css */
/* Cyber Stryker Scoped Styles */

.stryker-container[b-dyyicdf5o9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 2000;
    background-color: #050510;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    color: white;
    user-select: none;
    outline: none;
}

.stryker-container[b-dyyicdf5o9]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 243, 255, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 243, 255, 0.5) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center;
    animation: cyber-grid-glitch-b-dyyicdf5o9 6s infinite;
    z-index: -1;
    pointer-events: none;
}

.exit-btn[b-dyyicdf5o9] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1a1a2e;
    border: 1px solid #f00;
    color: #f00;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2001;
    font-weight: bold;
}

.exit-btn:hover[b-dyyicdf5o9] {
    background: #f00;
    color: black;
}

.stryker-container[b-dyyicdf5o9] {
    --cy-bg: #050510;
    --cy-panel: #1a1a2e;
    --cy-neon-green: #0f0;
    --cy-neon-red: #f00;
    --cy-neon-blue: #0ff;
    --cy-neon-purple: #bc13fe;
    --cy-neon-yellow: #ff0;
}

.game-area[b-dyyicdf5o9] {
    position: relative;
    height: 90vh;
    aspect-ratio: 1/1;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border: 2px solid var(--cy-neon-purple);
    box-shadow: 0 0 20px var(--cy-neon-purple);
}

canvas[b-dyyicdf5o9] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-overlay[b-dyyicdf5o9],
.modal-overlay[b-dyyicdf5o9] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.cy-text[b-dyyicdf5o9] {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 5px var(--cy-neon-blue);
    margin-bottom: 2rem;
}

.text-glow[b-dyyicdf5o9] {
    text-shadow:
        0 0 5px var(--cy-neon-purple),
        0 0 10px var(--cy-neon-purple),
        0 0 20px var(--cy-neon-purple);
}

.neon-box[b-dyyicdf5o9] {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid var(--cy-neon-blue);
    box-shadow: 0 0 10px var(--cy-neon-blue);
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.play-btn[b-dyyicdf5o9] {
    padding: 15px 40px;
    font-size: 1.5rem;
    cursor: pointer;
    background: var(--cy-panel);
    border: 2px solid var(--cy-neon-blue);
    transition: 0.2s;
}

.play-btn:hover[b-dyyicdf5o9] {
    background: var(--cy-neon-blue);
    box-shadow: 0 0 20px var(--cy-neon-blue);
}

.play-btn:hover span[b-dyyicdf5o9] {
    color: black;
    text-shadow: none;
}

.cy-text-blue[b-dyyicdf5o9] {
    color: var(--cy-neon-blue);
    text-shadow: 0 0 10px var(--cy-neon-blue);
}

.cy-text-red[b-dyyicdf5o9] {
    color: var(--cy-neon-red);
    text-shadow: 0 0 10px var(--cy-neon-red);
}

/* HUD and Button Styles */
.hud-overlay[b-dyyicdf5o9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    pointer-events: none;
}

.top-bar[b-dyyicdf5o9] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.stats[b-dyyicdf5o9] {
    display: flex;
    gap: 20px;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border: 1px solid var(--cy-neon-purple);
    box-shadow: 0 0 5px var(--cy-neon-purple);
}

.cy-btn[b-dyyicdf5o9] {
    background: var(--cy-panel);
    border: 2px solid var(--cy-neon-blue);
    color: var(--cy-neon-blue);
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    margin: 5px;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
}

.cy-btn:hover[b-dyyicdf5o9] {
    background: var(--cy-neon-blue);
    color: black;
    box-shadow: 0 0 15px var(--cy-neon-blue);
}

.cy-text-yellow[b-dyyicdf5o9] {
    color: var(--cy-neon-yellow);
    text-shadow: 0 0 10px var(--cy-neon-yellow);
}

.modal-box[b-dyyicdf5o9] {
    display: flex;
}

@keyframes cyber-grid-glitch-b-dyyicdf5o9 {

    0%,
    92% {
        background-position: center;
        opacity: 1;
        filter: hue-rotate(0deg);
    }

    92.5% {
        background-position: calc(50% + 2px) calc(50% + 2px);
        opacity: 0.9;
        filter: hue-rotate(10deg);
    }

    93% {
        background-position: calc(50% - 2px) calc(50% - 2px);
        opacity: 1;
        filter: hue-rotate(-10deg);
    }

    93.5% {
        background-position: center;
        opacity: 1;
        filter: hue-rotate(0deg);
    }

    98% {
        background-position: center;
    }

    98.5% {
        background-position: calc(50% + 3px) 50%;
        opacity: 0.8;
    }

    99% {
        background-position: center;
        opacity: 1;
    }
}
/* /Pages/Index.razor.rz.scp.css */
body[b-axohc5ewag] {
    overflow-y: auto !important;
}

:root[b-axohc5ewag] {
    --neon-purple: #bc13fe;
    --neon-green: #0f0;
    --neon-blue: #00f3ff;
    --neon-pink: #ff00ff;
    --neon-red: #ff0055;
    --bg-dark: #050510;
    --panel: #1a1a2e;
}

.arcade-container[b-axohc5ewag] {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle at center, #1a1a2e 0%, #000 100%);
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Courier New', monospace;
    color: white;
}

/* Modal Backdrop */
.modal-backdrop[b-axohc5ewag] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 90;
    animation: fade-in-b-axohc5ewag 0.3s forwards;
}

@keyframes fade-in-b-axohc5ewag {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Hero Card - The Animated One */
.hero-card-container[b-axohc5ewag] {
    position: fixed;
    z-index: 2000;
    /* High Z-Index to stay on top */
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-card-container.expanded[b-axohc5ewag] {
    top: 50% !important;
    left: 50% !important;
    width: 800px !important;
    height: 600px !important;
    transform: translate(-50%, -50%) rotateY(180deg);
    max-width: 90vw;
    max-height: 90vh;
}

/* The Grid Cards */
.games-grid[b-axohc5ewag] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    z-index: 10;
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
    box-sizing: border-box;
    justify-items: center;
    margin-bottom: 20px;
}

.game-cell[b-axohc5ewag] {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 3/4;
    min-height: 350px;
    position: relative;
    transition: opacity 0.2s;
}

.game-card-wrapper[b-axohc5ewag] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.game-card-wrapper:hover[b-axohc5ewag] {
    transform: translateY(-10px) scale(1.03);
    z-index: 20;
}

/* Common Inner */
.game-card-inner[b-axohc5ewag] {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

/* Faces */
.game-card-face[b-axohc5ewag] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(26, 26, 46, 0.95);
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Front Face */
.game-card-front[b-axohc5ewag] {
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 20px;
}

.hero-card-container .game-card-front[b-axohc5ewag] {
    /* Ensure the hero card front matches the grid card front styling */
    background: rgba(255, 255, 255, 0.07);
    /* Match hover state brightness */
    border-color: white;
}

.game-card-front:hover[b-axohc5ewag] {
    background: rgba(255, 255, 255, 0.07);
    border-color: white;
}

/* Back Face */
.game-card-back[b-axohc5ewag] {
    transform: rotateY(180deg);
    background: #000;
    border: 2px solid var(--neon-blue);
    padding: 0;
    box-shadow: 0 0 50px rgba(0, 243, 255, 0.2);
}

/* Content Styles */
.card-glow[b-axohc5ewag] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
    pointer-events: none;
}

.game-card-wrapper:hover .card-glow[b-axohc5ewag] {
    left: 100%;
}

.icon[b-axohc5ewag] {
    font-size: 5rem;
    margin-bottom: 20px;
    transition: transform 0.3s;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.game-card-wrapper:hover .icon[b-axohc5ewag] {
    transform: scale(1.1) rotate(5deg);
}

h2[b-axohc5ewag] {
    font-size: 1.8rem;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

p[b-axohc5ewag] {
    color: #aaa;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 20px;
}

.play-btn[b-axohc5ewag] {
    margin-top: auto;
    padding: 12px 25px;
    border: 1px solid white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.play-btn[b-axohc5ewag]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    transition: 0.3s;
    z-index: -1;
}

.game-card-wrapper:hover .play-btn[b-axohc5ewag]::after {
    width: 100%;
}

.game-card-wrapper:hover .play-btn[b-axohc5ewag] {
    color: black;
    border-color: transparent;
}

/* Colors */
.tetris-card:hover[b-axohc5ewag],
.hero-card-container .tetris-card[b-axohc5ewag] {
    border-color: var(--neon-purple);
    box-shadow: 0 0 20px var(--neon-purple);
}

.lemmings-card:hover[b-axohc5ewag],
.hero-card-container .lemmings-card[b-axohc5ewag] {
    border-color: var(--neon-green);
    box-shadow: 0 0 20px var(--neon-green);
}

.snake-card:hover[b-axohc5ewag],
.hero-card-container .snake-card[b-axohc5ewag] {
    border-color: var(--neon-blue);
    box-shadow: 0 0 20px var(--neon-blue);
}

.solitaire-card:hover[b-axohc5ewag],
.hero-card-container .solitaire-card[b-axohc5ewag] {
    border-color: var(--neon-pink);
    box-shadow: 0 0 20px var(--neon-pink);
}

.waves-card:hover[b-axohc5ewag],
.hero-card-container .waves-card[b-axohc5ewag] {
    border-color: var(--neon-blue);
    box-shadow: 0 0 20px var(--neon-blue);
}

.pacman-card:hover[b-axohc5ewag],
.hero-card-container .pacman-card[b-axohc5ewag] {
    border-color: var(--neon-green);
    box-shadow: 0 0 20px var(--neon-green);
}

.invaders-card:hover[b-axohc5ewag],
.hero-card-container .invaders-card[b-axohc5ewag] {
    border-color: var(--neon-purple);
    box-shadow: 0 0 20px var(--neon-purple);
}

.stryker-card:hover[b-axohc5ewag],
.hero-card-container .stryker-card[b-axohc5ewag] {
    border-color: var(--neon-blue);
    box-shadow: 0 0 20px var(--neon-blue);
}

.neon-wars-card:hover[b-axohc5ewag],
.hero-card-container .neon-wars-card[b-axohc5ewag] {
    border-color: var(--neon-red);
    box-shadow: 0 0 20px var(--neon-red);
}

.clusters-card:hover[b-axohc5ewag],
.hero-card-container .clusters-card[b-axohc5ewag] {
    border-color: var(--neon-blue);
    box-shadow: 0 0 20px var(--neon-blue);
}

.orb-card:hover[b-axohc5ewag],
.hero-card-container .orb-card[b-axohc5ewag] {
    border-color: var(--neon-blue);
    box-shadow: 0 0 20px var(--neon-blue);
}

.orb-card .icon[b-axohc5ewag] {
    text-shadow: 0 0 20px #00ffff;
}

.orb-card .card-glow[b-axohc5ewag] {
    background: radial-gradient(circle at center, rgba(0, 255, 255, 0.4) 0%, transparent 70%);
}

/* Back Content */
.waves-card .start-btn[b-axohc5ewag] {
    border-color: white;
    color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.waves-card .start-btn:hover[b-axohc5ewag] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    box-shadow: 0 0 30px white;
    text-shadow: 0 0 10px white;
}

.waves-card .rules-box h4[b-axohc5ewag],
.waves-card .rules-box li[b-axohc5ewag]::before {
    color: white;
}

.back-content[b-axohc5ewag] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
}

.demo-window[b-axohc5ewag] {
    flex: 1;
    background: #050510;
    border-bottom: 2px solid var(--neon-blue);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.demo-text[b-axohc5ewag] {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    z-index: 1;
    letter-spacing: 5px;
    animation: flicker-b-axohc5ewag 2s infinite;
}

.demo-icon[b-axohc5ewag] {
    font-size: 5rem;
    z-index: 1;
    opacity: 0.5;
    filter: grayscale(1);
}

.scan-line-anim[b-axohc5ewag] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, transparent, rgba(0, 243, 255, 0.2), transparent);
    animation: scan-b-axohc5ewag 3s linear infinite;
    pointer-events: none;
}

@keyframes scan-b-axohc5ewag {
    0% {
        top: -20%;
    }

    100% {
        top: 120%;
    }
}

@keyframes flicker-b-axohc5ewag {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    52% {
        opacity: 0.8;
    }

    54% {
        opacity: 0.2;
    }
}

.info-section[b-axohc5ewag] {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #0a0a0a;
    /* Darker black */
    overflow: hidden;
    font-family: 'Courier New', Courier, monospace;
    /* Terminal Font */
}

.info-section h3[b-axohc5ewag] {
    color: var(--neon-blue);
    font-size: 2rem;
    margin: 0 0 20px 0;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-content[b-axohc5ewag] {
    overflow-y: auto;
    flex: 1;
    padding-right: 10px;
}

.scroll-content[b-axohc5ewag]::-webkit-scrollbar {
    width: 8px;
}

.scroll-content[b-axohc5ewag]::-webkit-scrollbar-track {
    background: #111;
}

.scroll-content[b-axohc5ewag]::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

.scroll-content[b-axohc5ewag]::-webkit-scrollbar-thumb:hover {
    background: var(--neon-blue);
}

.desc[b-axohc5ewag] {
    text-align: left;
    line-height: 1.6;
    font-size: 1rem;
    color: #e0e0e0;
    /* High contrast white-ish */
    margin-bottom: 20px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
    /* Slight glow */
}

.rules-box[b-axohc5ewag] {
    margin-bottom: 20px;
}

.rules-box h4[b-axohc5ewag] {
    color: var(--neon-green);
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rules-box ul[b-axohc5ewag] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.rules-box li[b-axohc5ewag] {
    margin-bottom: 8px;
    padding-left: 0;
    position: relative;
    color: #bbb;
    display: flex;
    /* Allow spanning */
    align-items: baseline;
}

/* Terminal Key Styling */
.cmd-key[b-axohc5ewag] {
    color: var(--neon-green);
    font-weight: bold;
    margin-right: 2px;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.4);
}

.cmd-sep[b-axohc5ewag] {
    color: #666;
    margin-right: 8px;
}

.cmd-desc[b-axohc5ewag] {
    color: #fff;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Hide the old bullet functionality if we used ::before */
.rules-box li[b-axohc5ewag]::before {
    content: none;
}

.action-bar[b-axohc5ewag] {
    height: 80px;
    background: #000;
    border-top: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    gap: 20px;
}

.modal-btn[b-axohc5ewag] {
    background: transparent;
    border: 1px solid #555;
    color: #888;
    padding: 10px 30px;
    font-family: inherit;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-btn:hover[b-axohc5ewag] {
    background: #222;
    color: white;
    border-color: white;
}

/* Max Specificity Fix (Removed) */



.cancel-btn:hover[b-axohc5ewag] {
    border-color: white;
    color: white;
}

/* Header & Misc */
.header[b-axohc5ewag] {
    text-align: center;
    margin-bottom: 50px;
    z-index: 10;
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-container[b-axohc5ewag] {
    position: relative;
    padding: 20px;
}

.cyber-glitch[b-axohc5ewag] {
    font-size: 5rem;
    font-weight: bold;
    color: white;
    letter-spacing: 5px;
    position: relative;
    margin: 0;
    text-shadow: 2px 2px 0px var(--neon-purple), -2px -2px 0px var(--neon-blue);
    animation: glitch-skew-b-axohc5ewag 3s infinite linear alternate-reverse;
}

.cyber-glitch[b-axohc5ewag]::before,
.cyber-glitch[b-axohc5ewag]::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050510;
}

.cyber-glitch[b-axohc5ewag]::before {
    left: 2px;
    text-shadow: -2px 0 #0f0;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim-b-axohc5ewag 5s infinite linear alternate-reverse;
}

.cyber-glitch[b-axohc5ewag]::after {
    left: -2px;
    text-shadow: -2px 0 var(--neon-pink);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2-b-axohc5ewag 1s infinite linear alternate-reverse;
}

.subtitle[b-axohc5ewag] {
    color: #aaa;
    letter-spacing: 5px;
    margin-top: 15px;
    font-size: 1.2rem;
    border-right: 2px solid #0f0;
    white-space: nowrap;
    overflow: hidden;
    animation: typing-b-axohc5ewag 3s steps(22, end), blink-caret-b-axohc5ewag 0.75s step-end infinite;
    max-width: fit-content;
    display: inline-block;
    /* Required for fit-content to constrain width animation */
    margin: 15px auto 0 auto;
    /* Center it */
}

/* Footer */
.footer[b-axohc5ewag] {
    margin-top: auto;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #444;
    padding: 20px;
}

@keyframes glitch-skew-b-axohc5ewag {
    0% {
        transform: skew(0deg);
    }

    10% {
        transform: skew(-2deg);
    }

    20% {
        transform: skew(2deg);
    }

    30% {
        transform: skew(0deg);
    }

    100% {
        transform: skew(0deg);
    }
}

@keyframes glitch-anim-b-axohc5ewag {
    0% {
        clip: rect(33px, 9999px, 11px, 0);
    }

    100% {
        clip: rect(67px, 9999px, 44px, 0);
    }
}

@keyframes glitch-anim2-b-axohc5ewag {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }

    100% {
        clip: rect(90px, 9999px, 2px, 0);
    }
}

@keyframes typing-b-axohc5ewag {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret-b-axohc5ewag {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #0f0;
    }
}

/* Media Queries */
@media (max-width: 1200px) {
    .games-grid[b-axohc5ewag] {
        max-width: 1000px;
    }
}

@media (max-width: 768px) {
    .cyber-glitch[b-axohc5ewag] {
        font-size: 3rem;
    }

    .subtitle[b-axohc5ewag] {
        font-size: 1rem;
        animation: none;
        border: none;
        white-space: normal;
    }

    .games-grid[b-axohc5ewag] {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
        padding: 0 20px;
    }

    .game-cell[b-axohc5ewag] {
        min-height: 280px;
    }

    .hero-card-container.expanded[b-axohc5ewag] {
        width: 95vw !important;
        height: 90vh !important;
    }

    .icon[b-axohc5ewag] {
        font-size: 3.5rem;
    }

    h2[b-axohc5ewag] {
        font-size: 1.4rem;
    }

    .info-section[b-axohc5ewag] {
        padding: 15px;
    }

    .info-section h3[b-axohc5ewag] {
        font-size: 1.5rem;
    }

    .action-bar[b-axohc5ewag] {
        height: 60px;
        padding: 0 15px;
    }

    .modal-btn[b-axohc5ewag] {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .arcade-container[b-axohc5ewag] {
        padding-top: 30px;
    }

    .header[b-axohc5ewag] {
        width: 95%;
        margin-bottom: 30px;
    }

    .cyber-glitch[b-axohc5ewag] {
        font-size: 2.2rem;
    }

    .games-grid[b-axohc5ewag] {
        grid-template-columns: 1fr;
    }

    .game-cell[b-axohc5ewag] {
        aspect-ratio: auto;
        min-height: auto;
    }

    .game-card-wrapper[b-axohc5ewag] {
        min-height: 80px;
    }

    .game-card-front[b-axohc5ewag] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 15px;
    }

    .game-card-front .icon[b-axohc5ewag] {
        font-size: 2.5rem;
        margin: 0 15px 0 0;
    }

    .game-card-front h2[b-axohc5ewag] {
        font-size: 1.1rem;
        margin: 0;
    }

    .game-card-front p[b-axohc5ewag] {
        display: none;
    }

    .game-card-front .play-btn[b-axohc5ewag] {
        display: none;
    }

    .hero-card-container.expanded[b-axohc5ewag] {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }

    .game-card-face[b-axohc5ewag] {
        border-radius: 0;
    }

    .demo-window[b-axohc5ewag] {
        flex: 0 0 200px;
    }
}

.start-overlay[b-axohc5ewag] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
}

.start-content[b-axohc5ewag] {
    text-align: center;
    font-family: 'Courier New', monospace;
}

.start-text[b-axohc5ewag] {
    font-size: 2rem;
    color: #0f0;
    text-shadow: 0 0 10px #0f0;
    animation: glitch-b-axohc5ewag 1s infinite;
}

.blink-cursor[b-axohc5ewag] {
    animation: blink-b-axohc5ewag 1s step-end infinite;
}

@keyframes blink-b-axohc5ewag {
    50% {
        opacity: 0;
    }
}

@keyframes glitch-b-axohc5ewag {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}
