:root{--color-bg: #0a0a0a;--color-surface: #1a1a1a;--color-border: #2a2a2a;--color-text: #e0e0e0;--color-text-muted: #a0a0a0;--color-primary: #3b82f6;--color-success: #10b981;--color-error: #ef4444;--color-warning: #f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}code{font-family:Courier New,Courier,monospace;background:var(--color-surface);padding:.125rem .25rem;border-radius:.25rem;font-size:.9em}pre{background:var(--color-surface);padding:1rem;border-radius:.5rem;overflow-x:auto}pre code{background:none;padding:0}
