:root {
    --bg: #001844;
    --bg-deep: #00071d;
    --panel: #06296b;
    --panel-soft: #0a3a8b;
    --line: rgba(85, 166, 255, 0.28);
    --line-bright: rgba(87, 183, 255, 0.58);
    --text: #ffffff;
    --muted: #a9c7ef;
    --gold: #ffc42d;
    --gold-deep: #f19909;
    --cyan: #19d8ff;
    --green: #26ee72;
    --danger: #ff5578;
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 138, 255, 0.24), transparent 34rem),
        linear-gradient(180deg, #000716 0%, var(--bg) 38%, #001037 100%);
    color: var(--text);
    font-family: "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

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

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

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

.skip-link:focus {
    position: fixed;
    z-index: 50;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    background: var(--gold);
    color: #091430;
    border-radius: 8px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(87, 183, 255, 0.32);
    background: rgba(0, 6, 22, 0.88);
    backdrop-filter: blur(18px);
}

.header-shell {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 170px;
}

.brand .custom-logo {
    width: auto;
    max-height: 64px;
}

.brand-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 72px;
    height: 54px;
    color: #091430;
    font-size: 46px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    transform: skew(-12deg);
    text-shadow: 1px 1px 0 #fff;
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: 4px 8px;
    z-index: -1;
    background: linear-gradient(135deg, #0bf0ff, #0577ff 55%, #022c74);
    border: 2px solid #8df8ff;
    box-shadow: 0 0 18px rgba(21, 207, 255, 0.8);
    transform: skew(-18deg);
}

.brand-text {
    color: var(--gold);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 12px rgba(255, 196, 45, 0.6);
}

.primary-nav {
    flex: 1;
}

.primary-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 38px);
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav a {
    position: relative;
    display: block;
    padding: 31px 0;
    color: #f5f8ff;
    font-weight: 700;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    transform: translateX(-50%);
    transition: width 0.2s ease;
}

.primary-nav a:hover::after {
    width: 54px;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-gold {
    background: linear-gradient(180deg, #ffe579 0%, var(--gold) 42%, var(--gold-deep) 100%);
    color: #17120a;
    box-shadow: 0 10px 24px rgba(255, 178, 17, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-ghost {
    border-color: rgba(29, 142, 255, 0.68);
    background: rgba(2, 29, 77, 0.86);
    color: #f4f9ff;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(9, 49, 119, 0.7);
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #fff;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    border-bottom: 1px solid rgba(87, 183, 255, 0.28);
    background:
        linear-gradient(90deg, rgba(0, 13, 49, 0.96) 0%, rgba(0, 37, 105, 0.92) 46%, rgba(3, 30, 84, 0.68) 100%),
        radial-gradient(circle at 78% 26%, rgba(255, 196, 45, 0.24), transparent 18rem),
        radial-gradient(circle at 58% 12%, rgba(0, 170, 255, 0.24), transparent 22rem);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 196, 45, 0.22) 1px, transparent 1px);
    background-position: 0 0, 20px 40px;
    background-size: 60px 60px, 96px 96px;
    opacity: 0.24;
}

.hero-glow {
    position: absolute;
    left: 52%;
    top: -80px;
    width: 250px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 196, 45, 0.54), transparent 68%);
    filter: blur(14px);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    min-height: 350px;
    align-items: center;
    gap: 28px;
    padding: 42px 0 34px;
}

.breadcrumb-line {
    margin: 0 0 26px;
    color: #d7e7ff;
    font-size: 14px;
    font-weight: 600;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.hero-subtitle {
    margin: 8px 0 24px;
    color: var(--gold);
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.12;
    text-shadow: 0 0 18px rgba(255, 196, 45, 0.28);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 196, 45, 0.24);
    border-radius: 8px;
    background: rgba(0, 16, 48, 0.72);
    color: #eaf4ff;
    font-size: 14px;
    font-weight: 700;
}

.share-row {
    display: flex;
    gap: 10px;
}

