/* FLIGHT — standalone design system. No inherited theme or override stack. */
:root{color-scheme:dark;--bg:#101114;--surface:#191a1e;--surface-2:#222329;--text:#f3f0e9;--muted:#a7a8b0;--line:#ffffff16;--accent:#ff744f;--accent-hover:#ff987b;--body:'Segoe UI',Arial,sans-serif;--display:var(--body);--rail:210px;--header:66px;--max:1440px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;padding-left:var(--rail);background:var(--bg);color:var(--text);font:400 15px/1.7 var(--body);min-width:320px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em;font-weight:600}h1{font-size:clamp(38px,4vw,70px)}h2{font-size:clamp(32px,3.5vw,58px)}h3{font-size:22px;letter-spacing:-.025em}p{color:var(--muted)}p+p{margin-top:14px}em{font-style:normal;color:var(--accent)}strong{font-weight:600}button{border:0}svg{max-width:100%}::selection{background:var(--accent);color:#101114}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.section-space{padding-block:96px}.eyebrow,.micro-label,.guide-kicker{font-size:10px;letter-spacing:.16em;line-height:1.6;font-weight:700;color:var(--accent);margin-bottom:20px;text-transform:uppercase}.skip-link{position:fixed;top:12px;left:12px;z-index:500;transform:translateY(-150%);background:var(--accent);color:#111;padding:12px 20px}.skip-link:focus{transform:none}.script-notice{background:#3b2820;padding:12px 24px}.text-link,.ink-link{display:inline-flex;align-items:center;gap:25px;font-size:13px;font-weight:600;padding-block:12px}.text-link span,.ink-link span{color:var(--accent);font-size:22px}.button{display:inline-flex;justify-content:center;align-items:center;gap:26px;min-height:52px;border:1px solid transparent;border-radius:8px;padding:14px 21px;font-size:13px;font-weight:650;line-height:1.4;transition:background .2s,transform .2s,border-color .2s}.button>span,.button>b{font-size:20px;font-weight:400}.button:hover{transform:translateY(-2px)}.button-primary,.button-brass,.button-red{background:var(--accent);color:#21150f;box-shadow:0 4px 20px #ff744f14}.button-primary:hover,.button-brass:hover,.button-red:hover{background:var(--accent-hover)}.button-outline,.button-ghost{background:transparent;border-color:#ffffff35}.button-outline:hover,.button-ghost:hover{background:#ffffff0a;border-color:#ffffff70}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.tag,.new-pip{font-size:10px;letter-spacing:.1em;border:1px solid var(--line);padding:5px 8px;border-radius:4px}
/* The navigation is a rail, not a resized top menu. */
.site-header{position:fixed;inset:0 auto 0 0;width:var(--rail);z-index:100;background:#141519;border-right:1px solid var(--line)}.header-inner{height:100%;display:flex;flex-direction:column;padding:40px 18px 22px}.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1;flex-shrink:0}.site-header .brand{align-self:center;margin:0 0 56px}.brand-pretitle{font-size:9px;font-weight:700;letter-spacing:.22em;margin-bottom:5px}.brand strong{font-size:29px;font-weight:850;letter-spacing:-.07em}.brand strong>span{color:var(--accent);margin-left:4px}.brand-subtitle{font-size:8px;letter-spacing:.3em;margin-top:8px}.site-header nav{display:flex;flex-direction:column;width:100%;gap:5px}.nav-label{padding:0 12px 12px;font-size:9px;letter-spacing:.16em;color:#85868f}.nav-label-support{margin-top:28px}.site-header nav a{display:flex;gap:12px;align-items:center;min-height:46px;padding:10px 12px;border-radius:7px;font-size:12px;color:#a2a3ad;transition:background .2s,color .2s}.site-header nav a:hover{background:#ffffff07;color:#fff}.site-header nav a[aria-current]{background:#ff744f12;color:var(--accent)}.nav-icon{font-size:21px;line-height:1;width:19px;color:#787984}.nav-version{font-size:9px;margin-left:auto;border:1px solid #ffffff24;border-radius:4px;padding:0 4px}.site-header nav .nav-start{font-size:10px;border:1px solid var(--line);margin-top:30px;padding:12px;justify-content:space-between}.nav-start span{color:var(--accent)}.header-actions{margin-top:22px;width:100%}.header-download{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 15px;background:var(--text);color:#151519;border-radius:7px;font-size:12px;font-weight:600;transition:background .2s}.header-download:hover{background:var(--accent)}.donate-top{position:fixed;right:38px;top:18px;display:flex;align-items:center;gap:7px;font-size:11px;color:var(--text);z-index:103;min-height:30px}.donate-top svg{width:14px;height:14px;fill:none;stroke:var(--accent);stroke-width:1.7}.donate-top:hover{color:var(--accent)}.menu-toggle{display:none}.rail-bottom{margin-top:auto;padding-top:30px;display:flex;align-items:center;gap:12px;font-size:8px;color:#7e7f87;letter-spacing:.1em}.rail-bottom b{font-size:7px;font-weight:500}.rail-monogram{font-weight:750;letter-spacing:-.1em;font-size:27px;color:#c9c7c4}.utility-bar{height:66px;display:flex;align-items:center;gap:25px;padding:0 140px 0 40px;background:#101114ed;backdrop-filter:blur(20px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:90}.utility-bar>span{font-size:9px;letter-spacing:.13em;color:#b9bac1}.utility-bar b{font-weight:400;color:#72737f}.motion-toggle{margin-left:auto;flex-shrink:0;border:1px solid var(--line);border-radius:20px;background:transparent;padding:5px 11px;font-size:10px;color:#b9bac1}.motion-toggle::before{content:'Ⅱ';color:var(--accent);margin-right:7px}.motion-toggle[aria-pressed=true]::before{content:'▷'}.reading-progress{position:fixed;left:var(--rail);right:0;top:65px;height:1px;z-index:102;pointer-events:none}.reading-progress span{display:block;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left}
/* Home — an atmospheric launch window, followed by a radically lighter guide. */
.flight-home{padding-top:25px;padding-bottom:60px}.flight-topline{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px;font-size:10px;letter-spacing:.12em;color:#8d8e98}.flight-topline a{display:flex;align-items:center;gap:10px;letter-spacing:0;color:#cccbd0;font-size:12px}.flight-topline i,.world-frame-top i{width:5px;height:5px;border-radius:50%;background:var(--accent);display:inline-block;box-shadow:0 0 13px #ff744f55}.flight-stage{position:relative;isolation:isolate;overflow:hidden;min-height:620px;border:1px solid #ffffff21;border-radius:18px;background:#151b26;box-shadow:0 30px 90px #0003}.flight-scene{position:absolute;inset:0;z-index:-1;overflow:hidden}.flight-sky{position:absolute;inset:-4%;background:url('/assets/airborne-night-drop.png') 64% 46%/cover;animation:sky-float 24s ease-in-out infinite alternate}.flight-scene::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#10131bee 0%,#10131bc4 26%,#10131b0a 76%),linear-gradient(0deg,#11151fea,transparent 55%)}.flight-copy{position:relative;padding:68px 52px 110px;width:65%;z-index:2}.flight-copy .eyebrow{font-size:9px;letter-spacing:.2em;color:#e1d3c6;display:flex;gap:12px;align-items:center}.flight-copy .eyebrow>span{color:var(--accent);font-size:18px}.flight-copy h1{font-size:clamp(54px,5.7vw,100px);line-height:.98;letter-spacing:-.075em;font-weight:650;margin:24px 0}.flight-copy h1 em{font-weight:650;background:linear-gradient(100deg,#ffb399,#ff744f 80%);color:transparent;background-clip:text}.flight-description{font-size:15px;color:#babfc8;line-height:1.75;margin:24px 0 28px}.flight-cta{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.flight-cta>span{font-size:8px;letter-spacing:.12em;color:#8b939f}.flight-watch{position:absolute;right:6%;top:41%;z-index:3;display:flex;align-items:center;flex-direction:column;gap:14px}.flight-watch>button:first-child{background:none;display:flex;align-items:center;flex-direction:column;gap:18px;padding:10px}.watch-orbit{width:90px;height:90px;border:1px solid #ffffff72;border-radius:50%;display:grid;place-items:center;padding-left:4px;font-size:18px;background:#ffffff0a;backdrop-filter:blur(8px);position:relative;transition:background .25s,transform .25s;box-shadow:0 0 0 10px #ffffff05}.watch-orbit::after{content:'';position:absolute;inset:-17px;border:1px dashed #ffffff30;border-radius:50%;animation:orbit-turn 35s linear infinite}.flight-watch>button:hover .watch-orbit{background:var(--accent);color:#151519;transform:scale(1.07)}.flight-watch button>span:last-child{font-size:9px;letter-spacing:.16em}.flight-watch small{display:block;font-size:11px;letter-spacing:0;font-weight:400;color:#b9c0cb;margin-top:7px}.watch-gameplay{background:none;font-size:11px;color:#c2c6cf;border-bottom:1px solid #ffffff25;padding:6px 0}.watch-gameplay span{margin-left:15px;color:var(--accent)}.flight-scene-caption{position:absolute;bottom:24px;left:52px;right:30px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.17em;color:#a2acb9}.flight-scene-caption span{color:#718094}.scene-word{position:absolute;bottom:25px;right:0;font-size:clamp(80px,12vw,200px);line-height:1;font-weight:800;letter-spacing:-.07em;color:#ffffff06;z-index:1}.flight-orbit{position:absolute;width:700px;height:700px;border:1px solid #b4c8e51a;border-radius:50%;right:-80px;top:-50px;transform:rotate(-28deg) scaleX(.64);z-index:1}.orbit-two{width:520px;height:520px;top:38px;right:8px;border-style:dashed;opacity:.6}.flight-streak{position:absolute;top:-15%;height:130px;width:1px;background:linear-gradient(transparent,#d5e7ff99,transparent);transform:rotate(24deg);z-index:1;animation:fall-line 8s linear infinite;opacity:0}.streak-one{left:60%}.streak-two{left:83%;animation-delay:3s;animation-duration:11s}.streak-three{left:46%;animation-delay:6s;animation-duration:9s}.launch-dashboard{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;margin-top:16px}.launch-package,.launch-session{padding:25px;border:1px solid var(--line);border-radius:12px;background:#191a1e;display:flex;gap:18px;align-items:center;min-width:0}.dashboard-icon{display:grid;place-items:center;width:42px;height:48px;flex-shrink:0;background:#ff744f10;border:1px solid #ff744f25;border-radius:8px;color:var(--accent);font-size:22px}.launch-dashboard small{font-size:8px;letter-spacing:.12em;color:#8f909c;display:block;margin-bottom:7px}.launch-package h2{font-size:17px;letter-spacing:-.03em}.launch-package p{font-size:11px;margin-top:5px}.dashboard-action{background:none;color:var(--text);margin-left:auto;font-size:11px;white-space:nowrap;padding:10px 0}.dashboard-action span{margin-left:10px;color:var(--accent)}.launch-session{background:linear-gradient(110deg,#202127,#17181c);justify-content:space-between}.launch-session strong{font-size:33px;letter-spacing:-.05em;line-height:1.2}.launch-session strong span{font-size:10px;letter-spacing:0;color:#b4b2bc}.launch-session [data-countdown]{color:var(--accent);font-size:9px;letter-spacing:.08em}.launch-session p{font-size:10px;max-width:165px;line-height:1.6;margin-top:5px}.launch-session>span{font-size:22px;color:var(--accent)}
.first-drop{padding:60px;border-radius:18px;background:#eeece5;color:#252629;--muted:#676972;--line:#21232a1a;--accent:#bd482b;--accent-hover:#e58161;position:relative;margin-bottom:90px;color-scheme:light}.first-drop-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.first-drop h2{font-size:clamp(38px,4.2vw,66px);letter-spacing:-.06em;line-height:1.03}.guide-heading-note{max-width:230px}.guide-heading-note>span{font-size:36px;letter-spacing:-.06em;color:#b9b8b2;display:block;margin-bottom:15px}.guide-heading-note p{font-size:12px;line-height:1.9}.first-drop .eyebrow{color:#856554}.guide-console{display:grid;grid-template-columns:235px minmax(0,1fr);border-top:1px solid var(--line);padding-top:28px;gap:0 30px}.guide-tabs{display:flex;flex-direction:column;gap:5px;border-right:1px solid var(--line);padding-right:23px}.guide-tabs>button{display:grid;grid-template-columns:30px 1fr;column-gap:10px;text-align:left;background:transparent;padding:17px 12px;border:1px solid transparent;border-radius:8px;align-items:center;color:#6f706f;transition:background .2s}.guide-tabs>button>span{grid-row:1/3;align-self:center;font-size:12px;font-weight:600;color:#91918b}.guide-tabs strong{font-size:12px;font-weight:600;line-height:1.5}.guide-tabs small{font-size:10px;margin-top:3px;color:#80817e}.guide-tabs>button[aria-selected=true]{background:#fff;border-color:#d9d8d2;box-shadow:0 7px 15px #33333305;color:#252629}.guide-tabs>button[aria-selected=true]>span{color:var(--accent)}.guide-tabs>button:hover{background:#ffffff8a}.guide-panel{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:26px;align-content:start;padding:10px 0;min-height:365px;animation:panel-enter .35s ease-out}.guide-panel h3{font-size:27px;letter-spacing:-.045em;max-width:450px}.guide-kicker{font-size:8px;margin-bottom:13px}.guide-instructions ol{padding-left:20px;margin:25px 0;font-size:12px;line-height:1.9;color:#676972}.guide-instructions li{padding-left:5px;margin-bottom:10px}.guide-instructions li::marker{color:#ab7766}.guide-instructions code{font:11px Consolas,monospace;color:#6d493e;background:#e3dfd6;padding:3px 5px;border-radius:4px;overflow-wrap:anywhere}.guide-actions{display:flex;align-items:flex-start;flex-direction:column;gap:15px}.first-drop .button-primary{background:#252629;color:#fff;box-shadow:none;min-height:48px;font-size:11px}.first-drop .button-primary:hover{background:#4e392f}.guide-next:not(.button){background:transparent;padding:0;font-size:11px;color:#6f5447;display:flex;gap:18px;align-items:center;min-height:32px}.guide-support-link{display:inline-block;font-size:10px;margin-top:16px;color:#925238}.guide-package{padding:20px;border:1px solid #cbc8bf;border-radius:9px;background:linear-gradient(145deg,#e3dfd5,#f0eee7);align-self:stretch;overflow:hidden}.guide-package>span{font-size:8px;letter-spacing:.12em;color:#827366}.guide-package>strong{font-size:75px;letter-spacing:-.08em;display:block;line-height:1.2;font-weight:500;margin:12px 0 20px}.guide-package dl{margin:0 0 18px}.guide-package dl>div{display:flex;justify-content:space-between;gap:8px;font-size:9px;border-bottom:1px solid #55555515;padding:8px 0}.guide-package dt{color:#72726a}.guide-package dd{margin:0;text-align:right}.guide-package p{font-size:10px;line-height:1.7;color:#7e786c}.guide-account>strong{font-size:30px;line-height:1.1;margin:26px 0;letter-spacing:-.05em}.guide-menu-path{display:flex;flex-direction:column;font-size:10px;text-align:center;gap:6px;margin:20px 0}.guide-menu-path>span{border:1px solid #33333320;padding:7px;border-radius:4px}.guide-menu-path b{font-weight:400;color:#b36d51}.guide-footer{grid-column:1/-1;border-top:1px solid var(--line);margin-top:24px;padding-top:19px;display:flex;align-items:center;gap:24px;font-size:9px}.guide-footer>span{letter-spacing:.1em;color:#9f583f}.guide-footer a{margin-left:auto}.guide-footer p{font-size:9px}
.world-section{padding-block:15px 85px}.world-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.world-heading h2{font-size:clamp(38px,4.5vw,70px);letter-spacing:-.06em}.world-heading h2 em{color:#8a8b94}.world-release{display:flex;flex-direction:column;align-items:end;gap:10px;font-size:10px;color:#777987}.world-release>span{font-size:8px;letter-spacing:.12em}.world-release a{font-size:12px;color:var(--text);margin-top:10px}.world-release a span{margin-left:22px;color:var(--accent)}.world-frame{border:1px solid #ffffff20;border-radius:14px;overflow:hidden;background:#1b1d22}.world-frame-top{display:flex;justify-content:space-between;gap:16px;padding:16px 23px;font-size:8px;letter-spacing:.14em;color:#7e8797}.world-frame-top>span:first-child{color:#d0d4db}.world-frame-top i{margin-right:9px}.world-frame img{width:100%;height:auto;object-fit:contain;filter:none;aspect-ratio:16/9}.world-frame figcaption{display:flex;align-items:center;gap:24px;padding:23px;font-size:9px;color:#89919f}.world-frame figcaption>span{font-size:8px;letter-spacing:.1em}.world-frame figcaption p{color:#ced0d5;font-size:12px}.world-frame figcaption a{margin-left:auto;color:var(--accent);font-size:24px}.refinement-strip{display:grid;grid-template-columns:.8fr 1fr 1fr;margin-top:30px;border-bottom:1px solid var(--line);padding:4px 0 32px;gap:36px}.refinement-strip>p{font-size:25px;line-height:1.3;letter-spacing:-.04em;color:#83848f}.refinement-strip strong{color:var(--text)}.refinement-strip>div{border-left:1px solid var(--line);padding-left:32px}.refinement-strip span{font-size:8px;letter-spacing:.1em;color:var(--accent)}.refinement-strip h3{font-size:17px;margin:12px 0 10px}.refinement-strip div p{font-size:12px;line-height:1.8}
.archive-premiere{padding-block:20px 85px}.dispatch-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}.dispatch-heading h2{font-size:clamp(38px,4.7vw,75px);letter-spacing:-.07em;line-height:.98}.dispatch-heading .text-link{font-size:11px}.dispatch-panels{display:grid;gap:13px}.dispatch-panel{display:grid;grid-template-columns:150px minmax(0,1fr) 155px;align-items:center;gap:34px;padding:34px;background:#1a1b20;border:1px solid var(--line);border-radius:12px;transition:background .2s,border-color .2s,transform .2s}.dispatch-panel:hover{transform:translateX(4px);border-color:#ffffff40;background:#23242a}.dispatch-latest{background:linear-gradient(110deg,#2e231e,#1b1b20);border-color:#ff744f30}.dispatch-version{border-right:1px solid var(--line)}.dispatch-version>span{font-size:8px;letter-spacing:.15em;color:#929099}.dispatch-version strong{display:block;font-size:65px;letter-spacing:-.085em;line-height:1.2;color:#b1b1b6;font-weight:500}.dispatch-latest .dispatch-version strong{color:var(--accent)}.dispatch-tag{font-size:8px;letter-spacing:.15em;color:#8e8e99}.dispatch-latest .dispatch-tag{color:var(--accent)}.dispatch-copy h3{font-size:24px;margin:12px 0}.dispatch-copy p{font-size:12px;line-height:1.8;max-width:540px}.dispatch-meta{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:end;gap:25px;font-size:9px;color:#898996}.dispatch-meta>span{display:flex;align-items:center;gap:18px;font-size:8px;letter-spacing:.07em}.dispatch-meta b{font-size:23px;color:var(--accent);font-weight:400}.flight-finale{position:relative;overflow:hidden;display:flex;gap:40px;align-items:center;padding:50px 0 70px;border-top:1px solid var(--line)}.finale-emblem{font-size:100px;letter-spacing:-.14em;line-height:1;transform:rotate(-10deg);font-weight:750;color:#ff744f1f;margin-right:30px}.flight-finale h2{font-size:clamp(32px,3.2vw,52px);letter-spacing:-.06em}.flight-finale h2 em{color:#858690}.finale-actions{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:8px}
/* Inner routes share the rail and new typography, with space for long-form content. */
.page-intro,.doc-hero{padding:42px 0 45px;border-bottom:1px solid var(--line);background:radial-gradient(ellipse at 90% 0,#ff744f08,transparent 65%)}.breadcrumb{display:flex;gap:12px;margin-bottom:35px;font-size:8px;letter-spacing:.15em;color:#70717d}.breadcrumb a{color:#bebec7}.page-intro .micro-label,.doc-hero .micro-label{font-size:9px;margin-bottom:14px}.page-intro h1,.doc-hero h1{font-size:clamp(34px,4.1vw,65px);letter-spacing:-.065em;overflow-wrap:anywhere}.page-intro p:last-child,.doc-hero p:last-child{max-width:720px;font-size:14px;margin-top:20px;line-height:1.8}.page-section{padding-block:42px 85px}.inner-grid{display:grid;grid-template-columns:180px minmax(0,1fr);gap:40px}.doc-nav{position:sticky;top:92px;align-self:start;padding:20px 0;border-top:1px solid var(--line)}.doc-nav strong{font-size:11px;letter-spacing:.05em}.doc-nav small{display:block;font-size:8px;color:#747681;margin:5px 0 22px;letter-spacing:.1em}.doc-nav a{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:6px;font-size:11px;color:#a3a4af;margin-bottom:4px}.doc-nav a span{font-size:9px;color:#74747e}.doc-nav a:hover,.doc-nav a.is-current{background:#ff744f10;color:var(--accent)}.doc-body{min-width:0}.doc-body>section{margin-bottom:65px;scroll-margin-top:90px}.doc-body h2{font-size:clamp(26px,2.8vw,40px);margin-bottom:24px;letter-spacing:-.05em}.doc-body h3{font-size:20px;margin:26px 0 14px}.doc-body h4,.doc-body h5{font-size:18px;font-weight:600;margin:25px 0 12px}.doc-body p,.doc-body li{font-size:13px;line-height:1.9;color:#acaeb9}.doc-body li+li{margin-top:9px}.doc-body ul{padding-left:20px}.doc-body a:not(.button):not(.doc-card){color:var(--accent)}.doc-body img{max-height:740px;object-fit:contain;margin-block:25px;border-radius:8px;border:1px solid var(--line)}.doc-body code,.dlc-steps code,.install-step code{font:12px Consolas,monospace;padding:3px 6px;background:#ffffff09;border:1px solid var(--line);border-radius:4px;overflow-wrap:anywhere}.lead-copy{font-size:15px!important}.doc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.doc-card{border:1px solid var(--line);background:#1b1c21;display:flex;flex-direction:column;padding:25px;min-height:220px;border-radius:12px;transition:border-color .2s,transform .2s}.doc-card:hover{border-color:#ff744f55;transform:translateY(-3px)}.doc-card small{font-size:8px;letter-spacing:.14em;color:var(--accent)}.doc-card h3{font-size:18px;margin:27px 0 14px;overflow-wrap:anywhere}.doc-card p{font-size:12px}.doc-card>span{font-size:25px;margin-top:auto;align-self:end;color:var(--accent)}.docs-layout{margin-top:55px}.warning-strip{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #ff744f26;border-radius:8px;background:#ff744f06;margin:25px 0 40px;font-size:11px}.warning-strip strong{font-size:9px;letter-spacing:.08em;color:var(--accent)}.warning-strip span{color:#b2a6a0}.warning-strip a,.warning-strip button{margin-left:auto;color:var(--accent);background:none;padding:0;text-align:left;min-width:130px;font-size:10px}.install-timeline{margin:30px 0}.install-step{display:grid;grid-template-columns:38px 1fr auto;gap:20px;padding:27px 0;border-top:1px solid var(--line)}.install-step>span{font-size:25px;color:#676774;letter-spacing:-.06em}.install-step h3{margin:0 0 10px;font-size:16px}.install-step p{font-size:12px}.step-state{font-size:8px;color:#8e8790;border:1px solid var(--line);padding:4px 7px;border-radius:4px;align-self:start}.fault-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.fault-grid article{padding:25px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.fault-grid small{font-size:9px;color:var(--accent)}.fault-grid h3{font-size:16px;margin:16px 0}.spec-table>div{display:flex;justify-content:space-between;gap:25px;padding:16px 0;border-bottom:1px solid var(--line);font-size:11px}.spec-table>div>span{color:#858795;font-size:9px}.spec-table strong{text-align:right}.download-command{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;padding:42px;border:1px solid var(--line);background:#1b1c21;border-radius:15px;margin-bottom:22px;overflow:hidden}.download-command h2{font-size:clamp(28px,3.1vw,44px)}.download-command p:not(.micro-label){max-width:570px;font-size:13px;margin-top:20px}.download-specs{display:flex;flex-wrap:wrap;gap:25px;margin:27px 0}.download-specs>span{font-size:8px;letter-spacing:.12em;color:#898b95}.download-specs b{display:block;color:#e5e2db;font-size:21px;letter-spacing:-.03em;margin-bottom:5px}.download-visual{display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #ffffff15;padding-left:35px;text-align:center;background:radial-gradient(ellipse,#ff744f08,transparent 70%)}.package-monogram{font-size:clamp(75px,9vw,150px);font-weight:600;line-height:1.2;color:var(--accent);letter-spacing:-.09em}.download-visual strong{font-size:10px;letter-spacing:.1em}.download-visual small{font-size:8px;color:#8b8b97;margin-top:8px}.download-visual .ink-link{font-size:9px;margin-top:15px}.download-guide{margin-top:50px}
/* Redemption keeps its download panel on the right. */
.redemption-hero{position:relative;isolation:isolate;overflow:hidden;margin:24px 24px 0;border:1px solid #ffffff21;border-radius:16px;background:#171c24}.redemption-sky{position:absolute;inset:0;z-index:-3;background:url('/assets/redemption-flak-tower.png') center/cover}.redemption-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#151922e6,#15192260 55%,#15192285),linear-gradient(0deg,#151922b3,transparent)}.redemption-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:40px;align-items:center;padding-block:60px}.availability{display:flex;gap:9px;align-items:center;color:#c6c0b8;font-size:10px;margin-bottom:35px}.availability>span,.status-indicator{display:inline-block;width:5px;height:5px;background:var(--accent);border-radius:50%}.redemption-title h1{font-size:clamp(30px,4.2vw,76px);letter-spacing:-.07em;font-weight:650;line-height:1.1}.redemption-title .eyebrow{font-size:9px}.redemption-tagline{font-size:clamp(24px,2.6vw,39px);line-height:1.1;letter-spacing:-.06em;color:#e7dfd8;margin-top:20px}.redemption-summary{font-size:12px;line-height:1.9;max-width:380px;margin-top:22px;color:#aaaeb8}.redemption-jump{display:flex;align-items:center;gap:15px;font-size:10px;margin-top:40px}.redemption-jump>span{border:1px solid #ffffff30;border-radius:50%;width:32px;height:38px;display:grid;place-items:center;color:var(--accent)}.release-download{background:#eeece5;color:#292826;padding:25px;border-radius:12px;box-shadow:0 20px 60px #0004;position:relative}.release-download-top{display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:.12em;color:#7b6f60;padding-bottom:16px;border-bottom:1px solid #29282617}.download-edition{font-size:9px;letter-spacing:.12em;color:#817363;margin-top:22px}.download-version{display:block;font-size:84px;letter-spacing:-.085em;line-height:1.13;font-weight:500;margin:4px 0 8px}.release-download>p:not(.download-edition){color:#83786b;font-size:10px}.release-download dl{margin:18px 0 22px}.release-download dl>div{display:flex;justify-content:space-between;padding:8px 0;font-size:10px;border-bottom:1px solid #22222213}.release-download dt{color:#81796e}.release-download dd{margin:0}.release-download .button{width:100%;background:#252629;color:white;box-shadow:none}.release-download .button:hover{background:#513b2f}.download-mirror{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:1px solid #21212130;border-radius:7px;padding:10px 13px;margin-top:10px;color:#655247;font-size:10px}.download-mirror:hover{background:#ffffff80}.release-check-link{display:block;background:none;font-size:9px;color:#876854;padding:13px 0 0;text-align:left;line-height:1.7}.release-download .new-player-link{margin-top:15px;padding-top:15px;border-top:1px solid #22222218;font-size:9px}.new-player-link button{background:none;color:#655247;font-size:9px;padding:0}.redemption-art-credit{padding-bottom:15px;font-size:7px;color:#939ca8;letter-spacing:.15em}.expansion-nav{position:sticky;top:66px;z-index:80;background:#16171cf5;backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.expansion-nav .wrap{display:flex;gap:26px;align-items:center;min-height:58px;font-size:10px}.expansion-nav strong{font-size:10px;margin-right:auto}.expansion-nav strong span{font-size:9px;color:var(--accent);margin-left:10px}.expansion-nav a{color:#adaeba;padding-block:15px;white-space:nowrap}.expansion-nav a:hover{color:var(--accent)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.section-heading h2{font-size:clamp(32px,3.4vw,50px)}.section-heading h2 em{color:#858795}.section-heading>p{max-width:300px;font-size:12px;line-height:1.9}.content-mosaic{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.content-mosaic article{padding:33px;border:1px solid var(--line);border-radius:13px;background:#1b1c21;position:relative;overflow:hidden}.mosaic-label{display:block;font-size:9px;letter-spacing:.14em;color:#9c8d83}.map-count{font-size:85px;line-height:1.2;letter-spacing:-.08em;font-weight:550;color:var(--accent);display:flex;align-items:center;gap:20px;margin:30px 0}.map-count>span{font-size:9px;letter-spacing:.12em;color:#a29a94;line-height:1.8}.content-mosaic h3{font-size:27px;margin:20px 0 15px}.content-mosaic p{font-size:12px;max-width:450px}.map-names{display:flex;gap:25px;margin-top:24px;font-size:9px;color:#c5b9b0}.map-names b{font-size:8px;color:var(--accent);font-weight:400;margin-left:10px}.mosaic-number{font-size:85px;letter-spacing:-.08em;display:block;margin:30px 0;color:#777d8f;line-height:1.2}.mosaic-footer{display:block;margin-top:25px;font-size:8px;letter-spacing:.1em;color:#808693}.audio-bars{display:flex;align-items:center;gap:5px;height:75px;margin:25px 0}.audio-bars i{width:5px;height:22%;background:#ff744f60;border-radius:3px}.audio-bars i:nth-child(3n){height:65%}.audio-bars i:nth-child(5n){height:92%;background:var(--accent)}.audio-bars i:nth-child(4n){height:40%}.content-fixes ul{padding-left:17px;font-size:12px;line-height:1.9;color:#aaaab5}.content-fixes li{margin:8px 0}.content-fixes .text-link{font-size:11px}.dlc-install-section{background:#191a1f;border-block:1px solid var(--line);padding-block:70px}.dlc-install-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.install-intro h2{margin-bottom:25px;font-size:48px}.install-intro>p:not(.eyebrow){font-size:13px;max-width:340px}.install-note{border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.install-note>span{font-size:9px;letter-spacing:.08em;color:var(--accent)}.install-note p{font-size:11px;margin-top:10px;max-width:320px}.dlc-steps article{display:grid;grid-template-columns:32px 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--line)}.dlc-steps article>span{font-size:23px;color:#777b87;letter-spacing:-.04em}.dlc-steps h3{font-size:20px;margin-bottom:12px}.dlc-steps p{font-size:12px}.dlc-steps a,.inline-download{color:var(--accent);font-size:12px}.inline-download,.dlc-steps button:not(.button){background:none;padding:0;color:var(--accent);font-size:12px}.inline-download{margin-top:14px}.installation-player{border:1px solid #ffffff30;background:#000;border-radius:13px;overflow:hidden;aspect-ratio:16/9}.installation-player iframe{border:0;width:100%;height:100%;display:block}.installation-caption{display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#8e93a1;padding:20px 0}.dlc-help{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:38px;border-top:1px solid var(--line);padding-top:35px}.dlc-help h3{margin-bottom:10px}.dlc-help p{font-size:12px}.dlc-bottom-bar{position:sticky;bottom:0;z-index:85;border-top:1px solid var(--line);background:#191a1fef;backdrop-filter:blur(20px);padding:13px 0}.dlc-bottom-bar>.wrap{display:flex;justify-content:space-between;align-items:center;padding-right:75px}.dlc-bottom-bar strong{display:block;font-size:11px;letter-spacing:.08em}.dlc-bottom-bar small{display:block;font-size:9px;color:#9094a0}.dlc-bottom-bar .button{min-height:42px;font-size:11px;padding:9px 18px}
/* Searchable history, playtimes, contact and retained manuals. */
.release-toolbar{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:35px}.release-filters{display:flex;gap:5px;flex-wrap:wrap}.release-filters button{background:#1e1f24;border:1px solid var(--line);border-radius:6px;padding:11px 17px;font-size:11px}.release-filters button.active{background:#ff744f14;border-color:#ff744f45;color:var(--accent)}.release-search>span{display:block;font-size:9px;color:#838592;margin-bottom:7px}.release-search input{width:270px;background:#1e1f24;border:1px solid var(--line);border-radius:7px;padding:12px 16px;font-size:11px}.changelog-layout{display:grid;grid-template-columns:135px minmax(0,1fr);gap:35px}.changelog-index{position:sticky;top:90px;align-self:start}.changelog-index>a{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:12px 0;font-size:23px;letter-spacing:-.06em}.changelog-index small{font-size:7px;color:#868693;letter-spacing:.06em}.changelog-index .eyebrow{font-size:8px}.changelog-index p{font-size:10px;margin-top:18px}.release-entry{padding:32px;border:1px solid var(--line);border-radius:12px;background:#1a1b20;margin-bottom:20px;scroll-margin-top:90px}.release-entry header{display:flex;justify-content:space-between;align-items:end;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:22px}.release-family{display:block;font-size:8px;letter-spacing:.12em;color:var(--accent);margin-bottom:10px}.release-entry header h2{font-size:35px;margin:0}.release-entry time{font-size:9px;white-space:nowrap;color:#8f909b}.release-entry h3{font-size:20px}.release-entry .button{font-size:11px;margin-top:24px}.latest-release{background:linear-gradient(140deg,#2c231f,#1b1b20 50%);border-color:#ff744f30}.release-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}.release-detail-grid>div{padding:18px;border:1px solid var(--line);border-radius:7px}.release-detail-grid span{display:block;font-size:8px;color:#aa8a7b;letter-spacing:.13em}.release-detail-grid strong{display:block;font-size:15px;margin:8px 0}.release-detail-grid p{font-size:11px}.release-empty{padding:30px;border:1px solid var(--line);border-radius:10px}.faq-list{display:grid;gap:10px;max-width:1000px;margin:auto}.faq-list details{border:1px solid var(--line);border-radius:10px;background:#191a1f}.faq-list summary{cursor:pointer;display:flex;justify-content:space-between;gap:20px;list-style:none;padding:23px 26px;font-size:13px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';color:var(--accent);font-size:20px;line-height:1}.faq-list details[open] summary::after{content:'−'}.faq-list details[open]{border-color:#ff744f40}.faq-list details>p,.faq-list details>div{padding:0 26px 25px;font-size:13px}.faq-list a{color:var(--accent)}.schedule-head{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px}.schedule-head p{font-size:12px}.schedule-head button{background:#222329;border:1px solid var(--line);border-radius:6px;padding:10px 15px;font-size:11px}.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.schedule-card{padding:30px;border:1px solid var(--line);border-radius:13px;background:#1b1c22}.schedule-card h2{font-size:25px;margin:24px 0 20px}.schedule-card p{font-size:12px}.schedule-card .micro-label{font-size:8px}.session-time{font-size:45px;letter-spacing:-.06em;line-height:1.2;margin-block:20px}.session-time span{font-size:11px;letter-spacing:0;color:#8e919f}.local-session{display:block;color:var(--accent);font-size:11px;margin:15px 0}.contact-command{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}.contact-command h2{font-size:30px}.contact-command aside>p:not(.micro-label){font-size:13px;margin-block:24px}.contact-address{margin-top:45px;border-top:1px solid var(--line);padding-top:25px}.contact-address small{display:block;font-size:9px;color:#848797}.contact-address strong{display:block;font-size:14px;overflow-wrap:anywhere;margin:12px 0}.contact-address button{background:none;color:var(--accent);font-size:9px;padding:5px 0}.contact-form{padding:35px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.contact-form h2{margin-bottom:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:block;font-size:9px;letter-spacing:.07em;color:#a5a5b2;margin-bottom:20px}.contact-form label small{font-size:8px;color:#777b88}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;min-width:0;margin-top:8px;background:#111216;border:1px solid #ffffff23;border-radius:6px;padding:12px 14px;font-size:12px;letter-spacing:0;color:var(--text)}.contact-form textarea{height:170px;resize:vertical}.contact-form .button{margin-top:5px}.contact-form>p:last-child{font-size:11px;line-height:1.8;margin-top:18px}.legacy-prose h2{margin-top:35px}.legacy-prose hr{border:0;border-top:1px solid var(--line);margin:35px 0}.figure-caption{font-size:11px;color:#898e9a}.error-page{padding:100px 40px 140px;text-align:center}.error-page h1{font-size:clamp(60px,9vw,150px);letter-spacing:-.07em}.error-page>p:not(.micro-label){margin:25px 0}.list-unstyled{list-style:none;padding-left:0}.text-center{text-align:center}.mb-0{margin-bottom:0}.my-5,.my-7{margin-block:30px}
/* Footer and native dialogs. */
.site-footer{border-top:1px solid var(--line);background:#141519}.footer-top{display:flex;justify-content:space-between;gap:45px;padding-block:50px}.footer-brand{align-self:start;opacity:.75}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.footer-links>div{display:flex;flex-direction:column;gap:9px}.footer-links strong{font-size:8px;letter-spacing:.13em;color:#747581;margin-bottom:6px}.footer-links a,.footer-links button{font-size:11px;color:#aba9b3}.footer-links button{padding:0;background:none;text-align:left}.footer-links a:hover,.footer-links button:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-block:24px 35px;font-size:9px;color:#777986}.footer-edition{font-size:8px;letter-spacing:.1em}.footer-edition i{display:inline-block;width:3px;height:3px;background:var(--accent);border-radius:50%;margin:0 12px}.discord-dock{position:fixed;right:23px;bottom:23px;z-index:120;display:flex;flex-direction:column;align-items:end;gap:12px}.discord-button{width:51px;height:51px;background:#6873e9;border:1px solid #b6bbff55;border-radius:17px;display:grid;place-items:center;box-shadow:0 10px 30px #0006;transition:background .2s,transform .2s}.discord-button:hover{background:#808af7;transform:translateY(-3px)}.discord-button svg{width:24px;height:24px;fill:white}.discord-message{position:relative;background:#23242d;border:1px solid #ffffff26;border-radius:15px;padding:0 22px 22px;width:310px;max-width:calc(100vw - 30px);box-shadow:0 20px 70px #0007;overflow:hidden}.discord-card-banner{margin:0 -22px 22px;padding:21px 23px;background:radial-gradient(ellipse at top right,#939eff45,transparent),#313347;border-bottom:1px solid #ffffff18;display:flex;align-items:center;gap:14px}.discord-card-banner span{font-size:8px;letter-spacing:.13em;color:#b5b8da}.discord-card-banner b{font-size:20px;letter-spacing:-.06em;color:#dedffa}.discord-close{position:absolute;right:9px;top:10px;width:28px;height:28px;border-radius:50%;background:#ffffff0a;color:#cccee0;font-size:19px}.discord-message-heading{display:flex;gap:12px;align-items:center}.discord-small-icon{width:30px;height:30px;display:grid;place-items:center;flex-shrink:0}.discord-small-icon svg{width:25px;fill:none;stroke:#b5bbff;stroke-width:1.2}.discord-message-heading strong{display:block;font-size:14px;letter-spacing:-.02em}.discord-message-heading small{display:block;font-size:7px;letter-spacing:.13em;color:#898da6;margin-top:4px}.discord-message p{font-size:11px;line-height:1.8;margin:15px 0 18px;color:#adb0c5}.discord-message a{display:flex;justify-content:space-between;align-items:center;border-radius:7px;background:#6974e7;padding:12px 15px;font-size:11px;font-weight:600;color:#fff}.discord-message a:hover{background:#7c86f2}.toast{position:fixed;bottom:25px;left:50%;max-width:calc(100vw - 40px);z-index:300;background:#eeece5;color:#252629;border-radius:9px;padding:14px 20px;font-size:12px;box-shadow:0 15px 50px #0006;opacity:0;transform:translate(-50%,12px);transition:.2s;pointer-events:none}.toast.visible{opacity:1;transform:translate(-50%,0)}body.has-cinema,body.has-update-dialog{overflow:hidden}dialog{color:var(--text)}dialog::backdrop{background:#08090de8;backdrop-filter:blur(14px)}.release-dialog{border:1px solid #ffffff30;padding:0;border-radius:17px;background:#1c1d23;width:min(730px,calc(100% - 30px));max-height:calc(100dvh - 35px);overflow:auto;box-shadow:0 30px 120px #0009}.release-dialog[open]{display:grid;grid-template-columns:220px 1fr}.release-close{position:absolute;right:13px;top:12px;width:32px;height:32px;border-radius:50%;background:#ffffff0a;font-size:22px;z-index:2}.release-dialog-side{padding:40px 27px;background:#eeece5;color:#292725;display:flex;flex-direction:column}.release-dialog-side>span{font-size:9px;letter-spacing:.13em;color:#9a6954}.release-dialog-side>strong{font-size:95px;line-height:1.2;letter-spacing:-.09em;font-weight:500;margin:25px 0 10px}.release-dialog-side time{font-size:9px;color:#7d7567}.release-side-rule{height:1px;background:#29272525;margin:28px 0}.release-dialog-side p{font-size:17px;color:#61564c;line-height:1.3;letter-spacing:-.025em}.release-dialog-content{padding:40px 33px 27px}.release-dialog-content h2{font-size:30px;margin-bottom:18px}.release-dialog-content>p:not(.eyebrow){font-size:12px}.release-dialog-content ul{padding-left:16px;font-size:11px;line-height:1.9;color:#adaebb;margin-block:20px}.release-dialog-content li{margin-bottom:7px}.release-dialog-content .button{width:100%;min-height:46px;font-size:12px}.release-installed{display:flex;justify-content:space-between;background:#ffffff07;border:1px solid #ffffff20;border-radius:7px;width:100%;padding:12px 16px;font-size:11px;margin-top:9px}.release-dialog-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:9px;color:#a6a4b2}.release-dialog-bottom button{background:none;padding:0;color:#a6a4b2;font-size:9px;text-align:left}.release-storage-note{display:block;margin-top:16px;font-size:8px;color:#858493}.gameplay-cinema{padding:0;width:min(1100px,calc(100% - 30px));border:1px solid #ffffff30;border-radius:14px;background:#191a21;max-height:95dvh;overflow:auto;box-shadow:0 30px 100px #0009}.gameplay-cinema header{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:22px 26px}.gameplay-cinema header span{font-size:8px;letter-spacing:.13em;color:var(--accent)}.gameplay-cinema h2{font-size:20px;margin-top:7px}.gameplay-cinema header button{width:36px;height:36px;border-radius:50%;background:#ffffff08;font-size:23px}.cinema-screen{aspect-ratio:16/9;background:#000}.cinema-screen iframe{display:block;width:100%;height:100%;border:0}.gameplay-cinema footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 25px;font-size:10px}.gameplay-cinema footer p{font-size:10px}.gameplay-cinema footer a{white-space:nowrap;color:var(--accent)}
/* Motion is decorative: never a gate, simulated loading state or scroll takeover. */
@keyframes sky-float{from{transform:scale(1.01) translate3d(0,0,0)}to{transform:scale(1.055) translate3d(-1%,1%,0)}}
@keyframes orbit-turn{to{transform:rotate(360deg)}}
@keyframes fall-line{0%{translate:0 -100px;opacity:0}15%{opacity:.45}70%{opacity:.3}100%{translate:-200px 950px;opacity:0}}
@keyframes panel-enter{from{opacity:.4;transform:translateY(7px)}to{opacity:1;transform:none}}
.motion-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.motion-reveal.is-revealed{opacity:1;transform:none}.motion-paused *,.motion-paused *::before,.motion-paused *::after,.page-inactive *,.page-inactive *::before,.page-inactive *::after{animation-play-state:paused!important}.motion-paused .motion-reveal{opacity:1;transform:none;transition:none}.motion-paused{scroll-behavior:auto}.motion-paused *{transition-duration:0s!important}
/* Responsive layouts change composition; content never requires horizontal page scrolling. */
@media(min-width:1800px){.flight-copy h1{font-size:110px}.flight-stage{min-height:720px}.flight-copy{padding-top:85px}.flight-watch{right:12%}}
@media(max-width:1300px){:root{--rail:184px}.header-inner{padding-inline:12px}.wrap{width:calc(100% - 52px)}.utility-bar{padding-left:26px}.flight-copy{padding-left:35px}.flight-scene-caption{left:35px}.flight-copy h1{font-size:clamp(54px,6.4vw,84px)}.flight-stage{min-height:590px}.flight-watch{right:5%}.flight-watch small{font-size:10px}.launch-dashboard{grid-template-columns:1fr 1fr}.launch-package{gap:12px;padding:22px}.launch-package h2{font-size:15px}.launch-package .dashboard-icon{display:none}.dashboard-action{font-size:10px;max-width:100px;white-space:normal;text-align:right}.first-drop{padding:40px}.guide-console{grid-template-columns:200px minmax(0,1fr);gap:0 24px}.guide-panel{grid-template-columns:minmax(0,1fr) 160px;gap:20px}.guide-package{padding:16px}.guide-tabs{padding-right:16px}.guide-tabs>button{padding:16px 9px;column-gap:6px}.guide-tabs strong{font-size:11px}.guide-panel h3{font-size:23px}.guide-instructions ol{font-size:11px}.redemption-hero-grid{grid-template-columns:minmax(0,1fr) 285px;gap:25px}.redemption-title h1{font-size:clamp(30px,4.3vw,58px)}.redemption-title .eyebrow{font-size:8px}.redemption-hero{margin:20px 16px 0}.dispatch-panel{grid-template-columns:120px minmax(0,1fr) 125px;gap:25px;padding:28px}.dispatch-copy h3{font-size:21px}.doc-card{padding:20px}.doc-card h3{font-size:16px}.doc-body .doc-card-grid{grid-template-columns:1fr}.doc-body .doc-card{min-height:155px}.dlc-install-layout{gap:40px}.schedule-grid{gap:12px}.schedule-card{padding:23px}.schedule-card h2{font-size:20px}.contact-command{gap:30px}.contact-form{padding:25px}.finale-emblem{font-size:75px;margin-right:0}.footer-links{gap:30px}}
@media(max-width:1050px){:root{--rail:0px}.site-header{height:70px;width:100%;bottom:auto;border-right:0;border-bottom:1px solid var(--line)}.header-inner{padding:0 24px;flex-direction:row;align-items:center;justify-content:space-between}.site-header .brand{margin:0;align-self:auto}.brand-pretitle{font-size:7px}.brand strong{font-size:24px}.brand-subtitle{font-size:6px;margin-top:5px}.site-header nav{display:none;position:absolute;top:70px;left:0;right:0;background:#17181e;border-bottom:1px solid #ffffff30;padding:24px;max-height:calc(100dvh - 70px);overflow:auto;box-shadow:0 25px 60px #0007}.site-header nav.open{display:flex}.site-header nav a{font-size:14px;padding:12px}.nav-label-support{margin-top:18px}.site-header nav .nav-start{margin-top:15px}.header-actions{display:flex;align-items:center;gap:19px;margin:0;width:auto}.header-download{width:auto;gap:20px;font-size:11px;padding:10px 14px}.donate-top{position:static;font-size:11px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:38px;height:38px;background:none;border:1px solid var(--line);padding:10px;border-radius:6px}.menu-toggle span{height:1px;background:#fff;width:100%}.rail-bottom{display:none}.utility-bar{margin-top:70px;height:44px;padding:0 26px;position:static;backdrop-filter:none}.utility-bar>span{font-size:8px}.motion-toggle{font-size:9px}.reading-progress{top:69px}.flight-copy h1{font-size:clamp(58px,8.4vw,90px)}.flight-watch{right:9%}.flight-stage{min-height:620px}.first-drop{padding:40px}.guide-panel{grid-template-columns:minmax(0,1fr) 175px}.redemption-hero-grid{padding-block:50px;gap:30px;grid-template-columns:minmax(0,1fr) 295px}.redemption-title h1{font-size:clamp(32px,5.8vw,60px)}.expansion-nav{top:70px}.inner-grid{grid-template-columns:170px minmax(0,1fr)}.contact-command{grid-template-columns:.7fr 1.3fr}.footer-top{gap:30px}.footer-links{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header-inner{padding-inline:18px}.utility-bar{padding-inline:18px}.utility-bar b{display:none}.header-download{font-size:10px;gap:12px;padding:9px 12px}.header-actions{gap:15px}.donate-top{font-size:10px}.donate-top svg{width:13px}.flight-home{padding-top:17px;padding-bottom:34px}.flight-topline{font-size:8px;letter-spacing:.08em;margin-bottom:16px}.flight-topline a{font-size:10px;gap:7px}.flight-stage{min-height:680px;border-radius:13px}.flight-sky{background-position:66% center}.flight-scene::after{background:linear-gradient(90deg,#10131bcc,#10131b36),linear-gradient(0deg,#11151fee,transparent 60%)}.flight-copy{padding:40px 27px 180px;width:100%}.flight-copy h1{font-size:clamp(61px,12vw,88px);max-width:500px}.flight-copy .eyebrow{font-size:8px}.flight-description{font-size:13px}.flight-cta .button{font-size:12px}.flight-watch{left:27px;right:auto;top:auto;bottom:55px;align-items:flex-start;gap:6px}.flight-watch>button:first-child{flex-direction:row;text-align:left;gap:20px;padding:5px 0}.watch-orbit{width:49px;height:49px;font-size:12px;box-shadow:0 0 0 5px #ffffff04}.watch-orbit::after{inset:-7px}.flight-watch button>span:last-child{font-size:8px}.watch-gameplay{margin-left:69px;font-size:10px}.flight-scene-caption{left:27px;right:22px;font-size:7px;bottom:18px}.flight-scene-caption span{font-size:6px}.scene-word{font-size:100px;bottom:40px}.launch-dashboard{grid-template-columns:1fr;gap:10px;margin-top:10px}.launch-package,.launch-session{padding:21px}.launch-package .dashboard-icon{display:grid;width:38px;height:42px}.launch-package h2{font-size:15px}.dashboard-action{max-width:110px}.launch-session>div:first-child{min-width:160px}.launch-session p{max-width:none}.first-drop{padding:33px 25px;margin-bottom:50px;border-radius:12px}.first-drop-heading{flex-direction:column;align-items:start;gap:22px;margin-bottom:28px}.first-drop h2{font-size:clamp(37px,7vw,52px)}.guide-heading-note{display:flex;align-items:center;gap:20px;max-width:none}.guide-heading-note>span{font-size:27px;margin:0;white-space:nowrap}.guide-heading-note p{font-size:11px}.guide-console{display:block;padding-top:22px}.guide-tabs{display:grid;grid-template-columns:1fr 1fr;padding:0;border:0;gap:7px;margin-bottom:25px}.guide-tabs>button{padding:13px 10px;grid-template-columns:24px 1fr;border-color:#2222220c}.guide-tabs strong{font-size:11px}.guide-tabs small{font-size:9px}.guide-panel{grid-template-columns:minmax(0,1fr) 155px;gap:20px;min-height:350px}.guide-panel h3{font-size:25px}.guide-instructions ol{font-size:12px}.guide-package>strong{font-size:65px}.guide-account>strong{font-size:26px}.guide-actions .button{font-size:10px;padding:12px 15px;gap:15px}.guide-footer{flex-wrap:wrap;gap:10px 20px;margin-top:20px;padding-top:17px}.guide-footer p{order:3;flex-basis:100%}.guide-footer a{margin-left:auto}.world-section{padding-block:10px 45px}.world-heading{gap:25px;align-items:start;flex-direction:column;margin-bottom:25px}.world-heading h2{font-size:43px}.world-release{flex-direction:row;align-items:center;gap:15px;flex-wrap:wrap;font-size:9px}.world-release>span{display:none}.world-release a{margin:0;font-size:11px}.world-frame-top{padding:13px 16px;font-size:7px}.world-frame-top>span:last-child{font-size:6px}.world-frame figcaption{padding:16px;gap:18px}.world-frame figcaption>span{display:none}.world-frame figcaption p{font-size:11px;max-width:85%}.refinement-strip{gap:20px;grid-template-columns:1fr 1fr;padding-bottom:25px}.refinement-strip>p{grid-column:1/-1;font-size:25px}.refinement-strip>p br{display:none}.refinement-strip>div{padding-left:18px}.refinement-strip h3{font-size:16px}.refinement-strip div p{font-size:11px}.archive-premiere{padding-block:20px 45px}.dispatch-heading{align-items:start;flex-direction:column;gap:18px;margin-bottom:25px}.dispatch-heading h2{font-size:48px}.dispatch-panel{grid-template-columns:80px 1fr;gap:20px;padding:23px}.dispatch-version strong{font-size:51px}.dispatch-version>span{font-size:6px}.dispatch-copy h3{font-size:20px}.dispatch-copy p{font-size:11px}.dispatch-meta{grid-column:2;flex-direction:row;align-items:center;font-size:8px}.dispatch-meta>span{font-size:7px;gap:12px}.dispatch-meta b{font-size:19px}.flight-finale{flex-wrap:wrap;gap:25px;padding-block:35px 50px}.finale-emblem{font-size:65px}.flight-finale h2{font-size:34px}.flight-finale .eyebrow{font-size:8px;margin-bottom:15px}.finale-actions{margin:0 0 0 90px;align-items:start}.page-intro,.doc-hero{padding-block:30px 35px}.breadcrumb{margin-bottom:25px}.page-intro h1,.doc-hero h1{font-size:38px}.page-intro p:last-child,.doc-hero p:last-child{font-size:12px}.page-section{padding-block:30px 60px}.inner-grid{grid-template-columns:1fr;gap:28px}.doc-nav{position:static;display:flex;flex-wrap:wrap;gap:4px 8px;padding:15px 0;border-bottom:1px solid var(--line)}.doc-nav strong{width:100%;margin-bottom:5px}.doc-nav small{display:none}.doc-nav a{padding:8px 10px;margin:0;gap:12px;font-size:10px;background:#1a1b20}.doc-body h2{font-size:28px}.doc-card-grid{gap:10px}.doc-card{padding:19px;min-height:210px}.doc-card h3{font-size:14px;line-height:1.2}.doc-card p{font-size:11px}.doc-card small{font-size:7px}.docs-layout{margin-top:35px}.doc-body .doc-card-grid{grid-template-columns:1fr}.warning-strip{flex-wrap:wrap;font-size:11px;padding:17px;gap:10px}.warning-strip strong{width:100%}.warning-strip a,.warning-strip button{margin-left:0}.install-step{grid-template-columns:30px 1fr;gap:15px}.step-state{display:none}.download-command{padding:28px;gap:25px;grid-template-columns:minmax(0,1fr) 145px}.download-command h2{font-size:28px}.download-command p:not(.micro-label){font-size:12px}.download-specs{gap:20px}.download-specs b{font-size:18px}.download-specs>span{font-size:7px}.download-visual{padding-left:15px}.package-monogram{font-size:77px}.download-visual strong{font-size:8px}.download-visual small{font-size:7px}.download-visual .ink-link{font-size:8px;gap:12px}.download-command .button{font-size:11px}.redemption-hero{margin:15px 12px 0}.redemption-hero .wrap{width:calc(100% - 42px)}.redemption-hero-grid{grid-template-columns:1fr;padding-block:35px 25px;gap:30px}.redemption-title h1{font-size:clamp(32px,8.1vw,55px)}.availability{margin-bottom:22px}.redemption-title .eyebrow{margin-bottom:12px}.redemption-tagline{font-size:30px;margin-top:12px}.redemption-summary{max-width:450px}.redemption-jump{margin-top:22px}.release-download{max-width:490px;width:100%;justify-self:center;padding:25px}.download-version{font-size:75px}.release-download dl{display:flex;flex-wrap:wrap;gap:20px}.release-download dl>div{display:block;border:0;font-size:10px}.release-download dd{margin-top:3px}.download-edition{margin-top:16px}.expansion-nav .wrap{gap:20px;overflow-x:auto;min-height:54px;font-size:9px}.expansion-nav strong{display:none}.section-space{padding-block:50px}.section-heading{flex-direction:column;align-items:start;gap:20px;margin-bottom:28px}.section-heading h2{font-size:35px}.section-heading>p{max-width:450px;font-size:12px}.content-mosaic{gap:12px}.content-mosaic article{padding:24px}.map-count,.mosaic-number{font-size:65px;margin:25px 0}.map-count{gap:12px}.map-count>span{font-size:7px}.mosaic-label{font-size:8px}.content-mosaic h3{font-size:23px}.content-mosaic p{font-size:11px}.map-names{flex-direction:column;gap:8px;font-size:9px}.audio-bars{gap:4px}.audio-bars i{width:4px}.dlc-install-section{padding-block:40px}.dlc-install-layout{grid-template-columns:1fr;gap:30px}.install-intro h2{font-size:39px}.install-intro>p:not(.eyebrow){max-width:500px}.install-note{max-width:500px;margin-top:12px}.dlc-help{align-items:start;flex-direction:column;gap:20px}.dlc-bottom-bar>.wrap{padding-right:65px}.dlc-bottom-bar .button{font-size:10px;gap:15px}.installation-caption{font-size:8px}.release-toolbar{flex-direction:column;align-items:stretch;gap:20px}.release-search input{width:100%}.release-filters button{font-size:10px;flex:1;padding:11px}.changelog-layout{grid-template-columns:1fr;gap:25px}.changelog-index{position:static;display:flex;align-items:center;gap:15px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:15px}.changelog-index .eyebrow{display:none}.changelog-index>a{border:0;gap:8px;padding:0;font-size:20px}.changelog-index small{display:none}.changelog-index p{margin:0 0 0 auto;font-size:9px}.release-entry{padding:24px}.release-entry header h2{font-size:30px}.release-entry time{font-size:8px}.release-detail-grid{gap:10px}.release-detail-grid>div{padding:15px}.release-detail-grid strong{font-size:13px}.schedule-grid{grid-template-columns:1fr}.schedule-card{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;padding:25px}.schedule-card h2{font-size:24px}.schedule-card p{grid-column:1/-1}.schedule-card .micro-label{margin-bottom:0}.schedule-card .session-time{grid-column:2;grid-row:1/3;text-align:right;align-self:center;font-size:50px;margin:0}.schedule-card .local-session{grid-column:1/-1}.contact-command{grid-template-columns:1fr;gap:35px}.contact-address{margin-top:25px}.contact-form{padding:25px}.footer-top{flex-direction:column;gap:35px;padding-block:35px}.footer-links{gap:35px;justify-content:space-between}.footer-bottom{flex-wrap:wrap;padding-bottom:85px;gap:15px;font-size:8px}.footer-edition{font-size:7px}.discord-dock{right:15px;bottom:15px}.discord-button{height:46px;width:46px;border-radius:15px}.discord-message{width:290px}.release-dialog[open]{grid-template-columns:155px 1fr}.release-dialog-side{padding:30px 20px}.release-dialog-side>strong{font-size:70px}.release-dialog-side>span{font-size:8px}.release-dialog-side p{font-size:15px}.release-dialog-content{padding:35px 24px 24px}.release-dialog-content h2{font-size:27px}.release-dialog-bottom{flex-wrap:wrap}.gameplay-cinema footer{align-items:start;flex-direction:column;gap:10px}}
@media(max-width:480px){.header-actions{gap:11px}.header-download{display:none}.utility-bar{gap:10px}.utility-bar>span{font-size:7px}.flight-topline{font-size:7px;letter-spacing:0}.flight-topline a{font-size:9px}.flight-copy{padding-left:23px;padding-right:23px}.flight-copy h1{font-size:65px}.flight-stage{min-height:665px}.flight-copy .eyebrow{font-size:7px;letter-spacing:.14em}.flight-watch{left:23px}.flight-scene-caption{left:23px}.flight-scene-caption span{display:none}.launch-package{padding:18px;gap:12px}.launch-package h2{font-size:14px}.launch-package p{font-size:9px}.launch-dashboard small{font-size:7px}.launch-package .dashboard-icon{display:none}.launch-session{padding:18px;gap:10px}.launch-session>div:first-child{min-width:135px}.launch-session strong{font-size:30px}.launch-session p{font-size:9px}.first-drop{padding:27px 21px}.first-drop h2{font-size:38px}.guide-heading-note>span{font-size:24px}.guide-heading-note p{font-size:10px}.guide-tabs>button{padding:12px 8px;grid-template-columns:19px 1fr;gap:6px}.guide-tabs strong{font-size:10px}.guide-tabs small{font-size:8px}.guide-tabs>button>span{font-size:10px}.guide-panel{grid-template-columns:1fr;min-height:0;gap:24px}.guide-package{display:grid;grid-template-columns:65px 1fr;column-gap:20px;padding:18px}.guide-package>span{grid-column:1/-1;font-size:7px}.guide-package>strong{font-size:52px;margin:10px 0;align-self:center}.guide-package dl{margin:7px 0 0}.guide-package dl>div{font-size:9px;padding:6px 0}.guide-package>p{grid-column:1/-1;margin-top:12px;font-size:9px}.guide-account{display:block}.guide-account>strong{font-size:24px;margin:16px 0}.guide-account>strong br{display:none}.guide-menu-path{flex-direction:row;align-items:center;font-size:9px;margin:10px 0}.guide-menu-path b{transform:rotate(-90deg)}.guide-panel h3{font-size:25px}.guide-actions .button{font-size:11px;min-height:46px}.guide-footer{font-size:8px}.guide-footer p{font-size:8px}.world-heading h2{font-size:38px}.world-frame-top{font-size:6px;padding:12px}.world-frame figcaption{padding:14px}.world-frame figcaption p{font-size:10px}.refinement-strip{gap:18px}.refinement-strip>div{padding-left:12px}.refinement-strip h3{font-size:15px}.refinement-strip div p{font-size:10px}.dispatch-panel{padding:21px;grid-template-columns:64px minmax(0,1fr);gap:17px}.dispatch-version strong{font-size:45px}.dispatch-copy h3{font-size:18px}.dispatch-copy p{font-size:10px}.dispatch-tag{font-size:7px}.dispatch-meta{grid-column:1/-1;margin-top:0}.dispatch-heading h2{font-size:43px}.finale-emblem{display:none}.finale-actions{margin:0}.flight-finale{flex-direction:column;align-items:start}.page-intro h1,.doc-hero h1{font-size:32px}.doc-card-grid{grid-template-columns:1fr}.doc-card{min-height:170px}.doc-card h3{font-size:18px;margin:20px 0 10px}.doc-card p{font-size:12px}.fault-grid{grid-template-columns:1fr}.fault-grid article{padding:22px}.install-step h3{font-size:14px}.spec-table>div{font-size:9px;gap:15px}.spec-table>div>span{font-size:8px}.download-command{grid-template-columns:1fr;padding:25px;gap:26px}.download-command h2{font-size:29px}.download-visual{border-left:0;border-top:1px solid var(--line);padding:20px 0 0;display:grid;grid-template-columns:85px 1fr;column-gap:22px;text-align:left;align-items:center}.package-monogram{grid-row:1/4;font-size:62px}.download-visual strong{font-size:9px}.download-visual small{font-size:7px;margin:0}.download-visual .ink-link{margin:0;padding:6px 0}.redemption-title h1{font-size:clamp(27px,8.1vw,39px)}.redemption-tagline{font-size:26px}.redemption-summary{font-size:11px}.release-download{padding:23px}.content-mosaic{grid-template-columns:1fr}.content-mosaic article{padding:27px}.content-mosaic h3{font-size:25px}.content-mosaic p{font-size:12px}.map-names{flex-direction:row;gap:25px}.mosaic-label{font-size:9px}.map-count,.mosaic-number{font-size:74px}.content-fixes li{font-size:12px}.dlc-bottom-bar strong{font-size:9px}.dlc-bottom-bar small{font-size:8px}.dlc-bottom-bar>.wrap{padding-right:60px}.dlc-bottom-bar .button{padding:9px 13px;font-size:9px;gap:10px}.section-heading h2{font-size:31px}.installation-caption{flex-direction:column;gap:10px}.release-entry{padding:21px}.release-entry header{align-items:start;flex-direction:column;gap:13px}.release-detail-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:23px}.contact-form h2{font-size:26px}.footer-links{gap:25px 20px;grid-template-columns:1fr 1fr}.footer-links strong{font-size:7px}.footer-links a,.footer-links button{font-size:10px}.footer-bottom>span:first-child{width:100%}.release-dialog[open]{grid-template-columns:1fr}.release-dialog-side{padding:22px 25px;display:grid;grid-template-columns:1fr 80px;gap:7px 20px}.release-dialog-side>span{align-self:end}.release-dialog-side>strong{grid-column:2;grid-row:1/3;font-size:53px;margin:0;line-height:1}.release-dialog-side time{font-size:8px}.release-side-rule,.release-dialog-side p{display:none}.release-close{background:#29272515;color:#292725;top:8px;right:8px;width:26px;height:26px;font-size:18px}.release-dialog-content{padding:27px 25px}.release-dialog-content .eyebrow{margin-bottom:12px}.gameplay-cinema header{padding:18px}.gameplay-cinema h2{font-size:16px}.gameplay-cinema footer{padding:15px 18px;font-size:9px}.gameplay-cinema footer p{font-size:9px}}
.header-inner{overflow-y:auto}.guide-console:not(.guided-ready){display:block}.guide-console:not(.guided-ready) .guide-tabs{display:none}.guide-console:not(.guided-ready) .guide-panel{border-bottom:1px solid var(--line);padding-block:24px}.schedule-card>small{font-size:9px;letter-spacing:.13em;color:var(--accent)}.schedule-head h2{font-size:25px;overflow-wrap:anywhere}
@media(max-width:1050px){.header-inner{overflow:visible}}
/* Clearer actions and the language selector. */
.donate-top{top:12px;right:25px;padding:9px 17px;border:1px solid #ffac7c88;border-radius:8px;background:linear-gradient(120deg,#ff9866,#ff744f);color:#25160e;box-shadow:0 4px 22px #ff744f25;font-size:14px;font-weight:700;min-height:42px}.donate-top svg{width:17px;height:17px;stroke:#442114;fill:#44211412}.donate-top:hover{color:#21150f;background:#ffac82;box-shadow:0 6px 30px #ff744f40}.utility-bar{padding-right:175px}.language-picker{position:relative;margin-left:auto;direction:ltr;flex-shrink:0}.language-picker summary{display:flex;align-items:center;gap:9px;list-style:none;cursor:pointer;min-height:39px;padding:6px 11px;border:1px solid #ffffff25;border-radius:7px;font-size:14px;color:#d5d5dc}.language-picker summary::-webkit-details-marker{display:none}.language-picker summary>span:first-child{font-size:20px;color:var(--accent)}.language-picker summary>span:last-child{font-size:14px;color:#848997}.language-panel{position:absolute;top:calc(100% + 11px);right:0;width:315px;max-width:calc(100vw - 36px);padding:23px;border:1px solid #ffffff30;border-radius:12px;background:#202127;box-shadow:0 20px 55px #0008;z-index:110;text-align:left}.language-panel label{font-size:16px;display:block;margin-bottom:12px;color:#f3f0e9}.language-panel select{width:100%;min-height:44px;padding:10px;background:#121318;border:1px solid #ffffff30;border-radius:6px;font-size:16px}.language-panel p{font-size:14px;margin:15px 0;color:#c2c2cf;line-height:1.6}.language-panel small{display:block;font-size:12px;color:#9596a7;line-height:1.7;margin-top:12px}.language-panel small a{color:#e8b595;text-decoration:underline;text-underline-offset:3px}.discord-message{padding:25px;border-radius:14px;width:305px;background:#202127;border-color:#ffffff24}.discord-message-heading{gap:13px}.discord-message-heading strong{font-size:19px;font-weight:600}.discord-message-heading small{font-size:12px;letter-spacing:.1em;color:#8d94b8;margin-top:3px}.discord-small-icon{width:37px;height:37px;border-radius:10px;background:#858ef21a}.discord-small-icon svg{width:24px}.discord-message p{font-size:14px;line-height:1.65;margin:20px 0;color:#b0b2c3}.discord-message a{font-size:14px;padding:13px 15px;font-weight:600;background:#626dde}.discord-message a:hover{background:#7c86ec}.discord-close{right:10px;top:10px;width:30px;height:30px;font-size:20px;background:none;color:#999caa}.footer-edition{font-size:13px;letter-spacing:0;text-transform:none}.flight-watch{right:5%;top:44%;gap:15px}.flight-watch>button:first-child{flex-direction:row;text-align:left;gap:19px;padding:17px 24px 17px 18px;border:1px solid #ffffff72;border-radius:14px;background:#eeece5;color:#252629;box-shadow:0 16px 50px #0005;transition:transform .2s,background .2s}.flight-watch>button:first-child:hover{background:white;transform:translateY(-3px)}.watch-orbit{width:58px;height:58px;border:0;background:#252629;color:#ff9269;backdrop-filter:none;box-shadow:none;font-size:17px}.watch-orbit::after{inset:-6px;border-color:#25262930;animation:none}.flight-watch>button:hover .watch-orbit{transform:none;background:#252629;color:#ff9269}.flight-watch button>span:last-child{font-size:20px;letter-spacing:-.025em;font-weight:650;line-height:1.3}.flight-watch small{color:#7d776d;font-size:12px;letter-spacing:0;font-weight:400;margin-top:5px}.watch-gameplay{font-size:14px}.first-drop-heading h2{max-width:650px}.guide-next,.guide-support-link{line-height:1.6}.site-header nav a{overflow-wrap:anywhere}.flight-watch>button:first-child>span:last-child{max-width:230px}
html:not([lang=en]) .flight-copy h1{font-size:clamp(40px,4.8vw,80px);letter-spacing:-.05em}html:not([lang=en]) .guide-tabs strong{line-height:1.45}html:not([lang=en]) .flight-watch{right:4%;max-width:36%}html:not([lang=en]) .flight-watch button>span:last-child{font-size:18px}html:not([lang=en]) .first-drop h2{font-size:clamp(31px,3.5vw,56px)}html:not([lang=en]) .launch-package{flex-wrap:wrap}html:not([lang=en]) .dashboard-action{white-space:normal}
html[dir=rtl] .site-header,html[dir=rtl] .utility-bar,html[dir=rtl] .brand,html[dir=rtl] .footer-bottom,html[dir=rtl] .flight-stage,html[dir=rtl] .redemption-hero-grid,html[dir=rtl] .world-frame{direction:ltr}html[dir=rtl] .flight-copy,html[dir=rtl] .redemption-title,html[dir=rtl] .release-download,html[dir=rtl] .discord-message,html[dir=rtl] .release-dialog-content{direction:rtl;text-align:right}html[dir=rtl] .flight-copy{padding-right:25px}html[dir=rtl] .guide-tabs>button{text-align:right}html[dir=rtl] .guide-tabs{border-right:0;border-left:1px solid var(--line);padding-right:0;padding-left:23px}html[dir=rtl] .guide-instructions ol{padding-left:0;padding-right:20px}html[dir=rtl] .guide-package dd{text-align:left}html[dir=rtl] .guide-footer a{margin-left:0;margin-right:auto}html[dir=rtl] .release-dialog-side,html[dir=rtl] code{direction:ltr}html[dir=rtl] .discord-close{right:auto;left:10px}html[dir=rtl] .refinement-strip>div{border-left:0;border-right:1px solid var(--line);padding-left:0;padding-right:25px}
@media(max-width:1300px){.flight-watch{right:3%}.flight-watch>button:first-child{padding:16px;gap:14px}.watch-orbit{width:48px;height:48px}.flight-watch button>span:last-child{font-size:18px}.flight-watch small{font-size:12px}}
@media(max-width:1050px){.donate-top{position:static;padding:7px 13px;min-height:39px;font-size:14px}.utility-bar{padding-right:26px;position:relative;z-index:91;height:52px}.language-panel{top:calc(100% + 10px)}.flight-watch{right:5%}}
@media(max-width:760px){.utility-bar{padding-right:18px}.language-picker summary{font-size:14px;min-height:36px;padding:4px 9px}.flight-watch,html:not([lang=en]) .flight-watch{left:27px;right:auto;top:auto;bottom:58px;max-width:calc(100% - 54px);gap:10px;align-items:start}.flight-watch>button:first-child{padding:13px 18px 13px 13px;gap:16px;border-radius:11px}.flight-watch button>span:last-child,html:not([lang=en]) .flight-watch button>span:last-child{font-size:18px}.flight-watch small{font-size:12px}.watch-orbit{height:42px;width:42px;font-size:13px}.watch-orbit::after{inset:-4px}.watch-gameplay{font-size:14px;margin-left:0}.flight-stage{min-height:740px}.flight-copy{padding-bottom:215px}.footer-edition{font-size:12px}.discord-message{width:290px;padding:24px}.discord-message p{font-size:14px}.discord-message a{font-size:14px}.first-drop h2{font-size:clamp(34px,7vw,50px)}html:not([lang=en]) .flight-copy h1{font-size:clamp(40px,8vw,65px)}html[dir=rtl] .guide-tabs{border:0;padding:0}}
@media(max-width:480px){.donate-top{font-size:13px;min-height:38px;padding:7px 12px}.donate-top svg{width:15px;height:15px}.flight-stage{min-height:735px}.flight-watch,html:not([lang=en]) .flight-watch{left:23px;max-width:calc(100% - 46px)}.flight-watch button>span:last-child{font-size:18px}.watch-gameplay{font-size:13px}.utility-bar>span{font-size:8px}.language-picker summary{font-size:13px;gap:6px}.language-panel{width:295px}.first-drop h2{font-size:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.motion-reveal{opacity:1;transform:none}}

/* Static artwork; interaction-only lighting. */
.flight-sky{animation:none!important;transform:none!important;inset:0}.flight-streak{animation-duration:12s}.site-header nav .nav-donate{color:#ffae86;background:#ff744f0c;border:1px solid #ff744f2e}.site-header nav .nav-donate>.nav-icon{color:#ff976f}.site-header nav .nav-donate>span:last-child{margin-left:auto}.site-header nav .nav-donate:hover{background:#ff744f20;border-color:#ff744f66}.site-header .brand{margin-bottom:38px}.nav-label-support{margin-top:18px}.site-header nav .nav-start{margin-top:17px}.rail-bottom{padding-top:20px}.hover-light{position:relative;isolation:isolate}.hover-light::after{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2;opacity:0;background:radial-gradient(240px circle at var(--glow-x,50%) var(--glow-y,50%),#ffb58a14,transparent 75%);transition:opacity .2s}.hover-light.light-active::after{opacity:1}.first-drop .hover-light::after{background:radial-gradient(140px circle at var(--glow-x,50%) var(--glow-y,50%),#c98e4d15,transparent 80%)}
.status-main{max-width:1100px;padding-block:55px 75px}.status-heading{display:flex;justify-content:space-between;align-items:start;gap:30px;margin-bottom:42px}.status-heading h1{font-size:clamp(36px,4.1vw,60px);letter-spacing:-.06em}.status-heading .eyebrow{font-size:12px;margin-bottom:14px}.status-heading p:not(.eyebrow){font-size:16px;margin-top:17px}.manual-badge{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:30px;padding:9px 14px;font-size:12px;color:#989eac;white-space:nowrap}.manual-badge>span{color:#96b9d9}.status-overview{display:flex;align-items:center;gap:24px;padding:32px;border:1px solid #86bbeb33;border-radius:13px;background:linear-gradient(100deg,#243443,#1a222d);margin-bottom:40px;--state:#9bd1ff}.status-symbol{width:58px;height:58px;flex-shrink:0;border:1px solid #a8d1ff4a;border-radius:50%;display:grid;place-items:center;color:var(--state);font-size:28px;position:relative}.status-symbol::after{content:'';position:absolute;inset:-6px;border:1px solid currentColor;opacity:0;border-radius:50%}.status-overview[data-state=operational] .status-symbol::after{animation:status-heartbeat 3s ease-out 2}.status-overview h2{font-size:clamp(24px,2.2vw,34px);letter-spacing:-.035em;line-height:1.2}.status-overview p{font-size:14px;line-height:1.7;color:#a2b2c4;margin-top:9px}.status-stamp{margin-left:auto;display:flex;flex-direction:column;gap:7px;text-align:right;color:#9daabc;flex-shrink:0;font-size:12px}.status-stamp time{font-size:12px}.status-overview[data-state=maintenance]{--state:#d6b5ff;background:linear-gradient(100deg,#30263c,#202027);border-color:#b68bdb3a}.status-overview[data-state=degraded]{--state:#ffd187;background:linear-gradient(100deg,#3b3023,#242020);border-color:#e1af643a}.status-overview[data-state=outage]{--state:#ff958a;background:linear-gradient(100deg,#3c2428,#272025);border-color:#df8b863a}.status-overview[data-state=unknown]{--state:#a1a4b2;background:#202127;border-color:#ffffff23}.status-retry{margin-bottom:30px}.status-section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:22px}.status-section-heading h2{font-size:25px;letter-spacing:-.035em}.status-section-heading>span{font-size:12px;color:#808693}.service-list{border:1px solid #ffffff1e;border-radius:12px;overflow:hidden;background:#1a1b20}.service-row{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:27px 30px;border-bottom:1px solid var(--line)}.service-row:last-child{border:0}.service-row h3{font-size:18px;letter-spacing:-.015em}.service-row p{font-size:14px;margin-top:8px;line-height:1.7;max-width:510px}.service-state{display:flex;align-items:center;gap:10px;font-size:14px;color:#9ac9f0;flex-shrink:0}.service-state::before{content:'';display:block;width:7px;height:7px;background:currentColor;border-radius:50%}.service-row[data-state=maintenance] .service-state{color:#c9adf0}.service-row[data-state=degraded] .service-state{color:#e7bd7e}.service-row[data-state=outage] .service-state{color:#f1948c}.incident-section{padding-top:60px}.incident-section .eyebrow{font-size:12px;margin-bottom:12px}.incident-filters{display:flex;gap:6px;flex-wrap:wrap}.incident-filters button{border:1px solid #ffffff20;background:transparent;padding:8px 13px;border-radius:6px;font-size:13px;color:#a3a5b2}.incident-filters button[aria-pressed=true]{border-color:#97c8f844;color:#b7d7f7;background:#9ecfff0a}.incident-empty{padding:40px 25px;border:1px dashed #ffffff22;border-radius:11px;text-align:center}.incident-empty>span{display:block;font-size:30px;color:#747887;margin-bottom:10px}.incident-empty h3{font-size:18px;font-weight:500}.incident-empty p{font-size:14px;margin-top:10px;color:#9296a4}.incident-card{border:1px solid var(--line);border-radius:12px;padding:30px;background:#1a1b20;margin-bottom:18px}.incident-card header{display:flex;justify-content:space-between;align-items:start;gap:25px}.incident-card h3{font-size:22px;margin-top:14px}.incident-card time{font-size:12px;color:#9095a5;white-space:nowrap}.incident-phase{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.02em;color:#e2b378}.phase-resolved{color:#9ac9f0}.phase-monitoring{color:#c0b6f4}.incident-phase::before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor}.affected-services{font-size:12px;margin-top:17px;color:#878c9d}.incident-timeline{list-style:none;margin:25px 0 0;padding:0 0 0 19px;border-left:1px solid #ffffff24}.incident-timeline li{position:relative;padding:0 0 24px 8px}.incident-timeline li:last-child{padding-bottom:0}.incident-timeline li::before{content:'';position:absolute;left:-23px;top:9px;width:7px;height:7px;background:#7f879a;border-radius:50%}.incident-update-heading{display:flex;justify-content:space-between;gap:18px;align-items:center}.incident-update-heading strong{font-size:14px;font-weight:500}.incident-timeline p{font-size:14px;line-height:1.8;margin-top:10px;overflow-wrap:anywhere}.incident-count{font-size:12px;margin-top:16px}.status-disclosure{font-size:12px;color:#828692;margin-top:20px}.status-help{display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid var(--line);margin-top:42px;padding-top:32px}.status-help h2{font-size:23px}.status-help p{font-size:14px;margin-top:12px;max-width:550px;line-height:1.8}.status-help .button{font-size:14px;flex-shrink:0}.status-main [data-status-updated]:empty{display:none}
@keyframes status-heartbeat{0%{transform:scale(.9);opacity:.25}100%{transform:scale(1.16);opacity:0}}
@media(max-width:1050px){.site-header .brand{margin:0}.utility-bar{overflow:visible}.language-panel{z-index:150}}
@media(max-width:760px){.status-main{padding-block:32px 55px}.status-heading{flex-direction:column;gap:20px;margin-bottom:28px}.status-heading h1{font-size:39px}.status-heading p:not(.eyebrow){font-size:16px}.status-overview{padding:25px;flex-wrap:wrap;gap:17px}.status-symbol{width:45px;height:45px;font-size:23px}.status-overview>div{flex:1;min-width:180px}.status-overview h2{font-size:25px}.status-stamp{margin-left:62px;text-align:left;flex-basis:100%}.service-row{padding:23px;align-items:start;gap:20px;flex-direction:column}.service-row h3{font-size:18px}.service-row p{font-size:14px}.service-state{font-size:13px}.status-section-heading{align-items:start;flex-direction:column;gap:18px}.status-section-heading h2{font-size:26px}.incident-section{padding-top:40px}.incident-empty{padding:30px 23px}.incident-empty h3{font-size:18px;line-height:1.4}.incident-card{padding:24px}.incident-card header{flex-direction:column;gap:13px}.incident-update-heading{align-items:start;flex-direction:column;gap:8px}.status-help{align-items:start;flex-direction:column;gap:20px}.status-help .button{font-size:14px}.status-disclosure{font-size:12px}}
/* Original circular trailer control, with separate readable outlined captions. */
.flight-watch.watch-restored{align-items:center;gap:13px;right:7%;top:38%;max-width:34%}.flight-watch.watch-restored>button:first-child{display:flex;flex-direction:column;align-items:center;gap:23px;padding:12px;background:transparent;border:0;border-radius:0;box-shadow:none;text-align:center;transform:none}.flight-watch.watch-restored>button:first-child:hover{background:transparent;transform:none;box-shadow:none}.flight-watch.watch-restored .watch-orbit{width:90px;height:90px;border:1px solid #ffffff88;border-radius:50%;background:#1821318f;color:#fff;box-shadow:0 0 0 9px #ffffff05;font-size:19px;backdrop-filter:none;transition:transform .22s,border-color .22s,background .22s}.flight-watch.watch-restored .watch-orbit::after{inset:-16px;border:1px dashed #ffffff42;animation:none;transition:transform .35s,border-color .25s}.flight-watch.watch-restored .watch-label{display:block;padding:10px 19px;border:1px solid #c8d4e66b;border-radius:7px;background:#101824e8;color:#fff;font-size:16px!important;font-weight:600;letter-spacing:.02em!important;line-height:1.4;text-shadow:0 2px 5px #000;max-width:240px;transition:border-color .2s,background .2s}.flight-watch.watch-restored .watch-gameplay{margin:0;display:inline-flex;align-items:center;gap:14px;min-height:42px;padding:8px 15px;border:1px solid #afbed15c;border-radius:7px;background:#101824e8;font-size:14px;color:#e8edf5;text-shadow:0 1px 4px #000;transition:border-color .2s,background .2s}.flight-watch.watch-restored .watch-gameplay>span{margin:0;color:#ffae87}.flight-watch.watch-restored>button:first-child:hover .watch-label,.flight-watch.watch-restored .watch-gameplay:hover{background:#1d2a3a;border-color:#e6b58a}.flight-watch.watch-restored>button:first-child:focus-visible{outline-offset:7px;border-radius:10px}.language-panel{width:285px}.language-panel p{margin-bottom:0}.discord-message-heading strong[translate=no]{letter-spacing:-.045em;font-size:21px}
/* Event-only highlights: short transforms/opacity transitions, no perpetual effects. */
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.flight-watch.watch-restored>button:first-child:hover .watch-orbit{transform:scale(1.06);background:#29364bd9;border-color:#fff}.flight-watch.watch-restored>button:first-child:hover .watch-orbit::after{transform:rotate(28deg);border-color:#efc3a580}.button-primary,.button-brass,.button-red,.header-download{position:relative;overflow:hidden;isolation:isolate}.button-primary::before,.button-brass::before,.button-red::before,.header-download::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffffff35 50%,transparent 70%);transform:translateX(-140%);transition:transform .5s ease;z-index:1}.button-primary:hover::before,.button-brass:hover::before,.button-red:hover::before,.header-download:hover::before{transform:translateX(140%)}.doc-card>span,.dashboard-action>span,.dispatch-meta b{display:inline-block;transition:transform .22s}.doc-card:hover>span,.dashboard-action:hover>span,.dispatch-panel:hover .dispatch-meta b{transform:translate(3px,-3px)}.service-row:hover{background:#ffffff03}}
@media(max-width:1050px){.flight-watch.watch-restored{right:8%}}
@media(max-width:760px){.flight-watch.watch-restored,html:not([lang=en]) .flight-watch.watch-restored{left:27px;right:auto;top:auto;bottom:56px;align-items:start;max-width:calc(100% - 54px);gap:10px}.flight-watch.watch-restored>button:first-child{flex-direction:row;gap:20px;padding:8px 0;text-align:left}.flight-watch.watch-restored .watch-orbit{width:54px;height:54px;box-shadow:0 0 0 5px #ffffff05;font-size:14px;flex-shrink:0}.flight-watch.watch-restored .watch-orbit::after{inset:-8px}.flight-watch.watch-restored .watch-label{font-size:15px!important;padding:9px 15px;max-width:220px}.flight-watch.watch-restored .watch-gameplay{margin-left:74px;font-size:14px;padding:7px 13px;min-height:39px}.flight-stage{min-height:700px}}
@media(max-width:480px){.flight-watch.watch-restored,html:not([lang=en]) .flight-watch.watch-restored{left:23px;max-width:calc(100% - 46px)}.flight-watch.watch-restored .watch-label{padding:9px 12px;font-size:14px!important;max-width:190px}.flight-watch.watch-restored .watch-gameplay{font-size:13px}.flight-stage{min-height:700px}}
@media(hover:none),(pointer:coarse){.hover-light::after{display:none}}
@media(prefers-reduced-motion:reduce){.hover-light::after{display:none}.status-symbol::after{animation:none!important}}
/* Keep the original video controls clear without opaque cards over the artwork. */
.flight-watch.watch-restored .watch-orbit{background:transparent;border-color:#ffffffb8;box-shadow:0 3px 16px #0008;transition:transform .22s,border-color .22s,box-shadow .22s}.flight-watch.watch-restored .watch-orbit::after{border-color:#ffffff68}.flight-watch.watch-restored .watch-label{background:transparent;border:0;border-radius:0;padding:6px 2px;text-shadow:0 2px 7px #000,0 0 14px #000}.flight-watch.watch-restored .watch-gameplay{background:transparent;border:0;border-radius:0;padding:6px 2px;color:#fff;text-shadow:0 2px 7px #000,0 0 14px #000}.flight-watch.watch-restored>button:first-child:hover .watch-label,.flight-watch.watch-restored .watch-gameplay:hover{background:transparent;border-color:transparent;color:#fff;text-shadow:0 2px 9px #000,0 0 18px #000}@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.flight-watch.watch-restored>button:first-child:hover .watch-orbit{background:transparent;box-shadow:0 5px 20px #000b}}
.schedule-card .local-session{font-size:17px;color:#f2f3f5;line-height:1.35;margin:20px 0 8px}.schedule-card .session-time{font-size:12px;letter-spacing:.04em;line-height:1.4;margin:0;color:var(--accent)}.schedule-card .session-time span{font-size:10px;color:var(--accent)}.supplied-guide figure{margin:28px 0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#15161b}.supplied-guide figure img{width:100%;height:auto}.supplied-guide figure figcaption{padding:10px 14px}.supplied-guide pre{overflow:auto;padding:18px;background:#111217;border:1px solid var(--line);border-radius:8px;font:12px/1.65 Consolas,monospace;color:#d4d7dd}.supplied-guide li{margin:8px 0}.supplied-guide a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}@media(max-width:760px){.schedule-card .local-session{grid-column:1/-1;grid-row:auto;font-size:16px;margin:14px 0 4px}.schedule-card .session-time{grid-column:1/-1;grid-row:auto;text-align:left;align-self:auto;font-size:11px}}
