@supports (font-variation-settings: normal) {
    :root {
        --app-font: "Prompt", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }
}

:root {
    --app-bg-0: #07070c;
    --app-bg-1: #0b0b12;
    --app-card: rgba(255, 255, 255, 0.05);
    --app-card-2: rgba(255, 255, 255, 0.07);
    --app-border: rgba(255, 255, 255, 0.12);
    --app-border-2: rgba(255, 255, 255, 0.18);
    --app-text-dim: rgba(255, 255, 255, 0.70);
    --app-accent-1: #4f46e5;
    --app-accent-2: #ec4899;
    --app-accent-3: #22c55e;
}

html {
    font-size: 19px;
}

body {
    min-height: 100vh;
    font-family: var(--app-font, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
    background:
        radial-gradient(1200px 600px at 75% 20%, rgba(79, 70, 229, 0.22), transparent 60%),
        radial-gradient(900px 520px at 20% 18%, rgba(236, 72, 153, 0.16), transparent 55%),
        radial-gradient(700px 420px at 20% 90%, rgba(34, 197, 94, 0.10), transparent 55%),
        linear-gradient(180deg, var(--app-bg-0), var(--app-bg-1));
    background-attachment: fixed;
}

.bg-app {
    background-color: transparent;
}

a {
    color: inherit;
}

.card-dark {
    background: var(--app-card);
    border: 1px solid var(--app-border);
    color: inherit;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.30);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.card-dark:hover {
    transform: translateY(-3px);
    border-color: var(--app-border-2);
    background: var(--app-card-2);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.text-secondary {
    color: var(--app-text-dim) !important;
}

body.home-page {
    background: url("/assets/img/home-bg.jpg") center / cover no-repeat;
    background-attachment: scroll;
    color: #111827;
    --main-scale: 1;
}

body.allnews-page {
    background:
        url("/assets/img/allnews/fight.png") top center / auto no-repeat,
        url("/assets/img/allnews/BG_Under-1.png") center / cover no-repeat;
    background-attachment: scroll;
}

body.home-page .bg-app {
    background: transparent;
}

body.home-page [id] {
    scroll-margin-top: 16px;
}

.home-stage {
    padding: 18px 14px 70px;
    position: relative;
}

.home-topbar {
    position: relative;
    display: flex;
    justify-content: center;
}

.home-centerlogo {
    position: absolute;
    left: 50%;
    top: clamp(60px, 17vw, 100px);
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    width: clamp(234px, 60vw, 598px);
}

.home-centerlogo-float {
    animation: home-float 3.8s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.28));
    will-change: transform;
}

.home-centerlogo img {
    width: 100%;
    height: auto;
    display: block;
}

.home-contact-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 50;
    display: block;
    width: min(145px, 38vw);
    text-decoration: none;
    will-change: transform;
    transition: transform 140ms ease, filter 140ms ease;
}

.home-contact-fab img {
    width: 100%;
    height: auto;
    display: block;
}

.home-contact-fab:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.home-contact-fab:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-contact-fab:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.50);
    outline-offset: 2px;
    border-radius: 14px;
}

@media (prefers-reduced-motion: reduce) {
    .home-contact-fab {
        transition: none;
    }
    .home-contact-fab:hover,
    .home-contact-fab:active {
        transform: none;
    }
}

@keyframes home-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.home-page .home-wrap {
    margin-top: 18px;
}

@media (prefers-reduced-motion: reduce) {
    .home-centerlogo-float {
        animation: none;
        transform: none;
    }
}

.home-gap {
    height: clamp(240px, 24.5vw, 400px);
}

.home-wrap {
    max-width: 980px;
    margin: 0 auto;
    zoom: var(--main-scale, 1);
    position: relative;
    z-index: 10;
}

@supports not (zoom: 1) {
    .home-wrap {
        transform: scale(var(--main-scale, 1));
        transform-origin: top center;
    }
}

.home-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.home-top {
    padding: 18px 18px 0;
}

.home-menubar {
    width: min(940px, calc(100% - 28px));
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.90);
    border-radius: 999px;
    padding: 8px 10px;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 40px rgba(0, 0, 0, 0.18);
    position: relative;
}

.home-menubar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.home-menunav {
    width: 100%;
    justify-content: center;
    gap: clamp(4px, 0.7vw, 12px);
    padding: 0 6px;
}

