body.glxpage-page {
    background:
        radial-gradient(circle at 10% 0%, rgba(56, 189, 248, .13), transparent 30%),
        radial-gradient(circle at 90% 5%, rgba(168, 85, 247, .12), transparent 32%),
        #050816 !important;
    color: #f8fafc;
}

.glxpage-wrap,
.glxpage-wrap * {
    box-sizing: border-box;
}

.glxpage-wrap {
    min-height: 80vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glxpage-hero {
    position: relative;
    isolation: isolate;
    max-width: 1360px;
    margin: 0 auto;
    padding: 54px 24px 24px;
}

.glxpage-hero-bg {
    position: absolute;
    inset: 24px;
    z-index: -1;
    border-radius: 38px;
    background:
        linear-gradient(90deg, rgba(56,189,248,.12), transparent, rgba(168,85,247,.13)),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.026) 0,
            rgba(255,255,255,.026) 1px,
            transparent 1px,
            transparent 78px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255,255,255,.018) 0,
            rgba(255,255,255,.018) 1px,
            transparent 1px,
            transparent 78px
        ),
        rgba(15,23,42,.48);
    border: 1px solid rgba(148,163,184,.15);
    box-shadow: 0 32px 100px rgba(0,0,0,.30);
}

.glxpage-hero-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 62px 0 54px;
    text-align: center;
}

.glxpage-kicker {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #7dd3fc;
    background: rgba(56,189,248,.12);
    border: 1px solid rgba(125,211,252,.24);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.glxpage-hero h1 {
    margin: 18px auto 16px;
    color: #f8fafc;
    font-size: clamp(38px, 6vw, 76px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.07em;
}

.glxpage-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(226,232,240,.78);
    font-size: 17px;
    line-height: 1.75;
}

.glxpage-meta-row {
    max-width: 600px;
    margin: 26px auto 0;
    padding: 12px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    background: rgba(15,23,42,.68);
    border: 1px solid rgba(148,163,184,.16);
}

.glxpage-meta-row span {
    min-height: 54px;
    padding: 8px 14px;
    border-radius: 17px;
    display: grid;
    align-content: center;
    background: rgba(2,6,23,.42);
    border: 1px solid rgba(148,163,184,.12);
    text-align: left;
}

.glxpage-meta-row strong,
.glxpage-meta-row em {
    display: block;
}

.glxpage-meta-row strong {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.glxpage-meta-row em {
    margin-top: 5px;
    color: #f8fafc;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.glxpage-layout {
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px 24px 78px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.glxpage-main,
.glxpage-sidebar {
    min-width: 0;
}

.glxpage-content {
    padding: 34px;
    border-radius: 30px;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.16);
    box-shadow: 0 24px 80px rgba(0,0,0,.18);
    color: rgba(241,245,249,.90);
    font-size: 18px;
    line-height: 1.85;
}

.glxpage-content > *:first-child {
    margin-top: 0;
}

.glxpage-content > *:last-child {
    margin-bottom: 0;
}

.glxpage-content h2,
.glxpage-content h3,
.glxpage-content h4 {
    color: #f8fafc;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -.04em;
}

.glxpage-content h2 {
    margin-top: 2em;
    font-size: clamp(28px, 4vw, 42px);
}

.glxpage-content h3 {
    margin-top: 1.8em;
    font-size: clamp(23px, 3vw, 32px);
}

.glxpage-content h4 {
    margin-top: 1.5em;
    font-size: 22px;
}

.glxpage-content p,
.glxpage-content ul,
.glxpage-content ol,
.glxpage-content blockquote,
.glxpage-content table,
.glxpage-content figure {
    margin-bottom: 1.25em;
}

.glxpage-content a {
    color: #7dd3fc !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.glxpage-content img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}

.glxpage-content figcaption {
    color: rgba(226,232,240,.62);
    font-size: 13px;
    text-align: center;
}

.glxpage-content blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 22px;
    border-left: 4px solid #7dd3fc;
    border-radius: 20px;
    background: rgba(2,6,23,.42);
    color: rgba(241,245,249,.92);
}

.glxpage-content code {
    padding: .18em .38em;
    border-radius: 8px;
    background: rgba(2,6,23,.68);
    color: #bae6fd;
}

.glxpage-content pre {
    overflow-x: auto;
    padding: 18px;
    border-radius: 20px;
    background: rgba(2,6,23,.82);
    border: 1px solid rgba(148,163,184,.16);
}

.glxpage-content pre code {
    padding: 0;
    background: transparent;
}

.glxpage-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
}

.glxpage-content th,
.glxpage-content td {
    padding: 12px;
    border: 1px solid rgba(148,163,184,.18);
}

.glxpage-content th {
    background: rgba(56,189,248,.10);
    color: #f8fafc;
}

.glxpage-sidebar {
    position: sticky;
    top: 130px;
    display: grid;
    gap: 16px;
}

.glxpage-widget {
    padding: 20px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(15,23,42,.78), rgba(15,23,42,.52)),
        rgba(15,23,42,.70);
    border: 1px solid rgba(148,163,184,.16);
    box-shadow: 0 22px 70px rgba(0,0,0,.16);
}

