@font-face{font-family:Display;src:url(/assets/title.ttf);font-display:swap}@font-face{font-family:Text;src:url(/assets/text.ttf);font-display:swap}:root{color:#232328;font-synthesis:none;--paper:#f5f7f9;--ink:#232328;--green:#19be84;--deep:#087a53;--line:#cfd8d2;--muted:#55655d;background:#e8ecea;font-family:Text,Arial,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button:focus-visible,input:focus-visible,a:focus-visible{outline-offset:4px;outline:3px solid #087a53}#game{position:absolute;inset:0}#game canvas{display:block}#ui{pointer-events:none;position:absolute;inset:0}#ui button,#ui input,#ui a,#ui label{pointer-events:auto}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Display,Arial,sans-serif;line-height:.95}button{color:var(--ink)}.eyebrow{letter-spacing:.18em;font-size:10px;font-weight:700;line-height:1.5}.title-screen{pointer-events:none;background:linear-gradient(90deg,#f5f7f9f7 0%,#f5f7f9eb 28%,#f5f7f970 61%,#f5f7f91a 100%);position:absolute;inset:0}.brand{letter-spacing:.06em;align-items:center;gap:11px;font-size:12px;text-decoration:none;display:flex;position:absolute;top:4vh;left:5vw}.brand small{color:var(--muted);letter-spacing:.14em;margin-top:4px;font-size:7px;display:block}.title-content{max-width:650px;position:absolute;top:20vh;left:8vw}.title-content>.eyebrow{color:var(--deep);margin-bottom:20px}.title-content h1{letter-spacing:-.02em;font-size:clamp(66px,10.6vw,152px)}.title-content h1 span{color:var(--deep);display:block}.tagline{color:var(--muted);margin:22px 0 27px;font-size:15px;line-height:1.65}.start-actions{gap:10px;display:flex}.button{border:1px solid var(--line);background:var(--paper);justify-content:center;align-items:center;gap:30px;min-height:47px;padding:13px 22px;font-size:12px;transition:transform .15s,background .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px)}.primary{background:var(--ink);color:var(--paper);border-color:var(--ink)}.primary:hover{background:#087a53}.secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5f7f9ba}.title-links{gap:23px;margin-top:14px;display:flex}.text-button{text-underline-offset:4px;background:0 0;border:0;min-height:44px;padding:12px 0;font-size:11px;text-decoration:underline}.seed-label{color:var(--muted);align-items:center;gap:13px;margin-top:12px;font-size:10px;display:flex}.seed-label input{border:0;border-bottom:1px solid var(--line);max-width:190px;color:var(--ink);background:0 0;padding:8px;font-size:10px}.title-eve{filter:drop-shadow(0 38px 15px #24493326);width:min(29vw,380px);animation:5s ease-in-out infinite float;position:absolute;top:27vh;right:13vw}.title-caption{text-align:center;position:absolute;top:73vh;right:11vw}.title-caption b{letter-spacing:.2em;font-size:10px;display:block}.title-caption span{color:var(--muted);margin-top:9px;font-size:10px;display:block}.title-screen footer{letter-spacing:.09em;color:var(--muted);justify-content:space-between;font-size:8px;display:flex;position:absolute;bottom:4vh;left:5vw;right:5vw}.storage-warning{color:#9a492d;max-width:400px;margin-top:12px;font-size:11px}@keyframes float{50%{transform:translateY(-14px)rotate(2deg)}}.play-ui{pointer-events:none;width:min(100vw,177.777vh);height:min(100vh,56.25vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hud-top{justify-content:space-between;align-items:start;gap:15px;display:flex;position:absolute;top:3.5%;left:2.3%;right:2.3%}.hud-vitals{background:#f5f7f9e8;border:1px solid #a9b9aa60;min-width:170px;padding:13px 17px;box-shadow:0 5px 25px #2030220b}.hud-vitals>.eyebrow{font-size:8px}.health-pips{gap:4px;margin:9px 0;display:flex}.health-pips i{background:#c5cfca;border:1px solid #63726925;width:17px;height:6px;display:block}.health-pips i.full{background:#087a53;border-color:#087a53}.resources{color:#4d6055;gap:16px;font-size:10px;display:flex}.world-heading{text-align:center;background:#f5f7f9de;border:1px solid #a9b9aa60;padding:10px 25px}.world-heading>span{letter-spacing:.1em;font-size:12px;display:block}.world-heading small{letter-spacing:.12em;color:var(--muted);margin-top:4px;font-size:8px;display:block}.hud-right{align-items:center;gap:8px;display:flex}.icon-button{background:#f5f7f9e8;border:1px solid #a9b9aa60;width:38px;height:38px;font-size:18px}.hud-right>span{background:#f5f7f9e8;padding:13px;font-size:10px}.boss-hud{text-align:center;width:36%;position:absolute;top:17%;left:32%}.boss-hud[hidden]{display:none}.boss-hud>span{letter-spacing:.03em;text-shadow:0 1px 3px #fff;font-family:Display;font-size:21px}.boss-hud>div{background:#3b342d40;border:1px solid #3b342d40;height:5px;margin-top:5px}.boss-hud i{background:#b85952;width:100%;height:100%;transition:width .12s;display:block}.message{text-align:center;opacity:0;background:#f5f7f9ee;padding:11px 18px;font-size:12px;transition:opacity .2s,transform .2s;position:absolute;top:27%;left:25%;right:25%;transform:translateY(-5px);box-shadow:0 5px 30px #293b2512}.message.visible{opacity:1;transform:none}.hud-bottom{justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:4%;left:3%;right:3%}.ability{background:#f5f7f9e8;border:1px solid #a9b9aa60;align-items:center;gap:10px;padding:11px 14px;font-size:10px;display:flex;position:relative;overflow:hidden}.ability b{border:1px solid #899b8b70;padding:4px;font-size:9px}.ability>i{transform-origin:0;background:#19be84;width:100%;height:2px;position:absolute;bottom:0;left:0}.heat-hud{background:#f5f7f9e8;border:1px solid #a9b9aa60;width:190px;padding:10px 15px}.heat-hud>span{letter-spacing:.1em;justify-content:space-between;font-size:8px;display:flex}.heat-hud>div{background:#ced7d2;height:3px;margin-top:7px}.heat-hud i{background:#19be84;width:0;height:100%;transition:width .12s;display:block}.inventory-strip{gap:3px;display:flex;position:absolute;bottom:12.6%;left:50%;transform:translate(-50%)}.inventory-strip button{color:#376d52;background:#f5f7f9dd;border:1px solid #c6d0caaa;width:32px;height:32px;padding:5px}.item-glyph{width:48px;height:48px;display:block}.inventory-strip .item-glyph{width:100%;height:100%}.scrim{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#16281f75;justify-content:center;align-items:center;padding:25px;display:flex;position:absolute;inset:0;overflow-y:auto}.reward-panel,.map-panel,.pause-panel,.end-panel,.detail-panel{background:var(--paper);max-width:100%;max-height:calc(100dvh - 50px);padding:38px;position:relative;overflow-y:auto;box-shadow:0 20px 100px #142f2345}.reward-panel{width:1030px}.reward-panel>h2,.map-panel>h2{margin:13px 0;font-size:48px}.reward-panel>p:not(.eyebrow),.map-panel>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.6}.reward-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 10px;display:grid}.reward-card{text-align:left;background:#edf2ee;border:1px solid #d5dfd6;flex-direction:column;align-items:flex-start;min-height:305px;padding:24px;transition:background .18s,transform .18s;display:flex}.reward-card:hover:not(:disabled){background:#e0eee4;border-color:#087a53;transform:translateY(-4px)}.item-family{letter-spacing:.16em;color:var(--muted);text-transform:uppercase;font-size:8px}.reward-card .item-glyph{color:#087a53;width:66px;height:66px;margin:20px 0}.reward-card h3{font-size:29px}.reward-card p{color:#46594c;margin:12px 0;font-size:12px;line-height:1.6}.reward-card small{color:#758277;margin-bottom:20px;font-size:10px;line-height:1.5;display:block}.reward-card>b{letter-spacing:.07em;margin-top:auto;font-size:9px}.map-panel{text-align:center;width:760px}.room-grid{grid-template-rows:repeat(3,85px);grid-template-columns:repeat(4,1fr);gap:8px;margin:26px 0;display:grid}.room{grid-column:calc(var(--rx) + 1);grid-row:calc(var(--ry) + 1);background:#e5ede7;border:1px solid #c5d4c9;flex-direction:column;justify-content:center;align-items:center;padding:7px;display:flex;position:relative}.room:disabled{opacity:.45;background:#e9ece9}.room.current{background:#d9ece1;border:2px solid #087a53}.room.cleared{background:#f1f5f1}.room:not(:disabled):hover{background:#cce8d8}.room>span{color:#087a53;font-size:18px}.room strong{font-size:11px}.room small{letter-spacing:.05em;color:#64746a;margin-top:3px;font-size:6px}.map-hint{max-width:540px;margin-inline:auto!important;margin-top:19px!important;font-size:10px!important}.pause-panel{width:390px}.pause-panel h2{margin:22px 0 28px;font-size:68px}.pause-panel>.button{width:100%;margin-top:8px}.pause-panel>.text-button{width:100%}.end-panel{text-align:center;width:680px}.end-panel h2{margin:20px 0;font-size:67px}.end-panel>.button{margin:5px}.end-panel>.text-button{margin:auto;display:block}.end-stats{justify-content:center;gap:55px;margin:35px 0 25px;display:flex}.end-stats b{font-family:Display;font-size:45px;display:block}.end-stats span{color:var(--muted);font-size:10px}.seed-result{margin-bottom:25px!important;font-size:9px!important}.detail-panel{width:650px;padding:44px}.detail-panel h2{margin:18px 0 24px;font-size:57px}.detail-panel>p:not(.eyebrow){color:var(--muted);margin:15px 0;font-size:12px;line-height:1.7}.close-button{border:1px solid var(--line);background:0 0;width:38px;height:38px;font-size:26px;position:absolute;top:15px;right:15px}.help-grid{grid-template-columns:1fr 1.6fr;gap:13px;margin:25px 0;font-size:12px;display:grid}.help-grid>b{color:#087a53;font-weight:400}.help-grid span{color:var(--muted);line-height:1.5}.setting{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;padding:17px 0;font-size:13px;display:flex}.setting input{accent-color:#087a53;width:20px;height:20px}.import-label{cursor:pointer;padding:15px 0;font-size:11px;display:block}.import-label input{margin-top:12px;font-size:10px;display:block}.small{font-size:10px!important}.build-stats{gap:24px;margin:25px 0;font-size:11px;display:flex}.build-stats b{color:#087a53;font-family:Display;font-size:28px;display:block}.codex-list{flex-direction:column;display:flex}.codex-list article{border-bottom:1px solid var(--line);gap:20px;padding:18px 0;display:flex}.codex-list article>.item-glyph{color:#087a53;flex-shrink:0}.codex-list h3{font-size:25px}.codex-list p{color:var(--muted);margin-top:8px;font-size:11px;line-height:1.6}.codex-list small{color:#79827c;margin-top:6px;font-size:10px;display:block}.codex-list .unknown{opacity:.4}.touch-controls{display:none}#ui:has(.scrim) .touch-controls{display:none}@media (height<=720px) and (width>=850px){.title-content{top:15vh}.title-content h1{font-size:clamp(65px,9vw,112px)}.title-content>.eyebrow{margin-bottom:10px}.tagline{margin:13px 0 18px;font-size:13px}.title-eve{width:26vw;top:24vh}.title-caption{top:76vh}.seed-label{margin-top:3px}.reward-panel,.map-panel{padding:25px}.reward-card{min-height:240px;padding:17px}.reward-card .item-glyph{width:45px;height:45px;margin:10px 0}.reward-grid{margin-top:17px}.reward-panel>h2,.map-panel>h2{font-size:40px}.room-grid{grid-template-rows:repeat(3,65px);margin:17px 0}}@media (width<=800px){.title-content{max-width:86vw;top:18vh;left:7vw}.title-content h1{font-size:clamp(60px,15vw,105px)}.title-content>.eyebrow{font-size:8px}.title-eve{opacity:.75;width:25vw;top:5vh;right:2vw}.title-caption{display:none}.tagline{margin-block:18px;font-size:12px}.title-screen footer{flex-direction:column;gap:6px;font-size:7px}.title-links{gap:19px}.start-actions{flex-direction:column;align-items:start;gap:8px}.start-actions .button{min-width:210px}.reward-grid{grid-template-columns:1fr}.reward-card{grid-template-columns:50px 1fr;gap:8px 16px;min-height:0;padding:18px;display:grid}.reward-card .item-family{grid-column:2}.reward-card .item-glyph{grid-area:1/1/5;width:45px;height:45px;margin-top:15px}.reward-card h3{font-size:26px}.reward-card p{grid-column:2;margin:0;font-size:11px}.reward-card small{grid-column:2;margin-bottom:5px;font-size:9px}.reward-card>b{grid-column:2;font-size:8px}.reward-panel,.map-panel,.detail-panel,.end-panel{width:100%;padding:26px}.reward-panel>h2,.map-panel>h2{font-size:34px}.scrim{padding:14px}.room-grid{grid-template-rows:repeat(3,74px);gap:6px}.room strong{font-size:9px}.room small{font-size:5px}.room>span{font-size:16px}.end-panel h2{font-size:48px}.end-stats{gap:25px}.detail-panel h2{font-size:44px}.hud-vitals{min-width:105px;padding:7px 9px}.hud-vitals>.eyebrow{font-size:5px}.health-pips{gap:2px;margin:5px 0}.health-pips i{width:11px;height:4px}.resources{gap:8px;font-size:6px}.world-heading{padding:6px 9px}.world-heading>span{font-size:8px}.world-heading small{font-size:5px}.icon-button{width:28px;height:28px;font-size:13px}.hud-right{gap:4px}.hud-right>span{padding:9px;font-size:6px}.hud-bottom{bottom:3%}.ability{gap:5px;padding:5px;font-size:6px}.ability b{padding:2px;font-size:5px}.heat-hud{width:120px;padding:6px 8px}.heat-hud>span{font-size:5px}.inventory-strip button{width:22px;height:22px;padding:3px}.boss-hud>span{font-size:14px}.message{padding:7px 11px;font-size:8px;left:19%;right:19%}.play-ui .eyebrow{letter-spacing:.1em}}@media (pointer:coarse){.touch-controls{justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:12%;left:4%;right:4%}.touch-stick{pointer-events:auto;touch-action:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#f5f7f960;border:1px solid #6d92766b;border-radius:50%;place-items:center;width:88px;height:88px;display:grid}.touch-stick i{pointer-events:none;background:#d9e8dc9a;border:1px solid #70947a;border-radius:50%;width:34px;height:34px}.aim-stick{border-color:#639c826b}.touch-actions{gap:8px;display:flex}.touch-button{background:#f5f7f9bb;border:1px solid #92ab9877;min-height:40px;padding:8px;font-size:8px}.inventory-strip{bottom:3%}.hud-bottom{display:none}}@media (width<=800px) and (orientation:portrait){.play-ui{width:100vw;height:56.25vw}.touch-controls{bottom:-145px}.touch-stick{width:96px;height:96px}.play-ui .hud-top{top:-58px}.play-ui .hud-vitals{background:#f5f7f9}.play-ui .hud-vitals>.eyebrow{font-size:7px}.health-pips i{width:13px;height:5px}.resources{font-size:8px}.world-heading>span{font-size:9px}.world-heading small{font-size:6px}.inventory-strip{bottom:-35px}.inventory-strip button{width:27px;height:27px}.message{font-size:9px}.boss-hud{width:36%;top:2%;left:32%}.boss-hud>span{font-size:12px}}.message{padding:7px 12px;font-size:10px;top:12%;left:30%;right:30%}.room.current:disabled{opacity:1}.aspect-selector{grid-template-columns:110px 170px;align-items:center;gap:6px 10px;max-width:410px;margin-top:10px;font-size:10px;display:grid}.aspect-selector select{pointer-events:auto;font:inherit;color:#344f40;background:#f5f7f9b8;border:1px solid #cbd8cf;padding:6px 8px}.aspect-selector p{color:#627267;grid-column:1/-1;font-size:9px;line-height:1.4}.title-content{top:15vh}.title-eve{top:23vh}@media (height<=720px) and (width>=850px){.title-content{top:13vh}.title-content h1{font-size:96px}.tagline{margin:12px 0 15px}.title-links{margin-top:8px}.aspect-selector{margin-top:6px}}@media (width<=800px){.title-content{top:17vh}.aspect-selector{grid-template-columns:100px 150px;max-width:80vw}}.orientation-note{display:none}@media (width<=800px) and (orientation:portrait){.orientation-note{text-align:center;padding:0 20px;display:block;position:absolute;top:-155px;left:0;right:0}.orientation-note b{font-family:Display;font-size:25px;font-weight:400;display:block}.orientation-note span{color:#64746a;margin-top:7px;font-size:10px;display:block}}.load-error{color:#8b443b;max-width:380px;padding:12px 0;font-size:12px}.load-error p{margin-bottom:10px;line-height:1.5}.interaction-hint{color:#155d43;pointer-events:auto;background:#f5f7f9ef;border:1px solid #84a99b;max-width:80%;min-height:38px;padding:9px 15px;font-size:11px;position:absolute;bottom:20%;left:50%;transform:translate(-50%);box-shadow:0 3px 18px #132b2212}.interaction-hint[hidden]{display:none}@media (width<=800px){.interaction-hint{min-height:30px;padding:6px 9px;font-size:8px;bottom:16%}.touch-actions{flex-wrap:wrap;justify-content:center;gap:4px;max-width:115px}.touch-button{min-width:48px;padding:7px;font-size:7px}}@media (pointer:coarse) and (orientation:portrait){.interaction-hint{width:max-content;max-width:95%;font-size:10px;bottom:-80px}.touch-controls{bottom:-190px}.touch-actions{max-width:110px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.codex-search{letter-spacing:.13em;color:var(--muted);justify-content:space-between;align-items:center;gap:14px;margin-top:18px;font-size:9px;display:flex}.codex-search input{border:1px solid var(--line);width:min(260px,60%);color:var(--ink);letter-spacing:normal;background:#edf3ee;padding:10px 12px;font-size:12px}.codex-match{color:var(--muted);margin:8px 0 0!important;font-size:10px!important}.codex-list article[hidden]{display:none}.game-hud{--hud-ink:#243b33;--hud-muted:#536a5f;--hud-light:#f5f7f9;--hud-green:#087a53;--hud-danger:#a63f37;isolation:isolate;font-variant-numeric:tabular-nums}.game-hud:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#f5f7f9d9,#0000 18% 81%,#f5f7f9bd);position:absolute;inset:0}.game-hud svg{display:block}.game-hud button{color:var(--hud-ink)}.vital-cluster{filter:drop-shadow(0 3px 5px #112c211a);align-items:center;gap:8px;display:flex;position:absolute;top:25px;left:27px}.eve-seal{clip-path:polygon(24% 0,76% 0,100% 18%,100% 74%,50% 100%,0 74%,0 18%);background:linear-gradient(145deg,#f5f7f9,#dce5df);border-top:2px solid #19be84;flex:none;width:59px;height:71px;position:relative}.eve-seal img{width:60px;height:60px;position:absolute;top:-1px;left:0}.eve-seal>span{text-align:center;letter-spacing:.19em;width:100%;font-family:Display;font-size:9px;position:absolute;bottom:11px;left:0}.hull-instrument{width:172px;padding:4px 0}.hull-heading{letter-spacing:.15em;color:var(--hud-muted);justify-content:space-between;align-items:baseline;font-size:8px;display:flex}.hull-heading b{letter-spacing:.03em;color:var(--hud-ink);font-family:Display;font-size:17px}.hull-cells{filter:drop-shadow(0 1px 1px #f5f7f9);gap:4px;height:19px;margin:4px 0 8px;display:flex}.hull-cells>i{background:#cad6cd;border:1px solid #6c827580;flex:1;padding:2px;position:relative;transform:skew(-13deg)}.hull-cells>i>span{transform-origin:bottom;background:linear-gradient(#3cbd89,#087a53);width:100%;height:100%;display:block;box-shadow:inset 0 1px #b4f4d1}.resource-row{color:var(--hud-ink);align-items:center;gap:18px;display:flex}.resource-row>span{align-items:center;gap:5px;display:flex}.resource-row b{font-family:Display;font-size:16px;font-weight:500}.sector-heading{color:var(--hud-ink);text-shadow:0 1px 8px #f5f7f9,0 1px #f5f7f9;align-items:center;gap:12px;display:flex;position:absolute;top:32px;left:50%;transform:translate(-50%)}.sector-index{opacity:.68;border-right:1px solid #6a7c6850;padding-right:12px;font-family:Display;font-size:43px;line-height:1}.sector-heading b{letter-spacing:.025em;font-family:Display;font-size:22px;font-weight:500;display:block}.sector-heading small{letter-spacing:.13em;text-transform:uppercase;color:var(--hud-muted);margin-top:5px;font-size:8px;display:block}.nav-cluster{width:147px;position:absolute;top:18px;right:27px}.nav-tools{justify-content:flex-end;align-items:center;gap:4px;height:31px;display:flex}.nav-tools>span{letter-spacing:.1em;color:var(--hud-muted);margin-right:auto;font-family:Display;font-size:14px}.hud-tool{background:#f5f7f9c9;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:6px;transition:background .15s;display:grid}.hud-tool svg{width:18px;height:18px}.mini-map{clip-path:polygon(0 0,100% 0,100% 86%,91% 100%,0 100%);background:linear-gradient(135deg,#f5f7f9c9,#f5f7f975);border:0;border-bottom:1px solid #536f5f50;width:147px;height:93px;margin-top:2px;padding:0 8px 15px;display:block;position:relative}.mini-map svg{width:100%;height:100%}.map-link{fill:none;stroke:#82968a;stroke-width:1.5px}.map-node rect{fill:#e2e8e2;stroke:#85958b;stroke-width:1px}.map-node>path,.map-node>circle{fill:none;stroke:#415d4a;stroke-width:1.4px}.map-node.current>.map-player{fill:#f5f7f9;stroke:none}.mini-map>span{letter-spacing:.1em;color:var(--hud-muted);font-size:6px;position:absolute;bottom:7px;left:12px}.mini-map kbd{border:1px solid #85958b;padding:1px 3px;font:9px Display;position:absolute;bottom:4px;right:15px}.mini-map.available>span{color:#087a53}.mini-map:hover{background:#f5f7f9}.flight-console{filter:drop-shadow(0 2px 4px #1a382d20);align-items:center;gap:18px;height:80px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.ability-node{background:linear-gradient(145deg,#f5f7f9,#d6e1d9);border:0;border-radius:50%;flex:none;width:62px;height:62px;padding:0;transition:transform .12s;position:relative;box-shadow:inset 0 0 0 6px #f5f7f9,0 2px #7f968650}.ability-node:disabled{opacity:1;cursor:default}.ability-node .cooldown-ring{fill:none;stroke:#91a196;stroke-width:2px;width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.cooldown-ring circle:last-child{stroke:#087a53;stroke-width:3px;stroke-linecap:round}.ability-node:not(.ready) .cooldown-ring circle:last-child{stroke:#718779}.ability-symbol{color:#83978a;width:24px;height:24px;position:absolute;top:17px;left:19px}.ability-symbol svg{width:100%;height:100%}.ability-node kbd{background:#f5f7f9;border:1px solid #91a596;border-radius:2px;min-width:22px;padding:2px 4px;font:8px Text;position:absolute;bottom:0;left:-5px}.ability-readout{letter-spacing:.03em;color:var(--hud-muted);font:7px Text;position:absolute;top:43px;left:0;right:0}.ability-name{text-transform:uppercase;letter-spacing:.13em;color:var(--hud-muted);font:8px Text;position:absolute;top:65px;left:0;right:0}.emitter-instrument{width:146px;padding-top:33px;position:relative}.emitter-crown{color:#087a53;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:linear-gradient(135deg,#f5f7f9,#e0e8e1);place-items:center;width:37px;height:37px;display:grid;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.heat-track{background:#d4dfd7;border:1px solid #758c7c;height:10px;position:relative;overflow:hidden;transform:skew(-20deg);box-shadow:0 2px #f5f7f9}.heat-track i{transform-origin:0;background:#087a53;width:100%;height:100%;transition:transform .1s;display:block}.heat-track>span{opacity:.85;background:repeating-linear-gradient(90deg,#0000 0 calc(10% - 1px),#f5f7f9 10%);position:absolute;inset:0}.emitter-readout{letter-spacing:.08em;color:var(--hud-muted);justify-content:space-between;gap:5px;margin-top:7px;font-size:7px;display:flex}.emitter-readout b{font-weight:500}.heat-warning .heat-track i{background:#a63f37}.heat-warning .emitter-crown,.heat-warning .emitter-readout{color:#a63f37}.loadout-dock{align-items:center;gap:11px;max-width:calc(50% - 200px);display:flex;position:absolute;bottom:24px;left:30px}.loadout-label{background:0 0;border:0;border-right:1px solid #82968970;flex-direction:column;align-items:start;padding:0 9px 0 0;display:flex}.loadout-label>span{letter-spacing:.14em;color:var(--hud-muted);font-size:7px}.loadout-label>b{font-family:Display;font-size:23px;font-weight:500;line-height:1.2}.module-rack{flex-wrap:wrap;gap:4px;max-width:220px;display:flex}.module-rack button{color:#326248;clip-path:polygon(0 0,100% 0,100% 77%,77% 100%,0 100%);background:#f5f7f9d4;border:1px solid #91a88e77;width:29px;height:32px;padding:4px;position:relative}.module-rack .item-glyph{width:100%;height:100%}.module-rack button>b{background:#f5f7f9;padding:0 1px;font:8px Text;position:absolute;bottom:0;right:2px}.module-rack .module-more{font-family:Display;font-size:15px}.game-hud .game-notice{width:max-content;max-width:430px;box-shadow:none;text-align:left;pointer-events:none;background:#f5f7f9e8;border:0;border-left:2px solid #19be84;padding:6px 12px;font-size:10px;inset:auto auto 106px 50%;transform:translate(-50%,5px)}.game-hud .game-notice.visible{transform:translate(-50%)}.game-hud .interaction-hint{background:#f5f7f9f2;border:1px solid #527c6366;border-bottom:2px solid #087a53;border-radius:3px;max-width:400px;padding:10px 17px;font-size:11px;bottom:145px;box-shadow:0 3px 14px #18382b20}.game-hud .boss-instrument{text-align:center;width:310px;top:98px;left:50%;transform:translate(-50%)}.boss-instrument .boss-caption{letter-spacing:.3em;color:#843e37;margin-bottom:3px;font-family:Text;font-size:6px;display:block}.boss-instrument #boss-name{color:#49332e;text-shadow:0 1px 3px #f5f7f9;font-family:Display;font-size:19px}.boss-instrument .boss-track{background:#51352938;border:1px solid #f5f7f9;outline:1px solid #63433945;height:8px;margin-top:5px;position:relative;transform:skew(-20deg)}.boss-threshold{background:#f5f7f9b0;width:2px;height:100%;position:absolute;top:0}.boss-threshold.one{left:33%}.boss-threshold.two{left:66%}.hit-feedback{pointer-events:none;opacity:0;border:3px solid #a63f3766;transition:opacity .13s;position:absolute;inset:0;box-shadow:inset 0 0 65px #a63f3740}.was-hit .hit-feedback{opacity:1}.critical-hull .hull-cells>i>span{background:#a63f37;box-shadow:inset 0 1px #edb1a1}@media (width<=1000px){.vital-cluster{gap:6px;top:17px;left:17px}.eve-seal{width:46px;height:58px}.eve-seal img{width:48px;height:48px}.eve-seal>span{font-size:7px;bottom:9px}.hull-instrument{width:136px}.hull-cells{gap:3px;height:16px;margin-bottom:5px}.hull-heading{font-size:7px}.hull-heading b{font-size:14px}.resource-row{gap:12px}.resource-row b{font-size:14px}.resource-row svg{width:13px;height:13px}.sector-heading{gap:9px;top:21px}.sector-index{padding-right:9px;font-size:31px}.sector-heading b{font-size:17px}.sector-heading small{max-width:160px;font-size:7px}.nav-cluster{width:120px;top:12px;right:17px}.mini-map{width:120px;height:74px}.nav-tools{height:27px}.hud-tool{width:27px;height:27px;padding:5px}.nav-tools>span{font-size:12px}.mini-map>span{font-size:5px}.flight-console{transform-origin:bottom;gap:12px;bottom:12px;transform:translate(-50%)scale(.86)}.loadout-dock{max-width:calc(50% - 150px);bottom:19px;left:18px}.module-rack{gap:3px;max-width:105px}.module-rack button{width:24px;height:25px}.game-hud .game-notice{font-size:9px;bottom:94px}.game-hud .interaction-hint{font-size:10px;bottom:126px}.game-hud .boss-instrument{width:250px;top:79px}.boss-instrument #boss-name{font-size:16px}}@media (pointer:coarse){.game-hud .ability-node{display:none}.game-hud .flight-console{height:51px;bottom:8px;transform:translate(-50%)}.game-hud .emitter-instrument{width:128px;padding-top:18px}.game-hud .emitter-crown{display:none}.game-hud .loadout-dock{bottom:12px;left:17px}.game-hud .touch-controls{bottom:55px;left:18px;right:18px}.game-hud .touch-actions{grid-template-columns:repeat(2,48px);gap:5px;max-width:112px;display:grid}.game-hud .touch-button{background:#f5f7f9dc;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:44px;min-height:44px;padding:6px;font-size:8px;display:flex}.touch-button svg{width:18px;height:18px}.touch-button>span{font-size:6px}.game-hud .touch-stick{background:#f5f7f950;border:1px solid #627f6670;width:80px;height:80px;box-shadow:inset 0 0 0 9px #f5f7f932}.game-hud .game-notice{font-size:9px;bottom:164px}.game-hud .interaction-hint{bottom:201px}.game-hud .nav-tools .hud-tool{width:36px;height:36px}.game-hud .nav-tools{height:36px}}@media (width<=800px) and (orientation:portrait){.game-hud .vital-cluster{gap:6px;top:-112px;left:14px}.game-hud .hull-instrument{width:132px}.game-hud .nav-cluster{width:115px;top:-128px;right:13px}.game-hud .mini-map{width:115px;height:74px}.game-hud .sector-heading{gap:9px;top:-35px;left:17px;transform:none}.game-hud .sector-index{font-size:23px}.game-hud .sector-heading b{font-size:16px}.game-hud .sector-heading small{margin-top:2px;font-size:7px}.game-hud .sector-heading>div{align-items:baseline;gap:10px;display:flex}.game-hud .sector-heading small{max-width:165px}.game-hud:before{background:0 0}.game-hud .orientation-note{top:-210px}.game-hud .orientation-note b{font-size:22px}.game-hud .flight-console{bottom:-69px}.game-hud .touch-controls{bottom:-192px;left:18px;right:18px}.game-hud .touch-stick{width:86px;height:86px}.game-hud .game-notice{white-space:nowrap;text-overflow:ellipsis;max-width:94%;font-size:9px;bottom:-29px;overflow:hidden}.game-hud .interaction-hint{width:max-content;max-width:94%;min-height:35px;padding:7px 12px;font-size:10px;bottom:-108px}.game-hud .loadout-dock{gap:5px;max-width:105px;bottom:-57px;left:15px}.game-hud .loadout-label{padding-right:5px}.game-hud .loadout-label>span{font-size:5px}.game-hud .loadout-label>b{font-size:19px}.game-hud .module-rack{gap:2px;max-width:60px}.game-hud .module-rack button{width:18px;height:20px;padding:2px}.game-hud .module-rack button:nth-child(n+4){display:none}.game-hud .boss-instrument{width:180px;top:7px}.boss-instrument .boss-caption{font-size:5px}.boss-instrument #boss-name{font-size:13px}.boss-instrument .boss-track{height:6px}}@media (width<=800px) and (orientation:landscape){.game-hud .sector-heading{top:15px}.game-hud .sector-heading small{display:none}.game-hud .sector-index{font-size:24px}.game-hud .sector-heading b{font-size:15px}.game-hud .nav-cluster{top:7px}.game-hud .mini-map{height:64px}.game-hud .vital-cluster{transform-origin:0 0;top:12px;transform:scale(.85)}.game-hud .touch-controls{bottom:39px}.game-hud .touch-stick{width:67px;height:67px}.game-hud .touch-actions{grid-template-columns:repeat(2,44px);gap:3px}.game-hud .touch-button{min-height:36px}.game-hud .boss-instrument{width:230px;top:60px}.game-hud .game-notice{bottom:138px}.game-hud .interaction-hint{bottom:169px}}@media (height<=650px) and (orientation:portrait){.game-hud .orientation-note{display:none}.game-hud .vital-cluster{top:-99px}.game-hud .nav-cluster{top:-107px}.game-hud .touch-controls{bottom:-145px}.game-hud .interaction-hint{bottom:-66px}.game-hud .flight-console{bottom:-34px}.game-hud .game-notice{bottom:3px}.game-hud .loadout-dock{bottom:-32px}}.hull-instrument{background:linear-gradient(90deg,#f5f7f9bd,#f5f7f991 78%,#0000);padding-inline:4px}.resource-row{text-shadow:0 1px #f5f7f9}.game-hud .touch-button:disabled{opacity:1;color:#62786b;background:#edf2eecf}.game-hud .touch-button:disabled svg{opacity:.55}@media (pointer:coarse) and (orientation:landscape){.game-hud .touch-controls{bottom:55px;left:calc(50% - 50vw + 10px);right:calc(50% - 50vw + 10px)}.game-hud .touch-actions{grid-template-columns:repeat(4,44px);gap:5px;max-width:none;position:absolute;bottom:-40px;right:90px}.game-hud .touch-button{min-height:40px}.game-hud .touch-stick{width:76px;height:76px}.game-hud .vital-cluster{transform-origin:0 0;top:13px;left:14px;transform:scale(.8)}.game-hud .nav-cluster{width:100px;top:6px;right:10px}.game-hud .mini-map{width:100px;height:58px}.game-hud .nav-tools{height:30px}.game-hud .nav-tools .hud-tool{width:30px;height:30px}.game-hud .sector-heading{top:16px}.game-hud .sector-index{font-size:27px}.game-hud .sector-heading b{font-size:16px}.game-hud .sector-heading small{display:none}.game-hud .flight-console{bottom:9px;left:42%}.game-hud .game-notice{max-width:58%;font-size:9px;bottom:66px}.game-hud .interaction-hint{bottom:102px}.game-hud .boss-instrument{width:220px;top:57px}}@media (prefers-reduced-motion:reduce){.game-hud *{transition:none!important;animation:none!important}.game-hud .hit-feedback{box-shadow:none}}:root{--folio:#f5f7f9;--folio-shadow:#d8dfda;--folio-edge:#a5b1aa;--ink:#232328;--soft-ink:#58635d;--signal:#19be84;--deep-signal:#087a53;--alarm:#9b443c;--blue:#507889;--cut:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px))}button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.game-title{isolation:isolate;color:var(--ink);pointer-events:none;background:linear-gradient(110deg,#f5f7f9 0%,#eef1ed 49%,#e3e9e2 100%);overflow:hidden}.game-title:before{content:"";z-index:-1;background:repeating-linear-gradient(0deg,#0000 0 47px,#2323280a 48px),repeating-linear-gradient(90deg,#0000 0 47px,#2323280a 48px),radial-gradient(at 73% 43%,#f5f7f9 0,#f5f7f9aa 30%,#0000 65%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0% 76%,#0000);mask-image:linear-gradient(90deg,#000 0% 76%,#0000)}.title-grain{opacity:.13;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");position:absolute;inset:0}.title-rail{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#f5f7f9a8;border-bottom:1px solid #23232820;justify-content:space-between;align-items:center;height:76px;padding:0 5vw;display:flex;position:absolute;top:0;left:0;right:0}.title-mark{letter-spacing:.11em;align-items:center;gap:11px;font:700 11px Text,sans-serif;display:flex}.title-mark img{width:31px;height:31px}.title-edition,.title-status{letter-spacing:.16em;color:var(--soft-ink);align-items:center;gap:9px;font-size:8px;display:flex}.title-edition i,.title-status i{background:var(--signal);border-radius:50%;width:5px;height:5px;display:block;box-shadow:0 0 0 4px #19be8422}.title-status{color:var(--deep-signal)}.title-entry{z-index:2;pointer-events:auto;width:min(48vw,660px);max-width:660px;top:15vh;left:8vw}.title-entry>.eyebrow{color:var(--deep-signal);letter-spacing:.22em;margin-bottom:17px;font-size:9px}.title-entry h1{letter-spacing:-.065em;font-size:clamp(68px,8.2vw,122px);font-weight:500;line-height:.74}.title-entry h1 span{color:var(--deep-signal);letter-spacing:-.045em;margin-top:13px;font-size:.72em}.title-entry .tagline{color:#46524b;letter-spacing:.01em;margin:19px 0;font-family:Display,serif;font-size:clamp(19px,2vw,27px);line-height:1.25}.title-entry .start-actions{gap:12px}.title-entry .button{min-height:52px;clip-path:var(--cut);letter-spacing:.03em;padding:0 21px;font-size:11px}.title-entry .primary{background:var(--deep-signal);color:#f5f7f9;border:0;box-shadow:0 5px #07563d}.title-entry .primary:hover{background:#086d4e;transform:translateY(-2px)}.title-entry .secondary{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-color:#23232850}.title-entry .title-links{gap:26px;margin-top:13px}.title-entry .text-button{color:var(--soft-ink);border-bottom:1px solid #23232848;font-size:10px;text-decoration:none}.title-entry .seed-label{letter-spacing:.16em;color:var(--soft-ink);gap:12px;margin-top:13px;font-size:8px}.title-entry .seed-label input{pointer-events:auto;border-color:#23232840;min-height:34px;font-size:11px}.aspect-selector{margin-top:7px}.aspect-selector label{letter-spacing:.13em;text-transform:uppercase;font-size:8px}.aspect-selector select{min-height:34px;color:var(--ink);pointer-events:auto;background:#f5f7f9;border:1px solid #23232840}.aspect-selector p{font-size:8px;line-height:1.35}.capsule-stage{z-index:1;pointer-events:none;place-items:center;width:min(40vw,570px);height:70vh;display:grid;position:absolute;top:14vh;right:7vw}.capsule-stage:before{content:"";aspect-ratio:1;border:1px solid #23232829;border-radius:50%;width:72%;position:absolute;box-shadow:0 0 0 1px #f5f7f9,0 0 0 21px #2323280b,0 0 0 22px #2323281c,0 0 80px #19be841e}.capsule-stage:after{content:"";background:linear-gradient(90deg,#0000,#2323284d,#0000);width:84%;height:1px;position:absolute;bottom:9%;left:50%;transform:translate(-50%)}.capsule-orbit{border:1px solid #087a5338;border-radius:50%;width:89%;height:37%;position:absolute;transform:rotate(-31deg)}.orbit-b{border-color:#23232829;width:93%;height:23%;transform:rotate(39deg)}.capsule-index{z-index:2;letter-spacing:.22em;font-size:8px;position:absolute;top:13%;left:7%}.capsule-index span{color:var(--soft-ink);margin-top:5px;font-size:7px;display:block}.capsule-stage .title-eve{z-index:1;filter:drop-shadow(0 26px 18px #202c2638);width:min(56%,330px);animation:6.8s ease-in-out infinite capsule-float;position:relative;top:auto;right:auto}.capsule-footnote{z-index:2;text-align:right;letter-spacing:.08em;flex-direction:column;gap:5px;font-size:8px;display:flex;position:absolute;bottom:7%;right:8%}.capsule-footnote span{color:var(--soft-ink);font-size:7px}.title-caption{z-index:2;text-align:right;top:auto;bottom:15vh;right:8vw}.title-caption b{letter-spacing:.23em;font-size:9px}.title-caption span{color:var(--soft-ink);font-size:9px}.game-title footer{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.14em;background:#f5f7f9a8;border-top:1px solid #23232820;height:57px;padding:0 5vw;font-size:8px;bottom:0;left:0;right:0}.game-title footer i{color:var(--deep-signal);font-style:normal}@keyframes capsule-float{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-13px)rotate(2deg)}}.game-hud{--hud-ink:var(--ink);--hud-muted:#5e6962;--hud-green:var(--deep-signal);font-variant-numeric:tabular-nums}.game-hud:before{background:linear-gradient(#f5f7f9a8,#0000 14% 82%,#f5f7f985)}.vital-cluster{filter:none;gap:10px;top:20px;left:22px}.eve-seal{border-top:2px solid var(--signal);filter:drop-shadow(0 4px 3px #23232828);background:linear-gradient(145deg,#f5f7f9,#cbd4ce);width:56px;height:62px}.eve-seal img{width:55px;height:55px}.eve-seal>span{color:var(--ink);font-size:8px}.hull-instrument{border:1px solid #23232846;border-left:3px solid var(--signal);clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%);background:linear-gradient(105deg,#f5f7f9f2,#e8ece8ed);width:194px;padding:8px 10px 7px;box-shadow:4px 5px #23232816}.hull-heading{letter-spacing:.17em;color:var(--soft-ink);font-size:8px}.hull-heading b{color:var(--ink);font:500 19px Display,serif}.hull-cells{filter:none;gap:3px;height:14px;margin:5px 0 7px}.hull-cells>i{clip-path:polygon(0 0,100% 0,100% 75%,75% 100%,0 100%);background:#c6cfca;border:0;padding:1px;transform:none}.hull-cells>i>span{box-shadow:none;background:linear-gradient(90deg,#087a53,#19be84)}.resource-row{gap:13px}.resource-row>span{gap:4px}.resource-row svg{width:13px;height:13px}.resource-row b{font:500 15px Display,serif}.shield-resource{color:var(--blue)}.sector-heading{text-shadow:0 1px 5px #f5f7f9;border-right:1px solid #2323283b;gap:9px;padding:0 13px 0 0;top:25px}.sector-index{opacity:.86;color:var(--deep-signal);border-right:0;padding:0;font-size:35px}.sector-heading b{color:var(--ink);font-size:19px}.sector-heading small{letter-spacing:.18em;font-size:8px}.nav-cluster{width:156px;top:14px;right:21px}.nav-tools{gap:6px;height:38px}.nav-tools>span{color:var(--ink);font-size:11px}.hud-tool{clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%);background:#f5f7f9e8;border:1px solid #23232844;border-radius:0;width:36px;height:36px;padding:8px}.hud-tool:hover{background:#deebe3}.mini-map{clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);background:#f5f7f9ed;border:1px solid #23232850;border-bottom:2px solid #23232878;width:156px;height:96px;margin-top:4px;padding:2px 8px 16px;box-shadow:4px 4px #23232816}.mini-map.available{border-bottom-color:var(--signal)}.mini-map>span{letter-spacing:.12em;color:var(--soft-ink);font-size:7px}.mini-map kbd{background:var(--ink);color:var(--folio);border:0;min-width:18px;font:10px Text}.map-link{stroke:#839189;stroke-width:1.7px}.map-node rect{fill:#d7ddd8;stroke:#606c64}.map-node.cleared rect{fill:#b9d9c8;stroke:#087a53}.map-node.current rect{fill:#232328;stroke:#f5f7f9;stroke-width:2px}.map-node.current>.map-player{fill:#19be84}.map-node.unknown{opacity:.7}.flight-console{filter:none;gap:15px;height:78px;bottom:15px}.ability-node{clip-path:polygon(0 0,100% 0,100% 79%,79% 100%,0 100%);background:linear-gradient(140deg,#f5f7f9,#cbd3ce);border:1px solid #23232866;border-radius:0;width:58px;height:58px;box-shadow:inset 0 0 0 4px #f5f7f9,3px 4px #23232828}.ability-node.ready{border-color:#087a53}.ability-node.ready:hover{transform:translateY(-3px)}.cooldown-ring{width:calc(100% - 6px)!important;height:calc(100% - 6px)!important;inset:3px!important}.cooldown-ring .ring-track{stroke:#b6c0b9}.cooldown-ring circle:last-child{stroke:#087a53}.ability-symbol{color:#7c8980;top:15px;left:17px}.ready .ability-symbol{color:#087a53}.ability-node kbd{background:var(--ink);color:var(--folio);border:0;border-radius:0;min-width:20px;bottom:2px;left:-1px}.ability-readout{color:var(--ink);font-size:7px;font-weight:700;top:41px}.ability-name{letter-spacing:.17em;color:var(--ink);font-size:7px;top:61px}.emitter-instrument{clip-path:polygon(0 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%);background:#f5f7f9e8;border:1px solid #23232846;width:166px;padding:28px 11px 8px}.emitter-crown{background:var(--ink);width:32px;height:32px;color:var(--signal);top:-6px}.emitter-crown svg{width:21px;height:21px}.heat-track{height:9px;box-shadow:none;background:#cbd4ce;border:1px solid #5d6a62;transform:none}.heat-track i{background:var(--deep-signal)}.heat-track>span{background:repeating-linear-gradient(90deg,#0000 0 calc(10% - 1px),#f5f7f9 10%)}.emitter-readout{letter-spacing:.15em;color:var(--soft-ink);margin-top:5px;font-size:7px}.emitter-readout b{color:var(--ink);font-weight:700}.loadout-dock{gap:9px;max-width:calc(50% - 205px);bottom:28px;left:24px}.loadout-label{border-right:1px solid #23232863}.loadout-label>span{letter-spacing:.18em;font-size:7px}.loadout-label>b{color:var(--ink);font-size:25px}.module-rack{gap:5px;max-width:260px}.module-rack button{clip-path:polygon(0 0,100% 0,100% 78%,78% 100%,0 100%);width:34px;height:35px;color:var(--deep-signal);background:linear-gradient(145deg,#f5f7f9,#d6ddd8);border:1px solid #23232861;padding:5px}.module-rack button:hover{background:#c4e5d2}.module-rack button>b{color:var(--ink);font-size:8px}.module-rack .module-more{font-size:14px}.game-hud .game-notice{border-left:2px solid var(--signal);color:var(--folio);clip-path:var(--cut);background:#232328eb;padding:9px 14px;font-size:10px;bottom:107px;box-shadow:0 5px 18px #1118}.game-hud .interaction-hint{border:1px solid #23232880;border-left:3px solid var(--signal);min-height:44px;color:var(--ink);clip-path:var(--cut);letter-spacing:.02em;background:#f5f7f9f2;border-radius:0;padding:10px 18px;font-size:10px;bottom:151px;box-shadow:3px 4px #23232828}.boss-instrument{border-top:2px solid var(--alarm);background:#f5f7f9ed;padding:9px 15px 11px;box-shadow:0 4px #23232824}.boss-instrument .boss-caption{letter-spacing:.22em;font-size:7px}.boss-instrument #boss-name{color:var(--ink);font-size:21px}.boss-instrument .boss-track{background:#23232836;border:1px solid #23232868;outline:0;height:8px;transform:none}.boss-instrument #boss-health{background:var(--alarm)}.hit-feedback{border:4px solid #9b443c9c;box-shadow:inset 0 0 78px #9b443c46}.critical-hull .hull-cells>i>span{background:var(--alarm)}.critical-hull .hull-heading{color:var(--alarm)}.critical-hull .eve-seal{border-top-color:var(--alarm)}.door-sightline{pointer-events:none;position:absolute;inset:0}.door-rune{left:calc(var(--door-x)*0.078125%);top:calc(var(--door-y)*0.138889%);color:#f5f7f9;clip-path:polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%);background:#232328ef;border:1px solid #f5f7f966;grid-template-columns:26px auto;align-items:center;gap:5px;min-width:96px;height:38px;padding:3px 8px 3px 4px;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px #1118}.door-rune i{color:#fff;background:#626a65;place-items:center;width:26px;height:26px;font:18px Display,serif;display:grid}.door-rune b{letter-spacing:.1em;white-space:nowrap;font-size:7px}.door-rune.door-open{border-color:#19be84;box-shadow:0 0 0 1px #19be8438,0 3px #1118}.door-rune.door-open i{color:#fff;background:#087a53}.door-rune.door-sealed i{background:#7a4742}.door-rune.door-portal{background:#087a53;border-color:#b0f5cf;box-shadow:0 0 14px #19be845c,0 3px #1118}.door-rune.door-portal i{color:#087a53;background:#f5f7f9}.door-transmission{max-width:min(70vw,540px);color:var(--ink);clip-path:var(--cut);pointer-events:none;background:#f5f7f9e5;border-left:2px solid #68756d;align-items:center;gap:12px;padding:7px 11px;font-size:8px;display:flex;position:absolute;bottom:25%;left:50%;transform:translate(-50%);box-shadow:2px 3px #2323281c}.door-transmission b{letter-spacing:.11em;white-space:nowrap;font-size:8px}.door-transmission span{color:var(--soft-ink);font-size:8px}.game-hud[data-mode=map] .flight-console,.game-hud[data-mode=reward] .flight-console,.game-hud[data-mode=pause] .flight-console{opacity:.28}.scrim{-webkit-backdrop-filter:blur(5px)saturate(.72);backdrop-filter:blur(5px)saturate(.72);background:#121a17a6;padding:20px}.reward-panel,.map-panel,.pause-panel,.end-panel,.detail-panel{background:var(--folio);clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,13px 100%,0 calc(100% - 13px));scrollbar-color:#819089 #e0e5e1;scrollbar-width:thin;border:1px solid #23232875;border-radius:0;padding:clamp(23px,4vw,46px);box-shadow:8px 9px #0e17144d,0 26px 90px #0e171466}.reward-panel>h2,.map-panel>h2,.detail-panel h2,.pause-panel h2,.end-panel h2{letter-spacing:-.045em;color:var(--ink);font-size:clamp(36px,5vw,60px);line-height:.9}.reward-panel>.eyebrow,.map-panel .eyebrow,.detail-panel .eyebrow,.pause-panel .eyebrow,.end-panel .eyebrow{color:var(--deep-signal);letter-spacing:.22em;font-size:8px}.reward-panel>p:not(.eyebrow),.map-panel>p:not(.eyebrow){max-width:590px;line-height:1.6}.reward-grid{gap:11px;margin:22px 0 8px}.reward-card{text-align:left;clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,0 100%);background:linear-gradient(147deg,#f5f7f9 0%,#e6ebe7 100%);border:1px solid #23232868;border-bottom:4px solid #6b7770;border-radius:0;min-height:310px;padding:19px 19px 16px;transition:transform .2s,border-color .2s,background .2s;position:relative}.reward-card:before{content:"";transform-origin:0;background:#19be84;height:4px;transition:transform .24s;position:absolute;inset:0 0 auto;transform:scaleX(0)}.reward-card:hover:not(:disabled),.reward-card:focus-visible{background:#f5f7f9;border-bottom-color:#087a53;transform:translateY(-5px)}.reward-card:hover:before,.reward-card:focus-visible:before{transform:scaleX(1)}.reward-card .item-glyph{width:76px;height:76px;color:var(--deep-signal);filter:drop-shadow(2px 3px #23232820);margin:20px 0 10px}.reward-card h3{margin:0 0 10px;font-size:25px;line-height:1}.reward-card p{color:#46524b;font-size:11px;line-height:1.5}.reward-card small{color:#6b514b;margin-top:9px;font-size:9px;line-height:1.45;display:block}.reward-card>b{letter-spacing:.13em;color:var(--deep-signal);margin-top:auto;padding-top:16px;font-size:8px}.item-family{letter-spacing:.16em;color:#59665e;font-size:8px}.reward-card:after{content:"";border:1px solid #23232870;border-radius:50%;width:6px;height:6px;position:absolute;top:17px;right:12px;box-shadow:inset 0 0 0 1px #f5f7f9}.route-atlas{width:min(930px,100%)}.atlas-heading{border-bottom:1px solid #23232843;justify-content:space-between;align-items:flex-start;padding-bottom:19px;display:flex}.atlas-heading h2{margin:8px 0;font-size:44px}.atlas-heading p:not(.eyebrow){color:var(--soft-ink);font-size:11px;line-height:1.5}.atlas-stamp{width:64px;height:64px;color:var(--deep-signal);letter-spacing:.18em;border:1px solid #23232880;place-items:center;font-size:8px;display:grid;transform:rotate(4deg)}.atlas-stamp b{color:var(--ink);font:500 22px Display,serif}.atlas-grid{background-color:#edf0ed;background-image:linear-gradient(90deg,#23232808 1px,#0000 1px),linear-gradient(#23232808 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #23232838;min-height:298px;margin:18px auto;padding:20px 26px;position:relative;overflow:visible}.atlas-grid:before{content:"";pointer-events:none;background:radial-gradient(#0000 10%,#f5f7f944 72%);position:absolute;inset:0}.atlas-grid .room{z-index:1;min-height:60px;color:var(--ink);clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);text-align:left;background:#f5f7f9;border:1px solid #23232865;border-bottom:3px solid #7b867f;flex-direction:column;justify-content:center;gap:3px;padding:7px 8px 6px;display:flex;transform:translate(-50%,-50%)}.atlas-grid .room strong{font:500 12px/1 Display,serif}.atlas-grid .room small{letter-spacing:.08em;color:var(--soft-ink);font-size:6px}.atlas-grid .room>span{color:#f5f7f9;background:#232328;border:1px solid #f5f7f9;place-items:center;width:17px;height:17px;font-size:10px;display:grid;position:absolute;top:-9px;left:-9px}.atlas-grid .room.current{color:#f5f7f9;background:#232328;border-color:#19be84;box-shadow:0 0 0 2px #19be843d}.atlas-grid .room.current small{color:#a5e9ca}.atlas-grid .room.current>span{color:#232328;background:#19be84}.atlas-grid .room.reachable{border-bottom-color:#19be84}.atlas-grid .portal-note{color:#07563d;letter-spacing:.1em;align-items:center;gap:9px;font-size:8px;display:flex;position:absolute;bottom:-48px;right:0}.atlas-grid .portal-note>span{font-size:19px}.atlas-grid .portal-note small{letter-spacing:0;font-size:7px}.atlas-route{flex-wrap:wrap;align-items:center;gap:7px;margin:8px 0 15px;display:flex}.atlas-route>span{letter-spacing:.17em;color:var(--soft-ink);margin-right:4px;font-size:7px}.atlas-route>b{letter-spacing:.08em;background:#e4e9e5;border:1px solid #23232850;align-items:center;min-height:30px;padding:0 8px;font-size:7px;display:flex}.map-hint{margin:0 0 12px;font-size:9px!important}.route-atlas>.button{min-height:46px;clip-path:var(--cut);background:var(--ink);color:var(--folio);border:0;padding:0 19px;font-size:10px}.pause-panel{flex-direction:column;align-items:flex-start;gap:5px;width:min(470px,100%);display:flex}.pause-panel h2{margin:8px 0 17px}.pause-panel .button{width:100%;min-height:48px;clip-path:var(--cut);justify-content:flex-start;padding:0 14px}.pause-panel .primary{background:var(--deep-signal);color:var(--folio);border:0}.pause-panel .secondary{background:#e5eae6;border:1px solid #23232844}.pause-panel .text-button{border-bottom:1px solid #23232866;align-self:center;text-decoration:none}.detail-panel{width:min(720px,100%)}.detail-panel .close-button{width:44px;height:44px;color:var(--ink);background:0 0;border:1px solid #23232865;font-size:25px;top:13px;right:13px}.help-grid{border-block:1px solid #23232835;gap:0 18px;margin:22px 0;padding:12px 0}.help-grid b,.help-grid span{border-bottom:1px solid #23232815;padding:9px 0}.help-grid b{letter-spacing:.08em;font-size:9px}.help-grid span,.detail-panel>p:not(.eyebrow){color:#56615a;font-size:10px;line-height:1.55}.codex-list article{background:0 0;border-bottom:1px solid #2323282c;border-radius:0}.codex-list .item-glyph{color:var(--deep-signal)}.codex-search input{background:#eef1ee;border-color:#23232864;min-height:44px}.setting{border-bottom:1px solid #23232825;min-height:50px}.setting input{width:21px;height:21px;accent-color:var(--deep-signal)}.import-label{min-height:44px}.end-panel .primary{background:var(--deep-signal);color:var(--folio)}.end-stats>div{border:0;border-left:1px solid #23232840;padding-left:14px}.end-stats b{font-size:33px}@media (width<=1000px){.hull-instrument{width:170px}.nav-cluster{width:132px}.mini-map{width:132px;height:82px}.sector-heading{top:21px}.sector-index{font-size:30px}.sector-heading b{font-size:16px}.sector-heading small{font-size:7px}.flight-console{transform-origin:bottom;gap:11px;transform:translate(-50%)scale(.9)}.loadout-dock{max-width:calc(50% - 175px)}.module-rack{max-width:190px}.module-rack button{width:30px;height:31px}.door-rune{grid-template-columns:22px auto;min-width:86px;height:34px}.door-rune i{width:22px;height:22px}.door-transmission{bottom:27%}}@media (width<=800px){.game-title{overflow-y:auto}.title-rail{height:54px;padding:0 18px}.title-mark{font-size:9px}.title-mark img{width:25px;height:25px}.title-edition{display:none}.title-status{font-size:7px}.capsule-stage{width:52vw;height:52vh;top:7vh;right:4vw}.capsule-stage:before{width:77%}.capsule-stage .title-eve{width:62%}.capsule-index{font-size:7px;top:14%;left:0}.capsule-footnote{font-size:7px;bottom:8%;right:0}.title-entry{width:52vw;top:17vh;left:7vw}.title-entry>.eyebrow{margin-bottom:16px;font-size:7px}.title-entry h1{font-size:clamp(53px,8.5vw,82px)}.title-entry h1 span{margin-top:11px}.title-entry .tagline{margin:20px 0;font-size:19px}.title-entry .button{min-height:48px;padding:0 12px;font-size:9px}.title-entry .title-links{gap:15px;margin-top:13px}.title-entry .text-button{min-height:44px;font-size:8px}.title-entry .seed-label{gap:6px;margin-top:12px;font-size:7px}.title-entry .seed-label input{max-width:120px}.title-caption{bottom:10vh;right:6vw}.title-caption b,.title-caption span{font-size:7px}.game-title footer{letter-spacing:.09em;height:42px;padding:0 16px;font-size:6px}.game-title footer span:last-child{display:none}.game-hud .vital-cluster{gap:5px;top:-116px;left:13px}.game-hud .eve-seal{width:42px;height:49px}.game-hud .eve-seal img{width:42px;height:42px}.game-hud .eve-seal>span{font-size:6px;bottom:8px}.game-hud .hull-instrument{width:137px;padding:5px 7px}.game-hud .hull-heading{font-size:6px}.game-hud .hull-heading b{font-size:14px}.game-hud .hull-cells{gap:2px;height:12px}.game-hud .resource-row{gap:8px}.game-hud .resource-row svg{width:11px;height:11px}.game-hud .resource-row b{font-size:12px}.game-hud .sector-heading{border:0;gap:7px;padding:0;top:-33px;left:14px;transform:none}.game-hud .sector-index{font-size:22px}.game-hud .sector-heading>div{align-items:baseline;gap:7px;display:flex}.game-hud .sector-heading b{font-size:13px}.game-hud .sector-heading small{letter-spacing:.1em;max-width:135px;margin:0;font-size:6px}.game-hud .nav-cluster{width:112px;top:-127px;right:12px}.game-hud .nav-tools{height:34px}.game-hud .nav-tools .hud-tool{width:34px;height:34px}.game-hud .nav-tools>span{font-size:9px}.game-hud .mini-map{width:112px;height:71px;margin-top:1px}.game-hud .mini-map>span{font-size:5px}.game-hud .mini-map kbd{font-size:8px}.game-hud .boss-instrument{width:180px;padding:5px 8px;top:7px}.game-hud .boss-instrument #boss-name{font-size:13px}.game-hud .boss-instrument .boss-caption{font-size:5px}.game-hud .touch-controls{bottom:-190px;left:14px;right:14px}.game-hud .touch-stick{background:#f5f7f9a6;border:1px solid #23232856;width:86px;min-width:86px;height:86px;min-height:86px;box-shadow:inset 0 0 0 8px #23232809}.game-hud .touch-actions{grid-template-columns:repeat(2,48px);gap:4px;max-width:104px;display:grid}.game-hud .touch-button{color:#f5f7f9;width:48px;min-width:48px;height:48px;min-height:48px;clip-path:var(--cut);background:#232328;border:1px solid #f5f7f980;border-radius:0;padding:5px;font-size:7px}.game-hud .touch-button svg{width:16px;height:16px}.game-hud .touch-button>span{color:#f5f7f9;font-size:6px}.game-hud .touch-button:disabled{color:#f5f7f9;background:#5c655f}.game-hud .touch-stick i{background:#dcebe2;border:1px solid #087a53;width:31px;height:31px}.game-hud .aim-stick,.game-hud .aim-stick i{border-color:#507889}.game-hud .flight-console{gap:8px;height:48px;bottom:-69px;left:50%;transform:translate(-50%)}.game-hud .ability-node{width:48px;height:48px;display:grid}.game-hud .ability-name{font-size:6px;top:47px}.game-hud .ability-readout{font-size:6px;top:34px}.game-hud .ability-symbol{width:22px;height:22px;top:11px;left:12px}.game-hud .ability-node kbd{display:none}.game-hud .emitter-instrument{width:122px;padding:13px 7px 5px}.game-hud .emitter-crown{display:none}.game-hud .emitter-readout{margin-top:4px;font-size:6px}.game-hud .loadout-dock{gap:5px;max-width:92px;bottom:-57px;left:13px}.game-hud .loadout-label{padding-right:5px}.game-hud .loadout-label>span{font-size:5px}.game-hud .loadout-label>b{font-size:18px}.game-hud .module-rack{gap:2px;max-width:55px}.game-hud .module-rack button{width:18px;height:21px;padding:2px}.game-hud .module-rack button:nth-child(n+4){display:none}.game-hud .game-notice{white-space:nowrap;text-overflow:ellipsis;max-width:94%;font-size:8px;bottom:-29px;overflow:hidden}.game-hud .interaction-hint{width:max-content;max-width:94%;min-height:40px;padding:7px 12px;font-size:8px;bottom:-109px}.door-rune{grid-template-columns:19px auto;gap:3px;min-width:69px;height:29px;padding:2px 4px 2px 2px}.door-rune i{width:19px;height:21px;font-size:14px}.door-rune b{font-size:5px}.door-transmission{gap:6px;max-width:88vw;padding:5px 7px;bottom:-9px}.door-transmission b,.door-transmission span{font-size:6px}.reward-panel,.map-panel,.pause-panel,.end-panel,.detail-panel{padding:22px 18px}.reward-grid{grid-template-columns:1fr;max-height:48dvh;overflow:auto}.reward-card{grid-template-rows:auto auto 1fr auto;grid-template-columns:64px 1fr;column-gap:13px;min-height:180px;padding:13px;display:grid}.reward-card .item-glyph{grid-area:1/1/4;width:58px;height:58px;margin:9px 0}.reward-card .item-family{grid-area:4/1}.reward-card h3{grid-area:1/2;font-size:20px}.reward-card p{grid-area:2/2}.reward-card small{grid-area:3/2}.reward-card>b{grid-area:4/2;padding-top:6px}.reward-panel>h2,.detail-panel h2,.pause-panel h2{font-size:36px}.reward-panel>p:not(.eyebrow){font-size:10px}.route-atlas{max-height:calc(100dvh - 24px);padding:18px 14px}.atlas-heading{padding-bottom:9px}.atlas-heading h2{font-size:30px}.atlas-heading p:not(.eyebrow){font-size:9px}.atlas-stamp{width:48px;height:48px;font-size:7px}.atlas-stamp b{font-size:17px}.atlas-grid{background-size:18px 18px;min-height:225px;margin:12px auto;padding:12px 6px}.atlas-grid .room{width:91px;min-height:47px;padding:5px}.atlas-grid .room strong{font-size:10px}.atlas-grid .room small{font-size:5px}.atlas-route{max-height:74px;overflow:auto}.atlas-route>b{min-height:25px;padding:0 5px;font-size:6px}.map-hint{font-size:8px!important}.route-atlas>.button{justify-content:center;width:100%;min-height:46px}.help-grid{grid-template-columns:1fr 1fr;gap:0 10px}.help-grid b,.help-grid span{padding:7px 0;font-size:8px}}@media (width<=800px) and (orientation:portrait){.game-title .capsule-stage{width:80vw;height:31vh;top:6vh;right:10vw}.game-title .capsule-stage:before{width:66%}.game-title .capsule-stage .title-eve{width:38%}.game-title .capsule-index{top:8%;left:8%}.game-title .capsule-footnote{bottom:2%;right:6%}.game-title .title-entry{width:86vw;top:39vh;left:7vw}.game-title .title-entry>.eyebrow{margin-bottom:10px}.game-title .title-entry h1{font-size:clamp(50px,14vw,66px)}.game-title .title-entry h1 span{margin-top:9px}.game-title .title-entry .tagline{margin:15px 0;font-size:17px;line-height:1.15}.game-title .title-entry .button{min-height:48px}.game-title .title-entry .title-links{gap:15px;margin-top:8px}.game-title .title-entry .seed-label{margin-top:8px}.game-title .aspect-selector{max-width:86vw;margin-top:6px}.game-title .title-caption{display:none}.game-title footer{height:36px;font-size:5px}.game-hud .orientation-note{display:none}.game-hud .touch-controls{bottom:-192px}.game-hud .door-transmission{flex-direction:column;align-items:center;gap:2px;width:max-content;display:flex;bottom:-112px}.game-hud .door-rune{min-width:67px}.atlas-grid .room{width:79px}.atlas-grid .room strong{font-size:9px}}@media (width<=800px) and (orientation:landscape){.game-title .title-rail{height:42px}.game-title .capsule-stage{width:44vw;height:72vh;top:8vh}.game-title .title-entry{width:47vw;top:13vh;left:7vw}.game-title .title-entry>.eyebrow{margin-bottom:10px;font-size:6px}.game-title .title-entry h1{font-size:clamp(44px,8vw,65px)}.game-title .title-entry .tagline{margin:12px 0;font-size:15px}.game-title .title-entry .button{min-height:42px}.game-title .title-entry .title-links{margin-top:4px}.game-title .title-entry .seed-label{margin-top:5px}.game-title footer{height:30px;font-size:5px}.game-hud .touch-controls{bottom:55px;left:10px;right:10px}.game-hud .touch-stick{width:67px;min-width:67px;height:67px;min-height:67px}.game-hud .touch-actions{grid-template-columns:repeat(4,46px);max-width:none;position:absolute;bottom:-39px;right:90px}.game-hud .touch-button{width:46px;min-width:46px;height:44px;min-height:44px}.game-hud .vital-cluster{transform-origin:0 0;top:10px;left:10px;transform:scale(.83)}.game-hud .nav-cluster{width:95px;top:5px;right:9px}.game-hud .mini-map{width:95px;height:58px}.game-hud .nav-tools{height:29px}.game-hud .nav-tools .hud-tool{width:29px;height:29px}.game-hud .sector-heading{top:12px;left:29%}.game-hud .sector-heading small{display:none}.game-hud .sector-index{font-size:23px}.game-hud .sector-heading b{font-size:14px}.game-hud .flight-console{bottom:8px;left:42%;transform:translate(-50%)scale(.78)}.game-hud .loadout-dock{bottom:11px;left:10px}.game-hud .game-notice{max-width:60%;bottom:68px}.game-hud .interaction-hint{bottom:103px}.game-hud .boss-instrument{width:210px;top:55px}.game-hud .door-transmission{max-width:55vw;bottom:19%}.game-hud .door-rune{grid-template-columns:19px auto;min-width:72px;height:29px}.game-hud .door-rune i{width:19px;height:21px}.route-atlas{max-height:calc(100dvh - 18px);padding:14px 18px}.atlas-grid{min-height:175px;margin:8px auto}.reward-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:none}.reward-card{min-height:245px}.reward-card .item-glyph{width:57px;height:57px}}@media (height<=650px) and (orientation:portrait){.game-hud .touch-controls{bottom:-148px}.game-hud .door-transmission{bottom:-65px}.game-hud .flight-console{bottom:-36px}.game-hud .game-notice{bottom:2px}.game-hud .loadout-dock{bottom:-31px}}@media (prefers-reduced-motion:reduce){.capsule-stage .title-eve{animation:none!important}.game-ui-reimagined *,.game-ui-reimagined :before,.game-ui-reimagined :after{transition:none!important;animation:none!important}.game-hud *{scroll-behavior:auto!important}.game-hud .hit-feedback{box-shadow:none}}.game-title{background:linear-gradient(90deg,#f5f7f9f6 0%,#f5f7f9ed 34%,#f5f7f9c4 54%,#f5f7f950 100%),url(/assets/world-garden.webp) 50% 53%/cover no-repeat}.game-title:before{background:repeating-linear-gradient(0deg,#0000 0 47px,#2323280a 48px),repeating-linear-gradient(90deg,#0000 0 47px,#2323280a 48px),radial-gradient(at 73% 43%,#f5f7f9a0 0,#0000 64%)}.title-edition{display:none}.title-status{font-size:0}.title-status:after{content:"WELT 01 · TÜR NACH OSTEN";letter-spacing:.16em;font-size:8px}.title-entry .title-links{border-left:1px solid #23232847;flex-direction:column;align-items:flex-start;gap:0;width:min(270px,90%);margin-top:10px}.title-entry .title-links .text-button{text-align:left;letter-spacing:.06em;border:0;border-bottom:1px solid #23232822;width:100%;min-height:34px;padding:0 10px;text-decoration:none}.title-entry .title-links .text-button:before{content:"↳";color:var(--deep-signal);margin-right:11px}.atlas-grid{isolation:isolate;min-height:298px;display:block;position:relative}.atlas-grid .route-links{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.atlas-grid .route-link{fill:none;stroke:#929d96;stroke-width:.7px;stroke-dasharray:1.7 1.2}.atlas-grid .route-link.route-open{stroke:#087a53;stroke-width:1.5px;stroke-dasharray:none}.atlas-grid .room{z-index:1;width:20%;position:absolute;transform:translate(-50%,-50%)}.door-transmission{text-align:center;letter-spacing:.12em;border-left:2px solid #087a53;max-width:min(70vw,540px);padding:6px 10px;font-size:8px;display:block;top:auto;bottom:25%;left:50%}.door-transmission b,.door-transmission span{font-size:inherit;letter-spacing:inherit}.door-transmission:empty{display:none}@media (width<=800px){.game-hud .ability-node{display:none}.game-hud .door-transmission{max-width:88vw;padding:5px 7px;top:0;bottom:auto}.atlas-grid{min-height:225px}.atlas-grid .room{width:22%}.title-status:after{font-size:7px}}@media (width<=800px) and (orientation:landscape){.atlas-grid{min-height:175px}}@media (width<=800px) and (orientation:portrait){.game-hud .door-transmission{top:0;bottom:auto}.game-title .title-entry{top:39vh}.game-title .title-entry .title-links{width:190px;margin-top:7px}.game-title .title-entry .title-links .text-button{min-height:31px;font-size:8px}.game-title .title-entry .seed-label{margin-top:8px}}@media (height<=450px) and (orientation:landscape){.game-title .title-rail{height:42px}.game-title .capsule-stage{width:44vw;height:72vh;top:8vh}.game-title .title-entry{width:47vw;top:13vh;left:7vw}.game-title .title-entry>.eyebrow{margin-bottom:8px;font-size:6px}.game-title .title-entry h1{font-size:clamp(44px,8vw,65px)}.game-title .title-entry .tagline{margin:10px 0;font-size:15px}.game-title .title-entry .button{min-height:42px}.game-title .title-entry .title-links{width:180px;margin-top:3px}.game-title .title-entry .title-links .text-button{min-height:26px;font-size:7px}.game-title .title-entry .seed-label,.game-title .aspect-selector{margin-top:3px}.game-title .aspect-selector p{display:none}.game-title footer{height:28px;font-size:5px}.game-hud .sector-heading{top:12px;left:29%}.game-hud .sector-heading small{display:none}.game-hud .sector-index{font-size:23px}.game-hud .sector-heading b{font-size:14px}.game-hud .vital-cluster{transform-origin:0 0;top:9px;left:10px;transform:scale(.82)}.game-hud .nav-cluster{width:95px;top:5px;right:9px}.game-hud .mini-map{width:95px;height:58px}.game-hud .nav-tools{height:29px}.game-hud .nav-tools .hud-tool{width:29px;height:29px}.game-hud .flight-console{transform-origin:bottom;bottom:7px;left:42%;transform:translate(-50%)scale(.76)}.game-hud .loadout-dock{bottom:10px;left:11px}.game-hud .touch-controls{bottom:55px;left:10px;right:10px}.game-hud .touch-actions{flex-direction:row;gap:4px;max-width:none;display:flex;position:absolute;bottom:-39px;right:90px}.game-hud .touch-button{width:44px;min-width:44px;height:44px;min-height:44px}.game-hud .touch-stick{width:68px;min-width:68px;height:68px;min-height:68px}.game-hud .interaction-hint{max-width:38vw;min-height:40px;padding:7px 10px;font-size:7px;bottom:43px}.game-hud .door-transmission{max-width:42vw;font-size:7px;top:43px;bottom:auto}.game-hud .game-notice{max-width:48vw;font-size:7px;bottom:91px}.game-hud .boss-instrument{width:180px;top:54px}.atlas-grid{min-height:175px}.atlas-grid .room{width:22%}}@media (width<=800px){.game-title .capsule-stage{height:27vh;top:5vh}.game-title .title-entry{top:34vh}.game-title .title-entry .title-links .text-button{min-height:44px}.game-hud .nav-cluster,.game-hud .mini-map{width:148px}.game-hud .nav-tools{height:46px}.game-hud .nav-tools .hud-tool{width:44px;height:44px}}@media (height<=450px) and (orientation:landscape){.game-title .title-entry .title-links{border:0;flex-flow:row;gap:5px;width:100%;margin-top:2px;display:flex}.game-title .title-entry .title-links .text-button{text-align:center;border:1px solid #23232838;flex:1;min-height:44px;padding:0 3px;font-size:6px}.game-title .title-entry .title-links .text-button:before{display:none}.game-title .title-entry .seed-label{font-size:6px}.game-title .title-entry .seed-label input{min-height:28px}.game-title .title-entry h1{font-size:clamp(42px,7.2vw,60px)}.game-title .title-entry .tagline{margin:7px 0;font-size:13px}.game-title .title-entry>.eyebrow{margin-bottom:6px}.game-title .aspect-selector{grid-template-columns:100px 150px;gap:4px 8px}.game-title .aspect-selector select{min-height:28px}.game-hud .nav-cluster{width:148px}.game-hud .mini-map{width:148px;height:58px}.game-hud .nav-tools{height:46px}.game-hud .nav-tools .hud-tool{width:44px;height:44px}.route-atlas{max-height:calc(100dvh - 12px);padding:12px 16px}.atlas-heading{padding-bottom:6px}.atlas-heading h2{margin:3px 0;font-size:24px}.atlas-heading p:not(.eyebrow){font-size:8px}.atlas-stamp{width:42px;height:42px}.atlas-stamp b{font-size:15px}.atlas-grid{min-height:142px;margin:6px auto;padding:8px 6px}.atlas-grid .room{width:22%;min-height:37px;padding:3px}.atlas-grid .room strong{font-size:9px}.atlas-grid .room small{font-size:4.5px}.atlas-grid .room>span{width:14px;height:14px;font-size:8px}.atlas-route{flex-wrap:nowrap;max-height:38px;margin:3px 0 6px;overflow-x:auto}.atlas-route>b{min-height:23px;padding:0 5px;font-size:6px}.route-atlas .map-hint{display:none}.route-atlas>.button{min-height:44px}.atlas-grid .portal-note{bottom:0;right:3px}.pause-panel{gap:2px;max-height:calc(100dvh - 12px);padding:12px 18px}.pause-panel h2{margin:3px 0 8px;font-size:36px}.pause-panel>.button{min-height:44px;margin-top:2px}.pause-panel>.text-button{min-height:44px;margin-top:0;padding:7px 0}.reward-panel{max-height:calc(100dvh - 12px);padding:12px 14px}.reward-panel>h2{margin:4px 0;font-size:29px}.reward-panel>p:not(.eyebrow){font-size:8px;line-height:1.3}.reward-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-height:none;margin:7px 0 0;overflow:visible}.reward-card{clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);min-height:198px;padding:8px}.reward-card .item-glyph{width:38px;height:38px;margin:5px 0}.reward-card .item-family{font-size:6px}.reward-card h3{margin:0 0 5px;font-size:15px}.reward-card p{font-size:7px;line-height:1.25}.reward-card small{margin-top:4px;font-size:6px;line-height:1.2}.reward-card>b{padding-top:6px;font-size:5px}.reward-panel>.text-button{min-height:44px;padding:7px 0}}@media (width>=801px) and (height>=451px){.game-title{background:linear-gradient(90deg,#f5f7f9d1 0%,#f5f7f994 27%,#f5f7f94f 52%,#f5f7f928 100%),url(/assets/world-garden.webp) 50% 53%/cover no-repeat}.game-title:before{opacity:.42}.game-title .capsule-stage{width:min(42vw,590px);height:82vh;top:8vh;right:6vw}.game-title .capsule-stage:before{width:62%;box-shadow:0 0 0 1px #f5f7f9,0 0 0 15px #23232810,0 0 0 16px #23232825,0 0 80px #19be8422}.game-title .capsule-orbit{width:78%;height:31%}.game-title .orbit-b{width:82%;height:20%}.game-title .title-entry{color:#f5f7f9;clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,0 100%);background:#232328f0;border-left:3px solid #19be84;width:min(430px,39vw);max-width:430px;padding:19px 23px 17px;top:auto;bottom:9vh;left:5vw;box-shadow:5px 6px #10141242}.game-title .title-entry>.eyebrow{color:#80dbb3;margin:0 0 12px;font-size:8px}.game-title .title-entry h1{letter-spacing:-.06em;font-size:clamp(48px,5vw,66px);line-height:.79}.game-title .title-entry h1 span{color:#19be84;margin-top:8px;font-size:.69em}.game-title .title-entry .tagline{color:#d4dad6;margin:12px 0;font-size:17px;line-height:1.16}.game-title .title-entry .start-actions{gap:8px}.game-title .title-entry .button{min-height:46px;padding:0 13px;font-size:9px}.game-title .title-entry .primary{color:#232328;background:#19be84;box-shadow:0 3px #087a53}.game-title .title-entry .secondary{color:#f5f7f9;border-color:#f5f7f980}.game-title .title-entry .title-links{border:0;flex-direction:row;gap:6px;width:100%;margin:8px 0 0}.game-title .title-entry .title-links .text-button{color:#f5f7f9;border-bottom:1px solid #f5f7f955;flex:1;justify-content:flex-start;min-height:44px;padding:0 4px;font-size:8px}.game-title .title-entry .title-links .text-button:before{margin-right:5px}.game-title .title-entry .seed-label{color:#cbd2cd;margin-top:7px;font-size:7px}.game-title .title-entry .seed-label input{color:#f5f7f9;border-color:#f5f7f955;min-height:32px}.game-title .aspect-selector{grid-template-columns:130px 180px;margin-top:5px}.game-title .aspect-selector label{color:#cbd2cd}.game-title .aspect-selector select{color:#f5f7f9;background:#303631;border-color:#77857b;min-height:32px}.game-title .aspect-selector p{color:#cbd2cd}.game-title .title-caption{text-align:right;color:#f5f7f9;text-shadow:0 1px 8px #101412aa;top:auto;bottom:13vh;right:8vw}.game-title .title-caption span{color:#e1e7e2}.game-title footer{color:#e1e7e2;background:#232328dc;border-color:#f5f7f932}}@media (width<=800px){.game-title .title-entry{color:var(--ink);box-shadow:none;clip-path:none;background:0 0;border:0;padding:0}.game-title .title-entry>.eyebrow{color:var(--deep-signal)}.game-title .title-entry .tagline{color:#46524b}.game-title .title-entry .text-button,.game-title .title-entry .seed-label{color:var(--soft-ink)}.game-title .title-entry .seed-label input{color:var(--ink)}}@media (height<=450px) and (orientation:landscape){.game-title .title-entry{color:#f5f7f9;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);background:#232328ed;border-left:3px solid #19be84;width:46vw;padding:9px 13px 7px;top:auto;bottom:36px;left:4vw}.game-title .title-entry>.eyebrow{color:#80dbb3}.game-title .title-entry h1{font-size:clamp(42px,7vw,58px)}.game-title .title-entry .tagline{color:#d4dad6;margin:6px 0;font-size:13px}.game-title .title-entry .primary{color:#232328;background:#19be84}.game-title .title-entry .secondary{color:#f5f7f9;border-color:#f5f7f980}.game-title .title-entry .title-links .text-button{color:#f5f7f9}.game-title .title-entry .seed-label{color:#cbd2cd}.game-title .title-entry .seed-label input{color:#f5f7f9}.game-title .title-entry .aspect-selector label{color:#cbd2cd}.game-title .title-entry .aspect-selector select{color:#f5f7f9;background:#303631}.game-title .title-caption{display:none}.game-title footer{color:#e1e7e2;background:#232328dc}.reward-card{min-height:218px;padding:9px}.reward-card .relic-art{width:54px;height:54px}.reward-card h3{font-size:16px}.reward-card p{font-size:8px}.reward-card small{font-size:7px}.reward-card>b{font-size:6px}}@media (width<=800px){.game-hud .loadout-dock{max-width:112px}.game-hud .loadout-label{justify-content:center;align-items:center;min-width:44px;min-height:44px}}@media (height<=450px) and (orientation:landscape){.game-hud .sector-heading{top:8px;left:50%;transform:translate(-50%)}.game-hud .sector-index{font-size:20px}.game-hud .sector-heading b{font-size:13px}.game-hud .loadout-dock{max-width:112px}.game-hud .loadout-label{justify-content:center;align-items:center;min-width:44px;min-height:44px}}.detail-panel:has(.build-stats) .codex-list .relic-art{width:72px;height:72px}@media (width<=800px){.route-atlas .atlas-grid .room small{letter-spacing:.025em;padding:2px 3px;font-size:8px}.route-atlas .atlas-grid .room strong{font-size:10px}}@media (height<=450px) and (orientation:landscape){.route-atlas .atlas-grid .room small{letter-spacing:.02em;padding:2px 3px;font-size:7px}.route-atlas .atlas-grid .room strong{font-size:9px}}.route-atlas{color:#f5f7f9;background:radial-gradient(at 42% 38%,#33423a 0%,#252c28 66%,#1e2421 100%);border:1px solid #68766c;box-shadow:9px 10px #0e1411aa,0 26px 90px #0e1714aa}.route-atlas .atlas-heading{border-color:#9ba99d55}.route-atlas .atlas-heading h2{color:#f5f7f9}.route-atlas .atlas-heading .eyebrow{color:#80dbb3}.route-atlas .atlas-heading p:not(.eyebrow){color:#bac4bd}.route-atlas .atlas-stamp{color:#80dbb3;border-color:#9ba99d9c}.route-atlas .atlas-stamp b{color:#f5f7f9}.route-atlas .atlas-grid{background:radial-gradient(#35443b 0%,#2a322d 75%);border-color:#93a29775}.route-atlas .atlas-grid:before{background:repeating-linear-gradient(0deg,#0000 0 23px,#dbe4dd0c 24px),repeating-linear-gradient(90deg,#0000 0 23px,#dbe4dd0c 24px),radial-gradient(#0000 5%,#23232870 100%)}.route-atlas .atlas-grid .route-link{stroke:#c3cdc550;stroke-width:.8px;stroke-dasharray:1.4 1.5}.route-atlas .atlas-grid .route-link.route-open{stroke:#19be84;stroke-width:2px;filter:drop-shadow(0 0 1.8px #19be84)}.route-atlas .atlas-grid .room{box-shadow:none;color:#e5ebe6;clip-path:none;text-align:center;background:0 0;border:0;padding:21px 3px 0;overflow:visible}.route-atlas .atlas-grid .room>span{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);color:#eef3ee;background:#424b45;border:1px solid #d5ded750;width:28px;height:28px;font-size:12px;top:-1px;left:50%;transform:translate(-50%)}.route-atlas .atlas-grid .room strong{color:#f5f7f9;text-shadow:0 1px 3px #141915;font:500 11px Display,serif}.route-atlas .atlas-grid .room small{color:#c4cec7;letter-spacing:.08em;background:#1d2420bb;width:max-content;max-width:100%;margin:2px auto 0;padding:2px 4px;font-size:5.5px;display:block}.route-atlas .atlas-grid .room.current{box-shadow:none;background:0 0;border:0}.route-atlas .atlas-grid .room.current>span{color:#232328;background:#19be84;box-shadow:0 0 0 3px #19be8430,0 0 15px #19be8466}.route-atlas .atlas-grid .room.current strong,.route-atlas .atlas-grid .room.current small{color:#a0ebc8}.route-atlas .atlas-grid .room.reachable>span{background:#087a53;border-color:#19be84}.route-atlas .atlas-grid .room.cleared:not(.current)>span{color:#232328;background:#dce8dd}.route-atlas .atlas-route>span{color:#aebbb2}.route-atlas .atlas-route>b{color:#e8eee9;background:#313a34;border-color:#8c9b90}.route-atlas .map-hint{color:#bec8c0!important}.route-atlas>.button{color:#232328;background:#19be84;box-shadow:0 3px #087a53}.route-atlas>.button:hover{background:#76deb2}.end-scrim{-webkit-backdrop-filter:blur(4px)saturate(.5);backdrop-filter:blur(4px)saturate(.5);background:radial-gradient(at 50% 43%,#152019df,#090e0ced)}.end-panel{text-align:left;color:#f5f7f9;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,12px 100%,0 calc(100% - 12px));background:radial-gradient(at 52% 0,#34423a,#252b27 66%,#1e2421);border:1px solid #88968b9c;border-top:3px solid #19be84;border-radius:0;width:min(760px,100%);padding:clamp(24px,4vw,46px);box-shadow:10px 11px #0a100caa,0 30px 100px #060907cc}.end-panel>.eyebrow{color:#89dfb8;letter-spacing:.21em;font-size:8px}.end-panel h2{color:#f5f7f9;letter-spacing:-.045em;margin:11px 0 12px;font-size:clamp(42px,5.5vw,64px);line-height:.88}.end-panel>p:not(.eyebrow){color:#c7d0ca;max-width:580px;margin:0;font-size:11px;line-height:1.5}.boss-seals{justify-content:flex-start;align-items:center;gap:8px;margin:19px 0 8px;display:flex}.boss-seals i{clip-path:polygon(25% 0,75% 0,100% 24%,92% 78%,50% 100%,8% 78%,0 24%);background:#454f48;border:1px solid #93a096;width:27px;height:31px;display:block;position:relative;box-shadow:inset 0 0 0 2px #232925}.boss-seals i.earned{background:linear-gradient(145deg,#a1e8c4,#19be84);box-shadow:inset 0 0 0 2px #317351,0 0 13px #19be8450}.boss-seals i.earned:after{content:"✦";color:#173827;place-items:center;font-size:12px;display:grid;position:absolute;inset:0}.end-stats{border-top:1px solid #a2b0a629;border-bottom:1px solid #a2b0a629;justify-content:flex-start;gap:0;margin:14px 0 10px;padding:11px 0}.end-stats>div{border:0;border-left:1px solid #a2b0a638;min-width:112px;padding:0 17px}.end-stats>div:first-child{border-left:0;padding-left:0}.end-stats b{color:#f5f7f9;font:500 31px Display,serif}.end-stats span{color:#b8c2ba;letter-spacing:.12em;text-transform:uppercase;font-size:8px}.end-panel .seed-result{letter-spacing:.12em;color:#9eaaa1!important;margin:0 0 10px!important;font-size:8px!important}.end-panel .button{min-height:46px;clip-path:var(--cut);margin:4px 8px 0 0;padding:0 15px;font-size:9px}.end-panel .primary{color:#232328;background:#19be84;border:0;box-shadow:0 3px #087a53}.end-panel .secondary{color:#f5f7f9;background:0 0;border:1px solid #919e95}.end-panel .text-button{color:#c9d2cc;background:0 0;border:1px solid #727f75;text-decoration:none}@media (width<=800px){.end-panel{padding:24px 18px}.end-panel h2{font-size:39px}.end-panel>p:not(.eyebrow){font-size:10px}.end-stats>div{flex:1;min-width:0;padding:0 10px}.end-panel .button{min-height:46px;margin:4px 5px 0 0;padding:0 11px;font-size:8px}}@media (height<=450px) and (orientation:landscape){.end-panel{width:min(700px,96vw);max-height:calc(100dvh - 12px);padding:11px 18px;overflow-y:auto}.end-panel>.eyebrow{font-size:6px}.end-panel h2{margin:5px 0;font-size:31px}.end-panel>p:not(.eyebrow){font-size:8px;line-height:1.25}.boss-seals{gap:5px;margin:7px 0 4px}.boss-seals i{width:22px;height:24px}.boss-seals i.earned:after{font-size:9px}.end-stats{margin:5px 0;padding:5px 0}.end-stats>div{min-width:88px;padding:0 12px}.end-stats b{font-size:23px}.end-stats span{font-size:6px}.end-panel .seed-result{margin-bottom:4px!important;font-size:6px!important}.end-panel .button{min-height:44px;margin:2px 4px 0 0;padding:0 11px;font-size:7px}.end-panel{grid-template-rows:auto auto auto auto auto;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;column-gap:12px;width:min(820px,96vw);padding:12px 18px;display:grid}.end-panel>.eyebrow{grid-area:1/1/auto/-1;font-size:7px}.end-panel h2{grid-area:2/1/auto/span 7;align-self:end;margin:4px 0;font-size:30px}.end-panel>p:not(.eyebrow):not(.seed-result){grid-area:3/1/auto/span 7;align-self:start;font-size:9px;line-height:1.25}.end-panel .boss-seals{grid-area:2/8/auto/span 5;justify-content:flex-start;gap:6px;margin:2px 0}.end-panel .boss-seals i{width:24px;height:27px}.end-panel .end-stats{grid-area:3/8/auto/span 5;align-self:start;gap:0;margin:0;padding:5px 0;display:flex}.end-panel .end-stats>div{border-left:1px solid #a2b0a638;flex:1;min-width:0;padding:0 6px}.end-panel .end-stats>div:first-child{border-left:0;padding-left:0}.end-panel .end-stats b{font-size:21px}.end-panel .end-stats span{letter-spacing:.07em;font-size:8px}.end-panel .seed-result{grid-area:4/1/auto/-1;margin:3px 0!important;font-size:8px!important}.end-panel .button[data-action=start]{grid-area:5/1/auto/span 4}.end-panel .button[data-action=codex]{grid-area:5/5/auto/span 4}.end-panel .button[data-action=title]{grid-area:5/9/auto/span 4}.end-panel .button{width:100%;min-height:44px;margin:2px 0 0;padding:0 9px;font-size:9px}}.pause-panel{color:#f5f7f9;clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,12px 100%,0 calc(100% - 12px));background:radial-gradient(at 48% 0,#34423a,#252b27 70%,#1f2521);border:1px solid #87948aa8;border-top:2px solid #19be84;border-radius:0;box-shadow:9px 10px #0d130f99,0 26px 90px #09100bbd}.pause-panel>.eyebrow{color:#89dfb8}.pause-panel h2{color:#f5f7f9}.pause-panel>.primary{color:#232328;background:#19be84;border:0;box-shadow:0 3px #087a53}.pause-panel>.secondary{color:#f5f7f9;background:#303832;border-color:#78867c}.pause-panel>.text-button{color:#c8d2ca;border:0;border-bottom:1px solid #89968c;align-self:flex-start;text-decoration:none}.scrim:has(.reward-panel){-webkit-backdrop-filter:blur(3px)saturate(.6);backdrop-filter:blur(3px)saturate(.6);background:#0b100ee3}.reward-panel{color:#f5f7f9;background:radial-gradient(at 50% 0,#34443a 0%,#272e2a 42%,#202522 100%);border:1px solid #839287a8;border-top:3px solid #19be84;box-shadow:10px 11px #0c100e99,0 28px 100px #080b09c9}.reward-panel>.eyebrow{color:#88dfb9}.reward-panel>h2{color:#f5f7f9}.reward-panel>p:not(.eyebrow){color:#c7d0ca}.reward-card{color:#f5f7f9;clip-path:polygon(0 0,calc(100% - 17px) 0,100% 17px,100% 100%,7px 100%,0 calc(100% - 7px));background:linear-gradient(146deg,#303a33 0%,#252c28 100%);border:1px solid #7f8e83;border-bottom:3px solid #738078;box-shadow:inset 0 1px #ffffff13,0 6px 18px #1118}.reward-card:before{background:#19be84;height:3px}.reward-card:hover:not(:disabled),.reward-card:focus-visible{background:linear-gradient(150deg,#3c4b41,#2a342e);border-color:#b6c4b9 #b6c4b9 #19be84;box-shadow:0 0 0 2px #19be8433,0 10px 22px #0b110d8c}.reward-card h3{color:#f5f7f9}.reward-card p{color:#cad3cd}.reward-card small{color:#edb89e}.reward-card>b{color:#8be1bb}.reward-card .item-family{color:#aab8ae}.reward-card:after{border-color:#a9b6ac;width:8px;height:8px;box-shadow:0 0 0 3px #f5f7f90a}.reward-panel>.text-button{color:#e3e9e4;text-decoration-color:#aebbb2}.reward-panel>.text-button:hover{color:#19be84}.detail-panel:has(.codex-list){color:#f5f7f9;background:radial-gradient(at 35% 0,#334138,#252b27 62%,#202522);border-color:#19be84 #849187a8 #849187a8;border-top-style:solid;border-top-width:2px}.detail-panel:has(.codex-list) h2{color:#f5f7f9}.detail-panel:has(.codex-list)>.eyebrow{color:#88dfb9}.detail-panel:has(.codex-list)>p{color:#c8d1ca!important}.detail-panel:has(.codex-list) .codex-search{color:#aebbb2}.detail-panel:has(.codex-list) .codex-search input{color:#f5f7f9;background:#303833;border-color:#7e8d82}.detail-panel:has(.codex-list) .codex-match{color:#aebbb2}.detail-panel:has(.codex-list) .codex-list article{border-color:#d6e0d71e}.detail-panel:has(.codex-list) .codex-list h3{color:#f5f7f9}.detail-panel:has(.codex-list) .codex-list p{color:#c7d0ca}.detail-panel:has(.codex-list) .codex-list small{color:#aebbb2}.detail-panel:has(.codex-list) .close-button{color:#f5f7f9;border-color:#8c9a90}.relic-art{isolation:isolate;color:#19be84;clip-path:polygon(50% 0,91% 9%,100% 50%,91% 91%,50% 100%,9% 91%,0 50%,9% 9%);background:radial-gradient(circle,#eef4ee19 0 47%,#19be8410 48% 51%,#0000 52%);flex:none;place-items:center;width:92px;height:92px;margin:13px 0 9px;display:grid;position:relative;overflow:hidden}.relic-art:before{content:"";z-index:-1;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);border:1px solid #a5b4aa5e;position:absolute;inset:7%}.relic-art>.item-glyph{opacity:.26;filter:drop-shadow(0 0 6px #19be8466);width:62%;height:62%}.relic-art>img{object-fit:contain;filter:drop-shadow(0 7px 9px #05080691);width:100%;height:100%;animation:7s ease-in-out infinite relic-glint;position:absolute;inset:0}.reward-card:nth-child(2) .relic-art>img{animation-delay:-2.3s}.reward-card:nth-child(3) .relic-art>img{animation-delay:-4.6s}@keyframes relic-glint{0%,to{filter:drop-shadow(0 7px 8px #05080688)brightness()}50%{filter:drop-shadow(0 10px 13px #19be8430)brightness(1.07)}}.detail-panel:has(.build-stats) .relic-art{width:72px;height:72px}.detail-panel:has(.codex-list) .relic-art{background:radial-gradient(circle,#eef4ee18 0 47%,#19be8410 48% 51%,#0000 52%);width:56px;height:56px;margin:0 8px 0 0}.detail-panel:has(.codex-list) .relic-art>.item-glyph{width:58%;height:58%}@media (width<=800px){.reward-card .relic-art{grid-area:1/1/4;width:58px;height:58px;margin:8px 0}.reward-card .relic-art>.item-glyph{width:55%;height:55%}}@media (height<=450px) and (orientation:landscape){.reward-card .relic-art{width:48px;height:48px;margin:2px 0}.reward-card .relic-art>.item-glyph{width:52%;height:52%}.relic-art>img{animation:none}}@media (prefers-reduced-motion:reduce){.relic-art>img{animation:none!important}}@media (width<=800px){#ui .route-atlas .atlas-grid .room small{letter-spacing:.025em;padding:2px 3px;font-size:8px}#ui .route-atlas .atlas-grid .room strong{font-size:10px}}@media (height<=450px) and (orientation:landscape){#ui .route-atlas .atlas-grid .room small{letter-spacing:.02em;padding:2px 3px;font-size:7px}#ui .route-atlas .atlas-grid .room strong{font-size:9px}}#ui .route-atlas .atlas-grid .room small{letter-spacing:.025em;font-size:8px}@media (height<=450px) and (orientation:landscape){#ui .route-atlas .atlas-grid .room small{letter-spacing:.02em;font-size:7px}}
