@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fbf8fa;--primary:#e03e8f;--primary-lt:#f9dceb;--primary-dk:#c11f70;--lav:#b85ec9;--lav-lt:#f1e0f5;--mint:#97d8c8;--mint-dk:#3fa68d;--white:#fff;--text:#35272e;--text-muted:#9d7b8c;--shadow-card:0 4px 24px -4px #e03e8f1f;--shadow-hover:0 8px 32px -4px #e03e8f38;--shadow-glow:0 0 16px #e03e8f59;--ff-display:"DM Serif Display", serif;--ff-body:"Inter", sans-serif;--ff-mono:"Space Mono", monospace}html{background:var(--bg);color:var(--text)}body{font-family:var(--ff-body);-webkit-font-smoothing:antialiased}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f8f2f5}::-webkit-scrollbar-thumb{background:#f1a7cc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.sort-bar{border-radius:4px 4px 0 0;flex:1;min-width:0;transition:height 75ms,background-color .1s,box-shadow .1s}.code-block{color:#eddee6;font-family:var(--ff-mono);white-space:pre;background:#1f1825;border-radius:0 0 .75rem .75rem;padding:1.25rem;font-size:.72rem;line-height:1.7;overflow-x:auto}.code-keyword{color:#eb84b8}.code-fn{color:#d48de2}.code-comment{color:#6aaf9d;font-style:italic}.code-num{color:#f0bd75}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.45s both fadeUp}.fade-up2{animation:.45s .12s both fadeUp}.fade-up3{animation:.45s .24s both fadeUp}.fade-up4{animation:.45s .36s both fadeUp}input[type=range]{accent-color:var(--primary);cursor:pointer;width:100%}