.glxpage-widget h2 {
    margin: 0 0 14px;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.glxpage-widget p {
    margin: 0;
    color: rgba(226,232,240,.76);
    font-size: 14px;
    line-height: 1.65;
}

.glxpage-search-widget form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

.glxpage-search-widget input,
.glxpage-search-widget button {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    border-radius: 15px;
    font: inherit;
}

.glxpage-search-widget input {
    border: 1px solid rgba(148,163,184,.20);
    background: rgba(2,6,23,.62);
    color: #f8fafc;
    padding: 0 13px;
    outline: none;
}

.glxpage-search-widget button {
    border: 0;
    color: #020617;
    background: linear-gradient(135deg, #7dd3fc, #c084fc);
    font-weight: 950;
    cursor: pointer;
}

.glxpage-info-widget > span,
.glxpage-cta-widget > span {
    display: inline-flex;
    min-height: 26px;
    padding: 0 10px;
    align-items: center;
    border-radius: 999px;
    background: rgba(56,189,248,.12);
    border: 1px solid rgba(125,211,252,.22);
    color: #7dd3fc;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.glxpage-info-widget div {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(2,6,23,.40);
    border: 1px solid rgba(148,163,184,.12);
}

.glxpage-info-widget strong,
.glxpage-info-widget em {
    display: block;
}

.glxpage-info-widget strong {
    color: #94a3b8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.glxpage-info-widget em {
    margin-top: 5px;
    color: #f8fafc;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.glxpage-category-list,
.glxpage-latest-list {
    display: grid;
    gap: 9px;
}

.glxpage-category-list a {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f8fafc !important;
    text-decoration: none !important;
    background: rgba(2,6,23,.40);
    border: 1px solid rgba(148,163,184,.12);
}

.glxpage-category-list a:hover,
.glxpage-latest-list a:hover {
    background: rgba(56,189,248,.10);
}

.glxpage-category-list span {
    font-size: 13px;
    font-weight: 850;
}

.glxpage-category-list em {
    min-width: 28px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(56,189,248,.12);
    color: #7dd3fc;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.glxpage-latest-list a {
    padding: 12px;
    border-radius: 16px;
    display: grid;
    color: #f8fafc !important;
    text-decoration: none !important;
    background: rgba(2,6,23,.40);
    border: 1px solid rgba(148,163,184,.12);
}

.glxpage-latest-list strong {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
}

.glxpage-latest-list span {
    margin-top: 5px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.glxpage-cta-widget {
    background:
        radial-gradient(circle at 20% 0%, rgba(56,189,248,.18), transparent 42%),
        radial-gradient(circle at 88% 18%, rgba(168,85,247,.15), transparent 38%),
        rgba(15,23,42,.76);
}

.glxpage-cta-widget h2 {
    margin-top: 12px;
}

.glxpage-cta-widget a {
    margin-top: 16px;
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #020617 !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #7dd3fc, #c084fc);
    font-size: 13px;
    font-weight: 950;
}

@media (max-width: 1120px) {
    .glxpage-layout {
        grid-template-columns: 1fr;
    }

    .glxpage-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .glxpage-cta-widget {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .glxpage-hero {
        padding: 34px 14px 20px;
    }

    .glxpage-hero-bg {
        inset: 14px;
        border-radius: 28px;
    }

    .glxpage-hero-content {
        padding: 44px 0 36px;
    }

    .glxpage-layout {
        padding: 22px 14px 56px;
        grid-template-columns: 1fr;
    }

    .glxpage-content {
        padding: 22px;
        border-radius: 24px;
        font-size: 16px;
        line-height: 1.8;
    }

    .glxpage-sidebar {
        grid-template-columns: 1fr;
    }
}