.share {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.share-line {
    background: #15df5b;
}

.share-facebook {
    background: #1b74e4;
}

.hero-art {
    position: relative;
    min-height: 310px;
}

.hero-art img {
    position: absolute;
    top: -38px;
    right: -10px;
    width: 116%;
    height: calc(100% + 76px);
    object-fit: cover;
    object-position: center right;
    border-radius: 0;
    opacity: 0.98;
    mix-blend-mode: screen;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 100%);
    filter: saturate(1.08) contrast(1.05) drop-shadow(0 28px 38px rgba(0, 0, 0, 0.45));
}

.hero-character {
    position: absolute;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.45));
}

.hero-santa {
    right: 180px;
    bottom: 0;
    width: 190px;
    height: 220px;
    border-radius: 44% 44% 38% 38%;
    background: linear-gradient(155deg, #f7fbff 0 24%, #0b61d9 25% 67%, #041a59 68%);
}

.hero-santa .hat {
    position: absolute;
    top: -32px;
    width: 142px;
    height: 70px;
    border-radius: 80px 80px 22px 22px;
    background: linear-gradient(140deg, #fff 0 28%, #005ce2 29%);
    transform: rotate(-8deg);
}

.hero-santa .face {
    position: absolute;
    top: 42px;
    width: 78px;
    height: 60px;
    border-radius: 50%;
    background: #ffe1c2;
    color: #091430;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
}

.hero-santa .beard {
    position: absolute;
    top: 84px;
    width: 104px;
    height: 88px;
    border-radius: 16px 16px 54px 54px;
    background: #fff;
}

.hero-santa .chest {
    position: absolute;
    top: 54px;
    right: -98px;
    width: 128px;
    height: 98px;
    border: 5px solid #ffd35a;
    border-radius: 18px;
    background: linear-gradient(160deg, #ffa913, #6d3500);
    color: #ffe97f;
    display: grid;
    place-items: center;
    font-size: 56px;
    transform: rotate(-11deg);
    box-shadow: 0 0 42px rgba(255, 196, 45, 0.55);
}

.hero-girl {
    right: 18px;
    bottom: 0;
    width: 150px;
    height: 215px;
    border-radius: 48% 48% 32% 32%;
    background: linear-gradient(165deg, #ff3e86 0 18%, #1aa278 19% 70%, #063c47 71%);
}

.hero-girl .hair {
    position: absolute;
    top: -16px;
    width: 116px;
    height: 82px;
    border-radius: 60px 60px 28px 28px;
    background: linear-gradient(180deg, #ff5e99, #be1754);
}

.hero-girl .face {
    position: absolute;
    top: 50px;
    width: 70px;
    height: 62px;
    border-radius: 50%;
    background: #ffd6b5;
    color: #0e183c;
    font-size: 54px;
    line-height: 48px;
    text-align: center;
}

.hero-girl .tool {
    position: absolute;
    top: 34px;
    right: -14px;
    width: 68px;
    height: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff293d, #1cb35f);
    transform: rotate(-34deg);
}

.coin {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 5px solid #ffe27a;
    background: radial-gradient(circle at 35% 30%, #fff0a6, #ffc21e 48%, #b55c00 100%);
    box-shadow: 0 0 18px rgba(255, 196, 45, 0.72);
}

.coin::after {
    content: "$";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #a34b00;
    font-weight: 900;
}

.coin-1 { left: 34px; top: 28px; }
.coin-2 { right: 122px; top: 16px; width: 34px; height: 34px; }
.coin-3 { left: 158px; bottom: 18px; width: 32px; height: 32px; }
.coin-4 { right: 0; bottom: 70px; }

.page-section {
    padding: 28px 0 22px;
}

.inner-hero {
    padding: 54px 0 44px;
    border-bottom: 1px solid rgba(87, 183, 255, 0.28);
    background:
        radial-gradient(circle at 72% 10%, rgba(255, 196, 45, 0.2), transparent 15rem),
        linear-gradient(90deg, rgba(0, 13, 49, 0.98), rgba(0, 43, 120, 0.82));
}

.inner-hero h1 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.12;
}

.inner-hero p:last-child {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.breadcrumb-line a,
.article-intro a,
.entry-content a {
    color: var(--gold);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 356px;
    gap: 36px;
    align-items: start;
}

.content-column {
    display: grid;
    gap: 20px;
}

.archive-column {
    max-width: 880px;
}

.panel,
.side-panel,
.search-card,
.sidebar-ad {
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(10, 66, 152, 0.88), rgba(4, 32, 91, 0.94)),
        rgba(3, 37, 108, 0.92);
    box-shadow: var(--shadow);
}

.panel {
    padding: 26px 28px;
}

.panel h2,
.side-panel h2,
.sidebar-ad h2 {
    margin: 0 0 14px;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 900;
    line-height: 1.18;
}

.panel p {
    margin: 0 0 16px;
    color: #e3efff;
}

.entry-content {
    color: #e3efff;
}

.entry-content h2,
.entry-content h3 {
    margin: 30px 0 12px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
}

.entry-content h2:first-child,
.entry-content h3:first-child {
    margin-top: 0;
}

.entry-content p,
.entry-content li {
    color: #e3efff;
}

.entry-content ul,
.entry-content ol {
    padding-left: 24px;
}

.entry-content li {
    margin-bottom: 8px;
}

.entry-content blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    background: rgba(0, 12, 45, 0.44);
}

.content-figure {
    overflow: hidden;
    margin: 28px 0;
    border: 1px solid rgba(255, 196, 45, 0.24);
    border-radius: 8px;
    background: rgba(0, 10, 38, 0.48);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.content-figure img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
}

.content-figure figcaption {
    padding: 10px 14px;
    color: #c9dcfb;
    font-size: 13px;
    font-weight: 700;
}

.seo-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.post-featured-image {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 45, 0.22);
}

.post-featured-image img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.related-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.related-link-grid a {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(87, 183, 255, 0.24);
    border-radius: 8px;
    background: rgba(0, 20, 68, 0.55);
    color: var(--gold);
    font-weight: 900;
}

.slot-review-gallery {
    margin-top: 24px;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.section-heading-row h2 {
    margin: 0;
    color: var(--gold);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
}

.section-heading-row > a {
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 14px;
    font-weight: 900;
}

.section-kicker {
    margin: 0 0 6px;
    color: #9cc9ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.review-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.review-card {
    overflow: hidden;
    border: 1px solid rgba(87, 183, 255, 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at top left, rgba(255, 196, 45, 0.12), transparent 10rem),
        linear-gradient(180deg, rgba(11, 55, 153, 0.72), rgba(0, 28, 88, 0.86));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.review-card-image {
    display: block;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 196, 45, 0.22);
}

.review-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.review-card:hover .review-card-image img {
    transform: scale(1.04);
}

.review-card-body {
    padding: 16px;
}

.review-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.review-card h3 a {
    color: var(--gold);
    text-decoration: none;
}

.review-card h3 a:hover,
.review-card h3 a:focus {
    color: #fff4b9;
}

.review-card p {
    margin: 0 0 14px;
    color: #dce9ff;
    font-size: 14px;
    line-height: 1.75;
}

.gold-heading {
    color: var(--gold);
    text-shadow: 0 0 16px rgba(255, 196, 45, 0.22);
}

.jackpot-banner {
    overflow: hidden;
    min-height: 178px;
    border: 1px solid rgba(255, 196, 45, 0.26);
    border-radius: 8px;
    background: #020817;
}

.jackpot-banner img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.04);
}

.slot-strip {
    min-height: 150px;
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr;
    align-items: center;
    gap: 14px;
    padding: 24px;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 196, 45, 0.28), transparent 9rem),
        radial-gradient(circle at 85% 50%, rgba(255, 55, 81, 0.22), transparent 8rem),
        linear-gradient(90deg, #301000, #070818 34%, #170800 100%);
}

.slot-strip span {
    color: #ffe76c;
    font-size: clamp(28px, 5vw, 56px);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 3px 0 #812900, 0 0 22px rgba(255, 196, 45, 0.75);
}

.slot-strip strong {
    display: grid;
    place-items: center;
    min-height: 88px;
    border: 4px solid #ffba25;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff4d0 0 22%, #a00015 23% 78%, #4e0009 79%);
    color: #fff8d0;
    font-size: clamp(32px, 5vw, 66px);
    font-weight: 900;
    text-shadow: 0 3px 0 #450009;
}

.slot-strip em {
    display: grid;
    place-items: center;
    min-height: 80px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2cb958, #ffe55b);
    color: #ffefb0;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    text-shadow: 0 2px 0 #085e2c;
    transform: rotate(-8deg);
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.game-card {
    position: relative;
    overflow: hidden;
    min-height: 278px;
    padding: 18px 12px 14px;
    border: 1px solid rgba(87, 183, 255, 0.32);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.26), transparent 3rem),
        linear-gradient(180deg, #0c52aa 0%, #061b54 100%);
    text-align: center;
}

.game-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background: radial-gradient(circle at 50% 20%, var(--card-color, var(--gold)), transparent 7rem);
}

