:root {
    --bg: #050403;
    --panel: #120c07;
    --panel2: #080604;
    --gold: #d8ad58;
    --gold-light: #f3dc96;
    --gold-dark: #6a461d;
    --text: #cbb27a;
    --muted: #746043;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: var(--bg);
}

body {
    min-height: 100vh;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
}

.wow-page {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 20px;

    background:
        radial-gradient(circle at 50% 35%, rgba(129, 83, 30, .22), transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(140, 62, 18, .14), transparent 30%),
        radial-gradient(circle at 90% 15%, rgba(42, 74, 94, .12), transparent 30%),
        linear-gradient(#090604, #030201);
}

.bg-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .1;
    pointer-events: none;
}

.bg-glow-left {
    left: -300px;
    bottom: -220px;
    background: #d56d21;
}

.bg-glow-right {
    right: -300px;
    top: -220px;
    background: #366a91;
}

.wow-frame {
    position: relative;
    z-index: 2;

    width: min(980px, 100%);
    padding: 34px 56px 30px;

    text-align: center;

    background:
        linear-gradient(180deg, rgba(31, 20, 10, .97), rgba(8, 6, 4, .99));

    border: 2px solid #765022;

    box-shadow:
        0 0 0 3px #100a05,
        0 0 0 5px #3d2811,
        0 22px 70px rgba(0, 0, 0, .85),
        inset 0 0 45px rgba(0, 0, 0, .8);
}

.wow-frame::before,
.wow-frame::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 14px;

    background:
        radial-gradient(circle at 35% 30%, #e6c36f, #7c501f 45%, #1d1107 75%);

    border: 1px solid #120b05;
}

.wow-frame::before {
    left: 14px;
}

.wow-frame::after {
    right: 14px;
}

.frame-line {
    height: 1px;
    margin-bottom: 22px;

    background:
        linear-gradient(90deg,
            transparent,
            #725020,
            #d0a455,
            #725020,
            transparent);
}

.frame-line-bottom {
    margin: 24px 0 0;
}

.wow-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .38em;
    color: #b88b42;
}

h1 {
    margin: 0;
    line-height: .85;
}

.forever {
    display: block;
    font-size: clamp(34px, 5vw, 58px);
    letter-spacing: .15em;
    color: #b48537;
}

.classic {
    display: block;
    margin-top: 8px;

    font-size: clamp(72px, 10vw, 118px);
    letter-spacing: .02em;

    background:
        linear-gradient(#fff2b8 0%,
            #e1bd68 28%,
            #9b6420 58%,
            #d8a54b 82%,
            #f0d486 100%);

    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;

    -webkit-text-stroke: 1px #4b2a0d;

    filter: drop-shadow(0 4px 0 #170c04);
}

.subtitle {
    margin: 22px 0 4px;
    font-size: 18px;
    font-style: italic;
}

.launch-date {
    margin: 0;
    font-size: 14px;
    color: #a88b54;
}

.realm-status {
    display: inline-flex;
    gap: 8px;
    align-items: center;

    margin-top: 18px;
    padding: 7px 12px;

    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: .12em;

    border: 1px solid #493319;
    background: #0b0805;

    box-shadow: inset 0 0 10px #000;
}

.realm-status strong {
    color: #c2a267;
}

.realm-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #66a942;
    box-shadow: 0 0 8px #4d8c31;
}

.divider {
    width: 70%;
    height: 1px;
    margin: 26px auto;

    background:
        linear-gradient(90deg,
            transparent,
            #5c3f1c,
            transparent);
}

.countdown {
    display: grid;
    grid-template-columns:
        minmax(120px, 1fr) auto minmax(120px, 1fr) auto minmax(120px, 1fr) auto minmax(120px, 1fr);

    gap: 10px;
    align-items: center;
}

.time-box {
    min-height: 140px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid #8a5a24;

    background:
        radial-gradient(circle at center, #26170b, #0b0704 70%);

    box-shadow:
        inset 0 0 28px #000,
        0 5px 12px rgba(0, 0, 0, .7);
}

.time-box strong {
    font-size: clamp(48px, 7vw, 74px);
    line-height: .95;

    color: var(--gold-light);

    text-shadow:
        0 3px 2px #000,
        0 0 7px rgba(218, 174, 82, .25);
}

.time-box span {
    margin-top: 12px;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: .24em;

    color: #8b724a;
}

.separator {
    font-size: 34px;
    color: #73562d;
    transform: translateY(-7px);
}

.progress-outer {
    width: 75%;
    height: 11px;

    margin: 26px auto 0;

    border: 1px solid #5e3e1b;
    background: #050302;

    box-shadow: inset 0 1px 5px #000;
}

.progress-inner {
    width: 0;
    height: 100%;

    background:
        linear-gradient(#a63d2d, #651914);

    box-shadow: 0 0 8px rgba(166, 61, 45, .4);

    transition: width .7s ease;
}

.motd {
    width: min(720px, 100%);
    margin: 28px auto 0;
    padding: 15px 20px;

    border: 1px solid #453018;

    background:
        linear-gradient(#151008, #080604);

    box-shadow:
        inset 0 0 20px #000;
}

.motd small {
    display: block;
    margin-bottom: 7px;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: .3em;

    color: #6c5738;
}

.motd p {
    margin: 0;
    min-height: 22px;

    font-size: 17px;
    font-style: italic;

    color: #cfb16c;

    transition:
        opacity .3s ease,
        transform .3s ease;
}

.message-out {
    opacity: 0;
    transform: translateY(-4px);
}

.message-in {
    animation: messageIn .4s ease;
}

@keyframes messageIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    margin: 22px 0 0;

    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: .2em;

    color: #57452d;
}

.footer span {
    color: #755328;
    margin: 0 8px;
}

.hidden-status {
    display: none;
}

@media (max-width: 760px) {

    .wow-page {
        align-items: flex-start;
        padding: 20px 12px;
    }

    .wow-frame {
        padding: 26px 16px;
    }

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

    .separator {
        display: none;
    }

    .time-box {
        min-height: 110px;
    }

    .time-box strong {
        font-size: 46px;
    }

    .classic {
        font-size: 62px;
    }

    .forever {
        font-size: 30px;
    }

}
