@charset "UTF-8";body{padding:5em;font-size:20px;font-family:Space Mono,monospace;color:#300030;display:grid;grid-template-rows:min-content 1fr;grid-template-columns:repeat(auto-fill,minmax(min(100%,525px),1fr));gap:0 30px}body>*{max-width:600px}:root{--i: 0;--accent: #e15be1}pre{font-weight:700;position:relative;display:inline-block;white-space:pre-wrap;max-width:100%;overflow:auto}pre.logo{white-space:pre;overflow:auto}h1,h2.small{font-size:inherit;text-transform:uppercase}ul{list-style-type:"- "}a{text-decoration:none;color:#b428b4;font-weight:700}nav{grid-row:1;grid-column:1}nav h1{display:inline;margin:0}sup,.sup{color:gray;font-size:15px;margin-top:0}@media screen and (prefers-color-scheme: dark){body{color:#f5f5f5;background-color:#201d20}a{color:var(--accent)}}@media screen and (max-width: 800px){body{padding:5em 20px}}button,input{font-family:inherit;font-size:inherit;border:2px solid #555;background:none;border-radius:4px;color:inherit;cursor:pointer;text-transform:lowercase;font-style:italic;padding:5px 10px}button:hover,input:hover{border:2px solid var(--accent)}button:focus,input:focus{outline:0;border:2px solid #e57736}input[type=text]:focus{cursor:text}section,.warning{border:3px solid var(--border);border-radius:5px;padding:20px;margin-block:2em}.warning{--border: #e57736}.error{color:#e54a36}.c2{grid-row:span 2}.c2 :first-child{margin-top:0}.c2 :last-child{margin-bottom:0}.schema{border:0;margin:0;padding:0}.schema p{margin-top:0}.schema h3,.schema h4{margin-bottom:0}.schema .warning{margin:0}section h3,section h3+p{padding-inline-start:20px}section h4,section h4+p{padding-inline-start:40px}section :first-child{margin-top:0}section :last-child{margin-bottom:0}main{grid-row:2;grid-column:1}main pre:first-child{margin-top:0}footer>p{margin-block:0}hr{border:0}hr:after{content:"✲✲✲"}svg{width:100%}img{border-radius:4px;aspect-ratio:1/1;height:100%}.flex{display:flex;gap:1em}.card{align-items:flex-end;margin-block:1em}
