@import url("https://fonts.googleapis.com/css2?family=Anybody:wght@300;400;600;800&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&display=swap");:root{--bg:#07090b;--bg-card:#0c1014;--bg-hover:#111820;--border:#161e26;--border-hi:#1f2e3d;--text-1:#dde8f0;--text-2:#6e8fa8;--text-3:#2e4558;--accent:#00c2ff;--accent-dim:rgba(0,194,255,.08);--green:#00e5a0;--green-bg:rgba(0,229,160,.07);--red:#ff3d5a;--red-bg:rgba(255,61,90,.07);--amber:#fa0;--amber-bg:rgba(255,170,0,.07);--noise:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);color:var(--text-1);font-family:DM Mono,monospace;font-size:13px;-webkit-font-smoothing:antialiased;scrollbar-width:thin;scrollbar-color:var(--border-hi) var(--bg)}body{min-height:100vh;background-image:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(0,194,255,.06) 0,transparent 70%),linear-gradient(rgba(0,194,255,.015) 1px,transparent 0),linear-gradient(90deg,rgba(0,194,255,.015) 1px,transparent 0);background-size:auto,48px 48px,48px 48px}h1,h2,h3,h4{font-family:Anybody,sans-serif}a{color:inherit;text-decoration:none}::selection{background:rgba(0,194,255,.2)}