:root{color-scheme:dark;--page:#10100f;--surface:#191a18;--surface-2:#22241f;--paper:#e4dfd1;--ink:#f5f0e3;--muted:#b6b2a7;--line:#4d4f47;--accent:#e5ff48;--accent-ink:#141705;--alert:#ff654f;--focus:#fff;--shadow:#000;--max:1180px;--radius:2px;font-synthesis:none;text-rendering:optimizelegibility;font-family:Tahoma,Verdana,Arial,sans-serif}:root[data-theme=light]{color-scheme:light;--page:#eee9dc;--surface:#faf6ea;--surface-2:#ddd7c7;--paper:#1d1e1b;--ink:#161714;--muted:#55574e;--line:#898b80;--accent:#315d18;--accent-ink:#fff;--alert:#9d281d;--focus:#111;--shadow:#9d998e}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){color-scheme:light;--page:#eee9dc;--surface:#faf6ea;--surface-2:#ddd7c7;--paper:#1d1e1b;--ink:#161714;--muted:#55574e;--line:#898b80;--accent:#315d18;--accent-ink:#fff;--alert:#9d281d;--focus:#111;--shadow:#9d998e}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page);min-width:320px}body{min-height:100dvh;color:var(--ink);background:linear-gradient(#ffffff05 1px, transparent 1px), linear-gradient(90deg, #ffffff05 1px, transparent 1px), var(--page);background-size:32px 32px;margin:0;line-height:1.65}body:before{z-index:20;pointer-events:none;content:"";mix-blend-mode:multiply;background:repeating-linear-gradient(0deg,#0000 0 3px,#00000009 3px 4px);position:fixed;inset:0}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration-color:var(--accent);text-underline-offset:.22em;text-decoration-thickness:2px}a:hover{color:var(--accent)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}::selection{color:var(--accent-ink);background:var(--accent)}h1,h2,h3,p,ul,ol,dl,blockquote,figure{margin-top:0}h1,h2,h3{letter-spacing:-.045em;font-family:Courier New,Courier,monospace;line-height:1.04}h1{text-wrap:balance;max-width:900px;margin-bottom:1.4rem;font-size:clamp(2.9rem,7.5vw,7rem)}h2{text-wrap:balance;max-width:760px;margin-bottom:1.2rem;font-size:clamp(2rem,4.4vw,4.25rem)}h3{margin-bottom:.65rem;font-size:clamp(1.2rem,2.1vw,1.8rem)}p,li{max-width:72ch}.shell{width:min(calc(100% - 2rem), var(--max));margin-inline:auto}.narrow{width:min(100% - 2rem,780px);margin-inline:auto}.section{padding-block:clamp(4.5rem,9vw,9rem)}.section-tight{padding-block:clamp(3rem,6vw,5rem)}.section-rule{border-top:1px solid var(--line)}.muted{color:var(--muted)}.kicker{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.2rem;font-family:Courier New,Courier,monospace;font-size:.76rem;font-weight:700;display:inline-block}.lede{max-width:64ch;color:var(--muted);margin-bottom:2rem;font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.55}.skip-link{z-index:100;color:#10100f;background:#fff;padding:.8rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:30;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--page) 92%, transparent);backdrop-filter:blur(14px);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:72px;display:flex}.brand{color:var(--ink);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.brand:hover{color:var(--ink)}.brand-mark{border:2px solid var(--ink);width:38px;height:38px;color:var(--accent);background:var(--surface);box-shadow:4px 4px 0 var(--accent);place-items:center;font-family:Courier New,Courier,monospace;font-size:1.35rem;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.08em;font-family:Courier New,Courier,monospace}.brand small{color:var(--muted);font-size:.68rem}.site-nav{align-items:center;gap:1.5rem;font-size:.9rem;font-weight:700;display:flex}.site-nav a{text-decoration:none}.site-nav a[aria-current=page]{color:var(--accent)}.menu-button,.theme-button,.footer-link{color:inherit;cursor:pointer;background:0 0;border:0}.theme-button{border:1px solid var(--line);padding:.45rem .65rem}.menu-button{display:none}.button-row{flex-wrap:wrap;gap:.85rem;display:flex}.button{border:2px solid var(--accent);border-radius:var(--radius);min-height:48px;color:var(--accent-ink);background:var(--accent);box-shadow:5px 5px 0 color-mix(in srgb, var(--accent) 35%, var(--shadow));cursor:pointer;justify-content:center;align-items:center;padding:.78rem 1.15rem;font-family:Courier New,Courier,monospace;font-weight:800;line-height:1;text-decoration:none;transition:translate .15s,box-shadow .15s;display:inline-flex}.button:hover{color:var(--accent-ink);box-shadow:3px 3px 0 color-mix(in srgb, var(--accent) 35%, var(--shadow));translate:2px 2px}.button-ghost{color:var(--ink);background:var(--surface);box-shadow:5px 5px 0 var(--line)}.button-ghost:hover{color:var(--ink)}.button-small{min-height:40px;padding:.6rem .8rem;font-size:.82rem}.hero{align-items:center;min-height:calc(100dvh - 72px);padding-block:clamp(2rem,5vw,4.5rem);display:grid}.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.hero-copy h1{margin-bottom:1rem;font-size:clamp(3.5rem,7.2vw,7.4rem)}.hero-copy .lede{max-width:43ch;margin-bottom:1.75rem}.hero-art{isolation:isolate;border:2px solid var(--line);background:var(--surface);box-shadow:14px 14px 0 var(--accent);padding:clamp(.4rem,1vw,.85rem);position:relative;transform:rotate(1.1deg)}.hero-art:before{z-index:-1;content:"";border:1px dashed var(--line);position:absolute;inset:-1.2rem 10% 18% -2rem}.hero-art img{aspect-ratio:16/9;object-fit:cover;width:100%}.hero-art figcaption{color:var(--muted);justify-content:space-between;gap:1rem;padding:.7rem .35rem .15rem;font-family:Courier New,Courier,monospace;font-size:.72rem;display:flex}.signal-bar{border-block:1px solid var(--line);background:var(--surface)}.signal-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;display:grid}.signal-grid>*{border-right:1px solid var(--line);min-height:118px;padding:1.25rem}.signal-grid>:last-child{border-right:0}.signal-grid strong,.signal-grid span{display:block}.signal-grid strong{margin-bottom:.45rem;font-family:Courier New,Courier,monospace;font-size:1.1rem}.signal-grid span{color:var(--muted);font-size:.86rem}.editorial-grid{grid-template-columns:.85fr 1.15fr;gap:clamp(2.5rem,8vw,8rem);display:grid}.fact-stack{align-content:start;gap:1rem;display:grid}.fact{border-bottom:1px solid var(--line);grid-template-columns:105px 1fr;gap:1rem;padding-bottom:1rem;display:grid}.fact dt{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:700}.fact dd{margin:0;font-family:Courier New,Courier,monospace;font-weight:700}.image-cut{border:1px solid var(--line);background:var(--surface);overflow:hidden}.image-cut img{aspect-ratio:16/9;object-fit:cover;width:100%;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.image-cut:hover img{transform:scale(1.025)}.chapter-grid{grid-template-rows:auto auto;grid-template-columns:1.25fr .75fr;gap:1rem;display:grid}.chapter{border:1px solid var(--line);color:#fff;background:#000;min-height:285px;text-decoration:none;position:relative;overflow:hidden}.chapter:first-child{grid-row:1/3;min-height:580px}.chapter img{object-fit:cover;opacity:.65;width:100%;height:100%;transition:opacity .25s,transform .6s}.chapter:after{content:"";background:linear-gradient(#0000,#000000e6);position:absolute;inset:35% 0 0}.chapter-content{z-index:2;position:absolute;bottom:1.35rem;left:1.5rem;right:1.5rem}.chapter-content p{color:#d7d7cf;margin-bottom:0;font-size:.9rem}.chapter:hover{color:#fff}.chapter:hover img{opacity:.8;transform:scale(1.03)}.play-band{background:var(--accent);color:var(--accent-ink);overflow:hidden}.play-band-grid{grid-template-columns:1fr .72fr;align-items:center;gap:clamp(2rem,7vw,7rem);padding-block:clamp(3.5rem,7vw,7rem);display:grid}.play-band h2{color:var(--accent-ink)}.play-band p{max-width:48ch;color:color-mix(in srgb, var(--accent-ink) 82%, transparent)}.play-band .button{border-color:var(--accent-ink);color:var(--page);background:var(--ink);box-shadow:5px 5px 0 color-mix(in srgb, var(--accent-ink) 70%, transparent)}.control-map{border:1px solid color-mix(in srgb, var(--accent-ink) 55%, transparent);background:color-mix(in srgb, var(--accent-ink) 55%, transparent);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.control-map div{background:var(--accent);min-height:120px;padding:1rem}.control-map kbd{border:2px solid var(--accent-ink);color:var(--accent-ink);box-shadow:3px 3px 0 var(--accent-ink);background:0 0;margin-bottom:.6rem;padding:.25rem .5rem;font-family:Courier New,Courier,monospace;font-weight:900;display:inline-block}.control-map span{font-size:.86rem;font-weight:700;display:block}.media-split{grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(2.5rem,7vw,7rem);display:grid}.media-split.reverse{grid-template-columns:.92fr 1.08fr}.media-split.reverse>:first-child{order:2}.text-links{gap:.75rem;margin-top:2rem;display:grid}.text-links a{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:1rem;padding:.8rem 0;font-weight:700;text-decoration:none;display:grid}.text-links a:after{content:"↗";color:var(--accent)}.video-lite{aspect-ratio:16/9;border:2px solid var(--line);background:#000;position:relative;overflow:hidden}.video-lite img,.video-lite iframe{object-fit:cover;border:0;width:100%;height:100%}.video-lite img{opacity:.72}.video-lite button{color:#fff;text-align:center;cursor:pointer;background:0 0;border:0;place-content:center;gap:.8rem;display:grid;position:absolute;inset:0}.video-lite button span{width:64px;height:64px;box-shadow:6px 6px 0 var(--accent);background:#000;border:2px solid #fff;place-items:center;margin-inline:auto;font-size:1.35rem;display:grid}.page-hero{border-bottom:1px solid var(--line);padding-block:clamp(3.5rem,8vw,7rem)}.page-hero h1{max-width:1050px}.page-hero .lede{max-width:70ch}.breadcrumbs{color:var(--muted);margin-bottom:2rem;font-size:.78rem}.breadcrumbs ol{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{gap:.55rem;display:flex}.article-layout{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:clamp(2rem,7vw,6rem);display:grid}.article{min-width:0}.article h2{margin-top:4rem;font-size:clamp(1.8rem,3.4vw,3.2rem)}.article h3{margin-top:2.4rem}.article p,.article li{font-size:1.02rem}.article img{border:1px solid var(--line);margin-block:2.5rem}.article blockquote{border-left:6px solid var(--accent);color:var(--muted);background:var(--surface);margin-block:2.5rem;padding:1.3rem 1.5rem}.article-aside{border:1px solid var(--line);background:var(--surface);padding:1rem;position:sticky;top:100px}.article-aside strong{margin-bottom:.7rem;font-family:Courier New,Courier,monospace;display:block}.article-aside a{color:var(--muted);margin-block:.6rem;font-size:.86rem;display:block}.answer-box{border:2px solid var(--accent);background:var(--surface);box-shadow:7px 7px 0 color-mix(in srgb, var(--accent) 35%, transparent);margin-block:2rem;padding:1.25rem 1.4rem}.answer-box strong{color:var(--accent);font-family:Courier New,Courier,monospace}.info-table{border-collapse:collapse;background:var(--surface);width:100%;margin-block:2rem}.info-table th,.info-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.9rem 1rem}.info-table th{width:32%;color:var(--muted);text-transform:uppercase;font-size:.8rem}.spoiler{border:1px solid var(--line);background:var(--surface);margin-block:1.25rem}.spoiler summary{cursor:pointer;padding:1rem 1.15rem;font-family:Courier New,Courier,monospace;font-weight:800}.spoiler>div{padding:0 1.15rem 1.2rem}.guide-index{grid-template-columns:1.2fr .8fr;gap:1rem;display:grid}.guide-link{border:1px solid var(--line);background:var(--surface);min-height:260px;padding:clamp(1.4rem,4vw,3rem);text-decoration:none}.guide-link:first-child{color:#fff;background:linear-gradient(#0003,#000000e0),url(/images/endacopia/shot-04.jpg) 50%/cover;grid-row:span 2;min-height:540px}.guide-link h2,.guide-link h3{max-width:12ch}.guide-link p{max-width:48ch;color:var(--muted)}.guide-link:first-child p{color:#deded8}.game-frame{aspect-ratio:8/5;border:2px solid var(--line);width:min(100%,960px);box-shadow:12px 12px 0 var(--accent);background:#000;margin:0 auto;position:relative;overflow:hidden}.game-frame iframe{border:0;width:100%;height:100%;display:none}.game-frame.is-loaded iframe{display:block}.game-frame.is-loaded .game-poster{display:none}.game-poster{position:absolute;inset:0}.game-poster:after{content:"";background:linear-gradient(90deg,#000000d6,#0000002e);position:absolute;inset:0}.game-poster img{object-fit:cover;opacity:.76;width:100%;height:100%}.game-poster-copy{z-index:2;color:#fff;gap:.8rem;max-width:360px;display:grid;position:absolute;top:50%;left:clamp(1.25rem,6vw,4.5rem);transform:translateY(-50%)}.game-poster-copy strong{font-family:Courier New,Courier,monospace;font-size:clamp(1.7rem,4vw,3.6rem);line-height:1}.game-poster-copy .button{width:fit-content;margin-top:.7rem}.third-party-note{width:min(100%,960px);color:var(--muted);margin:1.3rem auto 0;font-size:.82rem}.patch-list{gap:1.3rem;display:grid}.patch{border-bottom:1px solid var(--line);grid-template-columns:180px 1fr;gap:2rem;padding:1.5rem 0;display:grid}.patch time,.patch .version{color:var(--muted);font-family:Courier New,Courier,monospace;font-size:.82rem;display:block}.patch .version{color:var(--accent);font-size:1.4rem;font-weight:900}.source-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.source-item{border:1px solid var(--line);background:var(--surface);padding:1.25rem}.source-item strong,.source-item span{display:block}.source-item span{color:var(--muted);margin-top:.5rem;font-size:.86rem}.site-footer{border-top:1px solid var(--line);background:var(--surface);padding-top:4rem}.footer-grid{grid-template-columns:1.5fr .7fr .7fr 1fr;gap:clamp(2rem,5vw,5rem);display:grid}.footer-grid>div{align-content:start;gap:.55rem;display:grid}.footer-grid strong{margin-bottom:.45rem;font-family:Courier New,Courier,monospace}.footer-grid a,.footer-link{width:fit-content;color:var(--muted);text-align:left;padding:0;font-size:.86rem}.footer-grid p{color:var(--muted);font-size:.84rem}.footer-brand{font-family:Courier New,Courier,monospace;font-weight:900;text-decoration:none;color:var(--accent)!important;font-size:1.25rem!important}.legal-line{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:1rem;margin-top:3rem;padding-block:1.2rem;font-size:.75rem;display:flex}.consent{z-index:80;border:2px solid var(--ink);width:min(100% - 2rem,960px);color:var(--ink);background:var(--surface);box-shadow:8px 8px 0 var(--accent);grid-template-columns:1fr auto;align-items:center;gap:1.5rem;margin-inline:auto;padding:1.1rem;display:grid;position:fixed;bottom:1rem;left:1rem;right:1rem}.consent[hidden]{display:none}.consent strong{font-family:Courier New,Courier,monospace}.consent p{color:var(--muted);margin:.3rem 0 0;font-size:.82rem}.consent-actions{align-items:center;gap:.7rem;display:flex}.consent-actions a{font-size:.78rem}.not-found{text-align:center;place-items:center;min-height:70dvh;display:grid}.not-found strong{color:var(--accent);font-family:Courier New,Courier,monospace;font-size:clamp(5rem,20vw,13rem);line-height:.8;display:block}@media (width<=900px){.hero-grid,.editorial-grid,.media-split,.media-split.reverse,.play-band-grid,.article-layout{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding-block:2rem}.hero-art{transform:none}.media-split.reverse>:first-child{order:initial}.article-aside{order:-1;position:static}.footer-grid{grid-template-columns:1fr 1fr}.consent{grid-template-columns:1fr}}@media (width<=720px){.site-header{backdrop-filter:none}.header-inner{min-height:64px}.brand small{display:none}.menu-button{border:1px solid var(--line);padding:.55rem .7rem;display:block}.site-nav{border-bottom:1px solid var(--line);background:var(--page);padding:1rem;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0}.site-nav.is-open{display:grid}.site-nav a,.theme-button{border:1px solid var(--line);text-align:left;width:100%;padding:.8rem}.signal-grid{grid-template-columns:1fr 1fr}.signal-grid>*{border-bottom:1px solid var(--line)}.chapter-grid,.guide-index,.source-list{grid-template-columns:1fr}.chapter:first-child,.guide-link:first-child{grid-row:auto;min-height:380px}.chapter{min-height:310px}.patch{grid-template-columns:1fr;gap:.8rem}.game-frame{aspect-ratio:8/5;box-shadow:6px 6px 0 var(--accent)}.game-poster-copy{inset:auto 1rem 1rem;transform:none}.game-poster-copy strong{font-size:1.6rem}.game-poster-copy span{font-size:.78rem}.footer-grid{grid-template-columns:1fr}.legal-line{flex-direction:column}.consent-actions{flex-direction:column;align-items:stretch}.consent-actions .button,.consent-actions a{width:100%}}@media (width<=480px){.shell,.narrow{width:min(calc(100% - 1.25rem), var(--max))}.hero-copy h1{font-size:clamp(3rem,16vw,4.2rem)}.hero-art{box-shadow:7px 7px 0 var(--accent)}.signal-grid,.control-map{grid-template-columns:1fr}.signal-grid>*{min-height:96px}.button-row{flex-direction:column;align-items:stretch}.button-row .button{width:100%}.fact{grid-template-columns:1fr;gap:.3rem}.info-table,.info-table tbody,.info-table tr,.info-table th,.info-table td{width:100%;display:block}.info-table th{border-bottom:0;padding-bottom:.2rem}.info-table td{padding-top:.2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
