.pseudocode{background-color:var(--color-lightest);width:min-content;padding-left:1vw;padding-right:100px;border:solid 2px var(--color-darker);border-radius:var(--radius-m);font-family:CascadiaCode,monospace;white-space:pre;max-width:95vw}.pseudocode .label{padding:10px 10px 0}.pseudocode>ol li::marker{color:var(--color-dark)}.pseudocode>ol li{height:20px}.pseudocode .keyword{font-weight:700}.pseudocode a{color:#000;text-decoration:none}.pseudocode .hint{display:flex;gap:10px}.pseudocode ul{list-style-type:none;padding-left:25px}.pseudocode .hint>*:last-child:hover{text-decoration:underline}.pseudocode .hint>*:first-child{color:#d73c3c;width:15px}@media screen and (max-width: 700px){.pseudocode{padding:0;background-color:none;font-size:4vw;border:none;background-color:transparent;margin:0 auto}.pseudocode ol,.pseudocode ul{list-style-type:none;padding-left:1px}.pseudocode>ol li{height:4vw}}
