.christmas-page {
    background: #04090d;
    color: #eef9ff;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.christmas-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 16% 18%, rgba(119, 216, 255, 0.28), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255, 54, 76, 0.22), transparent 31%),
        radial-gradient(circle at 52% 86%, rgba(55, 191, 124, 0.22), transparent 34%),
        linear-gradient(135deg, rgba(3, 10, 16, 0.96), rgba(4, 24, 26, 0.92)),
        url('../images/archlord3.jpg') center top / cover no-repeat;
}

.christmas-background::before,
.christmas-background::after {
    content: "✦";
    position: absolute;
    color: rgba(218, 248, 255, 0.13);
    font-size: clamp(170px, 22vw, 320px);
    line-height: 1;
    text-shadow: 0 0 42px rgba(139, 226, 255, 0.38);
    pointer-events: none;
}

.christmas-background::before {
    top: 92px;
    left: -46px;
    transform: rotate(-18deg);
}

.christmas-background::after {
    right: -28px;
    bottom: 42px;
    transform: rotate(18deg) scale(0.86);
}

.christmas-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.64) 1px, transparent 1.8px),
        radial-gradient(circle, rgba(139, 226, 255, 0.38) 1px, transparent 2px),
        linear-gradient(rgba(145, 230, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(145, 230, 255, 0.035) 1px, transparent 1px);
    background-position: 0 0, 32px 38px, 0 0, 0 0;
    background-size: 92px 92px, 128px 128px, 56px 56px, 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.98), transparent 92%);
    pointer-events: none;
}

.christmas-site-header {
    z-index: 20;
}

.christmas-main {
    padding-top: 0;
}

.christmas-shell {
    min-height: 100vh;
    padding-top: 108px;
    background: transparent !important;
}

.christmas-container {
    max-width: 1320px;
    padding: 44px 15px 96px;
}

.christmas-hero,
.christmas-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(151, 230, 255, 0.28);
    border-radius: 0;
    background: linear-gradient(145deg, rgba(6, 22, 31, 0.9), rgba(4, 9, 14, 0.94));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(9px);
}

.christmas-hero {
    margin-bottom: 34px;
    padding: 74px 34px 58px;
    text-align: center;
}

.christmas-hero::before,
.christmas-hero::after {
    content: "❄";
    position: absolute;
    color: rgba(181, 239, 255, 0.11);
    font-size: clamp(110px, 16vw, 240px);
    line-height: 1;
    pointer-events: none;
}

.christmas-hero::before {
    top: -22px;
    left: -28px;
    transform: rotate(-16deg);
}

.christmas-hero::after {
    right: -20px;
    bottom: -62px;
    transform: rotate(18deg);
}

.christmas-kicker,
.panel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7fe4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.christmas-kicker::before,
.christmas-kicker::after,
.panel-eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(127, 228, 255, 0.9));
}

.christmas-kicker::after {
    background: linear-gradient(90deg, rgba(127, 228, 255, 0.9), transparent);
}

.christmas-hero h1,
.christmas-panel h2,
.monster-card h3,
.boss-card h3,
.reward-card h3 {
    font-family: "Marcellus SC", serif;
    text-transform: uppercase;
}

.christmas-hero h1 {
    position: relative;
    margin: 16px 0 8px;
    color: #f5fdff;
    font-size: clamp(3.2rem, 8vw, 7.4rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 3px;
    text-shadow: 0 0 28px rgba(127, 228, 255, 0.48), 0 7px 0 rgba(0, 0, 0, 0.36);
}

.christmas-subtitle {
    position: relative;
    margin: 0;
    color: #f5d989;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.christmas-status {
    position: relative;
    display: inline-flex;
    margin: 24px 0 18px;
    padding: 11px 24px;
    border: 1px solid rgba(255, 96, 114, 0.58);
    color: #ffd7dc;
    background: rgba(124, 18, 34, 0.46);
    box-shadow: 0 0 24px rgba(255, 50, 72, 0.18);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.christmas-hero-copy {
    position: relative;
    max-width: 890px;
    margin: 0 auto;
    color: #c8dce3;
    font-size: 18px;
    line-height: 1.65;
}

.christmas-panel {
    margin-bottom: 34px;
    padding: 38px;
}

.countdown-panel,
.intro-grid,
.exchange-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}

.christmas-panel h2 {
    margin: 12px 0 14px;
    color: #f7e7aa;
    font-size: clamp(2rem, 4vw, 3.05rem);
    letter-spacing: 1.4px;
    text-shadow: 0 0 18px rgba(127, 228, 255, 0.2);
}

.christmas-panel p {
    color: #c8dce3;
    font-size: 17px;
    line-height: 1.64;
}

.countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(92px, 1fr));
    gap: 14px;
}