.home-menunav .nav-link {
    color: rgba(37, 99, 235, 0.92);
    font-weight: 700;
    padding: 0.55rem clamp(0.68rem, 1.05vw, 0.95rem);
    border-radius: 999px;
    white-space: nowrap;
}

.home-menunav .nav-link:hover {
    background: rgba(255, 255, 255, 0.75);
    color: rgba(29, 78, 216, 0.98);
}

.home-menulogo-center {
    display: grid;
    place-items: center;
    width: 100%;
    padding: 2px 0 4px;
}

.home-menulogo-link img {
    height: clamp(28px, 2.1vw, 34px);
    width: auto;
    display: block;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

@media (max-width: 991.98px) {
    .home-menunav {
        display: none;
    }

    .home-menubar-inner {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
    }

    .home-menulogo-center {
        width: auto;
        padding: 0 8px;
    }
}

.home-menu-toggle {
    appearance: none;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 999px;
    padding: 0.55rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(37, 99, 235, 0.92);
    transition: transform 140ms ease, filter 140ms ease, background 140ms ease;
}

.home-menu-toggle:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    background: rgba(255, 255, 255, 0.82);
}

.home-menu-toggle:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-menu-toggle:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

.home-menu-toggle-icon {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.92);
    position: relative;
}

.home-menu-toggle-icon::before,
.home-menu-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.92);
}

.home-menu-toggle-icon::before {
    top: -7px;
}

.home-menu-toggle-icon::after {
    top: 7px;
}

.home-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.home-offcanvas .nav-link {
    color: rgba(17, 24, 39, 0.88);
}

.home-offcanvas .nav-link:hover {
    color: rgba(17, 24, 39, 0.98);
}

.home-offcanvas-sublink {
    font-weight: 700;
    font-size: 0.95rem;
    color: rgba(17, 24, 39, 0.78);
}

.home-offcanvas-sublink:hover {
    color: rgba(17, 24, 39, 0.95);
}

@media (min-width: 992px) {
    .home-menubar-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 0;
    }

    .home-menunav {
        width: auto;
        padding: 0 6px;
        flex-wrap: nowrap;
    }

    .home-menunav-left {
        justify-content: flex-end;
    }

    .home-menunav-right {
        justify-content: flex-start;
    }

    .home-menulogo-center {
        width: auto;
        padding: 0 clamp(10px, 1.6vw, 18px);
    }
}

body.home-page .home-menubar .dropdown-menu {
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
}

body.home-page .home-menubar .dropdown-item {
    font-weight: 600;
}

.home-notice {
    margin: 12px 0 0;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-notice-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    background: rgba(245, 158, 11, 0.20);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: #b45309;
    font-weight: 800;
    line-height: 1;
}

.home-notice-text {
    color: rgba(17, 24, 39, 0.78);
    font-weight: 500;
    font-size: 0.92rem;
}

.home-notice-marquee {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.home-notice-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    width: max-content;
    will-change: transform;
    animation: home-notice-marquee 15s linear infinite;
}

.home-notice-marquee-text {
    display: inline-block;
    white-space: nowrap;
}

@keyframes home-notice-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-notice-marquee-track {
        animation: none;
        transform: none;
    }
}

.home-body {
    padding: 16px 18px 10px;
}

.home-side {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.22), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 16px;
    padding: 8px;
    display: grid;
    gap: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.home-side-btnimg {
    display: block;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.18);
    transition: transform 140ms ease, filter 140ms ease;
}

.home-side-btnimg img {
    display: block;
    width: 100%;
    height: auto;
}

.home-side-btnimg:hover {
    transform: scale(0.98);
    filter: brightness(1.03);
}

.home-side-btn {
    display: block;
    padding: 14px 14px;
    text-decoration: none;
    color: rgba(17, 24, 39, 0.88);
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.55);
}

.home-side-btn:first-child {
    border-top: 0;
}

.home-side-btn:hover {
    background: rgba(255, 255, 255, 0.75);
    color: rgba(17, 24, 39, 0.98);
}

.home-promo {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
    background: rgba(17, 24, 39, 0.10);
    aspect-ratio: 80 / 27;
}

.home-promo .carousel-inner,
.home-promo .carousel-item {
    height: 100%;
}

