:root {
    --navy: #0d2343;
    --navy-2: #102d50;
    --violet: #7546e9;
    --violet-2: #a34df2;
    --orange: #ff7950;
    --orange-2: #ff5d46;
    --ink: #132844;
    --muted: #6c7890;
    --line: #e7ebf3;
    --surface: #fff;
    --surface-2: #f7f9fc;
    --shadow: 0 12px 32px rgba(20, 43, 76, .09);
    --radius: 16px;
    --container: min(100% - 32px, 1400px);
    --ease: cubic-bezier(.2, .8, .2, 1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55
}

body.menu-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button,
input {
    font: inherit
}

button {
    cursor: pointer
}

.container {
    width: var(--container);
    margin-inline: auto
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.skip-link {
    z-index: 9999
}

.skip-link:focus {
    position: fixed !important;
    top: 10px;
    left: 10px;
    width: auto !important;
    height: auto !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    clip: auto !important;
    background: #fff;
    color: #111;
    border-radius: 8px;
    box-shadow: var(--shadow)
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -.03em;
    white-space: nowrap
}

.brand__egg {
    position: relative;
    width: 36px;
height: 44px;
    display: inline-block;
    flex-shrink: 0;

    background: url("../images/logo.png") center center / contain no-repeat;

    transform: rotate(9deg);
}


.brand__name {
    font-size: 21px
}

.brand__name span {
    color: var(--orange)
}

.brand--footer .brand__name {
    color: #fff
}

.brand--footer .brand__egg {
    width: 36px;
    height: 44px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffffed;
    border-bottom: 1px solid #e9edf4;
    backdrop-filter: blur(16px);
    transition: box-shadow .25s var(--ease)
}

.site-header.is-scrolled {
    box-shadow: 0 8px 24px #102d5010
}

.site-header__inner {
    width: var(--container);
    min-height: 64px;
    margin: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px
}

.primary-nav__list,
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.primary-nav__list a,
.footer-nav a {
    white-space: nowrap;
}
.primary-nav a {
    position: relative;
    display: block;
    padding: 22px 0 19px;
    color: #30405a;
    font-size: 13px;
    font-weight: 600
}

.primary-nav a:hover,
.primary-nav .current-menu-item>a,
.primary-nav .current_page_item>a {
    color: var(--violet)
}

.primary-nav .current-menu-item>a:after,
.primary-nav .current_page_item>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--orange);
    border-radius: 2px
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.header-search {
    width: min(270px, 25vw);
    height: 38px;
    background: #f2f4f8;
    border: 1px solid #e9edf4;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #768198
}

.header-search svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    flex: 0 0 auto
}

.header-search input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    color: var(--ink);
    font-size: 11px
}

.header-search button {
    border: 0;
    background: transparent;
    color: #748096;
    padding: 3px
}

.icon-button {
    position: relative;
    border: 0;
    background: transparent;
    color: #152b4b;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    display: grid;
    place-items: center
}

.icon-button:hover {
    background: #f0f2f7
}

.notification-button i {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--orange);
    border-radius: 50%;
    right: 7px;
    top: 6px
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    width: 42px;
    height: 42px;
    padding: 9px
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    background: var(--ink);
    margin: 5px 0;
    border-radius: 2px
}

.hero {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: url("../images/hero-bg.png") center center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #fff 0%,
        #fff 27%,
        rgba(255, 255, 255, 0.96) 34%,
        rgba(255, 255, 255, 0.72) 43%,
        rgba(255, 255, 255, 0.30) 53%,
        rgba(255, 255, 255, 0) 64%
    );
    pointer-events: none;
    z-index: 1;
}
.hero__scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 2;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero__copy {
    width: min(620px, 58%);
    padding: 44px 0 34px;
}

.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 10px;
    font-weight: 800;
    color: #52647c
}

.hero h1 {
    font-size: clamp(38px, 4vw, 57px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 0 0 18px;
    font-weight: 850
}

.hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--violet), var(--orange));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero__lead {
    max-width: 550px;
    margin: 0 0 22px;
    color: #344b65;
    font-size: 13px;
    line-height: 1.65
}

.site-search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dfe5ed;
    border-radius: 999px;
    padding: 5px 5px 5px 18px;
    box-shadow: 0 9px 24px #2e4c7020
}

