.page-home {
    margin: 0;
    color: #d7dbe4 !important;
    background:
        radial-gradient(circle at 50% 32%, rgba(74, 88, 116, 0.22) 0, rgba(18, 22, 30, 0.12) 22%, rgba(5, 8, 14, 0) 48%),
        linear-gradient(180deg, #03060b 0%, #05080e 100%) !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Inter, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.page-home,
.page-home * {
    box-sizing: border-box;
}

.page-home a {
    color: inherit;
    text-decoration: none;
}

.page-home #main-content {
    display: block;
}

.page-home .home-shell {
    width: min(calc(100% - 48px), 1240px);
    margin-inline: auto;
}

.page-home .home-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-home .home-landing-header {
    position: relative;
    z-index: 5;
    color: #aeb1b6 !important;
    background: #15161a !important;
    border-bottom: 1px solid #303238;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.015);
}

.page-home .home-landing-header-inner {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page-home .home-landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.page-home .home-landing-brand img {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    object-fit: contain;
}

.page-home .home-landing-brand-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.page-home .home-landing-brand-copy strong {
    color: #d2d4d7 !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.page-home .home-landing-brand-copy small {
    color: #7c8087 !important;
    font: 700 8px/1 Arial, sans-serif;
    letter-spacing: 0.13em;
}

.page-home .home-landing-links {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #8f939a !important;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.page-home .home-landing-links a,
.page-home .home-landing-links button,
.page-home .home-landing-user {
    color: #9da0a7 !important;
}

.page-home .home-landing-links a:hover,
.page-home .home-landing-links button:hover {
    color: #d2d4d7 !important;
}

.page-home .home-landing-logout {
    margin: 0;
}

.page-home .home-landing-logout button {
    padding: 0;
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.page-home .home-landing {
    position: relative;
    padding: 46px 0 168px;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(70, 76, 90, 0.13) 0%, rgba(26, 27, 31, 0.04) 36%, rgba(21, 22, 26, 0) 64%),
        linear-gradient(180deg, #15161a 0%, #17181c 18%, #15161a 50%, #111216 100%) !important;
}

.page-home .home-landing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 1180px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(119, 128, 147, 0.16), transparent);
    pointer-events: none;
}

.page-home .home-landing-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #dfe3ea !important;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-align: center;
}

.page-home .home-landing-title::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin: 0 auto 14px;
    background: linear-gradient(90deg, #861413, #dc2f27);
    box-shadow: 0 0 16px rgba(198, 34, 29, 0.18);
}

.page-home .home-landing-lead {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
    margin: 9px auto 32px;
    color: #7f8795 !important;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.page-home .home-landing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    justify-content: center;
    align-items: start;
    gap: 32px;
}

.page-home .home-landing-item {
    display: grid;
    gap: 18px;
}

.page-home .home-landing-card {
    position: relative;
    display: block;
    background: rgba(7, 10, 15, 0.96);
    border: 1px solid rgba(156, 168, 190, 0.26);
    overflow: hidden;
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.34);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-home .home-landing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.42);
    border-color: rgba(196, 206, 226, 0.4);
}

.page-home .home-landing-card img {
    display: block;
    width: 100%;
    height: auto;
}

.page-home .home-landing-copy {
    padding: 0 4px;
}

.page-home .home-landing-copy h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.page-home .home-landing-copy h2 a {
    color: #f2f4f7 !important;
}

.page-home .home-landing-copy p {
    margin: 10px 0 0;
    color: #9ea5b3 !important;
    font-size: 15px;
    line-height: 1.78;
    word-break: keep-all;
}

.page-home .home-landing-item--diablo .home-landing-copy h2 a {
    color: #f4f4f5 !important;
}

.page-home .home-landing-item--aion .home-landing-copy h2 a {
    color: #eef5ff !important;
}

.page-home .home-landing-item--lineage .home-landing-copy h2 a {
    color: #f7f1df !important;
}

.page-home .home-landing-footer {
    padding: 34px 0 42px;
    background: rgba(6, 9, 14, 0.92);
    border-top: 1px solid rgba(122, 132, 154, 0.18);
}

.page-home .home-landing-footer-inner {
    display: flex;
    justify-content: center;
}

.page-home .home-landing-footer p {
    margin: 0;
    color: #8d94a4 !important;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1240px) {
    .page-home .home-landing {
        padding-bottom: 150px;
    }

    .page-home .home-landing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .page-home .home-shell {
        width: min(calc(100% - 36px), 1120px);
    }

    .page-home .home-landing-title {
        font-size: 18px;
    }

    .page-home .home-landing-lead {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .page-home .home-landing-grid {
        grid-template-columns: repeat(2, minmax(0, 360px));
    }
}

@media (max-width: 760px) {
    .page-home .home-shell {
        width: min(calc(100% - 28px), 620px);
    }

    .page-home .home-landing-header-inner {
        min-height: 62px;
        gap: 14px;
    }

    .page-home .home-landing-brand img {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .page-home .home-landing-brand-copy strong {
        font-size: 16px;
    }

    .page-home .home-landing-brand-copy small {
        font-size: 7px;
    }

    .page-home .home-landing-links {
        gap: 11px;
        font-size: 10px;
    }

    .page-home .home-landing {
        padding: 30px 0 110px;
    }

    .page-home .home-landing-title {
        font-size: 17px;
    }

    .page-home .home-landing-title::before {
        margin-bottom: 11px;
    }

    .page-home .home-landing-lead {
        margin: 8px auto 24px;
        font-size: 12px;
        line-height: 1.65;
    }

    .page-home .home-landing-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .page-home .home-landing-item {
        gap: 14px;
    }

    .page-home .home-landing-card {
        max-width: 360px;
        margin-inline: auto;
    }

    .page-home .home-landing-copy {
        padding: 0 2px;
    }

    .page-home .home-landing-copy h2 {
        font-size: 22px;
        text-align: center;
    }

    .page-home .home-landing-copy p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.72;
        text-align: center;
    }

    .page-home .home-landing-footer {
        padding-block: 26px 32px;
    }

    .page-home .home-landing-footer p {
        font-size: 13px;
    }
}