.home-promo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-promo-title {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    color: rgba(17, 24, 39, 0.85);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.home-box {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.home-box-title {
    font-weight: 800;
    color: rgba(17, 24, 39, 0.86);
}

.home-box-title-row,
.home-box-title-guide {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-title-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    image-rendering: pixelated;
    flex: 0 0 auto;
}

.home-guide {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.home-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(236, 72, 153, 0.08);
    border: 1px solid rgba(236, 72, 153, 0.18);
    text-decoration: none;
    color: rgba(17, 24, 39, 0.82);
    font-weight: 700;
}

.home-chip:hover {
    background: rgba(236, 72, 153, 0.12);
    color: rgba(17, 24, 39, 0.95);
}

.home-chipimg {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(236, 72, 153, 0.18);
    background: rgba(236, 72, 153, 0.08);
    text-decoration: none;
    transition: transform 140ms ease, filter 140ms ease;
}

.home-chipimg img {
    display: block;
    width: 100%;
    height: auto;
}

.home-chipimg:hover {
    transform: scale(0.98);
    filter: brightness(1.02);
}

.home-more {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(37, 99, 235, 0.92);
    text-decoration: none;
}

.home-more:hover {
    text-decoration: underline;
}

.home-tabs {
    margin-top: 10px;
    border-bottom: 0;
    gap: 8px;
}

.home-tabs .nav-link {
    border: 0;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.96);
    font-weight: 900;
    padding: 0.5rem 0.9rem;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

.home-tabs .nav-link:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.home-tabs .nav-link:active {
    transform: translateY(0);
    filter: brightness(0.98);
}

.home-tabs .nav-link:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.50);
    outline-offset: 2px;
}

.home-tabs .nav-link.active {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.home-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.home-pagination .page-link {
    border: 0;
    border-radius: 8px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: 800;
    background: rgba(59, 130, 246, 0.18);
    color: rgba(37, 99, 235, 0.96);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

.home-pagination .page-link:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.home-pagination .page-link:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-pagination .page-item.active .page-link {
    background: #3b82f6;
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.home-pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
    box-shadow: none;
}

.home-tab--all {
    background: #f97316;
}

.home-tab--event {
    background: #ef4444;
}

.home-tab--patch {
    background: #3b82f6;
}

.home-tab--system {
    background: #9ca3af;
}

.home-tab--promotion {
    background: #a855f7;
}

.home-tab--notice {
    background: #64748b;
}

@media (prefers-reduced-motion: reduce) {
    .home-tabs .nav-link {
        transition: none;
    }

    .home-tabs .nav-link:hover,
    .home-tabs .nav-link:active {
        transform: none;
    }
}

.home-table {
    font-size: 0.92rem;
    table-layout: fixed;
    width: 100%;
}

.home-table th {
    color: rgba(17, 24, 39, 0.60);
    font-weight: 800;
    border-bottom-color: rgba(17, 24, 39, 0.10);
    white-space: nowrap;
}

.home-table td {
    border-top-color: rgba(17, 24, 39, 0.08);
    white-space: nowrap;
}

.home-news-cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    padding: 6px 8px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.home-news-cat--event {
    background: #ef4444;
}

.home-news-cat--patch {
    background: #3b82f6;
}

.home-news-cat--promotion {
    background: #a855f7;
}

.home-news-cat--notice {
    background: #64748b;
}

.home-news-cat--all {
    background: #f97316;
}

.home-news-link-btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    color: rgba(17, 24, 39, 0.92);
    font-weight: 700;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news-link-btn:hover {
    text-decoration: underline;
}

.home-modal {
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.home-modal .modal-header {
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.home-modal-meta {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(17, 24, 39, 0.62);
}

.home-modal-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.92);
}

.home-modal-excerpt {
    color: rgba(17, 24, 39, 0.78);
    font-weight: 500;
}

.home-promo-stack {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.home-promo-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.home-promo-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 200ms ease;
    will-change: transform;
}

.home-promo-card:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
    filter: brightness(1.02);
}

.home-promo-card:hover img {
    transform: scale(1.02);
}

.home-promo-card:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-promo-card:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .home-promo-card,
    .home-promo-card img {
        transition: none;
    }

    .home-promo-card:hover,
    .home-promo-card:active,
    .home-promo-card:hover img {
        transform: none;
    }
}

.home-img-card {
    display: block;
    margin-top: 10px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.home-img-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 200ms ease;
    will-change: transform;
}

