htm-confetti canvas{left:0;pointer-events:none;position:fixed;top:0}htm-spinner svg{animation:calc(var(--htm-duration, .25s) * 5) linear htm-spin infinite}htm-spinner p{display:none}@keyframes htm-spin{0%{stroke-dashoffset:502;stroke-dasharray:150.6 100.4}50%{stroke-dasharray:1 250}to{stroke-dashoffset:0;stroke-dasharray:150.6 100.4}}@media (prefers-reduced-motion: reduce){htm-spinner svg{display:none}htm-spinner p{display:block}}htm-toast{background-color:var(--htm-bg, white);border-color:var(--htm-border, black);border-radius:var(--htm-radius, .5rem);border-style:solid;border-width:1px;color:var(--htm-fg, black);max-width:min(calc(100vw - calc(var(--htm-spacing, 1.25rem) * 2)),20rem);padding:calc(var(--htm-spacing, 1.25rem) * .6) var(--htm-spacing, 1.25rem);position:fixed;transition-duration:var(--htm-duration, .25s);transition-property:bottom,left,right,top;transition-timing-function:cubic-bezier(.75,-.75,.25,1.5);width:max-content;z-index:10000}htm-toast.danger{background-color:var(--htm-bg-danger, #991b1b);border:none;color:#fff}htm-toast.info{background-color:var(--htm-bg-info, #1e40af);border:none;color:#fff}htm-toast.success{background-color:var(--htm-bg-success, #166534);border:none;color:#fff}htm-toast.bottom{bottom:-10rem}htm-toast.bottom.enter{bottom:1.25rem}htm-toast.center{left:50%;transform:translate(-50%)}htm-toast.center.bottom.exit{bottom:-10rem}htm-toast.center.top.exit{top:-10rem}htm-toast.left{left:1.25rem}htm-toast.left.exit{left:-20rem}htm-toast.right{right:1.25rem}htm-toast.right.exit{right:-20rem}htm-toast.top{top:-10rem}htm-toast.top.enter{top:1.25rem}@media (prefers-reduced-motion: reduce){htm-toast{transition-duration:0ms}}:root{--blue: #1d4ed8;--circle-a: #eab308;--circle-b: #3b82f6;--circle-c: #ef4444;--dark: #121212;--gray: #374151;--light: #fefefe;--red: #b91c1c;--slate: #334155;--bg-blue: #1d4ed8;--bg: var(--light);--fg: var(--dark);--htm-border: var(--slate);--h1: clamp(1.5rem, 6.25vmin, 2rem);--h2: clamp(1.375rem, 5vmin, 1.75rem);--h3: clamp(1.25rem, 4vmin, 1.5rem)}:root:has(body.dark){--blue: #60a5fa;--gray: #d1d5db;--red: #ef4444;--slate: #cbd5e1;--bg: var(--dark);--fg: var(--light)}*{border-color:var(--slate);border-width:1px;box-sizing:border-box}html{background-color:var(--bg);color:var(--fg)}html:has(dialog[open]){overflow:hidden}body{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;justify-content:space-between;margin:0;min-height:100vh;text-align:center}body.dark{color-scheme:dark}header{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1.25rem 1.25rem}.site-logo{color:var(--gray);display:flex;font-size:1.125rem;font-weight:700;gap:.25rem;text-decoration:inherit}header :last-child{align-items:center;display:flex;gap:1.25rem;margin-inline:auto 0}main{align-items:center;display:flex;flex-direction:column;padding-inline:1.25rem}footer{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin:auto auto 0;max-width:65ch;padding:5rem 1.25rem .75rem}footer div{display:inline-flex;gap:1.25rem}h1,h2,p{margin:0}h1,h2{letter-spacing:1px;text-wrap:balance}h2,h3{font-weight:inherit}h1{font-size:var(--h1)}h2{font-size:var(--h2);margin-block:.5rem 2rem}p{line-height:1.6;text-wrap:pretty}pre{font-family:inherit;text-align:center}small{font-size:75%}a,button{align-items:center;color:var(--blue);display:inline-flex;justify-content:center;min-height:2rem;min-width:2rem}button{border:none;background:inherit;cursor:pointer;font-size:inherit;padding:0}ol,ul{list-style:none;margin:0;padding:0}label{align-items:flex-start;display:flex;flex-direction:column;font-size:.875rem;width:min(100%,30rem)}input,select{background-color:var(--bg);border-radius:.5rem;color:inherit;font-size:1rem;padding:.5rem;max-width:65ch;width:100%}select{cursor:pointer}dialog{border-radius:1rem;border-style:solid;margin:20vh auto;padding:0;width:min(calc(100vw - 2.5rem),20rem)}dialog::backdrop{background-color:#000c}.btn{background-color:var(--bg-blue);border-radius:.5rem;color:var(--light);font-size:1.0675rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1.5rem}.theme-toggle-container{display:flex;font-size:1.5rem;gap:1.25rem}.copyright{align-items:center;display:flex;gap:0 .25rem;flex-wrap:wrap-reverse;justify-content:center;text-align:center}htm-toast{--htm-bg: var(--fg);--htm-fg: var(--bg);line-height:1.3}.bg-gradient{background:var(--circle-c);background:radial-gradient(circle,var(--circle-c) 0%,var(--circle-b) 50%,var(--circle-a) 100%);height:100vh;left:0;opacity:10%;pointer-events:none;position:fixed;top:0;width:100vw;z-index:-10}htm-spinner{margin:5rem auto}@media (prefers-contrast: more){.bg-gradient{display:none}}@media not all and (min-width: 400px){html{font-size:14px}body{text-align:left}h1,h2,p{width:100%}dialog{margin:1.25rem auto}}@media (min-width: 800px) and (min-height: 800px){html{font-size:18px}}