.game-gold { --card-color: #ffba25; }
.game-jade { --card-color: #1df2a7; }
.game-violet { --card-color: #9e6cff; }
.game-pink { --card-color: #ff49bf; }
.game-green { --card-color: #60e657; }

.rank {
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 8px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid #a6d7ff;
    border-radius: 50%;
    background: #071843;
    font-size: 25px;
    font-weight: 900;
}

.game-art,
.mascot-orb,
.gift-art {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 108px;
    height: 108px;
    margin: 18px auto 12px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.55), transparent 2.2rem),
        linear-gradient(145deg, rgba(255, 196, 45, 0.38), rgba(0, 39, 125, 0.92));
    font-size: 56px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 14px 24px rgba(0, 0, 0, 0.28);
}

.game-card h3 {
    position: relative;
    z-index: 1;
    min-height: 44px;
    margin: 0;
    color: var(--gold);
    font-size: 16px;
    line-height: 1.25;
}

.game-card h3 a {
    color: inherit;
    text-decoration: none;
}

.game-card h3 a:hover,
.game-card h3 a:focus {
    color: #fff4b9;
}

.game-card p {
    position: relative;
    z-index: 1;
    margin: 6px 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.mini-btn,
.link-pill {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 22px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffe579, var(--gold) 46%, var(--gold-deep));
    color: #15120b;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255, 178, 17, 0.24);
}

.center-action {
    margin: 20px 0 0;
    text-align: center;
}

.link-pill {
    min-width: 228px;
    background: linear-gradient(180deg, rgba(14, 85, 190, 0.82), rgba(4, 39, 112, 0.94));
    color: var(--gold);
    border: 1px solid rgba(87, 183, 255, 0.28);
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 18px;
}

.tips-panel {
    position: relative;
    padding-left: 92px;
}

.panel-icon {
    position: absolute;
    left: 28px;
    top: 26px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(145deg, #0ee7ff, #095bcd);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.check-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: #e9f4ff;
    font-weight: 600;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 900;
}

.new-game-panel {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 18px;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 40%, rgba(255, 196, 45, 0.3), transparent 7rem),
        linear-gradient(180deg, rgba(10, 66, 152, 0.94), rgba(4, 32, 91, 0.96));
}

.new-game-panel h2,
.new-game-panel p {
    color: #fff;
}

.new-game-panel img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    object-position: 68% center;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.mascot-orb {
    width: 134px;
    height: 134px;
    margin: 0;
    border-radius: 50%;
    font-size: 64px;
    background:
        radial-gradient(circle at 40% 20%, #fff, transparent 1.7rem),
        linear-gradient(145deg, #00b8ff, #0060d6 54%, #001a57);
}

.compare-panel {
    padding-bottom: 20px;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(87, 183, 255, 0.22);
    border-radius: 8px;
}

table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: #eaf4ff;
}

th,
td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(87, 183, 255, 0.17);
    text-align: left;
}

th {
    color: #fff5bb;
    font-weight: 900;
}

tbody tr:last-child td {
    border-bottom: 0;
}

.promo-band {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto 190px;
    align-items: center;
    gap: 24px;
    min-height: 160px;
    padding: 28px 34px;
    border: 1px solid rgba(255, 196, 45, 0.24);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 196, 45, 0.34), transparent 7rem),
        radial-gradient(circle at 85% 48%, rgba(0, 188, 255, 0.28), transparent 10rem),
        linear-gradient(90deg, #063ca4 0%, #00205d 100%);
    box-shadow: var(--shadow);
}

.promo-band h2,
.promo-band p {
    margin: 0;
}

.promo-band h2 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 900;
}

.promo-band p {
    color: #eaf4ff;
    font-weight: 700;
}

.promo-band strong {
    display: block;
    color: var(--gold);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 22px rgba(255, 196, 45, 0.45);
}

.promo-band img {
    width: 210px;
    height: 132px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center right;
    mix-blend-mode: screen;
}

.gift-art {
    width: 160px;
    height: 120px;
    margin: 0;
    border-radius: 24px;
    font-size: 70px;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.54), transparent 2.4rem),
        linear-gradient(145deg, #f43d39, #005ee8);
}

