:root{--bg:#1e2127;--panel:#24272e;--titlebar:#2b2f37;--border:#3a3f4b;--fg:#abb2bf;--dim:#636b78;--kw:#56b6c2;--var:#61afef;--prop:#d7dbe2;--str:#98c379;--str-hover:#b8e6a0;--name:#7ee787;--op:#7f8896;--num:#d19a66}:root[data-theme=dracula]{--bg:#282a36;--panel:#282a36;--titlebar:#343746;--border:#44475a;--fg:#f8f8f2;--dim:#6272a4;--kw:#ff79c6;--var:#bd93f9;--prop:#f8f8f2;--str:#f1fa8c;--str-hover:#f6fbb0;--name:#50fa7b;--op:#6272a4;--num:#bd93f9}:root[data-theme=solarized]{--bg:#002b36;--panel:#073642;--titlebar:#0a4552;--border:#0f5563;--fg:#93a1a1;--dim:#586e75;--kw:#859900;--var:#268bd2;--prop:#eee8d5;--str:#2aa198;--str-hover:#3fc0b6;--name:#b58900;--op:#657b83;--num:#d33682}:root[data-theme=matrix]{--bg:#0b0f0b;--panel:#0d130d;--titlebar:#0f1a0f;--border:#1c3a1c;--fg:#39ff14;--dim:#1f7a1f;--kw:#7cfc00;--var:#00ff9c;--prop:#baffba;--str:#39ff14;--str-hover:#9dff8a;--name:#adff2f;--op:#2e8b2e;--num:#adff2f}:root[data-theme=light]{color-scheme:light;--bg:#fafafa;--panel:#fff;--titlebar:#f0f0f0;--border:#dcdcdc;--fg:#383a42;--dim:#a0a1a7;--kw:#a626a4;--var:#4078f2;--prop:#383a42;--str:#50a14f;--str-hover:#3f8b3e;--name:#1a7f37;--op:#a0a1a7;--num:#986801}.cl-toast{background:var(--titlebar);color:var(--fg);border:1px solid var(--border);letter-spacing:.02em;opacity:0;pointer-events:none;z-index:50;border-radius:8px;padding:8px 14px;font:500 .85rem/1 Fira Code,ui-monospace,monospace;transition:opacity .2s,transform .2s;position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(8px)}.cl-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.cl-rain{z-index:40;pointer-events:none;position:fixed;inset:0}.cl-spark{z-index:45;pointer-events:none;color:var(--name);text-shadow:0 0 8px;will-change:transform,opacity;font:700 1.1rem Fira Code,ui-monospace,monospace;animation:.8s ease-out forwards cl-spark-up;position:fixed}@keyframes cl-spark-up{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,-120px))) scale(1.3)}}[data-astro-cid-paepmhhc]{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{height:100dvh;color:var(--fg);background-color:var(--bg);-webkit-font-smoothing:antialiased;font-family:Fira Code,ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;overflow:hidden}.sr-only[data-astro-cid-paepmhhc]{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.editor[data-astro-cid-paepmhhc]{background:var(--panel);background-image:radial-gradient(130% 100%at 50% 0%,var(--titlebar) 0%,var(--panel) 55%);flex-direction:column;width:100vw;height:100dvh;padding:0;display:flex}.titlebar[data-astro-cid-paepmhhc]{background:var(--titlebar);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:.75rem;padding:.7rem 1.1rem;display:flex}.dots[data-astro-cid-paepmhhc]{cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:.5rem;margin:0;padding:2px;display:inline-flex}.dots[data-astro-cid-paepmhhc]:hover i[data-astro-cid-paepmhhc]{filter:brightness(1.2)}.dots[data-astro-cid-paepmhhc]:focus-visible{outline:2px solid var(--name);outline-offset:2px}.dots[data-astro-cid-paepmhhc] i[data-astro-cid-paepmhhc]{background:#4b515c;border-radius:50%;width:12px;height:12px}.dots[data-astro-cid-paepmhhc] i[data-astro-cid-paepmhhc]:first-child{background:#e06c75}.dots[data-astro-cid-paepmhhc] i[data-astro-cid-paepmhhc]:nth-child(2){background:#e5c07b}.dots[data-astro-cid-paepmhhc] i[data-astro-cid-paepmhhc]:nth-child(3){background:#98c379}.filename[data-astro-cid-paepmhhc]{color:var(--dim);letter-spacing:.02em;font-size:.82rem}.code[data-astro-cid-paepmhhc]{flex:1;justify-content:flex-start;align-items:flex-start;min-height:0;padding:4px 0;display:flex;overflow:auto}.code-inner[data-astro-cid-paepmhhc]{width:100%;font-size:clamp(.68rem,min(1.7vw,2.5vh),1.05rem);line-height:1.75}.row[data-astro-cid-paepmhhc]{grid-template-columns:2.75ch 1fr;align-items:start;column-gap:1.5ch;display:grid}.ln[data-astro-cid-paepmhhc]{color:var(--dim);opacity:.5;text-align:right;user-select:none}.line[data-astro-cid-paepmhhc]{white-space:pre-wrap;word-break:break-word;min-height:1.75em}.line[data-astro-cid-paepmhhc].d1{padding-left:2ch}.line[data-astro-cid-paepmhhc].d2{padding-left:4ch}.kw[data-astro-cid-paepmhhc]{color:var(--kw)}.var[data-astro-cid-paepmhhc]{color:var(--var)}.prop[data-astro-cid-paepmhhc]{color:var(--prop)}.op[data-astro-cid-paepmhhc],.brace[data-astro-cid-paepmhhc]{color:var(--op)}.str[data-astro-cid-paepmhhc]{color:var(--str)}.name[data-astro-cid-paepmhhc]{color:var(--name);font-weight:700}.cmt[data-astro-cid-paepmhhc]{color:var(--dim);font-style:italic}.num[data-astro-cid-paepmhhc]{color:var(--num)}.link[data-astro-cid-paepmhhc]{border-radius:4px;text-decoration:none;transition:color .15s}.link[data-astro-cid-paepmhhc] .str[data-astro-cid-paepmhhc]{text-underline-offset:3px;text-decoration:underline #98c37959}.link[data-astro-cid-paepmhhc]:hover .str[data-astro-cid-paepmhhc],.link[data-astro-cid-paepmhhc]:focus-visible .str[data-astro-cid-paepmhhc]{color:var(--str-hover);text-decoration-color:var(--str-hover)}.link[data-astro-cid-paepmhhc]:focus-visible{outline:2px solid var(--name);outline-offset:2px}.cert[data-astro-cid-paepmhhc]{vertical-align:middle;align-items:center;gap:.5ch;display:inline-flex}.badge[data-astro-cid-paepmhhc]{vertical-align:middle;border-radius:4px;flex:none;width:1.45em;height:1.45em}.caret[data-astro-cid-paepmhhc]{background:var(--name);vertical-align:text-bottom;width:.6ch;height:1.15em;margin-left:.3ch;animation:1.1s step-end infinite blink;display:inline-block}body.typing .caret[data-astro-cid-paepmhhc]{visibility:hidden}.line[data-astro-cid-paepmhhc].is-typing:after{content:"";background:var(--name);vertical-align:text-bottom;width:.6ch;height:1.15em;margin-left:1px;animation:1.1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}