.footer{text-align:center;border-top:solid 2px var(--bg-secondary);padding:2rem 0}.footer>div{justify-content:center;gap:1.25rem;margin-top:1.25rem;display:flex}
.menu-toggle{background-color:var(--bg-primary);z-index:200;position:fixed;top:50%;left:2rem;transform:translateY(-50%)}.menu-toggle .menu-text{font-weight:700;line-height:.8rem}.menu-toggle .menu-burger .menu-burger-bar{background:var(--text-primary);border-radius:1rem;width:1.2rem;height:.2rem;margin-bottom:.3rem;transition:all .5s;display:block}.menu-toggle .menu-burger .menu-burger-bar:last-child{margin-bottom:0}.menu-toggle:hover .menu-burger-bar{background:var(--bg-primary)}.menu-active .menu-toggle .menu-burger-bar:first-child{width:1.2rem;transform:rotate(-45deg)translateY(.15em)}.menu-active .menu-toggle .menu-burger-bar:nth-child(2){opacity:0}.menu-active .menu-toggle .menu-burger-bar:nth-child(3){width:1.2rem;transform:rotate(45deg)translateY(-.15em)}@media screen and (max-width:768px){.menu-toggle{top:1rem;left:1rem;transform:translateY(0)}}
.menu-item{background-color:var(--bg-primary);visibility:hidden;opacity:0;z-index:100;position:fixed;top:50%;left:2rem;transform:translateY(-50%)}.menu-active .menu-item{visibility:visible;opacity:1}@media screen and (max-width:768px){.menu-item{top:1rem;left:1rem;transform:translateY(0)}.menu-item.circle-button>svg{width:.8em;height:.8em}}
.menu .menu-backdrop{display:none}.menu-active .menu-backdrop{z-index:99;opacity:.5;background-color:#000;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.menu-active .menu-data{z-index:100}
.shader-background{z-index:-2;pointer-events:none;background:linear-gradient(160deg,#f5f7fb 0%,#d4e6ff 45%,#8cc7ff 80%,#21e5e566 100%);position:fixed;inset:0;overflow:hidden}.shader-background__fallback{background-image:url(/images/bg01.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.shader-background__canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.dark .shader-background{background:linear-gradient(160deg,#0a0d14 0%,#0f1f40 45%,#1f529e 80%,#0d8ca666 100%)}
.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;position:fixed;inset:0}.custom-cursor__dot,.custom-cursor__ring{will-change:transform;border-radius:50%;position:fixed;top:0;left:0;translate:-50% -50%}.custom-cursor__dot{background:#fff;width:8px;height:8px;transition:width .2s,height .2s,opacity .2s}.custom-cursor__ring{border:1.5px solid #fff;width:36px;height:36px;transition:width .25s cubic-bezier(.2,.8,.2,1),height .25s cubic-bezier(.2,.8,.2,1),border-color .25s,opacity .25s}.custom-cursor__dot[data-hover=true]{opacity:0}.custom-cursor__ring[data-hover=true]{border-color:var(--brand-color-light);width:56px;height:56px}.custom-cursor__dot[data-pressed=true]{width:12px;height:12px}.custom-cursor__ring[data-pressed=true]{width:28px;height:28px}.custom-cursor[data-hidden=true]{opacity:0}@media (pointer:fine){body.custom-cursor-active,body.custom-cursor-active *{cursor:none}}@media (prefers-reduced-motion:reduce){body.custom-cursor-active,body.custom-cursor-active *{cursor:auto}}
.scroll-progress{transform-origin:0;z-index:9998;pointer-events:none;background:linear-gradient(90deg, var(--brand-color) 0%, var(--brand-color-light) 50%, #7dffff 100%);height:3px;box-shadow:0 0 12px rgba(var(--brand-color-rgb), .5);position:fixed;top:0;left:0;right:0}
