/* GTNH description: scoped to avoid the legacy server-page presentation. */
.gtnh-overview {
    display: grid;
    gap: 24px;
    color: #edf6ff;
}
.gtnh-overview .gtnh-panel {
    padding: 36px;
    border: 1px solid rgba(80, 202, 255, .2);
    border-radius: 24px;
    background: linear-gradient(125deg, #091b31, #050e1e);
}
.gtnh-overview h2 {
    margin: 0 0 20px;
    color: #f4f9ff;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.02em;
}
.gtnh-overview h3 {
    margin: 0 0 12px;
    color: #eaf5ff;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: 0;
}
.gtnh-overview p {
    max-width: none;
    margin: 0 0 16px;
    color: #b5c6da;
    font-size: 16px;
    line-height: 1.75;
}
.gtnh-facts,
.gtnh-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 26px 0;
}
.gtnh-facts > div,
.gtnh-features > div {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(80, 202, 255, .16);
    border-radius: 16px;
    background: rgba(4, 13, 28, .56);
}
.gtnh-facts small {
    display: block;
    margin-bottom: 8px;
    color: #91abc6;
    font-size: 13px;
}
.gtnh-facts strong {
    display: block;
    color: #edf6ff;
    font-size: 21px;
    line-height: 1.4;
}
.gtnh-features p { margin-bottom: 0; }
.gtnh-overview a { color: #54dafa; }
.gtnh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}
.gtnh-actions .release-button { color: #f4faff; }
@media (max-width: 980px) {
    .gtnh-facts,
    .gtnh-features { grid-template-columns: minmax(0, 1fr); }
    .gtnh-overview .gtnh-panel { padding: 24px; }
}