.home-img-card:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
    filter: brightness(1.02);
}

.home-img-card:hover img {
    transform: scale(1.02);
}

.home-img-card:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-img-card:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .home-img-card,
    .home-img-card img {
        transition: none;
    }

    .home-img-card:hover,
    .home-img-card:active,
    .home-img-card:hover img {
        transform: none;
    }
}

.home-activities {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.home-activity {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.home-activity img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 200ms ease;
    will-change: transform;
}

.home-activity:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
    filter: brightness(1.02);
}

.home-activity:hover img {
    transform: scale(1.02);
}

.home-activity:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-activity:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .home-activity,
    .home-activity img {
        transition: none;
    }

    .home-activity:hover,
    .home-activity:active,
    .home-activity:hover img {
        transform: none;
    }
}

.home-server {
    margin-top: 10px;
    display: grid;
    gap: 8px;
}

.home-server-links {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.home-server-linkimg {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.home-server-linkimg img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 200ms ease;
    will-change: transform;
}

.home-server-linkimg:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
    filter: brightness(1.02);
}

.home-server-linkimg:hover img {
    transform: scale(1.02);
}

.home-server-linkimg:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-server-linkimg:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .home-server-linkimg,
    .home-server-linkimg img {
        transition: none;
    }

    .home-server-linkimg:hover,
    .home-server-linkimg:active,
    .home-server-linkimg:hover img {
        transform: none;
    }
}

.home-server-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(17, 24, 39, 0.04);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    padding: 10px 10px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease, filter 140ms ease;
}

.home-server-row:hover {
    transform: translateY(-1px);
    background: rgba(17, 24, 39, 0.06);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
    filter: brightness(1.02);
}

.home-server-row:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-server-row:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

.home-server-name {
    font-weight: 800;
    font-size: 0.82rem;
    color: rgba(17, 24, 39, 0.78);
}

.home-server-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.04);
    border: 1px solid rgba(17, 24, 39, 0.08);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    will-change: transform;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, filter 140ms ease;
}

.home-server-card img {
    width: 100%;
    height: 54px;
    object-fit: cover;
    display: block;
    transition: transform 200ms ease;
    will-change: transform;
}

.home-server-card .home-server-pill {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.home-server-card:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
    filter: brightness(1.02);
}

.home-server-card:hover img {
    transform: scale(1.02);
}

.home-server-card:active {
    transform: translateY(0);
    filter: brightness(0.99);
}

.home-server-card:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

.home-server-pill {
    font-weight: 900;
    font-size: 0.72rem;
    border-radius: 999px;
    padding: 6px 10px;
    letter-spacing: 0.04em;
}

.home-server-pill.online {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.26);
    color: rgba(21, 128, 61, 0.95);
}

.home-server-pill.offline {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.22);
    color: rgba(185, 28, 28, 0.95);
}

@media (prefers-reduced-motion: reduce) {
    .home-server-row,
    .home-server-card,
    .home-server-card img {
        transition: none;
    }

    .home-server-row:hover,
    .home-server-row:active,
    .home-server-card:hover,
    .home-server-card:active,
    .home-server-card:hover img {
        transform: none;
    }
}
.home-follow-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-social {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(17, 24, 39, 0.04);
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.home-social img {
    width: 20px;
    height: 20px;
}

.home-footer {
    padding: 16px 18px 20px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.70);
}

.home-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.home-footer-center {
    justify-content: center;
    flex-wrap: nowrap;
}

.home-team-logo {
    height: 22px;
    width: auto;
    display: block;
    opacity: 0.92;
}

.home-gravity {
    height: 22px;
    width: auto;
    opacity: 0.9;
}

.home-footer-links {
    display: flex;
    gap: 10px;
}

.home-footer-link {
    color: rgba(17, 24, 39, 0.62);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
}

.home-footer-link:hover {
    text-decoration: underline;
}

.home-footer-copy {
    font-weight: 600;
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .home-body {
        padding: 12px;
    }
    .home-activities {
        grid-template-columns: 1fr;
    }

    body.allnews-page .home-gap {
        height: clamp(160px, 42vw, 320px);
    }
}

body.home-page .text-secondary {
    color: rgba(17, 24, 39, 0.62) !important;
}

body.home-page .text-muted {
    color: rgba(17, 24, 39, 0.55) !important;
}