.site-search-form:before {
    content: "⌕";
    font-size: 20px;
    color: #77869b
}

.site-search-form input {
    border: 0;
    outline: 0;
    min-width: 0;
    flex: 1;
    background: transparent;
    padding: 9px 10px;
    font-size: 12px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--violet), #9147ef);
    color: #fff;
    padding: 11px 18px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 7px 18px #7546e932;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px #7546e940
}

.button span {
    font-size: 17px;
    line-height: 0
}

.site-search-form .button {
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    box-shadow: none
}

.chip-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 10px
}

.chip {
    border: 1px solid #d9e1eb;
    background: #f8fafc;
    border-radius: 999px;
    padding: 5px 13px;
    color: #334761;
    font-size: 10px;
    font-weight: 700
}

.chip:hover,
.chip--active {
    color: #fff;
    background: var(--violet);
    border-color: var(--violet)
}

.chip--add {
    font-size: 16px;
    padding: 0;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center
}

.hero__quote {
    position: absolute;
    right: 5%;
    bottom: 42px;

    width: 220px;
    padding: 14px 18px;

    color: var(--navy);
    text-align: right;

    background: rgba(251, 252, 255, .82);

    border-radius: 12px;

    z-index: 3;
}

.hero__quote span {
    display: block;

    margin-bottom: 4px;

    font-family: inherit;
    font-size: 32px;
    font-weight: 900;
    line-height: .5;

    color: var(--violet);
}

.hero__quote p {
    margin: 0;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--navy);
}

.hero__quote::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin: 9px 0 0 auto;

    border-radius: 999px;

    background: var(--orange);
}
.home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    padding-block: 16px 42px
}

.home-main {
    min-width: 0
}

.home-side {
    min-width: 0
}

.featured-card {
    position: relative;
    min-height: 315px;
    border-radius: 16px;
    overflow: hidden;
    background: #172b48;
    color: #fff;
    box-shadow: var(--shadow)
}

.featured-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #122744f2 0%, #132a48d9 40%, #10264070 70%, #10264022 100%)
}

.featured-card__content {
    position: relative;
    width: min(590px, 68%);
    padding: 25px 22px
}

.tag-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    align-items: center
}

.tag {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ffffff18;
    border: 1px solid #ffffff25;
    color: #fff;
    font-size: 9px;
    font-weight: 800
}

.tag--violet {
    background: #7648e9
}

.tag--dark {
    background: #152943b8
}

.featured-card h2 {
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.03em;
    margin: 20px 0 9px
}

.featured-card p {
    font-size: 11px;
    color: #dce5ef;
    line-height: 1.55;
    margin: 12px 0 15px
}

.button--orange {
    background: linear-gradient(135deg, var(--orange), #ff9952);
    box-shadow: 0 7px 18px #ff744050
}

.featured-meta {
    display: flex;
    gap: 18px;
    color: #dce5ef;
    font-size: 10px;
    margin-top: 18px
}

.featured-thumbs {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    gap: 6px
}

.featured-thumbs img,
.featured-thumbs b {
    width: 54px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #fff8;
    object-fit: cover;
    display: block
}

.featured-thumbs b {
    display: grid;
    place-items: center;
    background: #182c48cc;
    color: #fff;
    font-size: 11px
}

.section-block {
    margin-top: 26px
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 12px
}

.section-heading h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    margin: 0;
    letter-spacing: -.02em
}

.section-heading>a {
    font-size: 10px;
    font-weight: 800;
    color: #8a54d8
}

.section-icon {
    font-size: 18px;
    color: var(--violet)
}

.section-heading--compact h2 {
    font-size: 13px
}

.section-heading--compact>a,
.section-heading--compact>span {
    font-size: 9px;
    color: #a2575a
}

.post-grid {
    display: grid;
    gap: 12px
}

.post-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.post-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.post-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.post-card,
.article-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 5px 18px #2d476f0b;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.post-card:hover,
.article-card:hover,
.game-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.post-card__image,
.article-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1.62;
    overflow: hidden;
    background: #dce7f1
}

.post-card__image img,
.article-card__image img,
.game-card img,
.rank-row img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.bookmark {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #142c49b9;
    color: #fff;
    font-size: 14px
}

