.spotlight-track {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.spotlight-track:focus {
    outline: none;
}

.spotlight-track:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    border-radius: 18px;
}

.spotlight-track-inner {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease;
}
.spotlight-track-inner {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease;
}
.spotlight-track {
    position: relative;
}

.spotlight-track-inner {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}
/* ==========================================================================
   Bet Games App - Custom Styles
   SEO-Optimized Gaming Directory Theme
   ========================================================================== */

/* ==========================================================================
   Global Header
   ========================================================================== */

.site-header {
    position: relative;
    background: linear-gradient(135deg, #0b1426 0%, #122a52 45%, #0c356a 100%);
    color: #fff;
    padding-top: 26px;
    box-shadow: 0 18px 32px rgba(9, 20, 38, 0.25);
    overflow: visible;
    z-index: 40;
}

.site-header__shape {
    position: absolute;
    top: -120px;
    right: -160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(87, 167, 255, 0.4) 0%, rgba(20, 47, 89, 0) 70%);
    transform: rotate(18deg);
    pointer-events: none;
    z-index: 0;
}

.site-header__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__branding {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-logo img,
.site-logo svg {
    max-height: 62px;
    width: auto;
}

.site-title-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-title-heading {
    margin: 0;
    line-height: 1.1;
}

.site-title-link {
    text-decoration: none;
}

.site-title-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
}

.site-tagline {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.site-header__extras {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-header__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    flex: 1 1 auto;
}

.site-header__extras .header-cta {
    margin-left: auto;
}

.header-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: #4cc2ff;
    color: #031126;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 22px rgba(76, 194, 255, 0.35);
}

.header-cta:hover {
    transform: translateY(-3px);
    background: #74d3ff;
    box-shadow: 0 16px 28px rgba(116, 211, 255, 0.4);
}

.site-header__nav {
    position: relative;
    z-index: 50;
    background: rgba(2, 12, 24, 0.65);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header__nav .site-container {
    padding-top: 14px;
    padding-bottom: 14px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

@media (max-width: 1024px) {
    .site-header__inner {
        gap: 20px;
    }

    .site-header__branding {
        flex-wrap: wrap;
    }

    .site-header__extras {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header__extras .header-cta {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding-top: 20px;
    }

    .site-header__shape {
        display: none;
    }

    .site-title-text {
        font-size: 22px;
    }

    .site-tagline {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .site-header__extras {
        display: none;
    }
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

/* ==========================================================================
   Global Footer
   ========================================================================== */

.site-footer {
    background: #040c1e;
    color: rgba(228, 237, 255, 0.88);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.site-footer a {
    color: #76d3ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #9fe4ff;
}

.footer-spotlight {
    background: linear-gradient(135deg, rgba(12, 32, 70, 0.95) 0%, rgba(5, 20, 46, 0.95) 55%, rgba(4, 12, 30, 0.98) 100%);
    padding: 48px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}

.footer-spotlight::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(124, 209, 255, 0.35) 0%, rgba(124, 209, 255, 0) 65%);
    pointer-events: none;
}

.footer-spotlight__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.footer-spotlight__copy {
    max-width: 680px;
}

.footer-spotlight__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(76, 194, 255, 0.22);
    color: #dff3ff;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-spotlight__title {
    font-size: 32px;
    margin: 0 0 12px;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.footer-spotlight__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(228, 237, 255, 0.82);
    max-width: 560px;
}

.footer-spotlight__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    background: #4cc2ff;
    color: #031126;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(76, 194, 255, 0.35);
    min-width: 210px;
    text-align: center;
}

.footer-spotlight__cta:hover {
    background: #7dd8ff;
    box-shadow: 0 20px 36px rgba(125, 216, 255, 0.4);
}

.site-footer__main {
    padding: 64px 0 54px;
}

.footer-main__grid {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 48px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.footer-logo img,
.footer-logo svg {
    max-height: 64px;
    width: auto;
}

.footer-brand__title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.footer-brand__tagline {
    margin: 0;
    color: rgba(228, 237, 255, 0.78);
    line-height: 1.6;
}

.footer-brand__badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.footer-brand__badges li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(20, 44, 82, 0.6);
    color: rgba(228, 237, 255, 0.9);
    font-size: 14px;
}

.footer-brand__badges li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4cc2ff;
}

/* ==========================================================================
   Front Page Trust & Editorial Modules
   ========================================================================== */

.front-trust .trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.front-trust .trust-card {
    background: rgba(8, 22, 48, 0.9);
    border: 1px solid rgba(90, 158, 255, 0.18);
    border-radius: 18px;
    padding: 26px;
    color: rgba(228, 237, 255, 0.92);
    box-shadow: 0 18px 32px rgba(6, 15, 32, 0.18);
}

.front-trust .trust-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
}

.front-trust .trust-card p {
    margin: 0;
    line-height: 1.65;
}

.front-methodology .methodology-steps {
    counter-reset: methodology;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.front-methodology .methodology-steps li {
    position: relative;
    padding: 16px 24px 16px 68px;
    border-radius: 16px;
    background: rgba(9, 22, 46, 0.92);
    border: 1px solid rgba(84, 156, 250, 0.18);
    color: rgba(228, 237, 255, 0.9);
    line-height: 1.6;
}

.front-methodology .methodology-steps li::before {
    counter-increment: methodology;
    content: counter(methodology, decimal-leading-zero);
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #63a4ff 0%, #4cc2ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #031126;
}

.front-responsible .compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.front-responsible .compliance-item {
    background: rgba(10, 24, 52, 0.88);
    border: 1px solid rgba(90, 158, 255, 0.16);
    border-radius: 16px;
    padding: 22px;
    color: rgba(228, 237, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.front-responsible .compliance-item h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

.front-editorial .editorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.front-editorial .editorial-card {
    background: rgba(7, 18, 40, 0.95);
    border: 1px solid rgba(90, 158, 255, 0.18);
    border-radius: 18px;
    padding: 24px;
    color: rgba(228, 237, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 16px 30px rgba(6, 15, 32, 0.16);
}

.front-editorial .editorial-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(171, 196, 255, 0.75);
}

.front-editorial .editorial-card h3 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.front-editorial .editorial-card p {
    margin: 0;
    line-height: 1.7;
}

.front-editorial .editorial-link {
    margin-top: auto;
    align-self: flex-start;
    color: #7dd8ff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.front-editorial .editorial-link:hover {
    color: #a0e6ff;
}

@media (max-width: 768px) {
    .front-methodology .methodology-steps li {
        padding: 18px 18px 18px 60px;
    }

    .front-methodology .methodology-steps li::before {
        left: 18px;
    }
}

/* ==========================================================================
   Blog Post Layout
   ========================================================================== */

.post-entry {
    background: rgba(6, 16, 36, 0.92);
    border: 1px solid rgba(90, 158, 255, 0.14);
    border-radius: 22px;
    padding: 40px;
    color: rgba(228, 237, 255, 0.92);
    box-shadow: 0 22px 36px rgba(3, 10, 28, 0.22);
    margin-bottom: 28px;
}

.post-entry__header {
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-entry__eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(140, 186, 255, 0.75);
}

.post-entry__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.24;
    color: #ffffff;
}

.post-entry--archive .post-entry__title {
    font-size: 26px;
}

.post-entry__title a {
    color: inherit;
    text-decoration: none;
}

.post-entry__title a:hover {
    color: #86d6ff;
}

.post-entry__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(171, 196, 255, 0.7);
}

.post-entry__meta strong {
    color: #ffffff;
    font-weight: 700;
    margin-left: 4px;
}

.post-entry__divider {
    opacity: 0.45;
}

.post-entry__featured {
    margin: 0 0 30px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(90, 158, 255, 0.18);
}

.post-entry__featured img {
    display: block;
    width: 100%;
    height: auto;
}

.post-entry__featured figcaption {
    padding: 12px 16px;
    font-size: 13px;
    color: rgba(204, 220, 255, 0.72);
    background: rgba(5, 15, 34, 0.85);
}

.post-entry__content {
    line-height: 1.85;
    display: grid;
    gap: 20px;
    font-size: 17px;
}

.post-entry__content p {
    margin: 0;
}

.post-entry__content h2,
.post-entry__content h3,
.post-entry__content h4 {
    color: #ffffff;
    margin-top: 28px;
}

.post-entry__content a {
    color: #7dd8ff;
}

.post-entry__content a:hover {
    color: #a0e6ff;
}

.post-entry__footer {
    margin-top: 32px;
    display: grid;
    gap: 12px;
    font-size: 14px;
    color: rgba(200, 216, 255, 0.82);
}

.post-entry__taxonomies strong {
    color: #ffffff;
    margin-right: 6px;
}

.post-entry__summary {
    display: grid;
    gap: 20px;
    grid-template-columns: 180px 1fr;
    align-items: start;
}

.post-entry__thumb {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(90, 158, 255, 0.16);
}

.post-entry__thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post-entry__excerpt {
    display: grid;
    gap: 16px;
    color: rgba(214, 226, 255, 0.88);
}

.post-entry__read-more {
    justify-self: flex-start;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #7dd8ff;
    text-decoration: none;
}

.post-entry__read-more:hover {
    color: #a0e6ff;
}

.post-entry--archive {
    background: rgba(6, 16, 36, 0.75);
    padding: 32px;
}

.post-related {
    display: grid;
    gap: 36px;
    margin-bottom: 36px;
}

.post-related__section {
    background: rgba(5, 14, 32, 0.9);
    border: 1px solid rgba(90, 158, 255, 0.14);
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 20px 34px rgba(3, 10, 28, 0.18);
}

.post-related__header {
    margin-bottom: 24px;
    display: grid;
    gap: 10px;
}

.post-related__header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
}

