:root{--bg: #ffffff;--fg: #0a0a0a;--muted: #555555;--border: #dddddd}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font:14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}.container{max-width:760px;margin:0 auto;padding:24px 16px 80px}h1,h2,h3{margin:0 0 8px}h1{font-size:20px}h2{font-size:16px;margin-top:24px}h3{font-size:14px;margin-top:16px}p{margin:8px 0}ul{padding-left:18px}code,pre,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.header{padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:16px}.row{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap}.meta{color:var(--muted)}.toggle{display:inline-flex;border:1px solid var(--border);border-radius:4px;overflow:hidden}.toggle button{padding:4px 8px;background:transparent;border:0;color:var(--fg);cursor:pointer;font-size:12px}.toggle button[aria-pressed=true]{background:#f3f3f3}.list{border:1px solid var(--border);border-radius:6px;padding:8px 12px}.muted{color:var(--muted)}.emph{font-weight:600}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