.faq-panel details {
    border: 1px solid rgba(87, 183, 255, 0.12);
    border-radius: 8px;
    background: rgba(1, 21, 68, 0.64);
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-panel summary {
    cursor: pointer;
    padding: 12px 16px;
    color: #fff;
    font-weight: 800;
}

.faq-panel summary::marker {
    color: var(--gold);
}

.faq-panel details p {
    padding: 0 16px 14px;
    margin: 0;
    color: var(--muted);
}

.sidebar-column {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.search-card {
    display: flex;
    gap: 10px;
    padding: 14px;
}

.search-card input {
    min-width: 0;
    flex: 1;
    height: 44px;
    border: 1px solid rgba(87, 183, 255, 0.2);
    border-radius: 8px;
    background: rgba(4, 43, 113, 0.92);
    color: #fff;
    padding: 0 14px;
    font: inherit;
    outline: 0;
}

.search-card input::placeholder {
    color: #8caee0;
}

.search-card button {
    width: 48px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #236eff, #0a3ba7);
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}

.side-panel,
.sidebar-ad {
    padding: 22px;
}

.side-panel h2,
.sidebar-ad h2 {
    font-size: 22px;
}

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

.category-list a {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #e7f2ff;
    font-weight: 800;
}

.category-list span {
    color: var(--gold);
}

.category-list b {
    color: var(--gold);
    font-size: 24px;
}

.category-list .active a,
.category-list a:hover {
    background: linear-gradient(90deg, rgba(0, 9, 31, 0.72), rgba(12, 67, 153, 0.5));
}

.popular-list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: popular;
}

.popular-list li {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 12px;
    align-items: start;
}

.thumb {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 45, 0.34);
    background:
        radial-gradient(circle at 40% 24%, rgba(255, 255, 255, 0.36), transparent 1.8rem),
        linear-gradient(145deg, #ffba25, #051d63);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.popular-list a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.popular-list small {
    color: #8eaddb;
    font-size: 12px;
}

.sidebar-ad {
    min-height: 280px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 196, 45, 0.36), transparent 7rem),
        linear-gradient(155deg, #0b58c4, #061548);
}

