.site-footer{background:var(--surface);border-top:1px solid var(--border);color:var(--muted)}.site-footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1280px;padding:clamp(.75rem,2vw,1rem) clamp(1rem,3vw,2rem)}.site-footer__brand{align-items:center;color:var(--text);display:inline-flex;font-weight:800;gap:.5rem;letter-spacing:.2px}.site-footer .logo-dot{background:var(--accent);border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 20%,transparent);display:inline-block;height:8px;width:8px}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer__link{border-radius:8px;color:var(--muted);font-weight:700;padding:.25rem .5rem;text-decoration:none}.site-footer__link:hover{background:var(--surface-2);color:var(--text)}.site-footer__social{align-items:center;display:flex;gap:.5rem}.site-footer__icon{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--muted);display:grid;height:32px;place-items:center;width:36px}.site-footer__icon:hover{background:var(--surface-2);color:var(--text)}.site-footer__legal{background:var(--surface);border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;padding:.6rem clamp(1rem,3vw,2rem);text-align:center}@media(max-width:640px){.site-footer__inner{justify-content:center}.site-footer__nav{order:3}.site-footer__social{order:2}}:root{--bg:#0b0b0b;--text:#f2f2f2;--muted:#a1a1a1;--surface:#131313;--surface-2:#191919;--border:#232323;--accent:#22d3ee;--accent-contrast:#001014}:root.light{--bg:#fff;--text:#111;--muted:#555;--surface:#f5f5f5;--surface-2:#ededed;--border:#ddd;--accent:#2563eb;--accent-contrast:#eef2ff}body,html{background:var(--bg)}a,body,button,html{color:var(--text)}:where(html.theme-transition,html.theme-transition *){transition-duration:.36s;transition-property:background-color,color,border-color,box-shadow,fill,stroke;transition-timing-function:ease}:where(html.theme-transition) img,:where(html.theme-transition) video{transition-duration:.36s;transition-property:filter,opacity;transition-timing-function:ease}@media(prefers-reduced-motion:reduce){:where(html.theme-transition,html.theme-transition *){transition-delay:0s!important;transition-duration:.01ms!important}}.route-fade-enter-active,.route-fade-leave-active{transition:opacity .3s ease,transform .32s ease;will-change:opacity,transform}.route-fade-enter-from,.route-fade-leave-to{opacity:0;transform:translateY(6px)}.route-fade-enter-to,.route-fade-leave-from{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.route-fade-enter-active,.route-fade-leave-active{transition:none!important}}.app-shell{display:flex;flex-direction:column;min-height:100dvh}.app-content{flex:1 1 auto;min-height:0}
