.page-home {
    --home-paper: #f4f1eb;
    --home-surface: #fffdfa;
    --home-ink: #191c21;
    --home-muted: #6f7277;
    --home-line: #d9d5cd;
    --home-blue: #1765c5;
    --home-dark: #181a1f;
    --home-shell: 1160px;
    margin: 0;
    color: var(--home-ink);
    background: var(--home-paper);
    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 .home-shell {
    width: min(calc(100% - 48px), var(--home-shell));
    margin-inline: auto;
}.page-home .home-selector {
    min-height: 760px;
    padding-block: 72px 82px;
    background: var(--home-paper);
}.page-home .home-selector-heading > p {
    margin: 0 0 14px;
    color: var(--home-blue);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
}.page-home .home-selector-heading h1 {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1;
    letter-spacing: 0.06em;
}.page-home .home-selector-heading > div {
    margin-top: 22px;
    display: flex;
    align-items: baseline;
    gap: 16px;
}.page-home .home-selector-heading strong {
    font-size: 16px;
    letter-spacing: -0.03em;
}.page-home .home-selector-heading span {
    color: var(--home-muted);
    font-size: 12px;
}.page-home .home-platform-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}.page-home .home-platform-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto auto 1fr;
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-top: 3px solid #2d3035;
    transition: border-color 140ms ease, transform 140ms ease;
}.page-home .home-platform-card:hover {
    border-color: #9ea3aa;
    transform: translateY(-2px);
}.page-home .home-platform-card:focus-visible {
    outline: 3px solid #75a8e8;
    outline-offset: 3px;
}.page-home .home-platform-card--diablo {
    border-top-color: #9d492f;
}.page-home .home-platform-card--aion {
    border-top-color: #427aa9;
}.page-home .home-platform-card--lineage {
    border-top-color: #80704f;
}.page-home .home-platform-visual {
    position: relative;
    isolation: isolate;
    aspect-ratio: 4 / 4.35;
    overflow: hidden;
    display: block;
    background: #202329;
    border-bottom: 1px solid var(--home-line);
}.page-home .home-platform-visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 10, 13, 0.02) 45%, rgba(8, 10, 13, 0.55));
}.page-home .home-platform-art {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 180ms ease;
}.page-home .home-platform-card:hover .home-platform-art {
    transform: scale(1.018);
}.page-home .home-platform-card--diablo .home-platform-art {
    background-image: url("/assets/img/diablo4-pattern.svg");
}.page-home .home-platform-card--aion .home-platform-art {
    background-image: url("/assets/img/aion2-pattern.svg");
}.page-home .home-platform-card--lineage .home-platform-art {
    background-image: url("/assets/img/lineage-pattern.svg");
}.page-home .home-platform-visual > b {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 8px;
    color: #fff;
    background: rgba(15, 17, 21, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: 0.14em;
}.page-home .home-platform-copy {
    padding: 22px 22px 14px;
    display: grid;
    gap: 7px;
}.page-home .home-platform-copy small {
    color: var(--home-blue);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
}.page-home .home-platform-copy strong {
    font-size: 24px;
    letter-spacing: -0.045em;
}.page-home .home-platform-copy > span {
    min-height: 40px;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.65;
}.page-home .home-platform-enter {
    margin-inline: 22px;
    padding-block: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3f4247;
    border-top: 1px solid #e4e0d8;
    font-size: 11px;
    font-weight: 750;
}.page-home .home-platform-enter b {
    color: var(--home-blue);
    font-size: 20px;
    font-weight: 400;
}.page-home .home-selector-note {
    margin-top: 28px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ebe7df;
    border-left: 3px solid var(--home-blue);
}.page-home .home-selector-note p {
    margin: 0;
    color: #5e6166;
    font-size: 12px;
}.page-home .home-selector-note p strong {
    margin-right: 9px;
    color: var(--home-ink);
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
}.page-home .home-selector-note > a {
    flex: 0 0 auto;
    color: var(--home-blue);
    font-size: 11px;
    font-weight: 800;
}.page-home .home-selector-note > a span {
    margin-left: 7px;
}

@media (max-width: 900px) {.page-home .home-platform-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.page-home .home-platform-card:last-child {
        grid-column: 1 / -1;
        grid-template-columns: minmax(270px, 0.8fr) 1fr;
        grid-template-rows: 1fr auto;
    }.page-home .home-platform-card:last-child .home-platform-visual {
        grid-row: 1 / 3;
    }
}

@media (max-width: 620px) {.page-home .home-shell {
        width: min(calc(100% - 32px), var(--home-shell));
    }.page-home .home-selector {
        min-height: auto;
        padding-block: 48px 56px;
    }.page-home .home-selector-heading h1 {
        font-size: 40px;
    }.page-home .home-selector-heading > div {
        margin-top: 18px;
        display: grid;
        gap: 7px;
    }.page-home .home-selector-heading > div span {
        font-size: 11px;
    }.page-home .home-platform-grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 16px;
    }.page-home .home-platform-card:last-child {
        grid-column: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
    }.page-home .home-platform-card:last-child .home-platform-visual {
        grid-row: auto;
    }.page-home .home-platform-visual {
        aspect-ratio: 4 / 3.55;
    }.page-home .home-platform-copy {
        padding: 18px 18px 12px;
    }.page-home .home-platform-enter {
        margin-inline: 18px;
    }.page-home .home-selector-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {.page-home .home-platform-card,
.page-home .home-platform-art {
        transition: none;
    }
}


/* 2026-08-26 cool palette refresh: portal home */
.page-home {
    --home-paper: #f3f5f8;
    --home-surface: #fbfcfe;
    --home-ink: #202633;
    --home-muted: #707a89;
    --home-line: #d8dfe8;
    --home-blue: #5b71a8;
    --home-dark: #2f3645;
}
.page-home .home-selector {
    background: var(--home-paper);
}
.page-home .home-platform-card {
    background: var(--home-surface);
    border-color: var(--home-line);
    border-top-color: #3a4457;
    box-shadow: 0 10px 24px rgba(44, 55, 77, .05);
}
.page-home .home-platform-card:hover {
    border-color: #bfc9d8;
    box-shadow: 0 14px 28px rgba(44, 55, 77, .08);
}
.page-home .home-platform-card--diablo {
    border-top-color: #eb6f70;
}
.page-home .home-platform-card--aion {
    border-top-color: #5b71a8;
}
.page-home .home-platform-card--lineage {
    border-top-color: #6d8f79;
}
