:root{--bg:#0a1f0a;--muted:#1a3d1a;--foreground:#f9f9f9;--green:#22c55e;--scrollbar:#3a4d3a;--scrollbar-bg:#0a1f0a}*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar) var(--scrollbar-bg);margin:0;padding:0}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-thumb{background-color:var(--scrollbar)}html,body{width:100%;height:100%;font-family:Figtree,sans-serif}body{background-color:#000}::selection{background:#22c55e4d}.cursor-glow-dot{pointer-events:none;z-index:9999;filter:blur(4px);opacity:.6;background:radial-gradient(circle,#22c55e40 0%,#22c55e1a 60%,#0000 100%);border-radius:50%;width:50px;height:50px;transition:opacity .2s;animation:1s infinite alternate pulseGlow;position:fixed;transform:translate(-50%,-50%)}@keyframes pulseGlow{0%{filter:blur(5px);transform:translate(-50%,-50%)scale(1.42)}to{filter:blur(5.6px);transform:translate(-50%,-50%)scale(1.4)}}
