.header[data-v-46785619]{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--header-bg,transparent);left:0;padding:1rem 3rem;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100}.header.scrolled[data-v-46785619]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--header-bg-scrolled,hsla(60,20%,95%,.95));box-shadow:0 1px 12px var(--shadow-color);padding:.75rem 3rem}.header-inner[data-v-46785619]{align-items:center;display:flex;justify-content:space-between}.logo[data-v-46785619]{color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;text-decoration:none;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.logo[data-v-46785619]:hover{opacity:.6}.logo[data-v-46785619]:focus-visible{border-radius:2px;outline:2px solid var(--text-primary);outline-offset:4px}.nav[data-v-46785619]{display:flex;gap:1.25rem}.nav-link[data-v-46785619]{color:var(--text-muted);font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.25rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link[data-v-46785619]:after{background:var(--text-primary);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link[data-v-46785619]:hover{color:var(--text-primary)}.nav-link[data-v-46785619]:hover:after{width:100%}.nav-link.active[data-v-46785619]{color:var(--text-primary)}.nav-link.active[data-v-46785619]:after{width:100%}.nav-link[data-v-46785619]:focus-visible{border-radius:2px;outline:2px solid var(--text-primary);outline-offset:4px}.nav-link-page.active[data-v-46785619]{color:var(--text-primary)}.nav-link-page.active[data-v-46785619]:after{width:100%}.header-controls[data-v-46785619],.header-right[data-v-46785619]{align-items:center;display:flex;gap:.75rem}.runner-toggle[data-v-46785619]{align-items:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;color:var(--text-muted);cursor:pointer;display:flex;gap:6px;padding:8px 12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.runner-toggle[data-v-46785619]:hover{border-color:var(--text-muted);box-shadow:0 2px 8px var(--shadow-color)}.runner-toggle.active[data-v-46785619]{background:var(--bg-secondary);border-color:var(--text-primary);color:var(--text-primary)}.runner-toggle.toggling[data-v-46785619]{transform:scale(.95)}.runner-toggle[data-v-46785619]:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.runner-toggle svg[data-v-46785619]{height:24px;transition:transform .3s ease;width:24px}.runner-toggle.active svg[data-v-46785619]{animation:runBounce-46785619 .5s ease}.toggle-indicator[data-v-46785619]{color:var(--text-muted);font-size:10px;font-weight:600;letter-spacing:.05em;transition:color .3s ease}.toggle-indicator.on[data-v-46785619]{color:var(--text-primary)}@keyframes runBounce-46785619{0%,to{transform:translate(0)}25%{transform:translate(2px)}75%{transform:translate(-2px)}}.mobile-menu-btn[data-v-46785619]{background:none;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display:none;flex-direction:column;gap:5px;height:36px;justify-content:center;padding:6px;width:36px;z-index:201}.hamburger-line[data-v-46785619]{background:var(--text-primary);border-radius:1px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:100%}.mobile-menu-btn.open .hamburger-line[data-v-46785619]:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open .hamburger-line[data-v-46785619]:nth-child(2){opacity:0}.mobile-menu-btn.open .hamburger-line[data-v-46785619]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-light .logo[data-v-46785619]{color:#fff}.header-light .nav-link[data-v-46785619]{color:#ffffffb3}.header-light .nav-link.active[data-v-46785619],.header-light .nav-link[data-v-46785619]:hover{color:#fff}.header-light .nav-link[data-v-46785619]:after{background:#fff}.header-light .runner-toggle[data-v-46785619]{background:#ffffff1a;border-color:#ffffff4d;color:#ffffffb3}.header-light .runner-toggle.active[data-v-46785619]{background:#ffffff26;border-color:#ffffff80;color:#fff}.header-light .toggle-indicator[data-v-46785619]{color:#ffffffb3}.header-light .toggle-indicator.on[data-v-46785619]{color:#fff}.header-light .mobile-menu-btn[data-v-46785619]{border-color:#ffffff4d}.header-light .hamburger-line[data-v-46785619]{background:#fff}@media(max-width:768px){.header[data-v-46785619]{padding:.75rem 1.5rem}.header.scrolled[data-v-46785619]{padding:.5rem 1.5rem}.nav[data-v-46785619]{display:none}.mobile-menu-btn[data-v-46785619]{display:flex}.runner-toggle[data-v-46785619]{padding:6px 10px}.toggle-indicator[data-v-46785619]{display:none}}.mobile-menu-overlay{align-items:flex-start;background:#0006;display:flex;inset:0;justify-content:flex-end;padding-top:70px;position:fixed;z-index:200}.mobile-menu{background:var(--bg-card);border-radius:12px;box-shadow:0 8px 32px var(--shadow-hover);display:flex;flex-direction:column;margin:0 1rem;padding:1rem 0;width:200px}.mobile-nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s ease,color .2s ease}.mobile-nav-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:opacity .25s ease}.mobile-menu-enter-active .mobile-menu,.mobile-menu-leave-active .mobile-menu{transition:transform .25s ease,opacity .25s ease}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0}.mobile-menu-enter-from .mobile-menu,.mobile-menu-leave-to .mobile-menu{opacity:0;transform:translateY(-10px)}.footer[data-v-35138c16]{opacity:0;position:relative;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.footer.visible[data-v-35138c16]{opacity:1;transform:translateY(0)}.footer-wave[data-v-35138c16]{background:var(--bg-primary);height:80px;line-height:0;overflow:hidden;position:relative}.wave[data-v-35138c16]{bottom:0;height:100%;left:0;position:absolute;width:200%}.wave-back[data-v-35138c16]{animation:waveMove-35138c16 25s linear infinite;opacity:.5}.wave-middle[data-v-35138c16]{animation:waveMove-35138c16 20s linear infinite reverse;opacity:.7}.wave-front[data-v-35138c16]{animation:waveMove-35138c16 15s linear infinite}@keyframes waveMove-35138c16{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-content[data-v-35138c16]{background:#1a1a1a;padding:4rem 3rem 2rem}.footer-inner[data-v-35138c16]{align-items:start;border-bottom:1px solid hsla(0,0%,100%,.1);display:grid;gap:3rem;grid-template-columns:1fr auto auto;margin:0 auto;max-width:800px;padding-bottom:3rem}.footer-brand[data-v-35138c16]{display:flex;flex-direction:column;gap:.5rem}.footer-logo[data-v-35138c16]{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.footer-tagline[data-v-35138c16]{color:#ffffff80;font-size:.875rem}.footer-contact[data-v-35138c16]{display:flex;flex-direction:column;gap:.5rem}.contact-label[data-v-35138c16]{color:#fff6;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.footer-email[data-v-35138c16]{color:#fff;font-size:.875rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-email[data-v-35138c16]:after{background:#fff;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-email[data-v-35138c16]:hover:after{width:100%}.footer-email[data-v-35138c16]:focus-visible{border-radius:2px;outline:2px solid #fff;outline-offset:4px}.footer-social[data-v-35138c16]{display:flex;gap:1rem}.social-link[data-v-35138c16]{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link[data-v-35138c16]:hover{background:#fff3;transform:translateY(-3px)}.social-link[data-v-35138c16]:focus-visible{outline:2px solid #fff;outline-offset:2px}.social-icon[data-v-35138c16]{fill:#fff;height:18px;width:18px}.footer-bottom[data-v-35138c16]{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:800px;padding-top:2rem}.footer-bottom-left[data-v-35138c16]{align-items:center;display:flex;gap:1.5rem}.copyright[data-v-35138c16],.privacy-link[data-v-35138c16]{color:#fff6;font-size:.75rem}.privacy-link[data-v-35138c16]{text-decoration:none;transition:color .3s ease}.privacy-link[data-v-35138c16]:hover{color:#fffc}.privacy-link[data-v-35138c16]:focus-visible{border-radius:2px;outline:2px solid #fff;outline-offset:2px}.back-to-top[data-v-35138c16]{align-items:center;background:transparent;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;color:#fff9;cursor:pointer;display:flex;font-size:.75rem;gap:6px;padding:8px 16px;transition:all .3s ease}.back-to-top[data-v-35138c16]:hover{background:#ffffff1a;border-color:#fff6;color:#fff}.back-to-top[data-v-35138c16]:focus-visible{outline:2px solid #fff;outline-offset:2px}.back-to-top svg[data-v-35138c16]{height:14px;width:14px}@media(max-width:768px){.footer-content[data-v-35138c16]{padding:3rem 1.5rem 1.5rem}.footer-inner[data-v-35138c16]{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-brand[data-v-35138c16],.footer-contact[data-v-35138c16]{align-items:center}.footer-social[data-v-35138c16]{justify-content:center}.footer-bottom[data-v-35138c16]{flex-direction:column;gap:1.5rem}.footer-bottom-left[data-v-35138c16]{flex-direction:column;gap:.75rem}}
