.eo-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    padding: 32px 0;
}

.eo-hub-card {
    min-height: 245px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid #21354e;
    background: linear-gradient(150deg, #101b2b, #090f19);
    text-decoration: none !important;
    transition: .2s ease;
}

.eo-hub-card:hover {
    border-color: #347cad;
    background: linear-gradient(150deg, #122238, #0b1523);
    transform: translateY(-2px);
}

.eo-hub-card-featured {
    grid-column: span 2;
    background: radial-gradient(circle at 85% 15%, rgba(30,179,217,.16), transparent 34%), linear-gradient(140deg, #102239, #09111d);
}

.eo-hub-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid #2d668f;
    background: #0b2742;
    color: #65c5f7;
    font: 14px "Philosopher", serif;
}

.eo-hub-card small {
    margin-top: 22px;
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.4px;
}

.eo-hub-card h2 {
    margin: 6px 0 8px;
    color: #ebe2d4;
    font: 22px "Philosopher", serif;
}

.eo-hub-card p {
    margin: 0;
    color: #748399;
    font-size: 10px;
    line-height: 1.7;
}

.eo-hub-card b {
    margin-top: auto;
    padding-top: 18px;
    color: #60bef2;
    font-size: 9px;
}

.eo-lore-intro {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 30px;
    align-items: center;
    padding: 33px 0;
    border-bottom: 1px solid #243650;
}

.eo-lore-intro h2,
.eo-path-strip h2,
.eo-checklist h2 {
    margin: 7px 0 10px;
    color: #f0e2ca;
    font: 24px "Philosopher", serif;
}

.eo-lore-intro p,
.eo-checklist p {
    margin: 0;
    color: #78879b;
    font-size: 10px;
    line-height: 1.75;
}

.eo-faction-pair {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.eo-faction-pair span {
    min-width: 112px;
    padding: 18px 12px;
    border: 1px solid #2b4664;
    background: #0a1726;
    text-align: center;
    color: #e4ded3;
    font: 18px "Philosopher", serif;
}

.eo-faction-pair span:last-child {
    border-color: #603e43;
    background: #1b1118;
}

.eo-faction-pair small {
    color: #718198;
    font: 8px "Open Sans", sans-serif;
}

.eo-faction-pair i {
    color: #d98a55;
    font: 11px "Philosopher", serif;
    font-style: normal;
}

.eo-topic-grid,
.eo-requirement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 32px 0;
}

.eo-topic-grid article,
.eo-requirement-grid article {
    padding: 24px;
    border: 1px solid #20324a;
    background: #0a131f;
}

.eo-topic-grid article > span,
.eo-requirement-grid article > span {
    color: #4787b3;
    font: 11px "Philosopher", serif;
}

.eo-topic-grid h2,
.eo-requirement-grid h2 {
    margin: 18px 0 7px;
    color: #e6dfd3;
    font: 19px "Philosopher", serif;
}

.eo-topic-grid p,
.eo-requirement-grid p {
    margin: 0;
    color: #728095;
    font-size: 10px;
    line-height: 1.65;
}

.eo-path-strip {
    padding: 25px 28px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    border: 1px solid #2b4562;
    background: linear-gradient(100deg, #111f32, #0a1421);
}

.eo-path-strip nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.eo-path-strip a {
    padding: 11px 14px;
    border: 1px solid #2a4b69;
    color: #a9c8dc;
    text-decoration: none;
    font-size: 9px;
}

.eo-requirement-grid {
    grid-template-columns: repeat(4, 1fr);
}

.eo-requirement-grid article > span {
    font-size: 8px;
    letter-spacing: 1.3px;
}

.eo-checklist {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 12px;
    padding-bottom: 22px;
}

.eo-checklist > div,
.eo-checklist > aside {
    padding: 27px;
    border: 1px solid #243851;
    background: #0a1421;
}

.eo-checklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eo-checklist li {
    position: relative;
    padding: 9px 0 9px 24px;
    border-bottom: 1px solid #1d2e44;
    color: #7e8da1;
    font-size: 10px;
}

.eo-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #54c496;
}

.eo-checklist > aside > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #815843;
    background: #2d1b19;
    color: #e59a6d;
    font: 18px "Philosopher", serif;
}

.eo-checklist a {
    color: #60bef2;
    text-decoration: none;
    font-size: 9px;
}

.eo-faq-layout {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 28px;
    padding: 32px 0;
}

.eo-faq-layout > nav {
    position: sticky;
    top: 110px;
    align-self: start;
    padding: 20px;
    border: 1px solid #21344c;
    background: #09131f;
}

.eo-faq-layout > nav span,
.eo-faq-layout > nav a {
    display: block;
}

.eo-faq-layout > nav span {
    margin-bottom: 9px;
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.4px;
}

.eo-faq-layout > nav a {
    padding: 9px 0;
    border-bottom: 1px solid #1d2d42;
    color: #8ea0b5;
    text-decoration: none;
    font-size: 10px;
}

.eo-faq-list section {
    scroll-margin-top: 110px;
}

.eo-faq-list section + section {
    margin-top: 28px;
}

.eo-faq-list h2 {
    margin: 0 0 10px;
    color: #f0e2ca;
    font: 23px "Philosopher", serif;
}

.eo-faq-list details {
    border: 1px solid #22364f;
    background: #0a1421;
}

.eo-faq-list details + details {
    margin-top: 7px;
}

.eo-faq-list summary {
    position: relative;
    padding: 17px 46px 17px 19px;
    cursor: pointer;
    color: #dce4ec;
    font: 15px "Philosopher", serif;
    list-style: none;
}

.eo-faq-list summary::-webkit-details-marker {
    display: none;
}

.eo-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    color: #59b9ee;
}

