/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/@intergrav/dev.css@2.0.11/dev.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:root{--dc-font-sans:"Geist","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--dc-font-mono:"Geist Mono",monospace;--dc-tx-1:#000000;--dc-tx-2:#1a1a1a;--dc-bg-1:#fafafa;--dc-bg-2:#fff;--dc-bg-3:#ebebeb;--dc-lk-1:#0068d6;--dc-lkb-1:#0072f5;--dc-lkb-2:#0062d1;--dc-lkb-tx:#ededed;--dc-ac-1:#8e4ec6;--dc-ac-tx:#ededed;--dc-d-tx-1:#ededed;--dc-d-tx-2:#a1a1a1;--dc-d-bg-1:#000;--dc-d-bg-2:#0a0a0a;--dc-d-bg-3:#2e2e2e;--dc-d-lk-1:#52a8ff;--dc-d-lkb-1:#0072f5;--dc-d-lkb-2:#0062d1;--dc-d-lkb-tx:#ededed;--dc-d-ac-1:#8e4ec6;--dc-d-ac-tx:#ededed}@media (prefers-color-scheme:dark){:root{--dc-tx-1:var(--dc-d-tx-1);--dc-tx-2:var(--dc-d-tx-2);--dc-bg-1:var(--dc-d-bg-1);--dc-bg-2:var(--dc-d-bg-2);--dc-bg-3:var(--dc-d-bg-3);--dc-lk-1:var(--dc-d-lk-1);--dc-lkb-1:var(--dc-d-lkb-1);--dc-lkb-2:var(--dc-d-lkb-2);--dc-lkb-tx:var(--dc-d-lkb-tx);--dc-ac-1:var(--dc-d-ac-1);--dc-ac-tx:var(--dc-d-ac-tx)}}*{margin:0;padding:0}address,area,article,aside,audio,blockquote,datalist,details,dl,fieldset,figure,form,iframe,img,input,meter,nav,ol,optgroup,option,output,p,pre,progress,ruby,section,table,textarea,ul,video{margin-bottom:1rem}button,html,input,select{font-family:var(--dc-font-sans)}body{margin:0 auto;max-width:750px;padding:2rem;border-radius:4px;overflow-x:hidden;word-break:break-word;overflow-wrap:break-word;background:var(--dc-bg-1);color:var(--dc-tx-2);font-size:1rem;line-height:1.5}::selection{background:var(--dc-ac-1);color:var(--dc-ac-tx)}h1,h2,h3,h4,h5,h6{line-height:1;color:var(--dc-tx-1);padding-top:.875rem}h1,h2,h3{padding-bottom:.3rem;margin-bottom:.4rem;border-bottom:1px solid var(--dc-bg-3)}h4,h5,h6{margin-bottom:.3rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}a{color:var(--dc-lk-1);text-decoration:none}a:hover{text-decoration:underline}abbr:hover{cursor:help}blockquote{padding:1.5rem;background:var(--dc-bg-2);border:1px solid var(--dc-bg-3);border-left:5px solid var(--dc-bg-3);border-radius:4px}blockquote :last-child{padding-bottom:0;margin-bottom:0}@media (max-width:calc(-1px + (750px + 4rem) + ((275px + 2rem)*2))){header{background:var(--dc-bg-2);border-bottom:1px solid var(--dc-bg-3);padding-top:.9rem;padding-bottom:.6rem;margin:-2rem calc(50% - 50vw) 2rem;padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}header nav a+a::before{content:"• ";color:var(--dc-tx-2)}header h1{font-size:1.6rem}header h2{font-size:1.4rem}header h3{font-size:1.2rem}header h4{font-size:1rem}header h5{font-size:.9rem}header p{font-size:1rem}header nav{font-size:.9rem}header h6{font-size:.8rem}header *{padding-top:.15rem;padding-bottom:.15rem;margin-top:0;margin-bottom:0}header>:first-child{margin-top:0;padding-top:0}header>:last-child{margin-bottom:0;padding-bottom:0}}@media (min-width:calc((750px + 4rem) + ((275px + 2rem)*2))){header{padding:2rem;padding-right:0;margin:0;position:fixed;top:0;left:calc(50% - ((750px + 4rem)/ 2) - (275px + 2rem));width:275px;height:calc(100% - 1rem);overflow-y:auto}header nav{display:flex;flex-direction:column;border-top:1px solid var(--dc-bg-3);padding-top:1rem;margin-top:.5rem}header nav a::before{content:"• ";color:var(--dc-tx-2)}}header h1,header h2,header h3,header h4,header h5,header h6{border-bottom:0}a button,button,input[type=button],input[type=reset],input[type=submit]{font-size:1rem;display:inline-block;padding:6px 12px;text-align:center;text-decoration:none;white-space:nowrap;background:var(--dc-lkb-1);color:var(--dc-lkb-tx);border:0;border-radius:4px;box-sizing:border-box;cursor:pointer}a button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:not-allowed;opacity:.5}.button:enabled:hover,.button:focus,button:enabled:hover,button:focus,input[type=button]:enabled:hover,input[type=button]:focus,input[type=reset]:enabled:hover,input[type=reset]:focus,input[type=submit]:enabled:hover,input[type=submit]:focus{background:var(--dc-lkb-2)}a img{margin-bottom:0}code,kbd,pre,samp{font-family:var(--dc-font-mono)}code,kbd,pre,samp{background:var(--dc-bg-2);border:1px solid var(--dc-bg-3);border-radius:4px;padding:2px 4px;font-size:.9rem}kbd{border-bottom:3px solid var(--dc-bg-3)}pre{padding:1rem 1.4rem;max-width:100%;overflow:auto}pre code{background:inherit;font-size:inherit;color:inherit;border:0;padding:0;margin:0}code pre{display:inline;background:inherit;font-size:inherit;color:inherit;border:0;padding:0;margin:0}details{padding:.6rem 1rem;background:var(--dc-bg-2);border:1px solid var(--dc-bg-3);border-radius:4px}summary{cursor:pointer;font-weight:700}details[open] summary{margin-bottom:8px}details[open]>:first-child{margin-top:0;padding-top:0}details[open]>:last-child{margin-bottom:0;padding-bottom:0}dt{font-weight:700}dd::before{content:"→ "}hr{border:0;border-bottom:1px solid var(--dc-bg-3);margin:1rem auto}fieldset{margin-top:1rem;padding:2rem;border:1px solid var(--dc-bg-3);border-radius:4px}legend{padding:auto .5rem}table{border-collapse:collapse;width:100%}td,th{border:1px solid var(--dc-bg-3);text-align:left;padding:.5rem}th{background:var(--dc-bg-2)}tr:nth-child(2n){background:var(--dc-bg-2)}table caption{font-weight:700;margin-bottom:.5rem}textarea{max-width:100%}ol,ul{padding-left:2rem}li{margin-top:.4rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}mark{padding:2px 4px;background:var(--dc-ac-1);color:var(--dc-ac-tx);border-radius:4px}input,select,textarea{padding:6px 12px;margin-bottom:.5rem;background:var(--dc-bg-2);color:var(--dc-tx-2);border:1px solid var(--dc-bg-3);border-radius:4px;box-shadow:none;box-sizing:border-box}img{max-width:100%}
/*# sourceMappingURL=/sm/564d349b4fc742f480ce72e2e3bcc0c3a4985477f3fb3bfdfe0bbcff97243664.map */