html{--text-color: currentcolor;--text-color-dark1: currentcolor;--text-color-light1: currentcolor;--text-color-light2: currentcolor;--highlight-color1: currentcolor;--transparent-panel-color: transparent;font-family:-apple-system,system-ui,sans-serif,Segoe UI;font-size:16px;color:var(--text-color)}h1{font-size:40px;color:var(--text-color-light1);margin:.4em 0}h2{color:var(--text-color-light1);margin-top:40px}a{transition:color ease .2s;text-decoration:none;color:var(--text-color-light1)}a:visited{color:var(--text-color-light1)}a:hover{color:var(--highlight-color1)}a:visited:hover{text-decoration:underline}@media screen{html{--text-color-dark1: rgb(100 111 140);--text-color: rgb(148 163 184);--text-color-light1: rgb(220 230 240);--text-color-light2: rgb(190 200 210);--highlight-color1: orange;--transparent-panel-color: rgb(220 230 240 / 3%);--bg-color: rgb(23 23 33);background-color:var(--bg-color)}#overlay{box-sizing:border-box;background-image:radial-gradient(600px at 300px 240px,rgb(88 97 168 / 20%),transparent 80%);height:100vh;width:100vh;height:100dvh;width:100dvw;position:fixed;z-index:10;pointer-events:none}#page-wrapper{max-width:800px;margin:0 auto;padding:10px}}main canvas{width:100%;aspect-ratio:16/9;border-radius:10px}.error{color:red}.inspector{display:grid;gap:10px;grid-template-columns:auto 1fr;grid-auto-rows:2em;padding:1em;border-radius:5px;background:rgb(240 245 245);margin:5px 0}.inspector>input[type=checkbox]{width:1.3em}.middle-in-grid-row{margin-top:auto;margin-bottom:auto}.tech-notes{background-color:var(--transparent-panel-color);margin:15px 0;padding:15px}.tech-notes h3,.inspector h3{text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;color:var(--text-color-light1)}.tech-notes p{line-height:1.7;margin-bottom:12px}details{color:var(--text-color-light2)}details summary{cursor:pointer;margin-top:8px}details ol{padding-left:16px;margin-top:8px;line-height:2}
