:root{--ocean:#082a32;--ocean2:#123f47;--paper:#f3f1ea;--white:#fff;--ink:#172226;--muted:#607075;--cyan:#49c7d6;--orange:#e96a3c;--line:rgba(23,34,38,.17);--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;letter-spacing:0;overflow-x:hidden}a{color:inherit;text-decoration:none}p{line-height:1.82}.atlas-mast{height:72px;display:flex;align-items:center;padding:0 max(24px,calc((100vw - var(--shell))/2));background:var(--paper);border-bottom:1px solid var(--line);gap:30px;position:relative;z-index:10}.atlas-brand{display:flex;align-items:center;gap:10px;margin-right:auto}.atlas-brand span{width:34px;height:34px;background:var(--orange);color:white;display:grid;place-items:center;font-weight:900}.atlas-brand b{font-size:21px}.atlas-mast nav{display:flex;gap:25px;font-size:14px}.atlas-mast nav a{padding:25px 0;border-bottom:2px solid transparent}.atlas-mast nav a[aria-current=page]{border-color:var(--orange)}.mast-action{background:var(--ocean);color:white;padding:11px 16px;font-weight:700}.atlas-menu{display:none}.atlas-hero{height:min(820px,calc(100vh - 72px));min-height:650px;position:relative;color:white;overflow:hidden}.atlas-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.atlas-veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,29,36,.94),rgba(4,29,36,.6) 43%,rgba(4,29,36,.08) 72%)}.hero-copy{position:absolute;left:max(28px,calc((100vw - var(--shell))/2));top:46%;transform:translateY(-50%);max-width:650px}.hero-copy small,.page-lead small,.route-section small,.device-manifest small,.field-case small,.dispatch-board small{font:800 11px ui-monospace;color:var(--cyan)}.hero-copy h1{font-size:68px;line-height:1.08;margin:20px 0}.hero-copy p{font-size:19px;color:#d2e5e7;max-width:610px}.hero-copy>div{display:flex;gap:12px;margin-top:30px}.hero-copy a{padding:14px 20px;border:1px solid rgba(255,255,255,.55);font-weight:800}.hero-copy a:first-child{background:var(--orange);border-color:var(--orange)}.hero-legend{position:absolute;left:max(28px,calc((100vw - var(--shell))/2));right:max(28px,calc((100vw - var(--shell))/2));bottom:0;border-top:1px solid rgba(255,255,255,.32);display:flex;gap:34px;padding:20px 0}.hero-legend span{display:flex;align-items:center;gap:9px;font-size:13px}.hero-legend i{width:22px;height:2px;background:var(--cyan)}.route-section,.device-manifest,.field-case,.dispatch-board,.closing-strip{max-width:var(--shell);margin:auto;padding:95px 28px}.route-section header{display:grid;grid-template-columns:130px 1fr;gap:30px}.route-section header h2,.device-manifest h2,.field-case h2,.dispatch-board h2,.closing-strip h2{font:700 42px/1.2 Georgia,"Noto Serif SC",serif;margin:0 0 16px}.route-section header p{grid-column:2;color:var(--muted);max-width:650px}.route-line{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:2px solid var(--ocean)}.route-line article{padding:28px 26px;border-right:1px solid var(--line);position:relative}.route-line article:before{content:"";position:absolute;width:10px;height:10px;background:var(--orange);top:-6px;left:24px}.route-line b{font-size:22px}.route-line p{color:var(--muted)}.device-manifest{max-width:none;background:var(--ocean);color:white;padding-left:max(28px,calc((100vw - var(--shell))/2));padding-right:max(28px,calc((100vw - var(--shell))/2));display:grid;grid-template-columns:360px 1fr;gap:70px}.device-manifest aside p{color:#bad0d3}.device-manifest aside>a{color:var(--cyan);font-weight:800}.device-manifest>div>a{display:grid;grid-template-columns:120px 1fr 50px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.18);gap:20px}.device-manifest em{font-style:normal;color:var(--cyan)}.field-case{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}.field-case p{font:18px/1.95 Georgia,"Noto Serif SC",serif}.field-case a{display:inline-block;border-bottom:2px solid var(--orange);font-weight:800}.field-case blockquote{margin:0;border-left:5px solid var(--orange);padding:35px;font:700 27px/1.55 Georgia,"Noto Serif SC",serif;background:white}.dispatch-board{max-width:none;background:#dfe7e4;padding-left:max(28px,calc((100vw - var(--shell))/2));padding-right:max(28px,calc((100vw - var(--shell))/2))}.dispatch-board header{display:grid;grid-template-columns:140px 1fr auto;gap:25px;align-items:start}.dispatch-board header>a{border-bottom:1px solid}.dispatch-board>div{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:0;margin-top:45px}.dispatch-board article{padding:28px;border-top:1px solid var(--ink);border-right:1px solid var(--line)}.dispatch-board article:first-child{grid-row:span 2}.dispatch-board h3{font:700 25px/1.35 Georgia,"Noto Serif SC",serif}.dispatch-board p{color:var(--muted)}.closing-strip{display:grid;grid-template-columns:1fr 160px;gap:25px}.closing-strip p{grid-column:1;color:var(--muted)}.closing-strip a{grid-column:2;grid-row:1/3;align-self:center;background:var(--orange);color:white;padding:15px;text-align:center;font-weight:800}.page-lead{background:var(--ocean);color:white;padding:105px max(28px,calc((100vw - var(--shell))/2)) 85px}.page-lead h1{font:700 56px/1.12 Georgia,"Noto Serif SC",serif;max-width:900px;margin:20px 0}.page-lead p{max-width:780px;color:#c7dade;font-size:19px}.access-ledger,.career-spread,.legal-copy{max-width:850px;margin:auto;padding:85px 28px}.access-ledger dl{border-top:2px solid var(--ink)}.access-ledger dl div{display:grid;grid-template-columns:120px 1fr;padding:22px 0;border-bottom:1px solid var(--line)}.access-ledger a,.career-spread a,.legal-copy a{font-weight:800;color:var(--ocean2);border-bottom:1px solid}.platform-sheets,.engineering-notes{max-width:var(--shell);margin:auto;padding:85px 28px;display:grid;grid-template-columns:repeat(2,1fr)}.platform-sheets article,.engineering-notes article{padding:38px;border:1px solid var(--line);margin:-1px 0 0 -1px}.platform-sheets h2,.engineering-notes h2{font-size:27px}.platform-sheets p,.engineering-notes p{color:var(--muted)}.route-table{max-width:1000px;margin:80px auto;padding:0 28px}.route-table>div{display:grid;grid-template-columns:1fr 1.3fr 1.3fr;border-bottom:1px solid var(--line)}.route-table span,.route-table b{padding:20px}.route-table>div:first-child{background:var(--ocean);color:white}.question-index{max-width:900px;margin:70px auto;padding:0 28px}.question-index details{border-bottom:1px solid var(--line);padding:22px 0}.question-index summary{font-size:20px;font-weight:800;cursor:pointer}.article-register{max-width:1000px;margin:70px auto;padding:0 28px}.article-register article{display:grid;grid-template-columns:1fr 110px;padding:35px 0;border-bottom:1px solid var(--line)}.article-register small,.article-register h2,.article-register p{grid-column:1}.article-register h2{font:700 29px/1.35 Georgia,"Noto Serif SC",serif}.article-register p{color:var(--muted)}.article-register article>a:last-child{grid-column:2;grid-row:1/4;align-self:center;text-align:right;color:var(--ocean2);font-weight:800}.dispatch{max-width:var(--shell);margin:auto;padding:65px 28px 100px}.dispatch>header{max-width:950px;border-bottom:1px solid var(--line);padding-bottom:45px}.crumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px}.dispatch>header>small{display:block;margin-top:25px;color:var(--orange)}.dispatch h1{font:700 52px/1.18 Georgia,"Noto Serif SC",serif}.dispatch>header p{font-size:19px;color:var(--muted)}.dispatch-grid{display:grid;grid-template-columns:250px minmax(0,760px);gap:80px;margin-top:60px}.dispatch-grid aside{position:sticky;top:20px;align-self:start;display:flex;flex-direction:column;border-top:3px solid var(--ocean)}.dispatch-grid aside>a{padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.dispatch-grid aside>div{margin-top:25px;padding:18px;background:#e2e5df}.dispatch-grid aside p{font-size:12px}.dispatch-copy section{margin-bottom:65px}.dispatch-copy h2{font:700 34px/1.3 Georgia,"Noto Serif SC",serif}.dispatch-copy p{font:18px/2 Georgia,"Noto Serif SC",serif}.dispatch-copy footer{border-top:3px solid var(--ocean);padding-top:22px;display:flex;flex-direction:column;gap:11px}.dispatch-copy footer a{color:var(--ocean2);font-weight:800}.legal-copy h2{font:700 34px Georgia,"Noto Serif SC",serif}.legal-copy p{font:18px/1.95 Georgia,"Noto Serif SC",serif}.not-found{text-align:center;padding:130px 28px;min-height:600px}.not-found>b{font-size:90px;color:var(--orange)}.not-found a{display:inline-block;background:var(--ocean);color:white;padding:13px 18px}.atlas-footer{background:#061f25;color:white;padding:65px max(28px,calc((100vw - var(--shell))/2)) 22px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.atlas-footer>div{display:flex;flex-direction:column;gap:8px}.atlas-footer>div>b{font-size:30px}.atlas-footer p{color:#9bb1b5}.atlas-footer strong{color:var(--cyan)}.atlas-footer a{color:#c8d4d6;font-size:14px}.footer-line{grid-column:1/5;border-top:1px solid rgba(255,255,255,.17);padding-top:18px}@media(max-width:900px){.atlas-mast nav{display:none}.atlas-menu{display:block;background:none;border:1px solid var(--line);padding:9px}.atlas-mast.open nav{display:flex;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:18px;flex-direction:column}.route-line{grid-template-columns:1fr 1fr}.device-manifest{grid-template-columns:1fr}.dispatch-grid{grid-template-columns:1fr}.dispatch-grid aside{position:static}.dispatch-board>div{grid-template-columns:1fr 1fr}.dispatch-board article:first-child{grid-row:auto}.atlas-footer{grid-template-columns:1.5fr 1fr 1fr}.atlas-footer>div:last-of-type{grid-column:2/4}.footer-line{grid-column:1/4}}@media(max-width:640px){.atlas-mast{padding:0 18px;gap:12px}.mast-action{font-size:12px;padding:10px}.atlas-hero{min-height:680px;height:680px}.atlas-hero>img{object-position:64% center}.atlas-veil{background:linear-gradient(180deg,rgba(4,29,36,.78),rgba(4,29,36,.78) 60%,rgba(4,29,36,.35))}.hero-copy{left:22px;right:22px;top:42%}.hero-copy h1{font-size:43px}.hero-copy p{font-size:16px}.hero-copy>div{flex-direction:column}.hero-copy a{text-align:center}.hero-legend{left:22px;right:22px;gap:12px;flex-wrap:wrap}.route-section,.device-manifest,.field-case,.dispatch-board,.closing-strip{padding:70px 22px}.route-section header,.dispatch-board header{grid-template-columns:1fr}.route-section header p{grid-column:1}.route-section header h2,.device-manifest h2,.field-case h2,.dispatch-board h2{font-size:34px}.route-line{grid-template-columns:1fr}.route-line article{border-right:0;border-bottom:1px solid var(--line)}.device-manifest{gap:35px}.device-manifest>div>a{grid-template-columns:90px 1fr}.device-manifest em{grid-column:2}.field-case{grid-template-columns:1fr;gap:35px}.dispatch-board>div{grid-template-columns:1fr}.dispatch-board article{padding:24px 0;border-right:0}.closing-strip{grid-template-columns:1fr}.closing-strip p,.closing-strip a{grid-column:1;grid-row:auto}.page-lead{padding:80px 22px 65px}.page-lead h1{font-size:40px}.platform-sheets,.engineering-notes{grid-template-columns:1fr;padding:60px 22px}.route-table>div{grid-template-columns:1fr}.route-table>div:first-child{display:none}.route-table span{padding:10px 0}.route-table span:first-child{font-weight:800;padding-top:22px}.article-register article{grid-template-columns:1fr}.article-register article>a:last-child{grid-column:1;grid-row:auto;text-align:left}.dispatch{padding:45px 22px 75px}.dispatch h1{font-size:39px}.dispatch-copy h2{font-size:29px}.dispatch-copy p{font-size:17px}.atlas-footer{grid-template-columns:1fr 1fr;padding:55px 22px 22px}.atlas-footer>div:first-child,.footer-line{grid-column:1/3}.atlas-footer>div:last-of-type{grid-column:auto}}