@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0f1729;background-image:radial-gradient(circle, #1e2d4a 0.0625rem, transparent 0.0625rem);background-size:1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1.25rem;font-family:'Space Grotesk', sans-serif;color:#ccc}.home-btn{position:fixed;top:1.25rem;left:1.25rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.4);text-decoration:none;font-size:0.875rem;transition:color 0.15s ease, background 0.15s ease;z-index:100}.home-btn:hover{color:#fff;background:rgba(255,255,255,0.12)}.index{max-width:32rem;width:100%}.index h1{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;letter-spacing:0.05rem}.index ul{list-style:none}.index li{border-bottom:0.0625rem solid rgba(255,255,255,0.08)}.index a{display:block;padding:1rem 0;color:#5eaae6;text-decoration:none;font-size:1rem;transition:color 0.15s ease}.index a:hover{color:#fff}.index h1 i{margin-right:0.5rem;opacity:0.4}
