:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--fg:#111;--muted:#666;--border:#ddd;--bg:#fff}*{box-sizing:border-box}body{color:var(--fg);background:var(--bg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}main{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 4rem}h1{margin:0 0 1rem;font-size:1.6rem}h2{margin:2rem 0 .5rem;font-size:1.15rem}p,li{max-width:70ch}.muted{color:var(--muted)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);white-space:nowrap;padding:.35rem .5rem}th{background:#f6f6f6;font-weight:600}td.wrap{white-space:normal}pre{white-space:pre-wrap;word-break:break-all;max-width:60ch;margin:0;font-size:12px}form.inline{display:inline}form.stack{flex-direction:column;align-items:flex-start;gap:.5rem;max-width:40rem;display:flex}form.stack label{flex-direction:column;gap:.2rem;width:100%;display:flex}.once{background:#fff8e6;border:2px solid #b36b00;max-width:60ch;margin-top:1rem;padding:.75rem 1rem}.once pre{border:1px solid var(--border);-webkit-user-select:all;user-select:all;background:#fff;padding:.4rem .5rem}input[type=text],input[type=url],input[type=password]{font:inherit;border:1px solid var(--border);border-radius:4px;min-width:18rem;padding:.4rem .5rem}button{font:inherit;cursor:pointer;background:#fff;border:1px solid #333;border-radius:4px;padding:.4rem .8rem}.error{color:#b00020}nav a{margin-right:1rem}
