:root{color-scheme:light dark;--fg:#1b1b1b;--muted:#666;--bg:#fff;--line:#ddd;--code:#f4f4f4;--link:#0645ad}
@media (prefers-color-scheme:dark){:root{--fg:#e6e6e6;--muted:#999;--bg:#141414;--line:#333;--code:#222;--link:#8ab4f8}}
*{box-sizing:border-box}
body{margin:0 auto;max-width:60rem;padding:1rem;font:16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--fg);background:var(--bg)}
a{color:var(--link)}
h1{font-size:1.5rem;margin:.5rem 0}h2{font-size:1.15rem;margin:2rem 0 .5rem;border-bottom:1px solid var(--line)}
code,pre,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}
code{background:var(--code);padding:0 .2em;border-radius:3px}
pre{background:var(--code);padding:.5rem;overflow-x:auto}
pre.cmd{white-space:pre-wrap;overflow-wrap:anywhere}
.scroll{overflow-x:auto}
table{border-collapse:collapse;width:100%;font-size:.93rem}
th,td{text-align:left;vertical-align:top;padding:.3rem .5rem;border-bottom:1px solid var(--line)}
th{font-weight:600}
td.v{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:break-word}
td.v small{font-family:system-ui,sans-serif}
dl{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem}dt{font-weight:600}dd{margin:0;min-width:0}
.muted,small{color:var(--muted)}
blockquote{margin:0;padding-left:.6rem;border-left:3px solid var(--line)}
header nav{font-size:.9rem}
input[type=search]{font:inherit;padding:.3rem .5rem;width:100%;max-width:24rem}
@media (max-width:600px){dl{grid-template-columns:1fr}dd{margin-bottom:.5rem}body{padding:.6rem}}

table.settings{table-layout:fixed;min-width:36rem}
table.settings td{overflow-wrap:anywhere}
table.settings th:nth-child(1){width:30%}table.settings th:nth-child(2){width:20%}
.nw{white-space:nowrap}form{margin:1rem 0}
.src+.src{margin-top:.5rem}
button{font:inherit;padding:.1rem .5rem}
@media (max-width:600px){
table.settings{min-width:0;table-layout:auto}
table.settings thead{display:none}
table.settings tr,table.settings td{display:block;border:0;padding:0}
table.settings tr{padding:.5rem 0;border-bottom:1px solid var(--line)}
table.settings td:nth-child(1){font-weight:600}
table.settings td:nth-child(2)::before{content:"default: ";font-family:system-ui,sans-serif;color:var(--muted)}
table.shipped td:nth-child(2)::before{content:"in start_server.sh: "}
}
@media (max-width:600px){
table.stack,table.stack tbody{display:block}
table.stack thead{display:none}
table.stack td.v{overflow-wrap:anywhere}
table.stack tr,table.stack td{display:block;border:0;padding:0}
table.stack tr{padding:.5rem 0;border-bottom:1px solid var(--line)}
table.stack td{margin-top:.2rem}
table.ports td:nth-child(-n+3){display:inline;margin:0}
table.ports td:nth-child(1){font-weight:600}
table.ports td:nth-child(2)::before,table.ports td:nth-child(3)::before{content:" · ";color:var(--muted)}
table.stack td:first-child{font-weight:600}
table.changes td:nth-child(-n+2){display:inline}
table.changes td:nth-child(2)::before{content:" ";}
}