.eo-faq-list details[open] summary::after {
    content: "−";
}

.eo-faq-list details[open] summary {
    border-bottom: 1px solid #22364f;
}

.eo-faq-list details p {
    margin: 0;
    padding: 17px 19px;
    color: #78879b;
    font-size: 10px;
    line-height: 1.75;
}

.eo-news-detail > h1 {
    margin-bottom: 24px;
    color: #f0e2ca;
    font: 36px/1.15 "Philosopher", serif;
}

.eo-news-body {
    color: #8c9aab;
    line-height: 1.75;
}

.eo-news-body img {
    max-width: 100%;
    height: auto;
}

.eo-news-missing {
    padding: 50px;
    border: 1px solid #243650;
    background: #0a1421;
}

.eo-news-missing h1 {
    margin: 8px 0;
    color: #f0e2ca;
    font: 32px "Philosopher", serif;
}

.eo-news-missing p {
    margin: 0 0 24px;
    color: #7c899d;
}

@media (max-width: 1000px) {
    .eo-hub-grid,
    .eo-topic-grid,
    .eo-requirement-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .eo-hub-grid,
    .eo-topic-grid,
    .eo-requirement-grid,
    .eo-checklist,
    .eo-faq-layout,
    .eo-lore-intro {
        grid-template-columns: 1fr;
    }

    .eo-hub-card-featured {
        grid-column: auto;
    }

    .eo-hub-card {
        min-height: 225px;
    }

    .eo-faction-pair {
        justify-content: flex-start;
    }

    .eo-faction-pair span {
        min-width: 95px;
    }

    .eo-path-strip {
        grid-template-columns: 1fr;
    }

    .eo-faq-layout > nav {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 12px;
    }

    .eo-faq-layout > nav span {
        grid-column: 1 / -1;
    }
}

.eo-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.eo-policy-layout {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    padding: 32px 0;
}

.eo-policy-layout > nav {
    position: sticky;
    top: 110px;
    align-self: start;
    padding: 20px;
    border: 1px solid #21344c;
    background: #09131f;
}

.eo-policy-layout > nav span,
.eo-policy-layout > nav a {
    display: block;
}

.eo-policy-layout > nav span {
    margin-bottom: 9px;
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.4px;
}

