@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-regular.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-medium.otf) format("opentype");font-weight:500;font-display:swap}@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-demibold.otf) format("opentype");font-weight:600;font-display:swap}@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-bold.otf) format("opentype");font-weight:700;font-display:swap}@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-extrabold.otf) format("opentype");font-weight:800;font-display:swap}@font-face{font-family:Integral CF;src:url(/fontz/Fontspring-DEMO-integralcf-heavy.otf) format("opentype");font-weight:900;font-display:swap}:root{--lpm-bg: #0a0920;--lpm-glow: #2a1230;--lpm-ink: #fff4d0;--lpm-muted: #8f8ab3;--lpm-accent: #ff4a8a;--lpm-primary: #ccff00;--lpm-panel: rgba(255, 255, 255, .06);--lpm-line: rgba(255, 255, 255, .14);--lpm-radius: 3px}html.lp-root{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}body.lp{overflow:visible;height:auto;min-height:100%;display:block;scroll-behavior:smooth}.lp canvas{image-rendering:pixelated;image-rendering:crisp-edges;display:block}.lp-menu-btn{display:none;width:40px;height:40px;border:0;background:var(--lpm-panel);padding:0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:var(--lpm-radius)}.lp-menu-btn span{display:block;width:18px;height:2px;background:var(--lpm-ink);transition:transform .25s ease,opacity .2s ease}.lp-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}.lp-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;height:100vh;height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;display:grid;grid-template-rows:auto 1fr auto;padding:calc(14px + env(safe-area-inset-top,0px)) 16px calc(24px + env(safe-area-inset-bottom,0px));color:var(--lpm-ink);background:radial-gradient(ellipse at 50% 0%,var(--lpm-glow) 0%,var(--lpm-bg) 55%);opacity:0;transform:translateY(-6%);transition:opacity .3s ease,transform .36s cubic-bezier(.2,.8,.2,1)}.lp-menu.is-open{opacity:1;transform:none}.lp-menu-top{display:flex;align-items:center;justify-content:space-between}.lp-menu-close{width:40px;height:40px;border:0;background:var(--lpm-panel);color:var(--lpm-ink);font:inherit;font-size:22px;line-height:1;cursor:pointer;border-radius:var(--lpm-radius)}.lp-menu-list{display:grid;align-content:center;gap:clamp(2px,.6vh,6px);gap:clamp(2px,.6dvh,6px);padding-block:10px}.lp-menu-list a,.lp-menu-list button{font:inherit;background:transparent;cursor:pointer;text-align:left;width:100%;border:0;display:grid;grid-template-columns:22px 1fr;align-items:center;column-gap:8px;padding:clamp(6px,1.2vh,10px) 14px;padding:clamp(6px,1.2dvh,10px) 14px;text-decoration:none;color:var(--lpm-ink);font-size:clamp(14px,2.4vh,18px);font-size:clamp(14px,2.4dvh,18px);line-height:1.25;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--lpm-radius);transform:translate(-10px);opacity:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .3s ease,background .2s,border-color .2s}.lp-menu.is-open .lp-menu-list a,.lp-menu.is-open .lp-menu-list button{transform:none;opacity:1}.lp-menu-list a:nth-child(1){transition-delay:.05s}.lp-menu-list a:nth-child(2){transition-delay:.09s}.lp-menu-list a:nth-child(3){transition-delay:.13s}.lp-menu-list a:nth-child(4){transition-delay:.17s}.lp-menu-list a:nth-child(5){transition-delay:.21s}.lp-menu-list a:nth-child(6){transition-delay:.25s}.lp-menu-list a:nth-child(7){transition-delay:.29s}.lp-menu-list a:nth-child(8){transition-delay:.33s}.lp-menu-list a:nth-child(9){transition-delay:.37s}.lp-menu-list a small,.lp-menu-list button small{grid-column:2;font-size:10px;line-height:1.3;letter-spacing:.12em;color:var(--lpm-muted)}.lp-menu-list a .cur,.lp-menu-list button .cur{color:var(--lpm-accent);font-size:12px;opacity:0}.lp-menu-list a:hover,.lp-menu-list a:focus-visible,.lp-menu-list button:hover,.lp-menu-list button:focus-visible{background:var(--lpm-panel);outline:none}.lp-menu-list a:hover .cur,.lp-menu-list a:focus-visible .cur,.lp-menu-list a.primary .cur,.lp-menu-list button.primary .cur{opacity:1;animation:lp-blink .8s steps(2) infinite}.lp-menu-list a.primary,.lp-menu-list button.primary{color:var(--lpm-primary)}.lp-menu-foot .stat b{color:var(--lpm-ink);font-weight:400}.lp-menu-foot .start{margin-left:auto}.lp-menu-foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--lpm-muted);font-size:11px;letter-spacing:.16em;text-transform:uppercase}@keyframes lp-blink{50%{opacity:.35}}body.lp-menu-open{overflow:hidden}html.lp-root:has(body.lp-menu-open){overflow:hidden}.lp-menu-foot{padding-top:10px}@media(max-width:760px){.lp-menu-btn{display:flex}}@media(prefers-reduced-motion:reduce){.lp-menu,.lp-menu-list a,.lp-menu-btn span{transition:none}.lp-menu-list a .cur{animation:none}}.lp-top{position:fixed;right:18px;bottom:18px;z-index:20;width:46px;height:46px;display:grid;place-items:center;background:var(--lpm-accent);color:#fff;border:0;border-radius:var(--lpm-radius);cursor:pointer;box-shadow:0 10px 30px #00000059;opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .28s ease,transform .3s cubic-bezier(.2,.8,.2,1)}.lp-top.is-shown{opacity:1;transform:none;pointer-events:auto}.lp-top:hover{transform:translateY(1px)}@media(prefers-reduced-motion:reduce){.lp-top{transition:none}}.lp h1,.lp h2{font-family:Integral CF,Departure Mono,sans-serif;font-weight:700;letter-spacing:.01em}.lp h1 .num,.lp h2 .num,.lp .num{font-family:Departure Mono,ui-monospace,monospace;font-weight:400}*{font-synthesis:none}*{-webkit-tap-highlight-color:transparent}a,button,[role=button],[tabindex]{-webkit-touch-callout:none}a:focus:not(:focus-visible),button:focus:not(:focus-visible),[tabindex]:focus:not(:focus-visible){outline:none;box-shadow:none}@media(hover:none)and (pointer:coarse){a:focus,button:focus,[role=menuitem]:focus,.lp-menu-list a:focus,.lp-menu-list button:focus{outline:none;box-shadow:none}}
