:root{--bg: #0d1117;--text: #e8e8e8;--muted: #a8a8a8;--accent: #4a90e2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.container{max-width:800px;margin:0 auto;padding:3rem 2rem;display:flex;flex-direction:column;min-height:100vh}header{margin-bottom:3rem}h1{font-size:2.5rem;font-weight:300}.subtitle{color:var(--muted);text-transform:uppercase;letter-spacing:.15em;margin-top:.25rem}main{flex:1}section{margin-bottom:2rem}h2{font-size:1.5rem;margin-bottom:1rem;color:var(--accent)}p{color:var(--muted);margin-bottom:.75rem}ul{margin-left:1.5rem;color:var(--muted)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:var(--muted);font-size:.85rem}.build-time{margin-top:.25rem;opacity:.6;font-size:.75rem}