.post-related__header p {
    margin: 0;
    color: rgba(200, 216, 255, 0.82);
    line-height: 1.65;
}

.post-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.post-related__articles {
    display: grid;
    gap: 18px;
}

.post-related__card {
    background: rgba(6, 16, 36, 0.78);
    border: 1px solid rgba(90, 158, 255, 0.16);
    border-radius: 18px;
    padding: 22px;
    display: grid;
    gap: 12px;
}

.post-related__card h3 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.post-related__card h3 a {
    color: inherit;
    text-decoration: none;
}

.post-related__card h3 a:hover {
    color: #86d6ff;
}

.post-related__meta {
    display: flex;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(171, 196, 255, 0.72);
}

.post-related__card p {
    margin: 0;
    color: rgba(214, 226, 255, 0.86);
    line-height: 1.7;
}

.post-related__link {
    justify-self: flex-start;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #7dd8ff;
    text-decoration: none;
}

.post-related__link:hover {
    color: #a0e6ff;
}

@media (max-width: 768px) {
    .post-related__section {
        padding: 26px;
    }
}

/* ==========================================================================
   Tag Archive Redesign
   ========================================================================== */

.tag-hero {
    background: linear-gradient(140deg, #07152f 0%, #10345c 55%, #061126 100%);
    color: rgba(230, 240, 255, 0.95);
    padding: 72px 0 56px;
    position: relative;
    overflow: hidden;
}

.tag-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(94, 173, 255, 0.3) 0%, rgba(94, 173, 255, 0) 65%);
    pointer-events: none;
}

.tag-hero__eyebrow {
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(173, 205, 255, 0.75);
    margin-bottom: 18px;
}

.tag-hero__title {
    margin: 0 0 18px;
    font-size: 40px;
    color: #ffffff;
}

.tag-hero__description {
    max-width: 820px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(227, 239, 255, 0.85);
}

.tag-hero__description p {
    margin: 0 0 10px;
}

.tag-hero__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.tag-hero__stat {
    background: rgba(4, 16, 36, 0.6);
    border: 1px solid rgba(96, 168, 255, 0.22);
    border-radius: 16px;
    padding: 16px 18px;
    display: grid;
    gap: 6px;
}

.tag-hero__stat span {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(173, 205, 255, 0.7);
}

.tag-hero__stat strong {
    font-size: 22px;
    color: #ffffff;
}

.tag-highlight {
    padding: 60px 0;
    background: linear-gradient(140deg, rgba(4, 12, 26, 0.96) 0%, rgba(7, 24, 48, 0.94) 60%, rgba(6, 18, 38, 0.96) 100%);
}

.tag-highlight__inner {
    background: rgba(3, 11, 24, 0.8);
    border: 1px solid rgba(90, 158, 255, 0.2);
    border-radius: 26px;
    padding: 36px;
    box-shadow: 0 24px 44px rgba(3, 12, 32, 0.28);
}

.tag-highlight__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    grid-template-areas:
        "summary media"
        "data media"
        "context media"
        "updated media"
        "actions media";
    gap: 24px 32px;
    align-items: start;
}

.tag-highlight__summary {
    grid-area: summary;
    display: grid;
    gap: 12px;
}

.tag-highlight__media {
    grid-area: media;
    align-self: start;
}

.tag-highlight__media a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(8, 20, 46, 0.8);
    aspect-ratio: 16 / 9;
}

.tag-highlight__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.tag-highlight__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 20, 46, 0.8);
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 16 / 9;
    font-size: 48px;
}

.tag-highlight__data {
    grid-area: data;
}

.tag-highlight__context {
    grid-area: context;
    display: grid;
    gap: 12px;
}

.tag-highlight__updated {
    grid-area: updated;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(8, 20, 46, 0.72);
    border: 1px solid rgba(90, 158, 255, 0.2);
    color: rgba(206, 224, 255, 0.85);
    font-size: 13px;
}

.tag-highlight__updated strong {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(173, 205, 255, 0.8);
}

.tag-core-hubs {
    padding: 60px 0;
    background: radial-gradient(circle at 12% 18%, rgba(40, 84, 160, 0.18), transparent 60%);
}

.tag-core-hubs__header {
    display: grid;
    gap: 10px;
    margin-bottom: 32px;
}

.tag-core-hubs__header h2 {
    margin: 0;
    font-size: 28px;
    color: #0a1526;
}

.tag-core-hubs__header p {
    margin: 0;
    color: rgba(23, 34, 52, 0.85);
}

.tag-core-hubs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 24px;
}

.tag-core-hubs__item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    background: rgba(4, 14, 30, 0.88);
    border: 1px solid rgba(90, 158, 255, 0.2);
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 26px 46px rgba(3, 12, 32, 0.18);
}

.tag-core-hubs__item--top {
    border-color: rgba(140, 196, 255, 0.6);
    box-shadow: 0 32px 60px rgba(74, 156, 255, 0.22);
}

.tag-core-hubs__item--tagged {
    position: relative;
}

.tag-core-hubs__item--tagged::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 20px;
    border: 1px solid rgba(126, 204, 255, 0.25);
    pointer-events: none;
}

.tag-core-hubs__index {
    font-size: 32px;
    font-weight: 700;
    color: rgba(118, 198, 255, 0.95);
    align-self: flex-start;
}

.tag-core-hubs__body {
    display: grid;
    gap: 18px;
}

.tag-core-hubs__heading {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: baseline;
}

.tag-core-hubs__heading h3 {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
}

.tag-core-hubs__heading h3 a {
    color: inherit;
    text-decoration: none;
}

.tag-core-hubs__heading h3 a:hover {
    color: #7fd6ff;
}

.tag-core-hubs__metric {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(167, 204, 255, 0.75);
}

.tag-core-hubs__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-core-hubs__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(11, 26, 52, 0.82);
    color: rgba(182, 212, 255, 0.85);
    border: 1px solid rgba(120, 176, 255, 0.28);
}

.tag-core-hubs__badge--priority {
    background: linear-gradient(135deg, rgba(255, 205, 97, 0.22), rgba(255, 168, 0, 0.28));
    color: rgba(255, 232, 183, 0.95);
    border-color: rgba(255, 214, 122, 0.45);
}

.tag-core-hubs__badge--tag {
    background: rgba(92, 176, 255, 0.22);
    color: rgba(191, 223, 255, 0.95);
    border-color: rgba(118, 198, 255, 0.42);
}

.tag-core-hubs__badge--conversion {
    background: rgba(112, 255, 204, 0.16);
    color: rgba(192, 255, 232, 0.92);
    border-color: rgba(120, 255, 210, 0.32);
}

.tag-core-hubs__excerpt {
    margin: 0;
    color: rgba(208, 224, 255, 0.82);
    line-height: 1.7;
}

.tag-core-hubs__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.tag-core-hubs__meta li {
    background: rgba(8, 20, 46, 0.74);
    border: 1px solid rgba(90, 158, 255, 0.18);
    border-radius: 16px;
    padding: 14px 18px;
    display: grid;
    gap: 6px;
}

.tag-core-hubs__meta span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(173, 205, 255, 0.7);
}

.tag-core-hubs__meta strong {
    color: #ffffff;
}

