@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap");:root{--bg:#000;--surface:#0a0a0a;--surface-2:#0e0e0e;--surface-elev:#141414;--line:hsla(0,0%,100%,.06);--line-strong:hsla(0,0%,100%,.12);--ink:#ebebeb;--ink-2:#b0b0b0;--ink-3:grey;--ink-4:#555;--accent:#e8a840;--accent-soft:rgba(232,168,64,.12);--accent-ink:#f0c060;--positive:#6bcb77;--negative:#e06060;--shadow-sm:0 1px 2px rgba(0,0,0,.6);--shadow-md:0 4px 12px rgba(0,0,0,.55);--shadow-lg:0 12px 32px rgba(0,0,0,.65);--pros-accent:#e8420a;--pros-glow:rgba(232,66,10,.15);--support-accent:#3b82f6;--content-accent:#14b8a6;--proposal-accent:#8b5cf6;--reputation-accent:#f59e0b;--sow-accent:#ec4899;--mf-accent:#06b6d4;--mf-glow:rgba(6,182,212,.15);font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--ink);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.4;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(44,23%,91%,.08);border-radius:4px}::selection{background:var(--accent-soft);color:var(--ink)}