*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--fg:#e8e0d0;--accent:#c8a96e;--dim:#555;--font:"Courier New",Courier,monospace}body,html{height:100%;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:14px;line-height:1.6}::selection{background:var(--accent);color:var(--bg)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}body:after{content:"";position:fixed;inset:0;pointer-events:none;background:repeating-linear-gradient(180deg,transparent 0,transparent 3px,rgba(0,0,0,.07) 0,rgba(0,0,0,.07) 4px);z-index:9999}