:root {
    --cyp-color-dark-void: #0a0a0c;
    --cyp-color-cell-bg: #121316;
    --cyp-neon-lime: #90ff00;
    --cyp-cyan-glitch: #00e5ff;
    --cyp-electric-yellow: #c7d200;
    --cyp-cyber-purple: #b086f7;
    --cyp-soft-coral: #fca896;
    --cyp-pure-white: #ffffff;
    --cyp-dimmed-gray: #70757d;
    --cyp-grid-line: #1a1e1b;
}

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(171, 171, 171);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

body.cyp-portal-body {
    background-color: var(--cyp-color-dark-void);
    font-family: 'Courier New', Courier, monospace, sans-serif;
    color: var(--cyp-pure-white);
    overflow-x: hidden;
}

.cyp-global-navigation {
    width: 100%;
    border-bottom: 2px solid var(--cyp-grid-line);
    background-color: rgba(10, 10, 12, 0.96);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
}

.cyp-nav-content-frame {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.cyp-branding-logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.cyp-search-engine-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border: 1px solid var(--cyp-grid-line);
    padding: 5px 8px;
    background-color: rgba(47, 49, 43, 0.96);
}

.cyp-search-input-field {
    background: transparent;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    outline: none;
    width: 260px;
    border: none;
}

.cyp-search-action-trigger {
    border: none;
    width: 30px;
    aspect-ratio: 1;
    cursor: pointer;
    background: url(../../images/search.93edb30.png) center no-repeat;
    background-size: 60%;
}

.cyp-main-twin-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 30px;
    gap: 30px;
}

.cyp-left-sidebar-panel {
    width: 180px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    border-right: 1px dashed var(--cyp-grid-line);
    padding-right: 15px;
}

.cyp-sidebar-title {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--cyp-dimmed-gray);
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--cyp-grid-line);
}

.cyp-sidebar-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 12px;
}

.cyp-sidebar-node-element {
    font-size: 13px;
    font-weight: bold;
    color: #a0a5b0;
    cursor: pointer;
    padding: 6px 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-transform: uppercase;
}

.cyp-sidebar-node-element:hover {
    color: var(--cyp-neon-lime);
    text-shadow: 0 0 6px rgba(144, 255, 0, 0.4);
}

.cyp-page-viewport-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
}

.cyp-hero-billboard-deck {
    position: relative;
    width: 100%;
    height: 360px;
    border: 4px solid var(--cyp-neon-lime);
    background-color: #0d0e10;
    overflow: hidden;
    margin-bottom: 40px;
}

.cyp-billboard-slides-stage {
    width: 100%;
    height: 100%;
    position: relative;
}

.cyp-billboard-unit-plate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    pointer-events: none;
}

.cyp-billboard-unit-plate.cyp-slide-active-state {
    opacity: 1;
    pointer-events: auto;
}

.cyp-billboard-column-text {
    width: 55%;
}

