*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--text:#fafafa;--muted:#a1a1aa}body{background:var(--bg);color:var(--text);min-width:320px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.wip-page{place-items:center;min-height:100svh;padding:1.5rem;display:grid}.wip-content{text-align:center}.wip-content h1{letter-spacing:-.05em;font-size:clamp(2rem,6vw,4.25rem);font-weight:700;line-height:1;animation:1.8s ease-in-out infinite text-pulse}.loader{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.35rem;display:flex}.loader span{background:var(--text);opacity:.35;border-radius:50%;width:.62rem;height:.62rem;animation:1.1s ease-in-out infinite loading-bounce;display:block}.loader span:nth-child(2){animation-delay:.14s}.loader span:nth-child(3){animation-delay:.28s}.social-links{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.social-links a{color:var(--muted);border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.social-links svg{fill:currentColor;width:20px;height:20px}.social-links a:hover{border-color:var(--text);color:var(--text);transform:translateY(-1px)}@keyframes loading-bounce{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-.55rem)}}@keyframes text-pulse{0%,to{opacity:.82}50%{opacity:1}}