.eo-policy-layout > nav a {
    padding: 10px 0;
    border-bottom: 1px solid #1d2d42;
    color: #8ea0b5;
    text-decoration: none;
    font-size: 10px;
}

.eo-policy-sections section {
    scroll-margin-top: 110px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 17px;
    padding: 25px;
    border: 1px solid #22364f;
    background: #0a1421;
}

.eo-policy-sections section + section {
    margin-top: 10px;
}

.eo-policy-number {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #2d668f;
    background: #0b2742;
    color: #65c5f7;
    font: 14px "Philosopher", serif;
}

.eo-policy-sections h2 {
    margin: 0 0 6px;
    color: #f0e2ca;
    font: 23px "Philosopher", serif;
}

.eo-policy-sections p {
    margin: 0;
    color: #78879b;
    font-size: 10px;
    line-height: 1.7;
}

.eo-policy-sections ol {
    grid-column: 2;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.eo-policy-sections li {
    padding: 11px 0;
    border-top: 1px solid #1d2f46;
    color: #7d8b9f;
    font-size: 10px;
    line-height: 1.7;
}

.eo-policy-sections strong {
    color: #dce5ee;
}

.eo-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 32px 0;
}

.eo-support-grid article {
    min-height: 218px;
    display: flex;
    flex-direction: column;
    padding: 23px;
    border: 1px solid #21354e;
    background: #0a131f;
}

.eo-support-grid article > span {
    color: #4787b3;
    font: 12px "Philosopher", serif;
}

.eo-support-grid h2,
.eo-support-preflight h2 {
    margin: 17px 0 7px;
    color: #e6dfd3;
    font: 20px "Philosopher", serif;
}

.eo-support-grid p,
.eo-support-preflight p {
    margin: 0;
    color: #728095;
    font-size: 10px;
    line-height: 1.7;
}

.eo-support-grid a,
.eo-support-preflight a {
    margin-top: auto;
    padding-top: 17px;
    color: #60bef2;
    text-decoration: none;
    font-size: 9px;
}

.eo-support-preflight {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 10px;
    padding-bottom: 22px;
}

.eo-support-preflight > div,
.eo-support-preflight > aside {
    padding: 27px;
    border: 1px solid #243851;
    background: #0a1421;
}

.eo-support-preflight > aside {
    display: flex;
    flex-direction: column;
    border-color: #4c3f36;
    background: linear-gradient(145deg, #1a1518, #0b121d);
}

.eo-support-preflight ul {
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.eo-support-preflight li {
    position: relative;
    padding: 10px 0 10px 23px;
    border-top: 1px solid #1d2e44;
    color: #7e8da1;
    font-size: 10px;
}

.eo-support-preflight li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #54c496;
}

.eo-support-preflight > aside > span {
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.4px;
}

@media (max-width: 1000px) {
    .eo-support-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .eo-policy-layout,
    .eo-support-grid,
    .eo-support-preflight {
        grid-template-columns: 1fr;
    }

    .eo-policy-layout > nav {
        position: static;
    }

    .eo-policy-sections section {
        grid-template-columns: 42px 1fr;
        padding: 20px 17px;
    }

    .eo-policy-number {
        width: 38px;
        height: 38px;
    }

    .eo-policy-sections ol {
        grid-column: 1 / -1;
    }
}

.eo-class-guide {
    padding: 34px 0 12px;
}

.eo-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 15px;
}

.eo-section-heading h2 {
    margin: 7px 0 8px;
    color: #f0e2ca;
    font: 27px "Philosopher", serif;
}

.eo-section-heading p {
    max-width: 680px;
    margin: 0;
    color: #78879b;
    font-size: 10px;
    line-height: 1.75;
}

.eo-section-heading nav {
    display: flex;
    flex-shrink: 0;
    gap: 7px;
}

.eo-section-heading nav a {
    padding: 10px 13px;
    border: 1px solid #2b4562;
    background: #0a1421;
    color: #a9c8dc;
    text-decoration: none;
    font-size: 9px;
}

