:root{--mauve:#634078;--nav-background:#0a0a0a}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app-shell{background:#cbd5e133;width:100%;height:100vh}.home-section{width:100%;height:100vh;position:relative}.home-canvas{background:0 0;width:100%;height:100%}.header{background:var(--nav-background);justify-content:space-between;align-items:center;width:100%;padding:1rem 3.75rem;display:flex}.brand-link{color:#fff;margin:0;font-size:1.125rem;font-weight:800}.brand-link:hover{color:var(--mauve)}.nav-menu{gap:1.75rem;font-size:1.125rem;font-weight:600;display:flex}.nav-link{color:#fff}.nav-link:hover,.nav-link-active{color:var(--mauve)}.introduction{flex-direction:column;row-gap:1.5rem;width:350px;display:flex}.introduction-title{color:#fff;margin:0;font-size:3rem;font-weight:700}.introduction-text{color:#fff;margin:0}.loader-wrapper{justify-content:center;align-items:center;display:flex}.loader-spinner{border:2px solid #2563eb;border-top-color:#3b82f6;border-radius:9999px;width:5rem;height:5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pulse{width:20px;height:20px;position:relative}.dot{z-index:2;opacity:.8;background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #b0c3d9}.ring{opacity:.6;border:1px solid #fff;border-radius:50%;width:30px;height:30px;animation:2s ease-out 5 pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(.5)}70%{opacity:0;transform:translate(-50%,-50%)scale(1)}to{opacity:0}}
