:root{color-scheme:light;--bg:#eef1f5;--text-body:#56636f;--text-heading:#46586c;--text-muted:#97a2ae;--text-date:#87919d;--text-desc:#5d6a78;--text-nav:#6e7a88;--text-link:#4b5b6e;--text-chip:#55606d;--border:#e2e7ed;--border-strong:#d5dce4;--chip-border:#ccd5de;--terminal-bg:#f6f8fa;--button-border:#c9d2dc;--button-border-hover:#bcc9d6;--button-text-hover:#93a4b4;--brand:#9fb3c5;--accent:#9fb3c5;--accent-hover:#b6c5d3;--glow-soft:0 0 4px #fff, 0 0 15px #7ea0c3ad;--glow-hover:0 0 4px #fff, 0 0 10px #7ea0c3d9, 0 0 20px #7ea0c373;--hilt-cap:#9aa6b2;--hilt-body:linear-gradient(180deg, #f4f7fa, #c8d1da 60%, #a3aeba);--hilt-border:#aab5c0;--hilt-dot:#c99a3a;--hilt-grip:linear-gradient(180deg, #d8b45e, #b08a34);--hilt-emitter:#8e9aa6;--blade-glow:0 0 2px #fffffff2, 0 0 6px #7ea0c3d9, 0 0 12px #7ea0c373;--cursor-bg:#f4f9fd;--cursor-border:1px solid #cfdae4;--cursor-glow:0 0 5px #ffffffd9, 0 0 12px #7ea0c38f, 0 0 19px #7ea0c34a;--chip-active-text:#f6f8fa;--chip-active-glow:0 0 8px #7ea0c380}:root[data-theme=dark]{color-scheme:dark;--bg:#16181d;--text-body:#a8adb8;--text-heading:#a7aebc;--text-muted:#575d6a;--text-date:#767d8a;--text-desc:#969ca8;--text-nav:#8d93a0;--text-link:#b3bac6;--text-chip:#9ba3b3;--border:#21242b;--border-strong:#272b33;--chip-border:#2c313a;--terminal-bg:#1d2026;--button-border:#3a3f4a;--button-border-hover:#ff2f45;--button-text-hover:#ff5162;--brand:#ff2f45;--accent:#ff5162;--accent-hover:#ff5162;--glow-soft:0 0 14px #ff2f4563;--glow-hover:0 0 6px #fff6, 0 0 11px #ff5a6ecc;--hilt-cap:#4a505b;--hilt-body:linear-gradient(180deg, #3b414b, #1c2026 60%, #14161a);--hilt-border:#3f4550;--hilt-dot:#e8192e;--hilt-grip:linear-gradient(180deg, #8e97a2, #565d68);--hilt-emitter:#33383f;--blade-glow:0 0 2px #ffffffbf, 0 0 6px #ff2f45f2, 0 0 12px #ff2f4599, 0 0 20px #ff2f454d;--cursor-bg:#ff2f45;--cursor-border:none;--cursor-glow:0 0 4px #ff2f45e6, 0 0 10px #ff2f458c, 0 0 16px #ff2f454d;--chip-active-text:#16181d;--chip-active-glow:0 0 10px #ff2f4580}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text-body);margin:0}body{min-height:100vh;font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}.pg{max-width:720px;margin:0 auto;padding:40px 44px 64px}@media (width<=640px){.pg{padding:28px 20px 56px}}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.theme-toggle[data-astro-cid-l6lhmie6]{cursor:pointer;background:0 0;border:none;align-items:center;padding:6px 0;display:inline-flex}.hilt-cap[data-astro-cid-l6lhmie6]{background:var(--hilt-cap);border-radius:1px 0 0 1px;width:3px;height:7px}.hilt-body[data-astro-cid-l6lhmie6]{background:var(--hilt-body);border:1px solid var(--hilt-border);border-radius:1px;justify-content:center;align-items:center;width:13px;height:9px;display:flex}.hilt-dot[data-astro-cid-l6lhmie6]{background:var(--hilt-dot);border-radius:50%;width:2px;height:2px}.hilt-grip[data-astro-cid-l6lhmie6]{background:var(--hilt-grip);border-radius:1px;width:3px;height:11px}.hilt-emitter[data-astro-cid-l6lhmie6]{background:var(--hilt-emitter);border-radius:0 1px 1px 0;width:2px;height:8px;margin-right:1px}.blade[data-astro-cid-l6lhmie6]{width:30px;height:3px;box-shadow:var(--blade-glow);transform-origin:0;background:#fff;border-radius:0 2px 2px 0;transition:transform .3s cubic-bezier(.2,.7,.3,1);transform:scaleX(0)}.theme-toggle[data-astro-cid-l6lhmie6]:hover .blade[data-astro-cid-l6lhmie6]{transform:scaleX(1)}.site-nav[data-astro-cid-rutobish]{justify-content:space-between;align-items:center;padding-bottom:40px;display:flex}.logo[data-astro-cid-rutobish]{color:var(--text-link);font-size:15px;font-weight:700}.brand[data-astro-cid-rutobish]{color:var(--brand);text-shadow:var(--glow-soft)}.nav-links[data-astro-cid-rutobish]{align-items:center;gap:24px;font-size:13px;display:flex}.nav-links[data-astro-cid-rutobish] a[data-astro-cid-rutobish]{color:var(--text-nav);transition:text-shadow .35s ease-out,color .35s ease-out}.nav-links[data-astro-cid-rutobish] a[data-astro-cid-rutobish]:hover{color:var(--accent-hover);text-shadow:var(--glow-hover)}.nav-links[data-astro-cid-rutobish] a[data-astro-cid-rutobish].active{color:var(--accent);text-shadow:var(--glow-soft)}@media (width<=640px){.nav-links[data-astro-cid-rutobish]{gap:15px}}
