:root{--color-maroon: #7d1f1f;--color-maroon-deep: #4e1616;--color-gold: #b8863b;--color-gold-bright: #c8912f;--color-cream: #efe7d8;--color-cream-panel: #ece3d1;--color-ink: #2c2018;--color-body: #4d4238;--u: min(calc(100vw / 1536), calc(100vh / 1024))}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#1c0808;overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--color-maroon);text-decoration:none}a:hover{color:var(--color-maroon-deep)}@keyframes fadeUp{0%{opacity:0;transform:translateY(4.7%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-4%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-6%)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(6%)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes clipUp{0%{opacity:0;clip-path:inset(100% 0 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes growWidth{0%{opacity:1;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-38%)}}@keyframes splashZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.anim{opacity:0}.anim--line{opacity:1;transform-origin:left center;transform:scaleX(0)}.is-active .anim--fade-up{animation:fadeUp .95s cubic-bezier(.22,.61,.36,1) both}.is-active .anim--fade-down{animation:fadeDown .8s cubic-bezier(.22,.61,.36,1) both}.is-active .anim--fade-left{animation:fadeLeft .95s cubic-bezier(.22,.61,.36,1) both}.is-active .anim--fade-right{animation:fadeRight .95s cubic-bezier(.22,.61,.36,1) both}.is-active .anim--fade-in{animation:fadeIn 1.1s ease both}.is-active .anim--zoom-in{animation:zoomIn 1.15s cubic-bezier(.22,.61,.36,1) both}.is-active .anim--clip-up{animation:clipUp 1.05s cubic-bezier(.76,0,.24,1) both}.is-active .anim--line{animation:growWidth .9s cubic-bezier(.76,0,.24,1) both}.is-active .anim--splash{animation:splashZoom 6s ease-out both}.floaty{animation:floaty 4.5s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.anim{opacity:1!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}
