:root{color-scheme:light dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#e5e5e5;min-height:100vh;line-height:1.5}main{max-width:960px;margin:0 auto;padding:2rem 1rem}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.5rem;margin:1.5rem 0 .5rem}p{margin:.5rem 0}a{color:#4ade80;text-decoration:none}a:hover{text-decoration:underline}.card{background:#18181b;border:1px solid #27272a;border-radius:8px;padding:1.25rem;margin:.75rem 0}.status-ok{color:#4ade80}.status-warn{color:#fbbf24}.status-error{color:#f87171}code{background:#27272a;padding:.1rem .3rem;border-radius:3px;font-family:Cascadia Code,Consolas,monospace;font-size:.9em}