:root{--bg:#000;--text:#fff;--text-muted:#888;--divider:#333;--mono:"JetBrains Mono", ui-monospace, Consolas, monospace}*,:before,:after{box-sizing:border-box}body{min-height:100svh;font-family:var(--mono);color:var(--text);background:var(--bg);text-transform:lowercase;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;align-items:center;margin:0;font-size:16px;line-height:1.5;display:flex}body:before{content:"";pointer-events:none;background:radial-gradient(circle,#28282880 0%,#0000 60%);position:fixed;inset:0}#root{z-index:1;width:100%;max-width:280px;padding:24px;position:relative}a{color:var(--text);text-decoration:none;transition:color .2s}a:hover{color:var(--text-muted)}a:focus-visible{outline:2px solid var(--text-muted);outline-offset:2px;border-radius:2px}ul{margin:0;padding:0;list-style:none}h1,p{margin:0}.page{flex-direction:column;align-items:flex-start;width:100%;display:flex}.header{margin-bottom:3rem}.name{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.tagline{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.nav-list{flex-direction:column;gap:1.25rem;display:flex}.nav-list a{font-size:1rem}.divider{background:var(--divider);border:none;width:100%;height:1px;margin:2.5rem 0 1.5rem}.footer{width:100%}.social-list{gap:1.5rem;display:flex}.social-list a{color:var(--text-muted);font-size:.875rem}.social-list a:hover{color:var(--text)}