.cyp-billboard-column-preview {
    width: 40%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.cyp-billboard-headline {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
}

.cyp-billboard-summary-text {
    font-size: 13px;
    line-height: 1.6;
    color: #b0b4bd;
    margin-bottom: 25px;
}

.cyp-billboard-action-cta {
    background-color: var(--cyp-neon-lime);
    color: #000;
    font-weight: bold;
    padding: 12px 32px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.cyp-billboard-image-canvas {
    width: 100%;
    height: 85%;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cyp-billboard-bullet-row {
    position: absolute;
    bottom: 25px;
    left: 40px;
}

.cyp-bullet-dot-node {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.cyp-bullet-dot-node.cyp-bullet-active-state {
    background-color: var(--cyp-neon-lime);
}

.cyp-row-header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    margin: 45px 0 20px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
    padding-bottom: 8px;
}

.cyp-row-header-title-cell {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cyp-row-header-more-cell {
    font-size: 12px;
    color: var(--cyp-dimmed-gray);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.cyp-row-header-more-cell:hover {
    color: #fff;
}

.cyp-accent-cyan {
    color: var(--cyp-cyan-glitch);
}

.cyp-accent-yellow {
    color: var(--cyp-electric-yellow);
}

.cyp-accent-purple {
    color: var(--cyp-cyber-purple);
}

.cyp-accent-coral {
    color: var(--cyp-soft-coral);
}

.cyp-layout-quad-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.cyp-layout-dense-matrix-wrapper {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 12px;
}

.cyp-hybrid-supplementary-deck {
    margin-top: 16px;
}

.cyp-interactive-block-element {
    background-color: var(--cyp-color-cell-bg);
    border: 1px solid var(--cyp-grid-line);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.cyp-block-graphic-surface {
    width: 100%;
    aspect-ratio: 16 / 9;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-color: #15161a;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cyp-style-alpha-frame {
    padding: 10px;
}

.cyp-style-alpha-panel {
    padding: 10px;
    background-color: rgba(14, 15, 18, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
}

.cyp-style-alpha-meta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 8px;
}

.cyp-style-alpha-rating {
    font-size: 12px;
    font-weight: 900;
    color: var(--cyp-cyan-glitch);
}

.cyp-style-alpha-title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.cyp-floating-category-badge {
    position: absolute;
    right: 10px;
    bottom: 25px;
    border: 1px solid var(--cyp-neon-lime);
    color: var(--cyp-neon-lime);
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    background: rgba(10, 10, 12, 0.85);
    text-transform: uppercase;
}

.cyp-style-beta-frame {
    aspect-ratio: 3 / 4;
}

.cyp-style-beta-frame .cyp-block-graphic-surface {
    height: 100%;
    width: 100%;
}

.cyp-floating-resolution-tag {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: rgba(10, 10, 12, 0.75);
    color: var(--cyp-neon-lime);
    font-size: 9px;
    font-weight: bold;
    padding: 2px 4px;
    border: 1px solid rgba(144, 255, 0, 0.3);
    letter-spacing: 0.5px;
}

.cyp-interactive-block-element:hover {
    border-color: var(--cyp-cyan-glitch);
    box-shadow: 0 0 14px rgba(0, 229, 255, 0.3);
}

.cyp-style-alpha-frame:hover {
    border-color: var(--cyp-neon-lime);
    box-shadow: 0 0 14px rgba(144, 255, 0, 0.35);
}

.cyp-interactive-block-element:hover .cyp-block-graphic-surface {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.cyp-terminal-footer {
    margin-top: 80px;
    border-top: 1px solid var(--cyp-grid-line);
    padding: 60px 24px;
    text-align: center;
    background-color: #060608;
}

.cyp-footer-neon-title {
    font-size: 56px;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(#00ffcc), color-stop(33%, #00e5ff), color-stop(66%, #fca896), to(#b086f7));
    background: -webkit-linear-gradient(left, #00ffcc 0%, #00e5ff 33%, #fca896 66%, #b086f7 100%);
    background: linear-gradient(90deg, #00ffcc 0%, #00e5ff 33%, #fca896 66%, #b086f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.cyp-footer-hyperlinks-row {
    margin-bottom: 25px;
}

.cyp-footer-nav-node {
    font-size: 12px;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
}

.cyp-footer-nav-node:hover {
    color: #fff;
}

.cyp-system-log-text {
    font-size: 11px;
    color: #3b404a;
}

@media (max-width: 1400px) {
    .cyp-layout-dense-matrix-wrapper {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .cyp-layout-dense-matrix-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .cyp-layout-quad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cyp-main-twin-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .cyp-left-sidebar-panel {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed var(--cyp-grid-line);
        padding-bottom: 15px;
    }

    .cyp-sidebar-nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .cyp-nav-content-frame {
        padding: 12px 20px;
    }

    .cyp-branding-logo {
        font-size: 26px;
    }

    .cyp-search-input-field {
        width: 180px;
    }

    .cyp-main-twin-layout {
        padding: 15px 20px;
        gap: 20px;
    }

    .cyp-hero-billboard-deck {
        height: auto;
        margin-bottom: 30px;
    }

    .cyp-billboard-slides-stage {
        height: 300px;
    }

    .cyp-billboard-unit-plate {
        padding: 24px;
        gap: 20px;
    }

    .cyp-billboard-column-text {
        width: 100%;
    }

    .cyp-billboard-column-preview {
        width: 100%;
        height: 220px;
    }

    .cyp-billboard-headline {
        font-size: 28px;
    }

    .cyp-billboard-bullet-row {
        bottom: 15px;
        left: 24px;
    }

    .cyp-layout-quad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .cyp-layout-dense-matrix-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .cyp-footer-neon-title {
        font-size: 42px;
    }

    .cyp-billboard-summary-text {
        height: 97px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {

    .cyp-nav-content-frame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 12px;
        padding: 12px 15px;
    }

    .cyp-search-engine-box {
        width: 100%;
    }

    .cyp-search-input-field {
        width: 100%;
    }

    .cyp-main-twin-layout {
        padding: 10px 15px;
        gap: 15px;
    }

    .cyp-sidebar-title {
        margin-bottom: 12px;
    }

    .cyp-sidebar-nav-list {
        height: 82px;
        overflow-y: auto;
        gap: 8px;
    }

    .cyp-sidebar-node-element {
        font-size: 11px;
        padding: 4px 8px;
        background-color: rgba(255, 255, 255, 0.03);
        border: 1px solid var(--cyp-grid-line);
    }

    .cyp-billboard-headline {
        font-size: 22px;
    }

    .cyp-billboard-summary-text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .cyp-row-header-block {
        margin: 30px 0 15px 0;
    }

    .cyp-row-header-title-cell {
        font-size: 16px;
        white-space: nowrap;
    }

    .cyp-layout-quad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .cyp-layout-dense-matrix-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .cyp-style-beta-frame,
    .cyp-block-graphic-surface {
        aspect-ratio: auto;
        height: 120px;
    }

    .cyp-style-alpha-panel {
        padding: 8px;
    }

    .cyp-style-alpha-title {
        font-size: 12px;
    }

    .cyp-floating-category-badge {
        bottom: 20px;
        right: 8px;
    }

    .cyp-footer-neon-title {
        font-size: 32px;
    }

    .cyp-footer-hyperlinks-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        gap: 10px 0;
    }

    .cyp-footer-nav-node {
        margin: 0 10px;
    }
}
#zrkEveryoneGrid .zrk-badge-new-tag {
    background: var(--zrk-btn-green);
}


@media (max-width: 480px) {

    #zrkPopularGrid .zrk-game-card:nth-child(n+16),
    #zrkTopRankedGrid .zrk-avatar-node:nth-child(n+22),
    #zrkFavoritesGrid .zrk-simple-card:nth-child(n+19) {
        display: none;
    }
}