.tag-core-hubs__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 13px;
    color: rgba(188, 212, 255, 0.78);
}

.tag-core-hubs__signals strong {
    color: #ffffff;
}

.tag-core-hubs__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-core-hubs__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #62a8ff 0%, #49c1ff 100%);
    color: #051024;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(76, 194, 255, 0.28);
}

.tag-core-hubs__link:hover {
    color: #051024;
    filter: brightness(1.05);
}

.tag-highlight__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(92, 176, 255, 0.22);
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(190, 220, 255, 0.85);
}

.tag-highlight__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
    color: #ffffff;
}

.tag-highlight__title a {
    color: inherit;
    text-decoration: none;
}

.tag-highlight__title a:hover {
    color: #7fd6ff;
}

.tag-highlight__excerpt {
    margin: 0;
    color: rgba(214, 227, 255, 0.88);
    line-height: 1.7;
}

.tag-highlight__meta {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0;
    padding: 0;
}

.tag-highlight__meta li {
    list-style: none;
    background: rgba(8, 20, 46, 0.7);
    border: 1px solid rgba(90, 158, 255, 0.18);
    border-radius: 16px;
    padding: 14px 18px;
    display: grid;
    gap: 6px;
}

.tag-highlight__meta span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(173, 205, 255, 0.7);
}

.tag-highlight__meta strong {
    color: #ffffff;
}

.tag-highlight__footer {
    display: grid;
    gap: 18px;
}

.tag-highlight__taxonomy {
    display: grid;
    gap: 10px;
}

.tag-highlight__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: rgba(206, 224, 255, 0.85);
}

.tag-highlight__chips a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(11, 26, 52, 0.8);
    color: #9bdfff;
    text-decoration: none;
}

.tag-highlight__chips a:hover {
    color: #c5ecff;
}

.tag-highlight__actions {
    grid-area: actions;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-highlight__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #63a4ff 0%, #4cc2ff 100%);
    color: #051024;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(76, 194, 255, 0.32);
}

.tag-highlight__cta--download {
    background: rgba(255, 255, 255, 0.12);
    color: #9bdfff;
    box-shadow: none;
    border: 1px solid rgba(130, 196, 255, 0.32);
}

.tag-highlight__cta--download:hover {
    color: #c8ecff;
}

.tag-listing {
    padding: 60px 0;
}

.tag-listing__header {
    margin-bottom: 32px;
    display: grid;
    gap: 10px;
}

.tag-listing__header h2 {
    margin: 0;
    font-size: 28px;
    color: #0a1526;
}

.tag-listing__header p {
    margin: 0;
    color: rgba(23, 34, 52, 0.85);
}

.tag-listing__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 22px;
}

.tag-listing__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    background: rgba(4, 14, 30, 0.88);
    border: 1px solid rgba(90, 158, 255, 0.18);
    border-radius: 20px;
    padding: 26px 30px;
    box-shadow: 0 18px 34px rgba(3, 12, 32, 0.2);
}

.tag-listing__index {
    font-size: 26px;
    font-weight: 700;
    color: rgba(125, 216, 255, 0.9);
    align-self: flex-start;
}

.tag-listing__body {
    display: grid;
    gap: 14px;
}

.tag-listing__body h3 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
}

.tag-listing__body h3 a {
    color: inherit;
    text-decoration: none;
}

.tag-listing__body h3 a:hover {
    color: #7fd6ff;
}

.tag-listing__excerpt {
    margin: 0;
    color: rgba(214, 226, 255, 0.86);
    line-height: 1.7;
}

.tag-listing__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: rgba(198, 216, 255, 0.82);
}

.tag-listing__meta span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(173, 205, 255, 0.7);
}

.tag-listing__meta strong {
    display: block;
    color: #ffffff;
    margin-top: 4px;
}

.tag-listing__link {
    justify-self: flex-start;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #7dd8ff;
    text-decoration: none;
}

.tag-listing__link:hover {
    color: #a0e6ff;
}

.tag-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.tag-insights {
    padding: 60px 0 80px;
    background: rgba(4, 12, 24, 0.92);
    border-top: 1px solid rgba(90, 158, 255, 0.12);
}

.tag-insights__header {
    margin-bottom: 30px;
    display: grid;
    gap: 10px;
}

.tag-insights__header h2 {
    margin: 0;
    font-size: 26px;
    color: #ffffff;
}

.tag-insights__header p {
    margin: 0;
    color: rgba(200, 216, 255, 0.78);
}

.tag-insights__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.tag-insights__column {
    background: rgba(6, 18, 38, 0.88);
    border: 1px solid rgba(90, 158, 255, 0.16);
    border-radius: 18px;
    padding: 24px;
    display: grid;
    gap: 16px;
}

.tag-insights__column h3 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

.tag-insights__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.tag-insights__column li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(8, 20, 46, 0.85);
    border-radius: 14px;
    padding: 12px 16px;
    color: rgba(207, 224, 255, 0.88);
    text-decoration: none;
}

.tag-insights__column li a:hover {
    color: #c5ecff;
}

.tag-insights__count {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(153, 194, 255, 0.7);
}

@media (max-width: 1024px) {
    .tag-highlight__content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "summary"
            "media"
            "data"
            "context"
            "updated"
            "actions";
        gap: 22px;
    }

    .tag-highlight__media {
        justify-self: center;
        width: 100%;
        max-width: 420px;
    }

    .tag-core-hubs__item {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px;
    }

    .tag-core-hubs__item--tagged::before {
        inset: 10px;
    }

    .tag-core-hubs__index {
        font-size: 26px;
    }

    .tag-listing__item {
        grid-template-columns: 50px 1fr;
        padding: 22px 24px;
    }
}

