*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{font-family:Segoe UI,sans-serif;color:#fff;background:#101010}#bg-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}#app{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;padding:24px}#network-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.network-link{min-width:140px;text-align:center;padding:14px 20px;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:#0006;color:#fff;text-decoration:none;font-size:18px;font-weight:600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background-color .16s ease,transform .16s ease}.network-link:hover{background:#fff3;transform:translateY(-1px)}.network-link:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@media (max-width: 480px){#network-links{flex-direction:column;width:100%;max-width:260px}.network-link{width:100%}}