.post-card__body,
.article-card__body {
    padding: 11px 12px 12px
}

.post-card__body small {
    color: #6957c8;
    font-size: 9px;
    font-weight: 800
}

.post-card h2,
.post-card h3,
.article-card h3 {
    font-size: 12px;
    line-height: 1.25;
    margin: 5px 0;
    color: #19304e
}

.post-card p {
    font-size: 10px;
    line-height: 1.5;
    color: #738096;
    margin: 0 0 12px
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8792a3;
    font-size: 8px
}

.card-meta span {
    white-space: nowrap
}

.games-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px
}

.game-card {
    border: 1px solid #e7ebf1;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.game-card a {
    display: block;
    padding-bottom: 10px
}

.game-card img {
    aspect-ratio: 1.42
}

.game-card strong,
.game-card small {
    display: block;
    padding-inline: 9px
}

.game-card strong {
    font-size: 10px;
    margin-top: 8px
}

.game-card small {
    font-size: 8px;
    color: #8894a7;
    margin-top: 2px
}

.article-card__image {
    aspect-ratio: 1.65
}

.article-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 4px 7px;
    border-radius: 5px;
    background: #fff;
    color: var(--violet);
    font-size: 7px;
    font-weight: 900
}

.article-card h3 {
    font-size: 11px;
    min-height: 30px
}

.map-card,
.sidebar-card {
    background: #fff;
    border: 1px solid #e6ebf3;
    border-radius: 13px;
    box-shadow: 0 6px 22px #29466e0b;
    overflow: hidden
}

.map-card {
    padding: 12px
}

.map-visual {
    position: relative;
    height: 170px;
    border-radius: 9px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 60%, #c6d99f, #b5cb8e 35%, #8fb36f 36% 60%, #739b62 61%);
    border: 1px solid #d5ddca
}

.map-visual:before,
.map-visual:after {
    content: "";
    position: absolute;
    inset: -10%;
    background: repeating-linear-gradient(30deg, transparent 0 27px, #ffffff45 28px 30px, transparent 31px 56px);
    transform: rotate(-13deg)
}

.map-visual:after {
    background: repeating-linear-gradient(112deg, transparent 0 38px, #5f8b6c55 39px 41px, transparent 42px 76px);
    transform: rotate(7deg)
}

.map-road {
    position: absolute;
    z-index: 1;
    display: block;
    border: 3px solid #e8e0c2aa;
    border-radius: 50%;
    width: 120%;
    height: 55%;
    left: -10%;
    top: 15%;
    transform: rotate(24deg)
}

.road-2 {
    top: 56%;
    left: -5%;
    width: 110%;
    transform: rotate(-17deg)
}

.pin {
    position: absolute;
    z-index: 3;
    color: #7d4be7;
    text-shadow: 0 2px 4px #263c4c88;
    font-size: 19px
}

.p1 {
    left: 18%;
    top: 28%
}

.p2 {
    left: 39%;
    top: 58%;
    color: #ffad34
}

.p3 {
    left: 62%;
    top: 25%;
    color: #e8538e
}

.p4 {
    left: 80%;
    top: 48%;
    color: #8c4dea
}

.p5 {
    left: 54%;
    top: 72%;
    color: #ff8b2f
}

.map-tooltip {
    position: absolute;
    z-index: 4;
    left: 38%;
    top: 44%;
    background: #fff;
    border-radius: 7px;
    padding: 7px 9px;
    box-shadow: 0 5px 14px #203a5a25;
    display: grid;
    gap: 1px;
    min-width: 122px
}

.map-tooltip strong {
    font-size: 8px
}

.map-tooltip small,
.map-tooltip span {
    font-size: 7px;
    color: #77859a
}

.map-zoom {
    position: absolute;
    z-index: 5;
    right: 6px;
    top: 6px;
    display: grid
}

.map-zoom button {
    width: 24px;
    height: 24px;
    border: 1px solid #e3e8ee;
    background: #fff;
    font-weight: 700
}

.map-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 11px 3px
}

.map-stats span {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center
}

.map-stats b {
    grid-row: span 2;
    color: var(--violet)
}

.map-stats strong {
    font-size: 11px
}

.map-stats small {
    font-size: 7px;
    color: #8590a1
}

.map-card>.button {
    width: 100%;
    margin-top: 2px
}

.popular-card {
    padding: 12px;
    margin-top: 14px
}

.rank-row {
    display: grid;
    grid-template-columns: 18px 42px 1fr 10px;
    gap: 7px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #edf0f5
}

.rank-row:last-child {
    border-bottom: 0
}

.rank-row>b {
    font-size: 10px;
    color: #64738a;
    text-align: center
}

.rank-row img {
    width: 42px;
    height: 34px;
    border-radius: 5px
}

.rank-row span {
    min-width: 0
}

.rank-row strong,
.rank-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rank-row strong {
    font-size: 9px
}

.rank-row small {
    font-size: 7px;
    color: #8994a5;
    margin-top: 2px
}

.rank-row i {
    font-style: normal;
    color: #8b96a7
}

.random-card {
    margin-top: 14px;
    padding: 16px 12px;
    background: linear-gradient(125deg, #7241e5, #9345ee 52%, #ff7751);
    border-radius: 13px;
    color: #fff;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    align-items: center;
    box-shadow: 0 10px 25px #7648e933
}

.random-card__dice {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #ffffff24;
    border-radius: 10px;
    font-size: 25px
}

.random-card strong,
.random-card small {
    display: block
}

.random-card strong {
    font-size: 11px
}

.random-card small {
    font-size: 8px;
    color: #f1eaff;
    margin-top: 2px
}

.random-card .button--light {
    grid-column: 1/-1;
    background: #fff;
    color: var(--violet);
    box-shadow: none;
    font-size: 9px;
    padding: 9px
}

.archive-header {
    padding: 50px 0 26px
}

.archive-header h1 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 0 0 10px
}

.archive-header p {
    max-width: 700px;
    color: var(--muted);
    margin: 0
}

.archive-header .site-search-form {
    max-width: 650px;
    margin-top: 20px
}

.page-shell {
    min-height: 55vh
}

.content-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px
}

