@charset "UTF-8";.marky.svelte-sbzw8u{position:relative}.notif.svelte-sbzw8u{font-size:10px;background:rgb(255,97,126);color:#fff;height:18px;text-align:center;width:18px;border-radius:10px;position:absolute;top:-2px;right:-4px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}body *{box-sizing:border-box}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}#mode{--accent:rgb(255, 164, 164);--highlight:rgba(255, 228, 120, .88);--type:rgb(56,33,47);--bg:#fff;--bgt:rgba(255, 255, 255, .6);--contrastbg:#f9f4f6;--line:#eae2e1;--contline:#d6c1c9;--gutter:6%}#mode.totpink{background:var(--accent);color:#38212f}#mode.dark{--type:#eee;--bg:rgb(94, 47, 59);--bgt:rgba(94, 47, 59, .6);--contrastbg:rgb(63,28,41);--line:rgb(114,71,83);--contline:rgb(163, 115, 129)}@media (prefers-color-scheme: dark){#mode{--type:#eee;--bg:rgb(94, 47, 59);--bgt:rgba(94, 47, 59, .6);--contrastbg:rgb(63,28,41);--line:rgb(114,71,83);--contline:rgb(163, 115, 129)}#mode.light{--type:rgb(56,33,47);--bg:#fff;--bgt:rgba(255, 255, 255, .6);--contrastbg:#f9f4f6;--line:#eae2e1;--contline:#d6c1c9}}html{font-size:118.8%;scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;font-weight:400;line-height:1.75}*:focus-visible{outline:none;box-shadow:0 0 0 2px var(--hightlight);border-radius:3px}#mode{background:var(--bg);color:var(--type);min-height:100vh}main{margin:0 auto;padding:3rem 0 20vh;width:clamp(300px,88%,1200px)}footer{margin:0 auto;padding:2vh 0 4vh;width:clamp(300px,88%,1200px);color:var(--contline)}footer a{color:var(--type)}header,section{margin:4vh var(--gutter) 4vh auto}p,ul,ol,label,h2,h3,h4,h5,h6{width:clamp(100px,100%,36rem)}p{margin:0 0 1rem}li{margin-bottom:.5rem}h1,h2,h3,h4,h5,h6{margin:3rem auto 1.38rem;line-height:1.27}h1{margin-top:0;font-size:1.802rem}h2{font-size:1.602rem}h3{font-size:1.424rem}h4{font-size:1.266rem}h5,.ingress{font-size:1.125rem}pre,code{font-family:Inter,Arial,sans-serif;font-size:.889rem;padding:.1rem .3rem .2rem;border-radius:.2rem;background:var(--codebg);color:var(--codetype)}i{font-style:normal}em{font-style:italic}strong{font-weight:500}mark{background:var(--accent)}a{color:inherit;text-decoration:none;cursor:pointer;transition:ease all .3s}p a{text-decoration:underline dotted var(--highlight)}p a:hover{color:var(--contline)}code{word-wrap:break-word;box-decoration-break:clone}pre{padding:1rem;width:clamp(200px,100%,36rem);max-height:40vh;overflow:auto;margin:1rem auto}pre::-webkit-scrollbar{width:10px;height:10px;background:none}pre::-webkit-scrollbar-corner,pre::-webkit-scrollbar-track{background:var(--codedark);border-radius:.2rem}pre::-webkit-scrollbar-thumb{background:var(--codetrack);border-radius:.2rem;width:8px;height:8px}pre::-webkit-scrollbar-thumb:hover{background:var(--codetracklight)}pre code{display:block;white-space:pre;background:none;padding:0}pre code span{opacity:.5}.pinky{color:var(--accent)}details{transition:ease-in-out all .6s;background:var(--contrastbg);border:1px solid var(--line);border-radius:4px;padding:2vh 2rem;max-height:calc(2.9rem + 4vh);overflow:auto;margin:.6rem auto}details details{background:var(--bg);padding:1vh 1rem}details summary{cursor:pointer;font-size:1.125rem;margin:.8rem 0 1.1rem;line-height:1.3}details summary::marker{color:var(--accent)}details[open]{max-height:80vh}data:hover:after{content:" (ID " attr(value) ")";font-size:.79em}hr{border:none;border-top:3px double var(--line);color:var(--line);overflow:visible;text-align:center;margin:2rem 0 1rem;height:1rem}hr:after{font-size:1.333rem;background:var(--bg);content:"\2620";padding:0 .5rem;position:relative;top:-1.333rem}video,img{max-width:100%}table{width:100%;max-width:100%;overflow-y:scroll;border:1px solid var(--line);background:var(--contrastbg);font-size:.79em}.circlebut{height:2rem;width:2rem;display:inline-flex;justify-content:center;align-items:center;border-radius:2rem;font-size:1.1rem;background:var(--contrastbg);border:2px solid var(--line)}.circlebut:hover{background:var(--bg);border-color:var(--type)}.circlebut.active{background:var(--accent);border-color:var(--accent);color:#fff}label{display:block;margin:0 auto .5rem}button{font-size:1rem;border:2px solid var(--line);background:var(--accent);display:block;text-transform:uppercase;padding:.7rem 1.4rem .5rem;margin:1rem 0;border-radius:4px;color:#fff;cursor:pointer}button.secondary{background:var(--bg);color:var(--accent);border-color:var(--accent);padding:.7rem 1rem .5rem}button:hover{background:var(--bg);border-color:var(--type);color:var(--type)}button:focus{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.totpink button{background:rgb(94,47,59)}input{border:2px solid var(--line);border-radius:4px;padding:.6rem;letter-spacing:.03em;font-size:1rem;min-width:3rem;max-width:600px;background:var(--contrastbg)}input::placeholder{color:var(--line)}input:focus{border-color:var(--highlight);background:var(--bg)}.totpink input{border-color:#5e2f3b}.totpink input:focus{border-color:var(--highlight)}@media screen and (min-width: 900px){html{font-size:137.5%}}.iconbar{justify-content:space-between;width:100%;background:var(--bgt);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;top:0;left:0;padding:.8rem 4% 0;z-index:20;height:3rem}.iconbar .righty{display:flex;text-align:right;gap:1rem;position:absolute;right:4%;top:.8rem}