.eo-faction-classes {
    scroll-margin-top: 110px;
    padding: 26px;
    border: 1px solid #28445f;
    background: radial-gradient(circle at 85% 0, rgba(35, 151, 213, .12), transparent 31%), #09131f;
}

.eo-faction-classes + .eo-faction-classes {
    margin-top: 14px;
}

.eo-faction-classes > header {
    margin-bottom: 18px;
}

.eo-faction-classes > header > span {
    color: #5cbcec;
    font-size: 8px;
    letter-spacing: 1.7px;
}

.eo-faction-classes > header h2 {
    margin: 5px 0 7px;
    color: #e9e1d4;
    font: 24px "Philosopher", serif;
}

.eo-faction-classes > header p {
    margin: 0;
    color: #78879b;
    font-size: 10px;
    line-height: 1.7;
}

.eo-faction-fury {
    border-color: #533f47;
    background: radial-gradient(circle at 85% 0, rgba(162, 64, 76, .13), transparent 31%), #110f18;
}

.eo-faction-fury > header > span {
    color: #d98a74;
}

.eo-class-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.eo-class-card {
    min-width: 0;
    padding: 12px 12px 20px;
    border: 1px solid #22364f;
    background: linear-gradient(155deg, #101b2b, #080e17);
    overflow: hidden;
}

.eo-faction-fury .eo-class-card {
    border-color: #3e303a;
    background: linear-gradient(155deg, #1a151c, #090d15);
}

.eo-class-portrait {
    height: 215px;
    margin-bottom: 17px;
    overflow: hidden;
    border: 1px solid #1d2d42;
    background: radial-gradient(circle at 50% 70%, #19263a, #05080d 68%);
}

.eo-faction-fury .eo-class-portrait {
    background: radial-gradient(circle at 50% 70%, #2b1d25, #05080d 68%);
}

.eo-class-portrait img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    transition: transform .25s ease;
}

.eo-class-card:hover .eo-class-portrait img {
    transform: scale(1.025);
}

.eo-class-card small {
    color: #4c92bf;
    font-size: 8px;
    letter-spacing: 1.25px;
}

.eo-faction-fury .eo-class-card small {
    color: #bd756a;
}

.eo-class-card h3 {
    margin: 6px 0 8px;
    color: #eee4d5;
    font: 22px "Philosopher", serif;
}

.eo-class-card p {
    min-height: 68px;
    margin: 0;
    color: #748399;
    font-size: 10px;
    line-height: 1.7;
}

.eo-class-card b {
    display: inline-block;
    margin-top: 13px;
    padding: 7px 9px;
    border: 1px solid #294862;
    background: #0a1725;
    color: #a8c7da;
    font-size: 8px;
    font-weight: 600;
}

.eo-faction-fury .eo-class-card b {
    border-color: #4a333c;
    background: #171018;
    color: #c7aaa8;
}

@media (max-width: 1000px) {
    .eo-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .eo-class-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .eo-class-grid {
        grid-template-columns: 1fr;
    }

    .eo-faction-classes {
        padding: 18px;
    }

    .eo-class-portrait {
        height: 245px;
    }

    .eo-class-card p {
        min-height: 0;
    }
}

.eo-onboarding-brand {
    position: relative;
    height: 245px;
    display: block;
    margin: 28px 0 0;
    overflow: hidden;
    border: 1px solid #364c68;
    background: #070c14;
    text-decoration: none !important;
}

.eo-onboarding-brand::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(4, 8, 14, .85));
}

.eo-onboarding-brand img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 53%;
}

.eo-onboarding-brand span {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 1;
    color: #e8d0a1;
    font-size: 8px;
    letter-spacing: 1.7px;
}

.eo-onboarding-preflight,
.eo-onboarding-flow,
.eo-start-troubleshooting {
    padding: 32px 0 0;
}

.eo-onboarding-preflight > header,
.eo-onboarding-flow > header,
.eo-start-troubleshooting > header {
    margin-bottom: 16px;
}