.pagination {
    margin: 30px 0
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap
}

.page-numbers {
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    font-size: 12px
}

.page-numbers.current {
    background: var(--violet);
    border-color: var(--violet);
    color: #fff
}

.single-entry {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 50px
}

.single-entry__header {
    padding: 55px 0 24px
}

.single-entry__header h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.03;
    letter-spacing: -.05em;
    margin: 0 0 13px
}

.entry-meta {
    font-size: 11px;
    color: #77849a
}

.single-entry__image {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #dce7f1
}

.single-entry__image img {
    width: 100%;
    display: block;
    aspect-ratio: 1.8;
    object-fit: cover
}

.single-entry__body {
    padding: 28px 5%;
}

.prose {
    font-size: 16px;
    color: #3d5069
}

.prose h2,
.prose h3 {
    color: var(--ink);
    line-height: 1.15
}

.prose img {
    max-width: 100%;
    height: auto
}

.prose a {
    color: var(--violet);
    text-decoration: underline
}

.prose blockquote {
    border-left: 3px solid var(--orange);
    padding-left: 18px;
    color: #53657d
}

.empty-state,
.error-404 {
    padding: 80px 0;
    text-align: center
}

.empty-state {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding-inline: 25px
}

.error-code {
    display: block;
    font-size: clamp(80px, 15vw, 170px);
    font-weight: 900;
    letter-spacing: -.08em;
    background: linear-gradient(90deg, var(--violet), var(--orange));
    -webkit-background-clip: text;
    color: transparent;
    line-height: .9;
    margin-bottom: 20px
}

.error-404 h1 {
    font-size: clamp(32px, 5vw, 58px);
    letter-spacing: -.05em;
    margin: 8px auto;
    max-width: 720px
}

.error-404 p {
    max-width: 570px;
    margin: 0 auto 24px;
    color: var(--muted)
}

.error-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.error-actions .search-form {
    width: min(450px, 100%)
}

.comments-area {
    border-top: 1px solid var(--line);
    padding-top: 28px;
    margin-top: 35px
}

.comment-list {
    padding-left: 20px
}

.comment-body {
    margin-bottom: 20px
}

.comment-meta {
    font-size: 11px;
    color: var(--muted)
}

.comment-content {
    font-size: 14px
}

.comment-form {
    display: grid;
    gap: 12px
}

