:root{color-scheme:dark;--ink:#121b19;--paper:#f0f4f2;--mint:#83dec0;--yellow:#f4d451;--line:#35413c;--muted:#b4c1ba;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;letter-spacing:0}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--ink);color:var(--paper)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--mint);outline-offset:5px}img{display:block;max-width:100%}svg{width:20px;height:20px;flex-shrink:0}h1,h2,h3,p{margin:0}button{cursor:pointer}.header{height:76px;padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.wordmark{font-size:23px;font-weight:800;display:flex;gap:12px;align-items:center;white-space:nowrap}.wordmark span{font-size:10px;font-weight:700;color:var(--mint);border-left:1px solid #54675d;padding-left:12px}.header nav{display:flex;gap:30px;font-size:14px;font-weight:700}.header nav a,.footer>a:last-child{display:flex;align-items:center;gap:9px}.header nav a:hover,.footer>a:last-child:hover{color:var(--yellow)}
.hero{height:calc(100svh - 168px);max-height:760px;min-height:500px;position:relative;isolation:isolate;background:#b6aaa3;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 56%;z-index:-1}.hero-content{padding:48px 4.5%;color:#112019}.eyebrow{font-size:11px;font-weight:800;line-height:1.5}.hero h1{font-size:82px;line-height:1.04;margin-top:12px;font-weight:900;max-width:850px}.lead{font-size:27px;line-height:1.2;margin:22px 0 28px;font-weight:700}.hero-meta{font-size:12px;font-weight:700;margin-top:14px;line-height:1.6}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;font-weight:800;font-size:15px;border:1px solid transparent;border-radius:3px;transition:background .15s,box-shadow .15s;max-width:100%;text-align:center}.primary{background:var(--yellow);color:#171d16;box-shadow:0 3px 0 #171d1655}.primary:hover{background:#ffe680;box-shadow:0 5px 0 #171d1655}.hero-caption{position:absolute;bottom:20px;left:4.5%;right:4.5%;display:flex;justify-content:space-between;color:white;font-size:10px;font-weight:700;text-shadow:0 1px 5px #000;background:#12241cbf;padding:10px 14px;border-left:3px solid var(--mint)}
.band{padding:54px max(4.5%,calc((100% - 1440px)/2))}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:36px}.section-heading .eyebrow{color:var(--mint);margin-bottom:12px}h2{font-size:35px;line-height:1.18;font-weight:800}.release-tag{font-size:12px;font-weight:700;color:var(--mint);white-space:nowrap;border-bottom:2px solid var(--mint);padding:12px 0}.release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;border-top:1px solid var(--line);padding-top:28px}.number{font-size:12px;font-weight:700;color:var(--yellow)}h3{font-size:20px;line-height:1.3;margin:14px 0 12px}.release-grid p,.download-row p,.details p{font-size:15px;line-height:1.7;color:var(--muted);max-width:670px}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:44px}figure{margin:0;min-width:0}figure img{width:100%;height:auto;aspect-ratio:8/5;object-fit:contain;background:#101713}figcaption{display:flex;justify-content:space-between;gap:14px;padding-top:14px;color:var(--muted);font-size:12px;line-height:1.5}figcaption span{font-weight:800;color:var(--mint)}
.download{background:var(--paper);color:var(--ink)}.download .eyebrow{color:#23624c}.section-icon{width:48px;height:48px;color:#2e6a54}.download-row{border-top:1px solid #bac9c0;border-bottom:1px solid #bac9c0;padding:24px 0 30px;display:flex;justify-content:space-between;align-items:center;gap:30px}.download-row h3{margin-top:0;font-size:23px}.download-row p,.details p{color:#43564b}.details{max-width:920px;margin-top:24px}details{border-bottom:1px solid #bac9c0}summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;cursor:pointer;list-style:none;font-size:16px;font-weight:700}summary::-webkit-details-marker{display:none}details[open] summary>svg{transform:rotate(45deg)}details>p,.detail-content{padding:0 0 24px}.checksum{display:block;font-size:13px;line-height:1.7;overflow-wrap:anywhere;margin:12px 0 18px;color:#164c38}.copy-field{display:flex;border:1px solid #a3b7aa;border-radius:3px;max-width:650px;background:white;margin-top:16px}.copy-field input{width:100%;min-width:0;border:0;color:#143b2c;background:transparent;padding:16px 12px;font-size:14px}.copy-field button{width:52px;flex:0 0 52px;border:0;border-left:1px solid #a3b7aa;background:transparent;color:#143b2c;display:grid;place-items:center}.copy-field button:hover{background:#d7ebe1}.details .copy-status{font-size:12px;min-height:20px;padding-top:8px}.footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 4.5%;font-size:12px;color:var(--muted)}.footer .wordmark{color:var(--paper);font-size:18px}.footer a:last-child{white-space:nowrap}
@media(min-width:1800px){.hero-content{padding-top:52px}.hero h1{font-size:92px}.hero-image{object-position:50% 64%}}
@media(max-width:850px){.hero h1{font-size:62px}.hero{min-height:510px}.hero-image{object-position:58% 50%}.band{padding:42px 5%}.release-grid{gap:24px}h2{font-size:29px}.release-grid h3{font-size:18px}.release-grid p{font-size:14px}.gallery{gap:16px}figcaption{flex-direction:column;gap:4px}}
@media(max-width:600px){.header{height:64px;padding:0 5%;gap:12px}.wordmark{font-size:18px;gap:8px}.wordmark span{font-size:9px;padding-left:8px}.header nav{gap:0;font-size:12px}.header nav a:first-child{display:none}.hero{height:calc(100svh - 144px);min-height:490px;max-height:690px}.hero-content{padding:30px 5%}.hero h1{font-size:50px;max-width:320px;line-height:1.05}.hero .eyebrow{font-size:10px}.hero-image{object-position:59% 48%}.lead{font-size:22px;margin:16px 0 22px}.hero .button{font-size:13px;min-height:50px;padding:14px 16px}.hero-meta{font-size:10px;max-width:235px}.hero-caption{left:5%;right:5%;font-size:9px;bottom:14px}.section-heading{gap:14px;margin-bottom:28px;align-items:flex-start}h2{font-size:27px}.release-tag{font-size:10px;padding:6px 0}.release-grid{grid-template-columns:1fr;gap:26px}.release-grid h3{font-size:20px;margin:8px 0}.release-grid p{font-size:15px}.gallery{grid-template-columns:1fr;gap:28px;margin-top:34px}.download-row{flex-direction:column;align-items:flex-start;gap:24px}.download-row .button{width:100%}.section-icon{width:36px;height:36px}.download-row h3{font-size:21px}.copy-field input{font-size:11px;padding-left:8px}.copy-field button{width:44px;flex-basis:44px}.footer{padding:28px 5%;flex-wrap:wrap;gap:18px}.footer p{font-size:11px}.footer a:last-child{margin-left:auto}.checksum{font-size:12px}}
.hero-content{color:#fff;text-shadow:0 2px 5px #000,0 0 24px #0008}.hero-content .button{text-shadow:none}.hero-image{object-position:50% 65%}
@media(max-width:600px){.hero-image{object-position:52% 60%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* The atlas uses the game's house palettes; status is always written in text. */
.header nav a{min-height:36px}.skip-link{position:absolute;left:16px;top:-100px;z-index:10;padding:14px 20px;background:var(--yellow);color:var(--ink);font-weight:700}.skip-link:focus{top:12px}
.network{border-top:1px solid var(--line);background:#16221e}.section-intro{max-width:860px;font-size:18px;line-height:1.7;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700;min-height:44px}.text-link:hover{color:var(--yellow)}
.connections{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:36px 0 40px;padding:28px 0;border-top:1px solid #3e5047;border-bottom:1px solid #3e5047}.connections h3{margin:0 0 12px}.connections p{font-size:15px;line-height:1.7;color:var(--muted);max-width:560px}
.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mode-card{padding:26px;background:#1e2d26;border:1px solid #405048;display:flex;flex-direction:column}.mode-card.live{border-top:3px solid var(--mint);padding-top:24px;background:#20382d}.mode-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;line-height:1.5}.mode-kind{color:var(--muted)}.mode-players{font-weight:700;color:var(--paper);text-align:right}.mode-card h3{font-size:24px;margin:20px 0 12px}.status-label{align-self:flex-start;padding:6px 9px;font-size:11px;line-height:1.4;font-weight:700;border:1px solid #718877;color:#d0e1d5}.live .status-label{color:#a8f2cb;border-color:#6aab86}.planned .status-label{color:#d3caae;border-color:#7d7865}.mode-card>p{font-size:15px;line-height:1.7;color:#d4dfd8;margin:20px 0}.mode-card .mode-note{font-size:13px;line-height:1.6;color:var(--muted);border-top:1px solid #44534a;padding-top:16px;margin:auto 0 0}
.join-guide{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;margin-top:46px;padding:34px 0 0;border-top:1px solid #3e5047}.join-guide h3{font-size:27px;margin:12px 0}.join-guide>div>p:last-child{font-size:15px;line-height:1.7;color:var(--muted)}.join-guide ol{list-style:none;counter-reset:join;margin:0;padding:0}.join-guide li{counter-increment:join;position:relative;padding:0 0 24px 42px}.join-guide li:before{content:"0" counter(join);position:absolute;left:0;top:2px;color:var(--yellow);font-size:12px;font-weight:700}.join-guide li strong{display:block;font-size:16px;margin-bottom:6px}.join-guide li span{display:block;color:var(--muted);font-size:14px;line-height:1.65}
.houses{background:#f0f1e9;color:#192720}.houses .eyebrow{color:#386452}.houses .section-intro{color:#46554b}.houses .release-tag{color:#47654d;border-color:#47654d}.atlas-note{max-width:880px;font-size:14px;line-height:1.7;color:#596459;margin-top:18px}.house-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:32px 0 46px;border:1px solid #bcc6b8}.house-nav a{padding:18px 20px;border-right:1px solid #bcc6b8;border-bottom:3px solid var(--house);transition:background .15s}.house-nav a:last-child{border-right:0}.house-nav a:hover{background:#fff}.house-nav strong{display:block;font-size:19px}.house-nav span{display:block;margin-top:7px;font-size:12px;color:#58634f}.house-vard{--house:#9b343d}.house-elyan{--house:#2459a6}.house-nerith{--house:#24735e}.house-sevra{--house:#803d55}.house-kair{--house:#677346}
.house-card{scroll-margin-top:24px;margin-top:40px;padding:30px;background:#fafbf6;border:1px solid #c9cfc3;border-top:4px solid var(--house)}.house-heading{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;color:var(--house);font-size:11px;font-weight:700;letter-spacing:.05em;line-height:1.6}.house-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:34px}.house-art img{aspect-ratio:3/2;object-fit:contain;background:#e2e6df}.house-art a{display:block}.house-art figcaption{font-size:11px;color:#606b5f;flex-wrap:wrap}.house-art figcaption span{color:var(--house)}.house-copy h3{font-size:36px;margin:0 0 8px;line-height:1.12}.house-copy .house-motto{color:var(--house);font-weight:700;font-size:14px}.house-copy h4{font-size:13px;text-transform:uppercase;letter-spacing:.035em;margin:24px 0 10px}.house-copy p{font-size:15px;line-height:1.7;color:#425044}.house-copy .house-identity{font-size:13px;color:#5d685b;margin-top:18px}.fleet-heading{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:28px 0 14px}.fleet-heading h4{font-size:14px;margin:0}.fleet-heading span{font-size:11px;color:#5d685b}.fleet{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none;padding:0;margin:0;border:1px solid #c5cebf}.fleet li{padding:14px 12px;border-right:1px solid #c5cebf;min-width:0}.fleet li:last-child{border-right:0}.fleet span{display:block;font-size:10px;font-weight:700;color:var(--house);margin-bottom:8px}.fleet strong{font-size:15px;overflow-wrap:anywhere}.house-development{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;margin-top:18px}.house-development p{font-size:12px;line-height:1.7;color:#596454;margin:0}.house-development strong{color:#2f3e31}.atlas-update{max-width:770px;margin:48px auto 0;text-align:center}.atlas-update h3{font-size:28px;margin:12px 0 16px}.atlas-update p{font-size:15px;line-height:1.7;color:#4d5a4d}.atlas-update .eyebrow{font-size:11px}.atlas-update .updated{font-size:12px;margin-top:18px;color:#67715e}
@media(max-width:1100px){.mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.house-layout{grid-template-columns:1fr;gap:24px}.house-art{max-width:900px}.house-copy h3{font-size:32px}.house-copy p{max-width:820px}}
@media(max-width:600px){.header{height:auto;min-height:96px;flex-wrap:wrap;padding:12px 5%;gap:5px}.header nav{width:100%;justify-content:space-between;gap:12px}.header nav a{min-height:36px;font-size:11px}.header nav a:first-child{display:flex}.header nav svg{width:15px;height:15px}.hero{height:calc(100svh - 172px);min-height:390px}.network .section-heading{flex-direction:column;gap:10px}.section-intro{font-size:16px}.connections{grid-template-columns:1fr;gap:26px;margin:26px 0;padding:24px 0}.mode-grid{grid-template-columns:1fr;gap:14px}.mode-card{padding:24px}.mode-card.live{padding-top:22px}.mode-card h3{font-size:23px}.join-guide{grid-template-columns:1fr;gap:24px;margin-top:32px}.join-guide h3{font-size:25px}.house-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:24px 0 28px}.house-nav a{padding:14px 16px;border-bottom-width:2px}.house-nav a:nth-child(even){border-right:0}.house-nav a:last-child{grid-column:1/-1}.house-nav strong{font-size:17px}.house-card{padding:18px;margin-top:26px}.house-heading{flex-direction:column;gap:6px;padding-bottom:18px;font-size:10px}.house-layout{gap:22px}.house-copy h3{font-size:30px}.house-copy p{font-size:14px}.house-copy h4{font-size:12px}.house-art figcaption{font-size:10px;gap:4px}.fleet-heading{align-items:flex-start;flex-direction:column;gap:7px}.fleet{grid-template-columns:repeat(3,minmax(0,1fr))}.fleet li{padding:12px 7px}.fleet li:nth-child(3n){border-right:0}.fleet li:nth-child(-n+3){border-bottom:1px solid #c5cebf}.fleet strong{font-size:12px}.house-development{grid-template-columns:1fr;gap:12px}.atlas-update h3{font-size:24px}}