@media (max-width: 768px) {
    .tag-hero {
        padding: 52px 0 44px;
    }

    .tag-hero__title {
        font-size: 32px;
    }

    .tag-highlight__inner {
        padding: 28px;
    }

    .tag-highlight__media {
        justify-self: stretch;
        max-width: none;
    }

    .tag-core-hubs__item {
        padding: 22px;
    }

    .tag-core-hubs__item--tagged::before {
        inset: 8px;
    }

    .tag-core-hubs__heading h3 {
        font-size: 22px;
    }

    .tag-listing__item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tag-listing__index {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .tag-highlight__badge {
        letter-spacing: 0.18em;
    }

    .tag-highlight__meta {
        grid-template-columns: 1fr;
    }

    .tag-core-hubs__signals {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 900px) {
    .post-entry {
        padding: 32px;
    }

    .post-entry__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .post-entry {
        padding: 24px;
    }

    .post-entry__title {
        font-size: 26px;
    }

    .post-entry--archive .post-entry__title {
        font-size: 22px;
    }
}

.footer-main__widgets {
    position: relative;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: rgba(228, 237, 255, 0.82);
}

.footer-column .widget-title {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column a {
    color: rgba(228, 237, 255, 0.82);
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 26px 0;
    background: rgba(3, 10, 24, 0.9);
}

.footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.footer-navigation a {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(228, 237, 255, 0.7);
}

.footer-navigation a:hover,
.footer-navigation .current-menu-item > a {
    color: #ffffff;
}

.footer-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 560px;
}

.footer-meta__copy,
.footer-meta__legal {
    margin: 0;
    font-size: 14px;
    color: rgba(228, 237, 255, 0.72);
    line-height: 1.6;
}

.footer-meta__copy a {
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .footer-spotlight__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-spotlight__cta {
        justify-self: flex-start;
    }

    .footer-main__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-main__widgets {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .site-footer {
        margin-top: 60px;
    }

    .footer-spotlight {
        padding: 36px 0;
    }

    .footer-spotlight__title {
        font-size: 26px;
    }

    .footer-spotlight__desc {
        font-size: 15px;
    }

    .footer-brand__badges {
        grid-template-columns: 1fr;
    }

    .footer-bottom__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-navigation ul {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.menu-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.menu-toggle:focus-visible {
    outline: 3px solid rgba(76, 194, 255, 0.8);
    outline-offset: 2px;
}

.menu-wrapper ul {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
}

.menu-wrapper a {
    padding: 10px 18px;
    display: block;
    border-radius: 999px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.menu-wrapper .current-menu-item > a,
.menu-wrapper a:hover {
    background: rgba(76, 194, 255, 0.18);
    color: #fff;
    transform: translateY(-2px);
}

.menu-wrapper .current-menu-item > a {
    box-shadow: inset 0 0 0 1px rgba(116, 211, 255, 0.6);
}

@media (max-width: 768px) {
    .menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .menu-wrapper {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        right: 16px;
        left: 16px;
        background: rgba(12, 24, 46, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(4, 16, 36, 0.45);
        padding: 18px 0;
        z-index: 60;
    }
    
    .menu-wrapper.active {
        display: block;
    }
    
    .menu-wrapper ul {
        flex-direction: column;
        gap: 6px;
        width: 100%;
    }

    .menu-wrapper a {
        padding: 12px 22px;
        color: rgba(255, 255, 255, 0.88);
        border-radius: 0;
    }

    .menu-wrapper .current-menu-item > a,
    .menu-wrapper a:hover {
        background: rgba(76, 194, 255, 0.25);
        transform: none;
    }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.breadcrumbs {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    margin: 0;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item.active span {
    color: #666;
}

@media (max-width: 768px) {
    .breadcrumb-list {
        gap: 3px;
        font-size: 13px;
        line-height: 1.2;
    }

    .breadcrumb-item.active {
        flex: 1;
        min-width: 0;
    }

    .breadcrumb-item.active span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

    .breadcrumb-separator {
        margin: 0 4px;
        flex-shrink: 0;
    }
}

/* ==========================================================================
   Game Hub Template
   ========================================================================== */

.game-hub-template .game-header {
    margin-bottom: 40px;
}

.game-header-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
}

.game-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.game-quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.game-hub-template .game-description,
.download-guide-template .download-instructions,
.how-to-play-template .how-to-play-content,
.guide-template .guide-content,
.review-template .review-content,
.faq-template .faq-content {
    margin: 40px 0;
    padding: 0 40px;
}

.game-hub-template .game-description .entry-content,
.download-guide-template .download-instructions .entry-content,
.how-to-play-template .how-to-play-content .entry-content,
.guide-template .guide-content .entry-content,
.review-template .review-content .entry-content,
.faq-template .faq-content .entry-content {
    max-width: 960px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
    color: #2b2f34;
}

.game-hub-template .game-description .entry-content > *:first-child,
.download-guide-template .download-instructions .entry-content > *:first-child,
.how-to-play-template .how-to-play-content .entry-content > *:first-child,
.guide-template .guide-content .entry-content > *:first-child,
.review-template .review-content .entry-content > *:first-child,
.faq-template .faq-content .entry-content > *:first-child {
    margin-top: 0;
}

.game-hub-template .game-description .entry-content p,
.download-guide-template .download-instructions .entry-content p,
.how-to-play-template .how-to-play-content .entry-content p,
.guide-template .guide-content .entry-content p,
.review-template .review-content .entry-content p,
.faq-template .faq-content .entry-content p {
    margin-bottom: 20px;
}

.game-hub-template .game-description .entry-content ul,
.game-hub-template .game-description .entry-content ol,
.download-guide-template .download-instructions .entry-content ul,
.download-guide-template .download-instructions .entry-content ol,
.how-to-play-template .how-to-play-content .entry-content ul,
.how-to-play-template .how-to-play-content .entry-content ol,
.guide-template .guide-content .entry-content ul,
.guide-template .guide-content .entry-content ol,
.review-template .review-content .entry-content ul,
.review-template .review-content .entry-content ol,
.faq-template .faq-content .entry-content ul,
.faq-template .faq-content .entry-content ol {
    margin: 0 0 24px 28px;
    padding-left: 18px;
    list-style-position: outside;
}

.game-hub-template .game-description .entry-content li,
.download-guide-template .download-instructions .entry-content li,
.how-to-play-template .how-to-play-content .entry-content li,
.guide-template .guide-content .entry-content li,
.review-template .review-content .entry-content li,
.faq-template .faq-content .entry-content li {
    margin-bottom: 12px;
}

.game-hub-template .game-description .entry-content ul li,
.download-guide-template .download-instructions .entry-content ul li,
.how-to-play-template .how-to-play-content .entry-content ul li,
.guide-template .guide-content .entry-content ul li,
.review-template .review-content .entry-content ul li,
.faq-template .faq-content .entry-content ul li {
    list-style-type: disc;
}

.game-hub-template .game-description .entry-content ol li,
.download-guide-template .download-instructions .entry-content ol li,
.how-to-play-template .how-to-play-content .entry-content ol li,
.guide-template .guide-content .entry-content ol li,
.review-template .review-content .entry-content ol li,
.faq-template .faq-content .entry-content ol li {
    list-style-type: decimal;
}

.game-hub-template .game-description .entry-content blockquote,
.download-guide-template .download-instructions .entry-content blockquote,
.how-to-play-template .how-to-play-content .entry-content blockquote,
.guide-template .guide-content .entry-content blockquote,
.review-template .review-content .entry-content blockquote,
.faq-template .faq-content .entry-content blockquote {
    margin: 28px auto;
    padding: 16px 24px;
    border-left: 4px solid var(--primary-color);
    background: #f5f8fc;
    font-style: italic;
}

.info-badge {
    background: #f0f6fc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
}

.info-badge.age-rating {
    background: var(--warning-color);
    color: #fff;
    font-weight: bold;
}

.game-primary-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 24px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.game-primary-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.game-primary-downloads .game-primary-download {
    margin-top: 0;
}

@media (max-width: 768px) {
    .game-primary-downloads {
        gap: 8px;
    }

    .game-primary-download {
        flex: 1 1 calc(50% - 4px);
        padding: 10px 16px;
        font-size: 13px;
    }

    .game-primary-download--app {
        flex: 0 1 auto;
    }
}

.game-primary-download--app {
    background: #0f274a;
}

.game-primary-download:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.game-primary-download--app:hover {
    background: #153867;
}

.game-specifications {
    background: #fff;
    padding: 32px 40px;
    border-radius: 10px;
    margin: 36px 0;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.game-specifications h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.game-specifications__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.game-specifications__table th,
.game-specifications__table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    vertical-align: top;
    font-size: 15px;
}

.game-specifications__table th {
    font-weight: 600;
    width: 32%;
    color: #1f2937;
    letter-spacing: 0.02em;
}

.game-specifications__table td {
    color: #374151;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .game-specifications__table th,
    .game-specifications__table td {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.4;
    }
}

.game-specifications__table tr:nth-child(odd) {
    background: rgba(248, 250, 252, 0.7);
}

.game-specifications__table tr:last-child th,
.game-specifications__table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 720px) {
    .game-specifications {
        padding: 24px;
    }

    .game-specifications__table,
    .game-specifications__table tbody,
    .game-specifications__table tr,
    .game-specifications__table th,
    .game-specifications__table td {
        display: block;
        width: 100%;
    }

    .game-specifications__table th {
        margin-bottom: 6px;
    }

    .game-specifications__table td {
        margin-bottom: 16px;
        padding-top: 0;
    }

    .game-specifications__table tr {
        background: transparent;
        border-bottom: 1px solid rgba(148, 163, 184, 0.25);
        padding: 12px 0;
    }

    .game-specifications__table tr:last-child {
        border-bottom: none;
    }
}

.technical-requirements {
    background: #fff;
    padding: 32px 40px;
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.technical-requirements h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.requirements-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.requirements-list__item {
    display: grid;
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.requirements-list__item dt {
    font-weight: 600;
    color: #1f2937;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
}

.requirements-list__item dd {
    margin: 0;
    color: #374151;
    line-height: 1.6;
    font-size: 15px;
}

.requirements-list__item:last-child {
    background: rgba(236, 253, 245, 0.85);
    border-color: rgba(16, 185, 129, 0.3);
}

@media (max-width: 768px) {
    .technical-requirements {
        padding: 26px 24px;
    }

    .requirements-list__item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px;
    }

    .requirements-list__item dt {
        font-size: 12px;
        letter-spacing: 0.08em;
    }
}

.game-finance {
    background: #fff;
    padding: 32px 38px;
    border-radius: 12px;
    margin: 36px 0;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.game-finance h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.game-finance__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.game-finance__card {
    background: rgba(248, 250, 252, 0.85);
    border-radius: 12px;
    padding: 22px 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.game-finance__card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.game-finance__card--highlight {
    background: rgba(236, 253, 245, 0.9);
    border-color: rgba(16, 185, 129, 0.35);
}

.game-finance__badge {
    display: inline-block;
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.game-finance__content p {
    margin: 0 0 10px;
    color: #1f2937;
}

.game-responsibility {
    background: #0f172a;
    color: #e2e8f0;
    padding: 38px 40px;
    border-radius: 16px;
    margin: 42px 0;
    position: relative;
    overflow: hidden;
}

.game-responsibility::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 60%);
    pointer-events: none;
}

.game-responsibility h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 18px;
}

.game-responsibility__age {
    position: relative;
    margin: 0 0 22px;
    font-weight: 600;
    color: #facc15;
}

.game-responsibility__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.game-responsibility__card {
    background: rgba(15, 23, 42, 0.85);
    padding: 20px 22px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(2px);
}

.game-responsibility__card h3 {
    color: #f8fafc;
    margin-top: 0;
    margin-bottom: 12px;
}

.game-responsibility__card p {
    color: #cbd5f5;
    line-height: 1.6;
    margin: 0 0 10px;
}

.game-responsibility__resources {
    position: relative;
    margin-top: 24px;
}

.game-responsibility__resources ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: grid;
    gap: 10px;
}

.game-responsibility__resources a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}

.game-editorial {
    background: #fff;
    padding: 32px 36px;
    border-radius: 12px;
    margin: 36px 0;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.game-editorial h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.game-editorial__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.game-editorial__block {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.game-editorial__block h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
}

.game-editorial__block ul {
    margin: 0;
    padding-left: 18px;
}

.game-editorial__block a {
    color: var(--primary-color);
    text-decoration: none;
}

@media (max-width: 768px) {
    .game-finance {
        padding: 24px;
    }

    .game-responsibility {
        padding: 28px 24px;
    }

    .game-editorial {
        padding: 26px 22px;
    }
}

.game-faq-highlights {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px 40px;
    margin: 30px 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.game-faq-highlights h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.faq-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.faq-highlight-item {
    background: #f8f9fb;
    border-radius: 6px;
    padding: 20px 24px;
    border: 1px solid rgba(3, 17, 38, 0.06);
}

.faq-highlight-item h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
}

.faq-highlight-item p {
    margin: 0 0 12px;
    color: #495057;
}

.faq-highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.faq-highlight-link:hover {
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .game-header-content {
        grid-template-columns: 1fr;
    }

    .game-hub-template .game-description,
    .download-guide-template .download-instructions,
    .how-to-play-template .how-to-play-content,
    .guide-template .guide-content,
    .review-template .review-content,
    .faq-template .faq-content {
        padding: 0 20px;
    }

    .game-hub-template .game-description .entry-content,
    .download-guide-template .download-instructions .entry-content,
    .how-to-play-template .how-to-play-content .entry-content,
    .guide-template .guide-content .entry-content,
    .review-template .review-content .entry-content,
    .faq-template .faq-content .entry-content {
        font-size: 17px;
    }

    .game-specifications,
    .game-faq-highlights,
    .official-download-section,
    .safety-warning-box,
    .download-guide-template .legal-disclaimer,
    .review-template .review-summary,
    .review-template .review-content,
    .review-template .review-disclaimer,
    .guide-template .guide-introduction {
        padding: 24px;
    }

    .game-primary-downloads {
        flex-direction: column;
    }

    .game-primary-download {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Download Guide Template
   ========================================================================== */

.safety-warning-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}

.safety-warning-box h2 {
    color: #856404;
    margin-top: 0;
}

.verification-warning--kyc {
    background: rgba(59, 130, 246, 0.12);
    border-left-color: #2563eb;
    color: #1d4ed8;
}

.download-button.web-entry {
    background: linear-gradient(135deg, #1e293b, #334155);
}

.download-safety,
.download-trademark,
.download-responsibility {
    background: #fff;
    border-radius: 12px;
    padding: 32px 36px;
    margin: 36px 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.download-safety h2,
.download-trademark h3,
.download-responsibility h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

.download-safety__content p {
    margin: 0 0 12px;
    color: #1f2937;
}

.download-responsibility__age {
    font-weight: 600;
    color: #f97316;
    margin-bottom: 18px;
}

.download-responsibility__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.download-responsibility__card {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
    padding: 20px 22px;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.download-responsibility__card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.download-responsibility__resources ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.download-responsibility__resources a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 768px) {
    .download-safety,
    .download-trademark,
    .download-responsibility {
        padding: 24px;
    }
}

/* ==========================================================================
   How to Play Template
   ========================================================================== */

.gameplay-overview,
.gameplay-rules,
.gameplay-betting,
.gameplay-limits,
.gameplay-responsibility {
    background: #fff;
    border-radius: 12px;
    padding: 32px 36px;
    margin: 32px 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.gameplay-overview h2,
.gameplay-rules h2,
.gameplay-betting h2,
.gameplay-limits h2,
.gameplay-responsibility h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.gameplay-overview__content p {
    margin: 0 0 14px;
    color: #1f2937;
    line-height: 1.7;
}

.gameplay-rules__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.gameplay-rules__card {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
    padding: 20px 22px;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.gameplay-rules__card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.gameplay-betting__list {
    display: grid;
    gap: 18px;
}

.gameplay-betting__item {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
    padding: 18px 22px;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.gameplay-betting__item h3 {
    margin: 0 0 8px;
}

.gameplay-limits__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.gameplay-limits__card {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    min-height: 120px;
}

.gameplay-limits__card--payout {
    grid-column: span 2;
}

.gameplay-limits__card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.gameplay-randomness {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid #f97316;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 8px;
}

.gameplay-randomness p {
    margin: 8px 0 0;
    color: #7c2d12;
}

.gameplay-responsibility__content p {
    margin: 0 0 12px;
    color: #1f2937;
}

.gameplay-responsibility__resources ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.gameplay-responsibility__resources a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    .gameplay-overview,
    .gameplay-rules,
    .gameplay-betting,
    .gameplay-limits,
    .gameplay-responsibility {
        padding: 24px;
    }

    .gameplay-limits__card--payout {
        grid-column: span 1;
    }
}

.safety-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.official-download-section {
    background: #f0f6fc;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
}

.download-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.download-button.google-play {
    background: #34a853;
}

.download-button.app-store {
    background: #000;
}

.legal-disclaimer {
    background: #f8f9fa;
    border-left: 4px solid #666;
    padding: 20px;
    margin: 30px 0;
    font-size: 14px;
    color: #666;
}

.verification-warning {
    background: #fff3cd;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
}

/* ==========================================================================
   Related Content (Topic Cluster)
   ========================================================================== */

.related-content-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin: 50px 0;
}

.related-content-section h2 {
    margin-top: 0;
}

.section-intro {
    color: #666;
    margin-bottom: 25px;
}

.related-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.related-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.related-thumbnail img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-content {
    padding: 20px;
}

.page-type-badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.related-title {
    font-size: 18px;
    margin: 10px 0;
}

.related-title a {
    color: var(--text-color);
}

.related-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    color: var(--secondary-color);
}

/* ==========================================================================
   Taxonomies
   ========================================================================== */

.game-taxonomies {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

/* ==========================================================================
   Game Cluster Navigation
   ========================================================================== */

.game-subnav {
    margin: 32px 0 40px;
    background: linear-gradient(135deg, rgba(12, 28, 54, 0.92) 0%, rgba(6, 17, 38, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 18px 24px;
    box-shadow: 0 18px 28px rgba(4, 12, 28, 0.25);
    overflow-x: auto;
}

.game-subnav::-webkit-scrollbar {
    height: 6px;
}

.game-subnav::-webkit-scrollbar-thumb {
    background: rgba(116, 211, 255, 0.4);
    border-radius: 999px;
}

.game-subnav__list {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.game-subnav__item {
    flex: 0 0 auto;
}

.game-subnav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(226, 239, 255, 0.86);
    background: rgba(31, 64, 109, 0.45);
    border: 1px solid rgba(124, 209, 255, 0.12);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
}

.game-subnav__link:hover {
    color: #ffffff;
    background: rgba(76, 194, 255, 0.25);
    border-color: rgba(124, 209, 255, 0.4);
    transform: translateY(-2px);
}

.game-subnav__item.is-active .game-subnav__link,
.game-subnav__link[aria-current="page"] {
    background: rgba(76, 194, 255, 0.3);
    color: #ffffff;
    border-color: rgba(124, 209, 255, 0.65);
    box-shadow: 0 14px 24px rgba(76, 194, 255, 0.24);
}

.game-subnav__icon {
    font-size: 16px;
}

.game-subnav__text {
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .game-subnav {
        padding: 12px;
        margin: 20px 0 28px;
    }

    .game-subnav__list {
        gap: 8px;
    }

    .game-subnav__link {
        padding: 7px 12px;
        font-size: 12px;
        gap: 5px;
    }

    .game-subnav__icon {
        font-size: 12px;
    }

    .game-subnav__text {
        font-size: 12px;
    }
}

.game-categories,
.game-tags {
    margin: 15px 0;
}

.game-taxonomies a {
    display: inline-block;
    background: #f0f6fc;
    padding: 6px 12px;
    margin: 5px 5px 5px 0;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.game-taxonomies a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* ==========================================================================
   FAQ Template
   ========================================================================== */

.faq-content h2,
.faq-content h3 {
    color: var(--primary-color);
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.faq-content h2:first-child,
.faq-content h3:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.faq-footer {
    background: #f0f6fc;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

/* ==========================================================================
   Review Template
   ========================================================================== */

.review-summary {
    background: #f0f6fc;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid var(--primary-color);
}

.review-quick-facts {
    background: #fff;
    border: 2px solid var(--border-color);
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.review-quick-facts ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.review-quick-facts li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

.review-quick-facts li:last-child {
    border-bottom: none;
}

.review-disclaimer {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 40px 0;
    font-size: 14px;
}

.gambling-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.review-responsibility {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.review-responsibility__block {
    background: #ffffff;
    border-left: 4px solid var(--primary-color);
    padding: 16px 18px;
    border-radius: 6px;
}

.review-resources {
    margin-top: 24px;
}

.review-resources ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.review-resources a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.review-resources a:hover {
    text-decoration: underline;
}

.review-support-channels {
    margin-top: 24px;
}

.review-support-channels ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.review-support-channels li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    background: #f7f9fc;
    border-radius: 6px;
}

.review-support-channels__type {
    font-weight: 600;
    color: var(--primary-color);
    min-width: 120px;
}

.review-support-channels__detail {
    color: #1f2937;
}

.review-transparency {
    margin-top: 48px;
    padding: 32px;
    background: #f4f7fb;
    border-radius: 12px;
}

.review-transparency__grid {
    display: grid;
    gap: 24px;
}

.review-transparency__block {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px 22px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.review-transparency__fact-check {
    margin: 12px 0 0;
    font-weight: 600;
    color: #0b8a4a;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-widgets {
    margin-bottom: 40px;
}

.footer-widget-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.site-info {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.disclaimer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

@media (max-width: 768px) {
    .footer-widget-area {
        grid-template-columns: 1fr;
    }
    
    .footer-navigation ul {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.text-center {
    text-align: center;
}

.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }

/* ==========================================================================
   Front Page
   ========================================================================== */

.front-page {
    background: linear-gradient(180deg, #eef3fb 0%, #ffffff 58%);
}

.front-page .site-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.front-page .site-container.is-wide {
    width: min(1320px, calc(100% - 48px));
}

.front-hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 82px 0 118px;
    position: relative;
    overflow: hidden;
}

.front-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), transparent 70%);
    opacity: 0.8;
    pointer-events: none;
}

.front-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15), transparent 60%),
                radial-gradient(circle at 80% 10%, rgba(255,255,255,0.12), transparent 55%),
                radial-gradient(circle at 50% 90%, rgba(255,255,255,0.18), transparent 65%);
    pointer-events: none;
}

.front-hero .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: stretch;
}

.front-hero .hero-content {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(36px, 4vw, 46px);
    line-height: 1.08;
    margin: 0 0 22px;
    letter-spacing: -0.015em;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 34px;
    opacity: 0.92;
}

.hero-search {
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.96);
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 25px 65px rgba(15, 17, 26, 0.15);
    margin-bottom: 38px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}

.hero-search-field {
    flex: 1;
    border: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 16px;
    outline: none;
}

.hero-search-button {
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(34, 41, 54, 0.18);
}

.hero-search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.hero-stats .stat-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    border-radius: 14px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-stats .stat-item strong {
    display: block;
    font-size: 24px;
}

.hero-stats .stat-item span {
    font-size: 14px;
    opacity: 0.85;
}

.hero-stats .stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.hero-highlight {
    position: relative;
    z-index: 1;
}

.highlight-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 24px;
    position: relative;
    overflow: hidden;
    align-content: start;
}

.highlight-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    pointer-events: none;
}

.highlight-card h2 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.highlight-entry {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 1.25fr;
    gap: 22px;
    align-items: stretch;
}

.highlight-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
    aspect-ratio: 16 / 9;
}

.highlight-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.highlight-body {
    display: grid;
    gap: 14px;
    align-content: start;
}

@media (min-width: 1025px) {
    .highlight-entry {
        position: relative;
        display: block;
        padding: 24px;
        border-radius: 18px;
    }

    .highlight-entry::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(7, 12, 24, 0.25) 0%, rgba(7, 12, 24, 0.75) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .highlight-thumb {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        border-radius: inherit;
    }

    .highlight-thumb img {
        object-fit: cover;
        opacity: 0.6;
    }

    .highlight-body {
        position: relative;
        z-index: 2;
    }
}

.highlight-body .page-type-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    letter-spacing: 0.1em;
    font-size: 11px;
}

.highlight-body h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
}

.highlight-body h3 a {
    color: #fff;
    text-decoration: none;
}

.highlight-excerpt {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    max-width: 560px;
}

.highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.highlight-link::after {
    content: ">";
    font-size: 14px;
}

.highlight-link:hover {
    color: #aadaff;
}

.front-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.front-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 22%, rgba(234, 239, 255, 0.55), transparent 65%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.front-section > * {
    position: relative;
    z-index: 1;
}

.front-section:nth-of-type(even) {
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 80%);
}

.front-section.front-popular::before {
    background: radial-gradient(circle at 82% 20%, rgba(238, 111, 87, 0.18), transparent 65%);
}

.front-section.front-page-type::before {
    background: radial-gradient(circle at 24% 75%, rgba(70, 125, 255, 0.18), transparent 65%);
}

.front-section.front-taxonomies::before {
    background: radial-gradient(circle at 78% 68%, rgba(68, 201, 171, 0.18), transparent 65%);
}

.section-header {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.section-header h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.section-header p {
    color: #555;
    margin: 0;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
}

.game-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(15, 17, 26, 0.09);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-card__rank {
    position: absolute;
    top: 18px;
    left: 18px;
    min-width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #0a172c;
    background: rgba(235, 240, 255, 0.92);
    box-shadow: 0 12px 24px rgba(9, 20, 38, 0.18);
    padding: 0 12px;
    z-index: 3;
}

.game-card__rank--top {
    background: linear-gradient(140deg, #ffb347 0%, #ff705e 50%, #f43f6f 100%);
    color: #fff;
    box-shadow: 0 16px 32px rgba(244, 63, 111, 0.35);
}

.game-card__rank--standard {
    background: rgba(10, 23, 44, 0.88);
    color: #f3f6ff;
}

.game-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: opacity 0.25s ease, border-color 0.25s ease;
    opacity: 0;
    pointer-events: none;
}

.game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 60px rgba(15, 17, 26, 0.16);
}

.game-card:hover::after {
    opacity: 1;
    border-color: rgba(69, 111, 255, 0.25);
}

.game-card__thumb {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111827;
}

.game-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-card__thumb-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 42px;
}

.game-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.game-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.page-type-badge--compact {
    font-size: 12px;
    padding: 4px 10px;
}

.game-card__context {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--secondary-color);
}

.game-card__title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.game-card__title-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.game-card__title-row .game-card__title {
    flex: 1 1 auto;
}

.game-card__title a {
    color: inherit;
}

.game-card__excerpt {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.game-card__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.game-card__info li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
}

.game-card__info span {
    color: #888;
}

.game-card__footer {
    margin-top: auto;
    padding: 18px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 14px;
    border-top: 1px solid rgba(229, 233, 244, 0.9);
}

.game-card__views {
    color: #666;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    white-space: nowrap;
    font-size: 12px;
}

.game-card__actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.game-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.game-card__link--primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.game-card__link--download {
    background: #0b1a33;
    border-color: #0b1a33;
}

.game-card__link:hover {
    color: #fff;
    transform: translateY(-1px);
}

.game-card__link--primary:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.game-card__link--download:hover {
    background: #122a52;
    border-color: #122a52;
}

.section-footer {
    text-align: center;
    margin-top: 35px;
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(80, 115, 255, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
}

.section-link::after {
    content: "\2192";
    font-size: 16px;
}

.section-link:hover {
    background: rgba(80, 115, 255, 0.15);
    transform: translateX(4px);
}

.front-taxonomies {
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 60%);
}

.taxonomy-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 28px;
}

.taxonomy-column h3 {
    margin-bottom: 15px;
}

/* ========================================================================== 
   Game Category Archive
   ========================================================================== */

.taxonomy-page {
    background: linear-gradient(180deg, #eef3fb 0%, #ffffff 65%);
}

.taxonomy-hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 96px 0 120px;
    position: relative;
    overflow: hidden;
}

.taxonomy-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.18), transparent 65%),
                radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.2), transparent 72%),
                radial-gradient(circle at 40% 85%, rgba(255, 255, 255, 0.16), transparent 70%);
    pointer-events: none;
}