.comment-form input,
.comment-form textarea {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 11px;
    background: #fff;
    width: 100%
}

.comment-form textarea {
    min-height: 140px
}

.comment-form .submit {
    border: 0;
    border-radius: 999px;
    background: var(--violet);
    color: #fff;
    padding: 11px 18px;
    font-weight: 800
}

.site-footer {
    position: relative;
    margin-top: 35px;
    min-height: 500px;
    background: #0d223d url("../images/footer-bg.png") center -150px / cover no-repeat;
    color: #dbe6f2;
    overflow: hidden;
}
.site-footer {
    position: relative;
}

.site-footer > * {
    transform: translateY(265px);
}
.footer__top,
.footer__bottom {
    position: relative;
    z-index: 1;
}

.footer__top {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.4fr;
    gap: 30px;
    padding-block: 44px 34px;
}

.footer-brand p {
    font-size: 11px;
    color: #aabbd0;
    margin: 10px 0;
}

.footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.footer-nav a,
.footer-legal a {
    font-size: 10px;
    color: #b9c9db;
}

.footer-newsletter {
    display: grid;
    gap: 6px;
    max-width: 420px;
    justify-self: end;
}

.footer-newsletter strong {
    font-size: 16px;
    color: #fff;
}

.footer-newsletter span {
    font-size: 10px;
    color: #9eb1c8;
}

.newsletter-form {
    display: flex;
    margin-top: 7px;
    background: #fff;
    border-radius: 999px;
    padding: 4px;
}

.newsletter-form input {
    border: 0;
    outline: 0;
    min-width: 0;
    flex: 1;
    padding: 8px 12px;
    font-size: 10px;
    border-radius: 999px;
}

.newsletter-form button {
    border: 0;
    background: var(--violet);
    color: #fff;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 9px;
    font-weight: 800;
}

.footer__bottom {
    border-top: 1px solid #ffffff18;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding-block: 15px;
    font-size: 8px;
    color: #8fa3ba;
}

.footer-legal,
.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: #fff;
    font-size: 13px;
}
.dark-mode body {
    background: #0d1829;
    color: #e7eef7
}

.dark-mode .site-header,
.dark-mode .post-card,
.dark-mode .article-card,
.dark-mode .game-card,
.dark-mode .map-card,
.dark-mode .sidebar-card,
.dark-mode .empty-state,
.dark-mode .page-numbers {
    background: #132238;
    border-color: #22364f
}

.dark-mode .primary-nav a,
.dark-mode .icon-button,
.dark-mode .post-card h2,
.dark-mode .post-card h3,
.dark-mode .article-card h3,
.dark-mode .game-card strong,
.dark-mode .archive-header h1,
.dark-mode .single-entry__header h1,
.dark-mode .prose h2,
.dark-mode .prose h3 {
    color: #e7eef7
}

.dark-mode .header-search,
.dark-mode .site-search-form {
    background: #182a42;
    border-color: #29415f
}

.dark-mode .header-search input,
.dark-mode .site-search-form input {
    color: #fff
}

.dark-mode .post-card p,
.dark-mode .prose,
.dark-mode .archive-header p {
    color: #a8b6c8
}

@media (max-width:1100px) {
    .site-header__inner {
        grid-template-columns: auto 1fr auto;
        gap: 15px
    }

    .primary-nav__list {
        gap: 15px
    }

    .header-search {
        width: 220px
    }

    .home-layout,
    .content-with-sidebar {
        grid-template-columns: minmax(0, 1fr) 270px
    }

    .post-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .games-row {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .hero__quote {
        margin-right: 2%
    }
}

@media (max-width:860px) {
    .site-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between
    }

    .nav-toggle {
        display: block
    }

    .primary-nav {
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--line);
        padding: 10px var(--container);
        transform: translateY(-130%);
        opacity: 0;
        pointer-events: none;
        transition: .25s var(--ease);
        box-shadow: 0 18px 30px #17345512
    }

    .primary-nav.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .primary-nav__list {
        display: grid;
        gap: 0
    }

    .primary-nav a {
        padding: 14px 4px
    }

    .primary-nav .current-menu-item>a:after,
    .primary-nav .current_page_item>a:after {
        display: none
    }

    .header-actions {
        display: none
    }

    .hero {
        min-height: 480px
    }

    .hero__content {
        min-height: 480px
    }

    .hero__copy {
        width: 72%;
        padding-top: 55px
    }

    .hero__quote {
        display: none
    }

    .home-layout,
    .content-with-sidebar {
        grid-template-columns: 1fr
    }

    .home-side {
        order: 2
    }

    .sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .sidebar .map-card {
        grid-column: 1/-1
    }

    .sidebar .popular-card,
    .sidebar .random-card {
        margin-top: 0
    }

    .footer__top {
        grid-template-columns: 1fr 1fr
    }

    .footer-newsletter {
        justify-self: start
    }

    .footer__bottom {
        grid-template-columns: 1fr auto
    }

    .footer-social {
        display: none
    }
}

