@font-face{font-family:Rajdhani;src:url(/fonts/Rajdhani-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rajdhani;src:url(/fonts/Rajdhani-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Rajdhani;src:url(/fonts/Rajdhani-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Rajdhani;src:url(/fonts/Rajdhani-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{--void:#020405;--deep:#070b0e;--raised:#11191d;--glass:#0a0f19d6;--veil:#03060c57;--line:#66737a;--line-soft:#253138;--text:#e8edef;--dim:#98a6ad;--accent:#64dce7;--shadow:#000000d9;--font-display:"Rajdhani", "Segoe UI", sans-serif;--font-body:"Inter", "Segoe UI", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.75rem;--space-lg:3rem;--space-xl:5rem;--section-y:3.25rem;--section-y-chapter:4.5rem;--content:68rem;--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{background:var(--void);min-height:100vh;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section{padding:var(--section-y) var(--space-md)}.section--chapter{padding-top:var(--section-y-chapter);padding-bottom:var(--section-y-chapter)}@media (width<=720px){:root{--section-y:2.5rem;--section-y-chapter:3.25rem}}.section__inner{max-width:var(--content);margin-inline:auto}.section__eyebrow{margin:0 0 var(--space-xs);font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:.95rem;font-weight:600}.section__title{margin:0 0 var(--space-sm);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.15}.section__lead{margin:0 0 var(--space-lg);max-width:38rem;color:var(--dim);font-size:1.05rem}@keyframes rise-in{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-drift{0%{transform:scale(1.06)translate(0,0)}to{transform:scale(1.12)translate(-1.5%,-1%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-chrome[data-astro-cid-jbhyd7ft]{z-index:40;background:color-mix(in srgb, var(--deep) 92%, transparent);border-bottom:1px solid var(--line-soft);padding:.65rem var(--space-md);backdrop-filter:blur(10px);animation:fade-in .8s var(--ease-out) both;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem 1.25rem;display:grid;position:sticky;top:0}.site-chrome__brand[data-astro-cid-jbhyd7ft]{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--text);border-bottom:1px solid #0000;justify-self:start;font-size:1.05rem;font-weight:700;text-decoration:none}.site-chrome__brand[data-astro-cid-jbhyd7ft]:hover{color:var(--accent);border-bottom-color:color-mix(in srgb, var(--accent) 55%, transparent)}.site-chrome__status[data-astro-cid-jbhyd7ft]{text-align:right;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--dim);justify-self:end;margin:0;font-size:.9rem;font-weight:500}.site-chrome__status[data-astro-cid-jbhyd7ft] strong[data-astro-cid-jbhyd7ft]{color:var(--accent);font-weight:700}@media (width<=640px){.site-chrome[data-astro-cid-jbhyd7ft]{grid-template-columns:auto 1fr;gap:.5rem}.site-chrome__detail[data-astro-cid-jbhyd7ft]{display:none}.site-chrome__status[data-astro-cid-jbhyd7ft]{font-size:.82rem}}.hero[data-astro-cid-ge2uvauf]{isolation:isolate;align-items:end;min-height:min(100svh,56rem);display:grid;position:relative;overflow:hidden}.hero__media[data-astro-cid-ge2uvauf]{z-index:-1;position:absolute;inset:0}.hero__image[data-astro-cid-ge2uvauf]{object-fit:cover;object-position:center 40%;width:100%;height:100%;animation:hero-drift 28s var(--ease-out) both}.hero__veil[data-astro-cid-ge2uvauf]{background:linear-gradient(180deg, #0204058c 0%, #02040533 35%, #020405b8 68%, var(--void) 100%), linear-gradient(90deg, #0204058c 0%, transparent 42%);position:absolute;inset:0}.hero__content[data-astro-cid-ge2uvauf]{width:min(100%, var(--content));padding:clamp(5rem, 14vh, 8rem) var(--space-md) var(--space-lg);margin-inline:auto}.hero__brand-link[data-astro-cid-ge2uvauf]{margin-bottom:var(--space-md);animation:rise-in .9s var(--ease-out) .1s both;text-decoration:none;display:inline-block}.hero__wordmark[data-astro-cid-ge2uvauf]{width:min(34rem,86vw);height:auto}.hero__headline[data-astro-cid-ge2uvauf]{margin:0 0 var(--space-sm);max-width:18ch;font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;animation:rise-in .9s var(--ease-out) .22s both;font-size:clamp(2.4rem,6vw,4rem);font-weight:600;line-height:1.05}.hero__support[data-astro-cid-ge2uvauf]{margin:0 0 var(--space-md);max-width:34rem;color:var(--dim);animation:rise-in .9s var(--ease-out) .34s both;font-size:clamp(1rem,1.6vw,1.15rem)}.hero__actions[data-astro-cid-ge2uvauf]{margin-bottom:var(--space-md);animation:rise-in .9s var(--ease-out) .46s both;flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;display:flex}.hero__cta[data-astro-cid-ge2uvauf]{border:1px solid var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent);min-height:2.85rem;color:var(--text);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;padding:.7rem 1.35rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.hero__cta[data-astro-cid-ge2uvauf]:hover{background:color-mix(in srgb, var(--accent) 28%, transparent);color:var(--text)}.hero__secondary[data-astro-cid-ge2uvauf]{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--dim);border-bottom:1px solid var(--line-soft);padding-bottom:.15rem;font-size:1rem;font-weight:600;text-decoration:none}.hero__secondary[data-astro-cid-ge2uvauf]:hover{color:var(--accent);border-bottom-color:var(--accent)}.hero__status[data-astro-cid-ge2uvauf]{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);animation:rise-in .9s var(--ease-out) .58s both;margin:0;font-size:.9rem;font-weight:500}@media (width<=640px){.hero[data-astro-cid-ge2uvauf]{align-items:end;min-height:100svh}.hero__actions[data-astro-cid-ge2uvauf]{flex-direction:column;align-items:flex-start}}.cinematic[data-astro-cid-32dugb33]{background:linear-gradient(180deg, var(--void) 0%, var(--deep) 45%, var(--void) 100%)}.cinematic__frame[data-astro-cid-32dugb33]{aspect-ratio:16/9;border:1px solid var(--line-soft);background:var(--raised);width:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #64dce70f}.cinematic__frame[data-astro-cid-32dugb33] iframe[data-astro-cid-32dugb33]{border:0;width:100%;height:100%;position:absolute;inset:0}.features__list[data-astro-cid-cognygiv]{gap:var(--space-lg) var(--space-md);border-top:1px solid var(--line-soft);padding:0;padding-top:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;list-style:none;display:grid}.features__item[data-astro-cid-cognygiv] h3[data-astro-cid-cognygiv]{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .55rem;font-size:1.35rem;font-weight:600}.features__item[data-astro-cid-cognygiv] p[data-astro-cid-cognygiv]{max-width:28rem;color:var(--dim);margin:0}@media (width<=720px){.features__list[data-astro-cid-cognygiv]{grid-template-columns:1fr}}.races__explorer[data-astro-cid-umeypmkv]{gap:var(--space-md);background:radial-gradient(ellipse 90% 60% at 20% 30%, color-mix(in srgb, var(--race-color,var(--raised)) 18%, transparent), transparent 70%);padding-top:.25rem;display:grid}.races__tabs[data-astro-cid-umeypmkv]{border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(8,minmax(0,1fr));gap:.45rem;padding-bottom:.85rem;display:grid}.races__tab[data-astro-cid-umeypmkv]{appearance:none;color:var(--dim);cursor:pointer;animation:rise-in .7s var(--ease-out) both;animation-delay:var(--stagger);background:0 0;border:1px solid #0000;border-bottom-width:2px;grid-template-rows:4.25rem auto;place-items:end center;gap:.45rem;margin:0;padding:.55rem .25rem .65rem;transition:color .16s,border-color .16s,background .16s;display:grid}.races__tab[data-astro-cid-umeypmkv]:hover,.races__tab[data-astro-cid-umeypmkv]:focus-visible{color:var(--text);border-color:var(--line-soft)}.races__tab[data-astro-cid-umeypmkv][aria-selected=true]{color:var(--text);border-color:color-mix(in srgb, var(--race-color) 55%, var(--line-soft));border-bottom-color:var(--race-color);background:color-mix(in srgb, var(--race-color) 10%, transparent)}.races__tab-art-wrap[data-astro-cid-umeypmkv]{place-items:end center;width:100%;height:4.25rem;display:grid}.races__tab-art[data-astro-cid-umeypmkv]{object-fit:contain;object-position:bottom center;opacity:.72;width:auto;max-width:3.4rem;height:auto;max-height:4.25rem;transition:opacity .16s}.races__tab[data-astro-cid-umeypmkv][aria-selected=true] .races__tab-art[data-astro-cid-umeypmkv],.races__tab[data-astro-cid-umeypmkv]:hover .races__tab-art[data-astro-cid-umeypmkv]{opacity:1}.races__tab-name[data-astro-cid-umeypmkv]{width:100%;min-height:1.1rem;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;text-align:center;font-size:.78rem;font-weight:600;line-height:1.1;display:block}.races__stage[data-astro-cid-umeypmkv]{min-height:22rem;position:relative}.races__panel[data-astro-cid-umeypmkv]{gap:var(--space-md) var(--space-lg);animation:rise-in .55s var(--ease-out) both;grid-template-columns:minmax(10rem,16rem) minmax(0,1fr);align-items:center;display:grid}.races__panel[data-astro-cid-umeypmkv][hidden]{display:none}.races__portrait[data-astro-cid-umeypmkv]{border-bottom:1px solid color-mix(in srgb, var(--race-color) 35%, var(--line-soft));min-height:18rem;padding-bottom:var(--space-sm);place-items:end center;display:grid}.races__portrait-wrap[data-astro-cid-umeypmkv]{place-items:end center;width:100%;height:17rem;display:grid}.races__portrait-art[data-astro-cid-umeypmkv]{object-fit:contain;object-position:bottom center;width:auto;max-width:min(16rem,70vw);height:auto;max-height:17rem}.races__affinity[data-astro-cid-umeypmkv]{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--race-color);margin:0 0 .35rem;font-size:.95rem;font-weight:600}.races__name[data-astro-cid-umeypmkv]{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.05}.races__formerly[data-astro-cid-umeypmkv]{margin:.35rem 0 var(--space-sm);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--dim);font-size:.95rem;font-weight:500}.races__formerly[data-astro-cid-umeypmkv] em[data-astro-cid-umeypmkv]{color:var(--text);font-style:normal}.races__hook[data-astro-cid-umeypmkv]{margin:0 0 var(--space-md);max-width:36rem;color:var(--text);font-size:1.08rem;line-height:1.55}.races__meta[data-astro-cid-umeypmkv]{margin:0 0 var(--space-md);gap:var(--space-sm);border-top:1px solid var(--line-soft);padding:0;padding-top:var(--space-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.races__meta[data-astro-cid-umeypmkv] div[data-astro-cid-umeypmkv]{gap:.25rem;display:grid}.races__meta[data-astro-cid-umeypmkv] dt[data-astro-cid-umeypmkv]{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--dim);font-size:.8rem;font-weight:600}.races__meta[data-astro-cid-umeypmkv] dd[data-astro-cid-umeypmkv]{color:var(--text);margin:0;line-height:1.35}.races__note[data-astro-cid-umeypmkv]{max-width:36rem;color:var(--dim);margin:0;font-size:.98rem}.races__hint[data-astro-cid-umeypmkv]{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--line);margin:0;font-size:.85rem}@media (width<=900px){.races__tabs[data-astro-cid-umeypmkv]{grid-template-columns:repeat(4,minmax(0,1fr))}.races__panel[data-astro-cid-umeypmkv]{text-align:center;grid-template-columns:1fr;justify-items:center}.races__detail[data-astro-cid-umeypmkv]{justify-items:center;display:grid}.races__meta[data-astro-cid-umeypmkv]{text-align:left;grid-template-columns:1fr;width:100%}.races__portrait[data-astro-cid-umeypmkv]{min-height:14rem}}@media (width<=520px){.races__tab[data-astro-cid-umeypmkv]{grid-template-rows:3.5rem auto}.races__tab-art-wrap[data-astro-cid-umeypmkv]{height:3.5rem}.races__tab-name[data-astro-cid-umeypmkv]{letter-spacing:.06em;font-size:.68rem}.races__tab-art[data-astro-cid-umeypmkv]{max-width:2.7rem;max-height:3.5rem}}.thanks[data-astro-cid-7h6piqxu]{background:linear-gradient(180deg, var(--void) 0%, var(--deep) 40%, var(--void) 100%)}.thanks__opening[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-sm);max-width:42rem;color:var(--dim)}.thanks__opening[data-astro-cid-7h6piqxu]:last-of-type{margin-bottom:var(--space-md)}.thanks__archive[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-lg);padding:var(--space-md) 0 0;border-top:1px solid var(--line-soft)}.thanks__archive-title[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-xs);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:1.15rem;font-weight:600}.thanks__archive-lead[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-md);max-width:42rem;color:var(--text)}.thanks__gallery[data-astro-cid-7h6piqxu]{gap:var(--space-md) var(--space-sm);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.thanks__piece[data-astro-cid-7h6piqxu] figure[data-astro-cid-7h6piqxu]{gap:.65rem;margin:0;display:grid}.thanks__art[data-astro-cid-7h6piqxu]{aspect-ratio:4/3;object-fit:contain;object-position:center;border:1px solid var(--line-soft);background:var(--raised);width:100%;height:auto}.thanks__piece[data-astro-cid-7h6piqxu] figcaption[data-astro-cid-7h6piqxu]{gap:.25rem;display:grid}.thanks__piece[data-astro-cid-7h6piqxu] strong[data-astro-cid-7h6piqxu]{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;font-size:1rem;font-weight:600}.thanks__piece[data-astro-cid-7h6piqxu] span[data-astro-cid-7h6piqxu]{color:var(--dim);font-size:.95rem;line-height:1.45}.thanks__piece[data-astro-cid-7h6piqxu] em[data-astro-cid-7h6piqxu],.thanks__piece[data-astro-cid-7h6piqxu] a[data-astro-cid-7h6piqxu]{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--line);font-size:.85rem;font-style:normal;font-weight:500}.thanks__piece[data-astro-cid-7h6piqxu] a[data-astro-cid-7h6piqxu]{border-bottom:1px solid color-mix(in srgb, var(--accent) 40%, transparent);width:fit-content;text-decoration:none}.thanks__piece[data-astro-cid-7h6piqxu] a[data-astro-cid-7h6piqxu]:hover{color:var(--accent)}.thanks__team[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-md);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text);font-size:1.15rem;font-weight:600}.thanks__departments[data-astro-cid-7h6piqxu]{gap:var(--space-lg);border-top:1px solid var(--line-soft);padding-top:var(--space-lg);display:grid}.thanks__department[data-astro-cid-7h6piqxu] h3[data-astro-cid-7h6piqxu]{margin:0 0 var(--space-sm);font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-size:1rem;font-weight:600}.thanks__department[data-astro-cid-7h6piqxu] ul[data-astro-cid-7h6piqxu]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.thanks__department[data-astro-cid-7h6piqxu] li[data-astro-cid-7h6piqxu]{gap:.15rem;display:grid}.thanks__name[data-astro-cid-7h6piqxu]{font-family:var(--font-display);letter-spacing:.04em;font-size:1.1rem;font-weight:600}.thanks__department[data-astro-cid-7h6piqxu] a[data-astro-cid-7h6piqxu]{border-bottom:1px solid color-mix(in srgb, var(--accent) 45%, transparent);width:fit-content;text-decoration:none}.thanks__department[data-astro-cid-7h6piqxu] a[data-astro-cid-7h6piqxu]:hover .thanks__name[data-astro-cid-7h6piqxu]{color:var(--accent)}.thanks__role[data-astro-cid-7h6piqxu]{color:var(--dim);font-size:.95rem;line-height:1.45}.thanks__closing[data-astro-cid-7h6piqxu]{margin:var(--space-lg) 0 0;padding-top:var(--space-md);border-top:1px solid var(--line-soft);font-family:var(--font-display);letter-spacing:.06em;color:var(--text);font-size:1.15rem;font-weight:500}@media (width<=900px){.thanks__gallery[data-astro-cid-7h6piqxu]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.thanks__department[data-astro-cid-7h6piqxu] ul[data-astro-cid-7h6piqxu],.thanks__gallery[data-astro-cid-7h6piqxu]{grid-template-columns:1fr}}.maker[data-astro-cid-oktrpych]{background:linear-gradient(180deg, var(--void) 0%, var(--deep) 55%, var(--void) 100%)}.maker__inner[data-astro-cid-oktrpych]{max-width:42rem}.maker__copy[data-astro-cid-oktrpych]{margin:0 0 var(--space-sm);color:var(--dim);font-size:1.05rem;line-height:1.7}.maker__copy[data-astro-cid-oktrpych]:last-child{color:var(--text);margin-bottom:0}.playtest[data-astro-cid-ruikpdvv]{background:linear-gradient(180deg, var(--void) 0%, var(--deep) 50%, var(--void) 100%)}.playtest__layout[data-astro-cid-ruikpdvv]{gap:var(--space-lg);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;display:grid}.playtest__bullets[data-astro-cid-ruikpdvv]{margin:0 0 var(--space-md);color:var(--dim);max-width:36rem;padding-left:1.15rem}.playtest__bullets[data-astro-cid-ruikpdvv] li[data-astro-cid-ruikpdvv]{margin-bottom:.55rem}.playtest__closing[data-astro-cid-ruikpdvv]{max-width:36rem;color:var(--text);margin:0}.playtest__form[data-astro-cid-ruikpdvv],.playtest__pending[data-astro-cid-ruikpdvv]{gap:var(--space-sm);padding:var(--space-md) 0 0;border-top:1px solid var(--line-soft);display:grid}.playtest__honeypot[data-astro-cid-ruikpdvv]{opacity:0;width:0;height:0;position:absolute;left:-10000px}.playtest__field[data-astro-cid-ruikpdvv]{gap:.35rem;display:grid}.playtest__field[data-astro-cid-ruikpdvv] span[data-astro-cid-ruikpdvv]{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--dim);font-size:.9rem;font-weight:600}.playtest__field[data-astro-cid-ruikpdvv] input[data-astro-cid-ruikpdvv],.playtest__field[data-astro-cid-ruikpdvv] textarea[data-astro-cid-ruikpdvv]{border:1px solid var(--line-soft);background:color-mix(in srgb, var(--raised) 80%, transparent);width:100%;color:var(--text);font:inherit;border-radius:0;margin:0;padding:.75rem .85rem}.playtest__field[data-astro-cid-ruikpdvv] input[data-astro-cid-ruikpdvv]:focus,.playtest__field[data-astro-cid-ruikpdvv] textarea[data-astro-cid-ruikpdvv]:focus{border-color:var(--accent);outline:none}.playtest__field[data-astro-cid-ruikpdvv] textarea[data-astro-cid-ruikpdvv]{resize:vertical;min-height:6.5rem}.playtest__turnstile[data-astro-cid-ruikpdvv]{min-height:1.5rem}.playtest__submit[data-astro-cid-ruikpdvv]{border:1px solid var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent);min-height:2.85rem;color:var(--text);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;justify-self:start;padding:.7rem 1.35rem;font-size:1.05rem;font-weight:600}.playtest__submit[data-astro-cid-ruikpdvv]:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 28%, transparent)}.playtest__submit[data-astro-cid-ruikpdvv]:disabled{opacity:.55;cursor:wait}.playtest__status[data-astro-cid-ruikpdvv]{min-height:1.35rem;color:var(--dim);margin:0;font-size:.95rem}.playtest__status[data-astro-cid-ruikpdvv][data-state=ok]{color:var(--accent)}.playtest__status[data-astro-cid-ruikpdvv][data-state=error]{color:#ff8f70}.playtest__fineprint[data-astro-cid-ruikpdvv],.playtest__pending[data-astro-cid-ruikpdvv] p[data-astro-cid-ruikpdvv]{color:var(--dim);margin:0;font-size:.9rem;line-height:1.5}.playtest__pending[data-astro-cid-ruikpdvv] code[data-astro-cid-ruikpdvv]{color:var(--text);font-size:.85em}@media (width<=860px){.playtest__layout[data-astro-cid-ruikpdvv]{grid-template-columns:1fr}}.footer[data-astro-cid-nns7i3if]{border-top:1px solid var(--line-soft);padding:var(--space-lg) var(--space-md) var(--space-xl);background:var(--deep)}.footer__inner[data-astro-cid-nns7i3if]{max-width:var(--content);margin-inline:auto}.footer__brand[data-astro-cid-nns7i3if]{margin:0 0 var(--space-sm);font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;font-size:1.5rem;font-weight:700}.footer__note[data-astro-cid-nns7i3if]{margin:0 0 var(--space-md);max-width:36rem;color:var(--dim)}.footer__note[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:var(--accent);border-bottom:1px solid color-mix(in srgb, var(--accent) 45%, transparent);text-decoration:none}.footer__note[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover{color:var(--text)}.footer__note[data-astro-cid-nns7i3if] strong[data-astro-cid-nns7i3if]{color:var(--accent);font-weight:600}.footer__stack[data-astro-cid-nns7i3if]{margin:0 0 var(--space-md);max-width:36rem;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--line);font-size:.9rem;font-weight:500}.footer__meta[data-astro-cid-nns7i3if]{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--line);margin:0;font-size:.9rem}
