:root{--font-sans:Inter, Arial, sans-serif;--color-black:#000;--color-off-black:#080000;--color-white:#fff;--color-muted-text:#bcbcbc;--color-active-navigation:#d9d9d933;--color-border-subtle:#ffffff1f;--container-max:1400px;--content-max:800px;--page-rail-width:clamp(96px, 13vw, 260px);--header-height:clamp(72px, 4.6vw, 88px);--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:5rem}:root[data-theme=home]{--theme-accent:#a90000;--theme-rail:#ba0000;--theme-surface:#080000;--theme-surface-soft:#a9000038}:root[data-theme=about]{--theme-accent:#3f005e;--theme-rail:#510075;--theme-surface:#000;--theme-surface-soft:#3f005e6b}:root[data-theme=game]{--theme-accent:#006757;--theme-rail:#007663;--theme-surface:#000;--theme-surface-soft:#0067576b}:root[data-theme=lore]{--theme-accent:#063e00;--theme-rail:#064d00;--theme-surface:#000;--theme-surface-soft:#063e006b}:root[data-theme=concepts]{--theme-accent:#6f6845;--theme-rail:#817956;--theme-surface:#000;--theme-surface-soft:#6f68456b}html{font-family:var(--font-sans);color:var(--color-white);background:var(--theme-rail);font-synthesis:none}body{font-size:1rem;line-height:1.55}h1,h2,h3,p{margin-block-start:0}h1,h2,h3{font-weight:400;line-height:1.15}p{margin-block-end:1.15em}.site-header,.site-footer{background:var(--color-black)}.site-header{min-height:var(--header-height);border-bottom:1px solid var(--color-border-subtle)}.site-header__inner,.site-footer__inner{width:min(100% - 3rem, var(--container-max));margin-inline:auto}.site-header__inner{min-height:var(--header-height);align-items:stretch;gap:var(--space-4);grid-template-columns:1fr auto;display:grid}.site-navigation,.site-navigation__list{min-width:0}.site-navigation__list,.subnavigation__list{justify-content:center;align-items:stretch;margin:0;padding:0;list-style:none;display:flex}.site-navigation__link{min-height:var(--header-height);color:var(--color-white);place-items:center;padding-inline:clamp(1rem,3vw,2.8rem);text-decoration:none;transition:background-color .16s;display:grid}.site-navigation__link:hover,.site-navigation__link:focus-visible,.site-navigation__link.is-active{background:var(--color-active-navigation)}.site-header__language{color:var(--color-white);place-items:center;display:grid}.site-main{width:min(calc(100% - (2 * var(--page-rail-width))), var(--container-max));background:var(--theme-surface);min-height:70vh;margin-inline:auto;box-shadow:0 0 0 1px #00000026}.site-footer__inner{align-content:center;justify-items:center;gap:var(--space-3);min-height:260px;padding-block:var(--space-5);text-align:center;display:grid}.site-footer__title{margin:0;font-size:1.45rem}.site-footer__placeholders{gap:var(--space-1);color:var(--color-muted-text);margin:0;padding:0;list-style:none;display:grid}.subnavigation{background:var(--color-black);border-bottom:1px solid var(--color-border-subtle)}.subnavigation__link{color:var(--color-white);padding:.85rem 1.75rem;text-decoration:none;display:block}.subnavigation__link:hover,.subnavigation__link:focus-visible,.subnavigation__link.is-active{background:var(--theme-surface-soft)}.page-placeholder{min-height:720px;padding:var(--space-6) clamp(1.5rem, 8vw, 7rem)}.section-title{width:100%;min-height:112px;padding:var(--space-3);background:var(--theme-accent);text-align:center;justify-content:center;align-items:center;display:flex}.section-title__heading{margin:0;font-size:clamp(2rem,4vw,3.75rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:960px}body{background:var(--theme-rail);min-height:100vh;margin:0;overflow-x:clip}img,svg,canvas{max-width:100%;display:block}a{color:inherit}:focus-visible{outline:3px solid var(--color-white);outline-offset:-3px}.skip-link{z-index:100;color:var(--color-black);background:var(--color-white);padding:.75rem 1rem;position:fixed;inset:0 auto auto 0;transform:translateY(-110%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.game-canvas{aspect-ratio:16/9;background:var(--color-black);width:100%}.game-canvas canvas{width:100%;height:100%}