.sidebar-ad img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center right;
    margin-bottom: 10px;
}

.sidebar-ad h2 {
    color: var(--gold);
}

.sidebar-ad strong {
    display: block;
    margin: 4px 0 16px;
    color: var(--gold);
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
}

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

.tag-cloud a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid rgba(130, 190, 255, 0.26);
    border-radius: 999px;
    background: rgba(2, 26, 77, 0.44);
    color: #e9f4ff;
    font-size: 13px;
    font-weight: 700;
}

.site-footer {
    margin-top: 0;
    border-top: 1px solid var(--line-bright);
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 154, 255, 0.16), transparent 22rem),
        linear-gradient(180deg, #001f59, #000a25);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr 0.72fr 1fr 1fr;
    gap: 30px;
    padding: 34px 0;
}

.footer-grid h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 900;
}

.footer-brand p {
    margin: 14px 0;
    color: var(--muted);
    font-size: 14px;
}

.socials {
    display: flex;
    gap: 10px;
}

.socials a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d57c1;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.footer-links,
.contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links a,
.contact-list li {
    color: var(--muted);
    font-size: 14px;
}

.contact-list {
    display: grid;
    gap: 9px;
}

.contact-list span {
    color: var(--gold);
    margin-right: 6px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.payment-grid span {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: linear-gradient(145deg, #0d4eb8, #08225f);
    color: #dbeaff;
    font-size: 12px;
    font-weight: 800;
}

.footer-bottom {
    border-top: 1px solid rgba(87, 183, 255, 0.22);
    background: rgba(0, 8, 30, 0.58);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
}

.footer-bottom p {
    margin: 0;
    color: #91add9;
    font-size: 14px;
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-bottom a {
    color: #b8cced;
    font-size: 14px;
}

.archive-post {
    padding: 18px 0;
    border-bottom: 1px solid rgba(87, 183, 255, 0.18);
}

.archive-post h2 {
    margin-bottom: 6px;
    font-size: 24px;
}

@media (max-width: 1180px) {
    .header-shell {
        gap: 16px;
    }

    .primary-nav ul {
        gap: 18px;
    }

    .layout-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 22px;
    }

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

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

@media (max-width: 980px) {
    .container {
        width: min(100% - 32px, 760px);
    }

    .header-shell {
        min-height: 72px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
    }

    .primary-nav,
    .header-actions {
        display: none;
        width: 100%;
    }

    body.nav-open .primary-nav,
    body.nav-open .header-actions {
        display: flex;
    }

    body.nav-open .primary-nav ul {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .primary-nav a {
        padding: 12px 0;
        border-bottom: 1px solid rgba(87, 183, 255, 0.16);
    }

    .header-actions {
        justify-content: flex-start;
        padding-bottom: 8px;
    }

    .hero-grid,
    .layout-grid,
    .feature-row,
    .review-card-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        padding-top: 28px;
    }

    .hero-art {
        min-height: 260px;
    }

    .hero-santa {
        right: 42%;
    }

    .hero-girl {
        right: 12%;
    }

    .sidebar-column {
        position: static;
    }

    .promo-band {
        grid-template-columns: 1fr;
    }

    .promo-band img,
    .gift-art {
        justify-self: center;
    }

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

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .container {
        width: min(100% - 24px, 520px);
    }

    .brand {
        min-width: 0;
    }

    .brand-mark {
        width: 56px;
        height: 42px;
        font-size: 34px;
    }

    .brand-text {
        font-size: 16px;
    }

    .header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-meta {
        gap: 8px;
    }

    .hero-meta span {
        width: 100%;
    }

    .hero-art {
        transform: scale(0.88);
        transform-origin: center bottom;
    }

    .panel,
    .side-panel,
    .sidebar-ad,
    .promo-band {
        padding: 18px;
    }

    .slot-strip {
        grid-template-columns: 1fr 1fr;
    }

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

    .game-card {
        min-height: 252px;
    }

    .section-heading-row {
        display: grid;
        align-items: start;
    }

    .review-card-image {
        height: 132px;
    }

    .tips-panel {
        padding-left: 18px;
        padding-top: 76px;
    }

    .new-game-panel {
        grid-template-columns: 1fr;
    }

    .popular-list li {
        grid-template-columns: 60px 1fr;
    }

    .thumb {
        width: 60px;
        height: 60px;
    }

    .footer-grid,
    .footer-bottom-inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }
}
