.site-footer{position:relative;margin-top:auto;padding-top:0;width:100%}.site-footer-container{width:100%}.site-footer-main{width:100%;padding:2rem 1rem .5rem;background:rgba(8,8,18,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;position:relative}.site-footer-brand-section{display:flex;flex-direction:column;min-width:0}.site-footer-brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.site-footer-brand:hover{opacity:.85}.site-footer-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(99,102,241,.15))}.site-footer-brand-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.site-footer-name{font-weight:700;letter-spacing:-.02em;font-size:1.1rem;color:#f8fafc;line-height:1.2}.site-footer-tagline{color:#94a3b8;font-size:.82rem;font-weight:400;line-height:1.3}.site-footer-nav-section{display:flex;align-items:center}.site-footer-links{gap:.25rem}.site-footer-link,.site-footer-links{display:inline-flex;align-items:center}.site-footer-link{gap:.4rem;color:#cbd5e1;text-decoration:none;font-size:.85rem;font-weight:500;padding:.5rem .75rem;border-radius:8px;transition:all .2s ease;position:relative}.site-footer-link:before{content:"";position:absolute;inset:0;border-radius:8px;background:rgba(99,102,241,.08);opacity:0;transition:opacity .2s ease}.site-footer-link:hover{color:#f8fafc}.site-footer-link:hover:before{opacity:1}.site-footer-link-arrow{width:14px;height:14px;opacity:0;transform:translateX(-4px);transition:all .2s ease}.site-footer-link:hover .site-footer-link-arrow{opacity:.7;transform:translateX(0)}.site-footer-bottom{width:100%;padding:1.25rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));background:rgba(8,8,18,.98);border-top:1px solid rgba(255,255,255,.06)}.site-footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;color:#64748b;font-size:.8rem;font-weight:400}.site-footer-copyright,.site-footer-rights{transition:color .2s ease}.site-footer-divider{color:#334155;font-weight:300}@media (max-width:767px){.site-footer-main{grid-template-columns:1fr;align-items:stretch;gap:1.25rem;padding:1.5rem 1rem .5rem}.site-footer-brand-section{align-items:center;text-align:center}.site-footer-brand{flex-direction:column;gap:.5rem}.site-footer-brand-text{align-items:center}.site-footer-name{font-size:1rem}.site-footer-tagline{font-size:.78rem}.site-footer-links,.site-footer-nav-section{justify-content:center}.site-footer-links{flex-wrap:wrap;gap:.15rem}.site-footer-link{font-size:.82rem;padding:.45rem .65rem}.site-footer-bottom-content{flex-direction:column;gap:.4rem;font-size:.76rem}.site-footer-divider{display:none}}@media (min-width:768px) and (max-width:1023px){.site-footer-main{gap:1.25rem;padding:1.75rem 1.5rem .5rem}.site-footer-name{font-size:1.05rem}.site-footer-tagline{font-size:.8rem}}@media (min-width:1200px){.site-footer-bottom,.site-footer-main{padding-left:2rem;padding-right:2rem}}.site-footer-link:focus-visible{outline:2px solid rgba(99,102,241,.5);outline-offset:2px}.site-footer-brand:focus-visible{outline:2px solid rgba(99,102,241,.5);outline-offset:2px;border-radius:4px}.page-layout{display:flex;flex-direction:column;width:100%;min-height:100dvh;height:100dvh;overflow:hidden;background:var(--color-bg-base)}.page-header-wrapper{position:-webkit-sticky;position:sticky;top:0;z-index:50;flex-shrink:0;background:linear-gradient(180deg,rgba(15,15,30,.98) 0,rgba(15,15,30,.95));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-subtle,rgba(255,255,255,.06));box-shadow:0 4px 20px rgba(0,0,0,.15)}.page-content{flex:1 1;display:flex;flex-direction:column;overflow-y:auto;position:relative;min-height:0}.page-content.page-content-locked{overflow:hidden}.page-content.page-content-locked .page-body{flex:1 1 auto;height:100%}.page-body{flex:1 0 auto;width:100%;min-height:0}