.countdown-item {
    min-width: 92px;
    padding: 18px 12px;
    border: 1px solid rgba(127, 228, 255, 0.24);
    background: linear-gradient(180deg, rgba(12, 45, 62, 0.74), rgba(5, 12, 19, 0.82));
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.countdown-item span {
    display: block;
    color: #ffffff;
    font-family: "Marcellus SC", serif;
    font-size: 36px;
    line-height: 1;
    text-shadow: 0 0 14px rgba(127, 228, 255, 0.4);
}

.countdown-item small {
    display: block;
    margin-top: 8px;
    color: #7fe4ff;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
}

.feature-list,
.reward-card ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li,
.reward-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #d9edf3;
    font-size: 16px;
}

.feature-list li::before,
.reward-card li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #f5d989;
    text-shadow: 0 0 10px rgba(245, 217, 137, 0.5);
}

.intro-art {
    text-align: center;
}

.intro-art img {
    width: 100%;
    max-width: 340px;
}

.section-heading {
    max-width: 940px;
    margin: 0 auto 32px;
    text-align: center;
}

.monster-grid,
.reward-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 24px;
}

.monster-card,
.reward-card,
.boss-card {
    border: 1px solid rgba(127, 228, 255, 0.2);
    background: linear-gradient(180deg, rgba(9, 30, 42, 0.78), rgba(5, 10, 16, 0.88));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.monster-card,
.reward-card {
    padding: 24px;
    text-align: center;
}

.monster-card img {
    width: 100%;
    max-width: 190px;
    margin-bottom: 16px;
}

.monster-card h3,
.reward-card h3,
.boss-card h3 {
    color: #f5d989;
    font-size: 1.28rem;
    letter-spacing: 0.06em;
}

.monster-card p,
.boss-card p {
    color: #b9d0d8;
    font-size: 15px;
}

.boss-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}

.boss-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px;
}

.boss-card img {
    width: 128px;
}

.exchange-layout {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 430px);
}

.exchange-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    color: #d9edf3;
}

.exchange-table th {
    color: #7fe4ff;
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.exchange-table th,
.exchange-table td {
    padding: 14px 16px;
}

.exchange-table tbody tr {
    background: rgba(9, 30, 42, 0.72);
    box-shadow: inset 0 0 0 1px rgba(127, 228, 255, 0.14);
}

.exchange-table td:first-child {
    width: 130px;
    color: #f5d989;
    font-weight: 700;
}

.exchange-image img,
.reward-card img {
    width: 100%;
    max-width: 310px;
}

.reward-card img {
    margin-bottom: 16px;
}

.reward-card ul {
    text-align: left;
}

.zoom-img {
    cursor: pointer;
    transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.zoom-img:hover {
    transform: translateY(-5px) scale(1.02);
    filter: brightness(1.1);
}

.image-viewer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(8px);
}

.image-viewer img {
    max-width: min(92vw, 980px);
    max-height: 88vh;
    border: 1px solid rgba(127, 228, 255, 0.44);
    box-shadow: 0 0 60px rgba(127, 228, 255, 0.22);
}

@media (max-width: 991px) {
    .countdown-panel,
    .intro-grid,
    .exchange-layout {
        grid-template-columns: 1fr;
    }

    .countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .christmas-container {
        padding-top: 26px;
    }

    .christmas-hero,
    .christmas-panel {
        padding: 28px 20px;
    }

    .christmas-subtitle {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .boss-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .boss-card img {
        margin: 0 auto;
    }
}