@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500;600;700&display=swap";:root{--bg: #050508;--surface: #0d0d14;--surface2: #12121c;--border: #1e1e2e;--border2: #2a2a3e;--text: #f0f0ff;--muted: #6b6b8a;--accent: #7c6af7;--accent2: #a78bfa;--green: #22d3a5;--green-dim: rgba(34,211,165,.08);--red: #f87171;--red-dim: rgba(248,113,113,.08);--yellow: #fbbf24;--yellow-dim: rgba(251,191,36,.08);--mono: "Geist Mono", monospace;--sans: "DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(124,106,247,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(124,106,247,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}button{cursor:pointer;font-family:var(--sans)}a{color:inherit}
