.page-server .server-hero .container::before {
    content: "SHINOBI LEGACY // VILÁGIDŐ";
}

.server-hero h1 {
    max-width: 850px;
}

.server-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
}

.server-hero-tags span {
    padding: 9px 12px;
    border: 1px solid rgba(216, 184, 115, 0.2);
    color: rgba(247, 243, 233, 0.74);
    background: rgba(5, 12, 24, 0.7);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.server-time-section {
    position: relative;
    background:
        radial-gradient(circle at 78% 24%, rgba(216, 184, 115, 0.06), transparent 30%),
        rgba(4, 9, 18, 0.82);
}

.server-time-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.server-time-heading h2 {
    margin: 8px 0 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.server-live-mark {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(247, 243, 233, 0.55);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.server-live-mark i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hud-gold);
    box-shadow: 0 0 0 6px rgba(216, 184, 115, 0.08), 0 0 16px rgba(216, 184, 115, 0.65);
}

.world-clock {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 38px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 64px);
    border: 1px solid rgba(216, 184, 115, 0.25);
    background:
        linear-gradient(145deg, rgba(18, 31, 52, 0.96), rgba(5, 11, 22, 0.99));
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

.world-clock::before,
.world-clock::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(216, 184, 115, 0.1);
    border-radius: 50%;
}

.world-clock::before {
    top: 50%;
    left: 30%;
    width: 430px;
    height: 430px;
    transform: translate(-50%, -50%);
    box-shadow:
        inset 0 0 0 32px rgba(216, 184, 115, 0.018),
        inset 0 0 0 33px rgba(216, 184, 115, 0.045);
}

.world-clock::after {
    top: -210px;
    right: -170px;
    width: 420px;
    height: 420px;
}

.world-clock-grid {
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(125deg, #000, transparent 86%);
}

.world-clock-code {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(216, 184, 115, 0.38);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.world-year {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    min-height: 280px;
}

.world-year > span,
.world-month > span {
    color: var(--hud-gold);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.world-year strong {
    margin: 8px 0 -8px;
    color: var(--hud-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(7rem, 18vw, 13rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.08em;
    text-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.world-year small {
    padding-left: 9px;
    color: rgba(247, 243, 233, 0.38);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.world-month {
    position: relative;
    z-index: 1;
    align-self: center;
    padding: 34px;
    border-left: 1px solid rgba(216, 184, 115, 0.24);
    background: linear-gradient(90deg, rgba(216, 184, 115, 0.04), transparent);
}

.world-month > div {
    display: flex;
    align-items: baseline;
    margin: 12px 0 14px;
}

.world-month strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.4rem, 9vw, 7rem);
    font-weight: 400;
    line-height: 0.9;
}

.world-month small {
    margin-left: 8px;
    color: rgba(216, 184, 115, 0.54);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
}

.world-month p {
    margin: 0;
    font-size: 0.82rem;
}

.world-cycle {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(14, minmax(34px, 1fr));
    gap: 7px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.world-cycle span {
    display: grid;
    gap: 8px;
    justify-items: center;
    color: rgba(247, 243, 233, 0.28);
}

.world-cycle i {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.07);
}

.world-cycle b {
    font-size: 0.55rem;
    letter-spacing: 0.08em;
}

.world-cycle .is-past {
    color: rgba(216, 184, 115, 0.5);
}

.world-cycle .is-past i {
    background: rgba(216, 184, 115, 0.36);
}

.world-cycle .is-current {
    color: var(--hud-gold);
}

.world-cycle .is-current i {
    height: 4px;
    background: var(--hud-gold);
    box-shadow: 0 0 16px rgba(216, 184, 115, 0.65);
}

.world-clock-footer {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(216, 184, 115, 0.13);
    background: rgba(3, 9, 19, 0.52);
}

.world-clock-footer > div {
    display: grid;
    gap: 5px;
    padding: 17px 20px;
}

.world-clock-footer > div + div {
    border-left: 1px solid rgba(216, 184, 115, 0.13);
}

.world-clock-footer span {
    color: rgba(247, 243, 233, 0.34);
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.world-clock-footer strong {
    color: rgba(247, 243, 233, 0.82);
    font-size: 0.76rem;
}

.server-system-section {
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        rgba(6, 12, 24, 0.68);
    background-size: 48px 48px;
}

.server-system-heading {
    max-width: 780px;
}

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

.server-module {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(216, 184, 115, 0.16);
    background: linear-gradient(145deg, rgba(15, 27, 47, 0.92), rgba(6, 12, 23, 0.96));
}

.server-module::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hud-gold), transparent);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.server-module:hover::after {
    transform: scaleX(1);
}

.server-module-number {
    position: absolute;
    top: 21px;
    right: 23px;
    color: rgba(216, 184, 115, 0.14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-style: italic;
}

.server-module-rune {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 29px;
    border: 1px solid rgba(216, 184, 115, 0.3);
    color: var(--hud-gold);
    font-family: "Yu Mincho", "MS Mincho", Georgia, serif;
    transform: rotate(45deg);
}

.server-module-rune span {
    display: block;
    transform: rotate(-45deg);
}

.server-module-label {
    color: var(--hud-gold);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.server-module h3 {
    margin: 8px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 500;
}

.server-module p {
    margin: 0 0 24px;
    line-height: 1.7;
}

.server-module small {
    position: absolute;
    bottom: 28px;
    color: rgba(247, 243, 233, 0.34);
    font-size: 0.59rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .world-clock {
        grid-template-columns: 1fr;
    }

    .world-year {
        min-height: 230px;
    }

    .world-month {
        border-top: 1px solid rgba(216, 184, 115, 0.18);
        border-left: 0;
    }

    .server-module-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .server-time-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .world-clock {
        gap: 25px;
        padding: 25px 18px;
    }

    .world-clock::before {
        left: 50%;
        width: 330px;
        height: 330px;
    }

    .world-year {
        min-height: 190px;
    }

    .world-year strong {
        font-size: clamp(6rem, 35vw, 9rem);
    }

    .world-month {
        padding: 26px 18px;
    }

    .world-cycle {
        grid-template-columns: repeat(7, 1fr);
        gap: 12px 6px;
    }

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

    .world-clock-footer > div + div {
        border-top: 1px solid rgba(216, 184, 115, 0.13);
        border-left: 0;
    }

    .server-module {
        min-height: 290px;
        padding: 25px;
    }
}
