@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Mono:wght@400;700&display=swap";
:root{--bg:#1a1612;--bg-alt:#221e18;--card:#2a2420;--card-hover:#322c26;--border:#ffb46414;--border-hover:#ffb46433;--text:#f5ebe0;--text-dim:#b8a898;--text-faint:#6d6058;--accent:#ff9f43;--accent-dim:#ff9f4326;--green:#7bed9f;--green-dim:#7bed9f1f;--red:#ff6b6b;--red-dim:#ff6b6b1f;--blue:#74b9ff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:DM Sans,sans-serif}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#ff9f430a 0%,#0000 70%);width:60%;height:60%;position:fixed;top:-20%;left:-10%}.bg-glow-2{pointer-events:none;z-index:0;background:radial-gradient(#7bed9f08 0%,#0000 70%);width:50%;height:50%;position:fixed;bottom:-30%;right:-15%}.layout-container{z-index:1;position:relative}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--card);border-radius:3px}::selection{color:#fff;background:#ff9f4340}.hand-underline{display:inline-block;position:relative}.hand-underline:after{content:"";background:var(--accent);opacity:.6;border-radius:2px;width:100%;height:3px;position:absolute;bottom:-4px;left:0;transform:rotate(-.5deg)}