.eo-onboarding-preflight > header h2,
.eo-onboarding-flow > header h2,
.eo-start-troubleshooting > header h2 {
    margin: 7px 0 8px;
    color: #f0e2ca;
    font: 27px "Philosopher", serif;
}

.eo-onboarding-flow > header p {
    margin: 0;
    color: #78879b;
    font-size: 10px;
    line-height: 1.7;
}

.eo-onboarding-preflight > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.eo-onboarding-preflight article {
    padding: 23px;
    border: 1px solid #21354e;
    background: #0a131f;
}

.eo-onboarding-preflight article > span {
    color: #4787b3;
    font: 12px "Philosopher", serif;
}

.eo-onboarding-preflight h3 {
    margin: 16px 0 7px;
    color: #e6dfd3;
    font: 19px "Philosopher", serif;
}

.eo-onboarding-preflight p {
    margin: 0;
    color: #728095;
    font-size: 10px;
    line-height: 1.7;
}

.eo-onboarding-flow > ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eo-onboarding-flow > ol > li {
    min-height: 205px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 17px;
    padding: 23px;
    border: 1px solid #22364f;
    background: linear-gradient(150deg, #0d1928, #080f19);
}

.eo-onboarding-flow > ol > li > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #2d668f;
    background: #0b2742;
    color: #65c5f7;
    font: 14px "Philosopher", serif;
}

.eo-onboarding-flow small {
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.3px;
}

.eo-onboarding-flow h3 {
    margin: 5px 0 8px;
    color: #e9e1d4;
    font: 20px "Philosopher", serif;
}

.eo-onboarding-flow p {
    margin: 0;
    color: #77869a;
    font-size: 10px;
    line-height: 1.72;
}

.eo-onboarding-flow a,
.eo-first-journey a {
    display: inline-block;
    margin-top: 11px;
    color: #60bef2;
    text-decoration: none;
    font-size: 9px;
}

.eo-first-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 26px 0 0;
}

.eo-first-journey article {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #2b4562;
    background: linear-gradient(145deg, #101c2c, #09111d);
}

.eo-first-journey article > span {
    color: #d98a55;
    font-size: 8px;
    letter-spacing: 1.35px;
}

.eo-first-journey h2 {
    margin: 16px 0 8px;
    color: #e9e1d4;
    font: 20px "Philosopher", serif;
}

.eo-first-journey p {
    margin: 0;
    color: #77869a;
    font-size: 10px;
    line-height: 1.72;
}

.eo-first-journey a {
    margin-top: auto;
    padding-top: 13px;
}

.eo-start-troubleshooting {
    padding-bottom: 24px;
}

.eo-start-troubleshooting details {
    border: 1px solid #22364f;
    background: #0a1421;
}

.eo-start-troubleshooting details + details {
    margin-top: 7px;
}

.eo-start-troubleshooting summary {
    position: relative;
    padding: 17px 46px 17px 19px;
    cursor: pointer;
    color: #dce4ec;
    font: 15px "Philosopher", serif;
    list-style: none;
}

.eo-start-troubleshooting summary::-webkit-details-marker {
    display: none;
}

.eo-start-troubleshooting summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    color: #59b9ee;
}

.eo-start-troubleshooting details[open] summary {
    border-bottom: 1px solid #22364f;
}

.eo-start-troubleshooting details[open] summary::after {
    content: "−";
}

.eo-start-troubleshooting details p {
    margin: 0;
    padding: 17px 19px;
    color: #78879b;
    font-size: 10px;
    line-height: 1.75;
}

@media (max-width: 1000px) {
    .eo-onboarding-preflight > div,
    .eo-first-journey {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .eo-onboarding-brand {
        height: 205px;
    }

    .eo-onboarding-preflight > div,
    .eo-onboarding-flow > ol,
    .eo-first-journey {
        grid-template-columns: 1fr;
    }

    .eo-onboarding-flow > ol > li {
        grid-template-columns: 42px 1fr;
        padding: 20px 17px;
    }

    .eo-onboarding-flow > ol > li > span {
        width: 38px;
        height: 38px;
    }
}