.taxonomy-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
    align-items: stretch;
    z-index: 1;
}

.taxonomy-hero__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.taxonomy-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.taxonomy-hero__title {
    font-size: clamp(36px, 4.2vw, 50px);
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.015em;
}

.taxonomy-hero__desc {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
}

.taxonomy-hero__desc p {
    margin: 0 0 16px;
}

.taxonomy-hero__desc p:last-child {
    margin-bottom: 0;
}

.taxonomy-hero__search {
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.94);
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 25px 65px rgba(10, 14, 36, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}

.taxonomy-hero__search input[type="search"] {
    flex: 1;
    border: none;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 16px;
    outline: none;
}

.taxonomy-hero__search button {
    border: none;
    border-radius: 999px;
    padding: 12px 30px;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 14px 28px rgba(20, 28, 64, 0.25);
}

.taxonomy-hero__search button:hover {
    transform: translateY(-2px);
}

.taxonomy-hero__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.taxonomy-hero__stat {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px 22px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.taxonomy-hero__stat strong {
    display: block;
    font-size: 28px;
}

.taxonomy-hero__stat span {
    font-size: 14px;
    opacity: 0.85;
}

.taxonomy-hero__stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.taxonomy-hero__spotlight {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.taxonomy-hero__spotlight h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.taxonomy-hero__spotlight-list {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
}


.spotlight-track {
    width: 100%;
    overflow: hidden;
}

.spotlight-slide {
    min-width: 100%;
    transition: transform 0.35s ease, opacity 0.35s ease;
    opacity: 0.6;
}
.home-featured-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.home-featured-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    pointer-events: none;
}
.home-featured-card .featured-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.home-featured-card .featured-content {
    position: relative;
    z-index: 1;
}

.spotlight-slide .game-card::after {
    border-color: rgba(255, 255, 255, 0.25);
}

.spotlight-slide .game-card__body,
.spotlight-slide .game-card__title a,
.spotlight-slide .game-card__excerpt,
.spotlight-slide .game-card__info,
.spotlight-slide .game-card__footer,
.spotlight-slide .game-card__views {
    color: rgba(255, 255, 255, 0.95);
}

.spotlight-slide .game-card__footer {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.spotlight-slide .game-card__link {
    color: #fff;
}

.spotlight-slide .game-card__link:hover {
    color: #fff;
}

.spotlight-slide .game-card__link--primary {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.28);
}

.spotlight-slide .game-card__link--download {
    background: rgba(8, 18, 38, 0.72);
    border-color: rgba(255, 255, 255, 0.24);
}

.spotlight-slide .game-card__link--primary:hover,
.spotlight-slide .game-card__link--download:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.36);
}