@media (max-width:600px) {
    :root {
        --container: min(100% - 24px, 1400px)
    }

    .site-header__inner {
        min-height: 58px
    }

    .brand__name {
        font-size: 18px
    }

    .brand__egg {
        width: 27px;
        height: 33px
    }

    .primary-nav {
        top: 59px
    }

    .hero {
        min-height: 540px
    }

    .hero__content {
        min-height: 540px;
        align-items: flex-start
    }

    .hero__scene {
        opacity: .75
    }

    .hero__copy {
        width: 100%;
        padding-top: 52px
    }

    .hero h1 {
        font-size: clamp(36px, 11vw, 49px)
    }

    .hero__lead {
        max-width: 450px
    }

    .site-search-form {
        padding-left: 13px
    }

    .chip-row {
        max-width: 360px
    }

    .featured-card {
        min-height: 430px
    }

    .featured-card__content {
        width: 100%;
        padding: 20px
    }

    .featured-card__overlay {
        background: linear-gradient(90deg, #122744f5, #132a48c8 72%, #132a4860)
    }

    .featured-card h2 {
        font-size: 25px
    }

    .featured-thumbs {
        right: 12px;
        bottom: 12px
    }

    .featured-thumbs img {
        width: 43px;
        height: 38px
    }

    .post-grid--four,
    .post-grid--three,
    .post-grid--two {
        grid-template-columns: 1fr
    }

    .games-row {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sidebar {
        display: block
    }

    .sidebar .map-card,
    .sidebar .popular-card,
    .sidebar .random-card {
        margin-top: 14px
    }

    .sidebar .map-card {
        margin-top: 0
    }

    .archive-header {
        padding: 35px 0 22px
    }

    .archive-header h1 {
        font-size: 36px
    }

    .single-entry__header {
        padding: 35px 0 20px
    }

    .single-entry__image {
        border-radius: 12px
    }

    .single-entry__body {
        padding: 22px 0
    }

    .footer__top {
        grid-template-columns: 1fr;
        padding-block: 35px 28px
    }

    .footer-newsletter {
        max-width: none
    }

    .footer__bottom {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .footer-legal {
        flex-wrap: wrap
    }

    .map-visual {
        height: 190px
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition: none !important;
        animation: none !important
    }
}
@media (max-width: 600px) {

    :root {
        --container: min(100% - 24px, 1400px);
    }


    /* =========================
       HEADER
    ========================= */

    .site-header__inner {
        min-height: 58px;
    }

    .brand {
        gap: 8px;
    }

    .brand__name {
        font-size: 18px;
    }

    .brand__egg,
    .brand--footer .brand__egg {
        width: 34px;
        height: 42px;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .primary-nav {
        top: 59px;
    }

    .primary-nav a {
        padding: 13px 4px;
        font-size: 13px;
    }


    /* =========================
       HERO
    ========================= */

    .hero {
        min-height: 540px;

        /*
         * Na mobilu necháme obrázek více
         * jako vizuální pozadí.
         */
        background-position: 65% center;
    }

    .hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, .96) 0%,
            rgba(255, 255, 255, .88) 32%,
            rgba(255, 255, 255, .45) 55%,
            rgba(255, 255, 255, .05) 78%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .hero__content {
        min-height: 540px;
        align-items: flex-start;
    }

    .hero__copy {
        width: 100%;
        padding: 48px 0 30px;
    }

    .eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
    }

    .hero h1 {
        max-width: 100%;

        font-size: clamp(36px, 11vw, 49px);
        line-height: 1.02;

        margin-bottom: 15px;
    }

    .hero__lead {
        max-width: 450px;

        font-size: 12px;
        line-height: 1.6;

        margin-bottom: 18px;
    }

    .site-search-form {
        padding-left: 13px;
    }

    .site-search-form input {
        font-size: 11px;
        padding: 8px 8px;
    }

    .site-search-form .button {
        padding: 10px 14px;
    }

    .chip-row {
        max-width: 360px;
        gap: 6px;
    }

    .chip {
        padding: 5px 11px;
        font-size: 9px;
    }

    /*
     * Quote na mobilu schováme.
     * Na malé šířce by překážel hlavnímu
     * textu a obrázku.
     */
    .hero__quote {
        display: none;
    }


    /* =========================
       HOME LAYOUT
    ========================= */

    .home-layout,
    .content-with-sidebar {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-main {
        min-width: 0;
    }

    .home-side {
        order: 2;
    }


    /* =========================
       FEATURED CARD
    ========================= */

    .featured-card {
        min-height: 430px;
        border-radius: 14px;
    }

    .featured-card__content {
        width: 100%;
        padding: 20px;
    }

    .featured-card__overlay {
        background: linear-gradient(
            90deg,
            #122744f5 0%,
            #132a48c8 72%,
            #132a4860 100%
        );
    }

    .featured-card h2 {
        font-size: 25px;
        line-height: 1.1;
    }

    .featured-card p {
        font-size: 10px;
    }

    .featured-meta {
        gap: 12px;
        flex-wrap: wrap;
    }

    .featured-thumbs {
        right: 12px;
        bottom: 12px;
    }

    .featured-thumbs img,
    .featured-thumbs b {
        width: 43px;
        height: 38px;
    }


    /* =========================
       POST GRID
    ========================= */

    .post-grid--four,
    .post-grid--three,
    .post-grid--two {
        grid-template-columns: 1fr;
    }

    .post-card__body,
    .article-card__body {
        padding: 12px;
    }


    /* =========================
       GAMES
    ========================= */

    .games-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .game-card strong {
        font-size: 10px;
    }

    .game-card small {
        font-size: 8px;
    }


    /* =========================
       SIDEBAR
    ========================= */

    .sidebar {
        display: block;
    }

    .sidebar .map-card,
    .sidebar .popular-card,
    .sidebar .random-card {
        margin-top: 14px;
    }

    .sidebar .map-card {
        margin-top: 0;
    }

    .map-visual {
        height: 190px;
    }


    /* =========================
       ARCHIVE
    ========================= */

    .archive-header {
        padding: 35px 0 22px;
    }

    .archive-header h1 {
        font-size: 36px;
        line-height: 1.05;
    }


    /* =========================
       SINGLE
    ========================= */

    .single-entry__header {
        padding: 35px 0 20px;
    }

    .single-entry__header h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .single-entry__image {
        border-radius: 12px;
    }

    .single-entry__body {
        padding: 22px 0;
    }


    /* =========================
       FOOTER
    ========================= */

    .site-footer {
        min-height: 0;

        background-position: center top;
        background-size: auto 100%;
    }

    .footer__top {
        grid-template-columns: 1fr;

        gap: 30px;

        padding-block: 45px 35px;
    }

    .footer-brand p {
        max-width: 300px;
        font-size: 10px;
        line-height: 1.55;
    }

    .footer-nav {
        justify-content: flex-start;
        gap: 10px 20px;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .footer-newsletter {
        width: 100%;
        max-width: none;

        justify-self: start;
    }

    .footer-newsletter strong {
        font-size: 15px;
    }

    .footer-newsletter span {
        font-size: 10px;
        line-height: 1.5;
    }

    .newsletter-form {
        width: 100%;
    }

    .newsletter-form input {
        font-size: 10px;
    }

    .newsletter-form button {
        padding-inline: 13px;
    }

    .footer__bottom {
        grid-template-columns: 1fr;

        gap: 12px;

        padding-block: 18px;
    }

    .footer-legal {
        flex-wrap: wrap;
        gap: 9px 15px;
    }

    .footer-legal a {
        font-size: 9px;
    }

    .footer-social {
        display: flex;
    }
}