.spotlight-nav {
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.spotlight-nav.prev {
    left: -20px;
}

.spotlight-nav.next {
    right: -20px;
}

.spotlight-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) translateY(-2px);
}

.spotlight-nav:disabled {
    opacity: 0.5;
    cursor: default;
    transform: translateY(-50%);
}

.spotlight-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.spotlight-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.spotlight-dot.is-active {
    background: #fff;
    transform: scale(1.2);
}

.taxonomy-section {
    padding: 90px 0;
}

.taxonomy-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
}

.taxonomy-main {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.taxonomy-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.taxonomy-filters,
.taxonomy-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.taxonomy-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(82, 108, 255, 0.08);
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.taxonomy-pill:hover {
    background: rgba(82, 108, 255, 0.16);
    transform: translateY(-2px);
}

.taxonomy-pill.is-active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    box-shadow: 0 16px 32px rgba(30, 42, 110, 0.25);
}

.taxonomy-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.taxonomy-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 5px;
    border-radius: 12px;
    background: #fff;
    color: var(--text-color);
    box-shadow: 0 12px 28px rgba(15, 17, 26, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.taxonomy-pagination .page-numbers:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(15, 17, 26, 0.12);
}

.taxonomy-pagination .page-numbers.current {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
}

.taxonomy-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.taxonomy-widget {
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 20px 42px rgba(15, 17, 26, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.taxonomy-widget h3 {
    margin: 0;
    font-size: 18px;
}

.taxonomy-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.taxonomy-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(240, 244, 255, 0.7);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, background 0.2s ease;
}

.taxonomy-list a:hover {
    background: rgba(82, 108, 255, 0.14);
    transform: translateX(6px);
}

.taxonomy-list span {
    font-size: 12px;
    color: #6b7280;
}

.taxonomy-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.taxonomy-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(236, 243, 255, 0.85);
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.taxonomy-chip:hover {
    background: rgba(82, 108, 255, 0.18);
    transform: translateY(-2px);
}

.taxonomy-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.taxonomy-tag-cloud a {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 10px;
    background: rgba(240, 244, 255, 0.7);
    color: var(--text-color);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.taxonomy-tag-cloud a:hover {
    background: rgba(82, 108, 255, 0.18);
    transform: translateY(-2px);
}

.taxonomy-empty {
    text-align: center;
    padding: 80px 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(15, 17, 26, 0.08);
}

.taxonomy-empty h3 {
    margin: 0 0 12px;
}

.taxonomy-empty p {
    margin: 0 0 26px;
    color: #666;
}

.taxonomy-empty__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 1280px) {
    .taxonomy-hero__grid {
        grid-template-columns: 1fr;
    }

    .taxonomy-hero__spotlight {
        order: -1;
    }
}

@media (max-width: 1024px) {
    .taxonomy-shell {
        grid-template-columns: 1fr;
    }

    .taxonomy-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .taxonomy-widget {
        flex: 1 1 280px;
    }
}

@media (max-width: 768px) {
        .spotlight-track {
            position: relative;
        }

        .spotlight-nav {
            top: 45%;
            width: 40px;
            height: 40px;
            background: rgba(3, 17, 38, 0.55);
            box-shadow: 0 6px 16px rgba(3, 17, 38, 0.25);
        }

        .spotlight-nav.prev {
            left: 6px;
        }

        .spotlight-nav.next {
            right: 6px;
        }

        .spotlight-nav:hover {
            transform: translateY(-45%) translateY(-2px);
        }

        .spotlight-nav:disabled {
            transform: translateY(-45%);
        }
    .taxonomy-hero {
        padding: 80px 0 90px;
    }

    .taxonomy-hero__search {
        flex-direction: column;
        border-radius: 28px;
        padding: 16px;
    }

    .taxonomy-hero__search button {
        width: 100%;
    }

    .taxonomy-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .taxonomy-filters,
    .taxonomy-sort {
        gap: 8px;
        flex-wrap: wrap;
    }

    .taxonomy-pill {
        padding: 7px 14px;
        font-size: 13px;
    }

    .taxonomy-empty {
        padding: 60px 24px;
    }

    .taxonomy-empty__actions {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .taxonomy-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .taxonomy-hero__stat {
        padding: 14px 16px;
    }

    .taxonomy-hero__stat strong {
        font-size: 22px;
    }

    .taxonomy-hero__stat span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .taxonomy-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .taxonomy-hero__stat {
        padding: 12px 14px;
    }

    .taxonomy-hero__stat strong {
        font-size: 20px;
    }

    .taxonomy-hero__stat span {
        font-size: 11px;
    }

    .taxonomy-widget {
        flex: 1 1 100%;
    }

    .taxonomy-controls {
        gap: 8px;
    }

    .taxonomy-filters,
    .taxonomy-sort {
        gap: 6px;
    }

    .taxonomy-pill {
        padding: 6px 12px;
        font-size: 12px;
    }
}

.taxonomy-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.taxonomy-column a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(210, 218, 235, 0.8);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.taxonomy-column a:hover {
    border-color: rgba(80, 115, 255, 0.45);
    transform: translateX(6px);
    box-shadow: 0 16px 30px rgba(46, 64, 117, 0.15);
}

.term-count {
    font-size: 12px;
    color: #999;
}

/* ==========================================================================
   Accessibility Contrast Enhancements
   ========================================================================== */

.tag-hero__description {
    color: rgba(235, 244, 255, 0.92);
}

.tag-hero__stat {
    background: rgba(4, 16, 36, 0.75);
    border-color: rgba(124, 196, 255, 0.32);
}

.tag-hero__stat span {
    color: rgba(223, 236, 255, 0.9);
}

.tag-highlight__inner {
    background: rgba(3, 11, 24, 0.92);
    border-color: rgba(124, 196, 255, 0.32);
}

.tag-highlight__badge {
    background: rgba(10, 34, 70, 0.92);
    color: rgba(236, 246, 255, 0.96);
    border: 1px solid rgba(118, 198, 255, 0.45);
}

.tag-highlight__meta li {
    background: rgba(6, 18, 38, 0.88);
    border-color: rgba(124, 196, 255, 0.28);
}

.tag-highlight__meta span {
    color: rgba(214, 232, 255, 0.92);
}

.tag-highlight__chips {
    color: rgba(228, 242, 255, 0.92);
}

.tag-highlight__chips a {
    background: rgba(10, 32, 66, 0.92);
    color: rgba(236, 246, 255, 0.96);
    border: 1px solid rgba(124, 196, 255, 0.38);
}

.tag-highlight__chips a:hover {
    color: #ffffff;
}

.tag-highlight__updated {
    background: rgba(6, 18, 38, 0.92);
    border-color: rgba(124, 196, 255, 0.38);
    color: rgba(235, 244, 255, 0.95);
}

.tag-highlight__updated strong {
    color: #f5f9ff;
}

.tag-core-hubs__header p {
    color: rgba(23, 34, 52, 0.85);
}

.tag-core-hubs__item {
    background: rgba(4, 14, 30, 0.94);
    border-color: rgba(124, 196, 255, 0.3);
    box-shadow: 0 26px 46px rgba(3, 12, 32, 0.2);
}

.tag-core-hubs__item--tagged::before {
    border-color: rgba(126, 204, 255, 0.42);
}

.tag-core-hubs__metric {
    color: rgba(214, 232, 255, 0.9);
}

.tag-core-hubs__badge {
    background: rgba(8, 24, 52, 0.96);
    color: rgba(240, 246, 255, 0.98);
    border-color: rgba(126, 204, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(18, 64, 124, 0.35);
}

.tag-core-hubs__badge--priority {
    background: rgba(52, 32, 6, 0.92);
    color: #ffe7b5;
    border-color: rgba(255, 214, 122, 0.6);
}

.tag-core-hubs__badge--tag {
    background: rgba(12, 44, 82, 0.9);
    color: rgba(204, 234, 255, 0.96);
    border-color: rgba(118, 198, 255, 0.6);
}

.tag-core-hubs__badge--conversion {
    background: rgba(10, 54, 42, 0.92);
    color: rgba(206, 255, 235, 0.96);
    border-color: rgba(120, 255, 210, 0.5);
}

.tag-core-hubs__excerpt {
    color: rgba(232, 240, 255, 0.9);
}

.tag-core-hubs__meta li {
    background: rgba(8, 20, 46, 0.9);
    border-color: rgba(124, 196, 255, 0.32);
}

.tag-core-hubs__meta span {
    color: rgba(214, 232, 255, 0.9);
}

.tag-core-hubs__meta strong {
    color: #f6faff;
}

.tag-core-hubs__signals {
    color: rgba(214, 232, 255, 0.88);
}

.tag-core-hubs__signals strong {
    color: #f8fbff;
}

.tag-listing__header p {
    color: rgba(23, 34, 52, 0.85);
}

.tag-listing__item {
    background: rgba(4, 14, 30, 0.94);
    border-color: rgba(124, 196, 255, 0.28);
}

.tag-listing__excerpt {
    color: rgba(232, 242, 255, 0.9);
}

.tag-listing__meta span {
    color: rgba(210, 230, 255, 0.9);
}

.tag-listing__meta strong {
    color: #f6faff;
}

.tag-listing__link {
    color: #9de6ff;
}

.tag-listing__link:hover {
    color: #c4f1ff;
}

.tag-insights__column {
    background: rgba(6, 18, 38, 0.92);
    border-color: rgba(124, 196, 255, 0.26);
}

.tag-insights__column li a {
    background: rgba(8, 20, 46, 0.92);
    color: rgba(236, 244, 255, 0.95);
}

.tag-insights__column li a:hover {
    color: #ffffff;
}

.tag-insights__count {
    color: rgba(206, 228, 255, 0.9);
}

.tag-faq {
    padding: 60px 0;
    background: linear-gradient(160deg, rgba(236, 244, 255, 0.6) 0%, rgba(220, 234, 255, 0.35) 48%, rgba(240, 248, 255, 0.75) 100%);
}

.tag-faq__header {
    margin-bottom: 32px;
    display: grid;
    gap: 10px;
    text-align: left;
}

.tag-faq__header h2 {
    margin: 0;
    font-size: 28px;
    color: #0a1526;
}

.tag-faq__header p {
    margin: 0;
    color: rgba(32, 45, 66, 0.85);
}

.tag-faq__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.tag-faq__item {
    background: #ffffff;
    border: 1px solid rgba(166, 192, 220, 0.6);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(36, 52, 88, 0.1);
    overflow: hidden;
}

.tag-faq__question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #0a1526;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tag-faq__question:hover,
.tag-faq__question:focus {
    background: rgba(66, 125, 255, 0.08);
    outline: none;
}

.tag-faq__question:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(66, 125, 255, 0.35);
}

.tag-faq__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(66, 125, 255, 0.12);
    color: rgba(32, 45, 66, 0.85);
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}

.tag-faq__question[aria-expanded="true"] .tag-faq__icon {
    background: rgba(66, 125, 255, 0.22);
    color: #0a1526;
}

.tag-faq__answer {
    padding: 0 24px 22px;
    color: #233048;
    line-height: 1.65;
}

.tag-faq__answer p {
    margin: 0;
}

.tag-faq--empty {
    background: linear-gradient(160deg, rgba(236, 244, 255, 0.4), rgba(222, 236, 255, 0.32));
}

@media (max-width: 768px) {
    .tag-faq__question {
        flex-direction: column;
        align-items: flex-start;
    }

    .tag-faq__icon {
        margin-top: 8px;
    }
}

.front-hero .hero-desc {
    color: rgba(255, 255, 255, 0.95);
    opacity: 1;
}

.hero-stats .stat-item {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.hero-stats .stat-item span {
    opacity: 1;
    color: rgba(240, 244, 255, 0.92);
}

.highlight-card {
    background: rgba(5, 14, 32, 0.9);
    color: rgba(238, 244, 255, 0.98);
    border: 1px solid rgba(124, 196, 255, 0.32);
}

.highlight-card::before {
    border-color: rgba(124, 196, 255, 0.32);
}

.highlight-card h2 {
    color: rgba(238, 244, 255, 0.88);
}

.highlight-body .page-type-badge {
    background: rgba(14, 38, 70, 0.85);
    color: rgba(232, 244, 255, 0.96);
}

.highlight-body h3 a {
    color: rgba(246, 248, 255, 0.98);
}

.highlight-excerpt {
    color: rgba(231, 240, 255, 0.92);
}

.highlight-link {
    color: rgba(226, 240, 255, 0.96);
}

.highlight-link:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .front-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-highlight {
        order: -1;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .front-hero {
        padding: 68px 0 84px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-search {
        flex-direction: column;
        border-radius: 28px;
        padding: 16px;
    }

    .hero-search-button {
        width: 100%;
    }

    .highlight-card {
        padding: 22px;
    }

    .highlight-entry {
        grid-template-columns: 1fr;
    }

    .game-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .game-card__body {
        padding: 20px;
    }

    .game-card__footer {
        padding: 16px 20px 22px;
    }

    .taxonomy-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hero-stats .stat-item {
        padding: 14px 16px;
    }

    .hero-stats .stat-item strong {
        font-size: 20px;
    }

    .hero-stats .stat-item span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .front-page .site-container {
        width: calc(100% - 32px);
    }

    .section-header h2 {
        font-size: 28px;
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .site-header,
    .site-footer,
    .breadcrumbs,
    .related-content-section,
    .menu-toggle {
        display: none;
    }
}
