.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}[data-theme=catppuccin-mocha]{--color-background: #1e1e2e;--color-surface: #181825;--color-foreground: #cdd6f4;--color-muted: #6c7086;--color-accent: #cba6f7;--color-border: #313244;--color-error: #f38ba8;--color-success: #a6e3a1}[data-theme=nord]{--color-background: #2e3440;--color-surface: #272c36;--color-foreground: #d8dee9;--color-muted: #4c566a;--color-accent: #88c0d0;--color-border: #3b4252;--color-error: #bf616a;--color-success: #a3be8c}[data-theme=gruvbox-dark]{--color-background: #282828;--color-surface: #1d2021;--color-foreground: #ebdbb2;--color-muted: #665c54;--color-accent: #fe8019;--color-border: #3c3836;--color-error: #fb4934;--color-success: #b8bb26}[data-theme=dracula]{--color-background: #282a36;--color-surface: #21222c;--color-foreground: #f8f8f2;--color-muted: #6272a4;--color-accent: #bd93f9;--color-border: #44475a;--color-error: #ff5555;--color-success: #50fa7b}[data-theme=solarized-dark]{--color-background: #002b36;--color-surface: #002028;--color-foreground: #839496;--color-muted: #586e75;--color-accent: #268bd2;--color-border: #073642;--color-error: #dc322f;--color-success: #859900}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-family:JetBrains Mono,monospace;font-size:15px;line-height:1.6;color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}a{color:inherit;text-decoration:none}::selection{background-color:var(--color-accent);color:var(--color-background)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1rem)}}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}@keyframes fadeOutPage{0%{opacity:1}to{opacity:0}}::view-transition-old(root){animation:fadeOutPage .15s ease-out}::view-transition-new(root){animation:fadeInPage .15s ease-in}.terminal[data-astro-cid-iemgukeu]{width:100%;max-width:800px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 32px #0000004d;overflow:hidden}.terminal-titlebar[data-astro-cid-iemgukeu]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);user-select:none}.terminal-dots[data-astro-cid-iemgukeu]{display:flex;gap:.5rem}.dot[data-astro-cid-iemgukeu]{width:12px;height:12px;border-radius:50%}.dot-red[data-astro-cid-iemgukeu]{background:#ff5f57}.dot-yellow[data-astro-cid-iemgukeu]{background:#febc2e}.dot-green[data-astro-cid-iemgukeu]{background:#28c840}.terminal-path[data-astro-cid-iemgukeu]{color:var(--color-muted);font-size:.85rem}.terminal-content[data-astro-cid-iemgukeu]{padding:1.5rem;min-height:300px}@media(max-width:640px){.terminal[data-astro-cid-iemgukeu]{border-radius:0;border-left:none;border-right:none}.terminal-content[data-astro-cid-iemgukeu]{padding:1rem}}.statusbar[data-astro-cid-fab2rga2]{width:100%;max-width:800px;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;color:var(--color-muted);flex-wrap:wrap}.statusbar-sep[data-astro-cid-fab2rga2]{color:var(--color-border)}.statusbar-keys[data-astro-cid-fab2rga2]{display:flex;gap:.75rem;margin-left:auto}.statusbar-key[data-astro-cid-fab2rga2]{color:var(--color-muted);background:none;border:none;font:inherit;font-size:inherit;cursor:pointer;padding:0;transition:color .15s}.statusbar-key[data-astro-cid-fab2rga2]:hover{color:var(--color-accent)}@media(max-width:640px){.statusbar[data-astro-cid-fab2rga2]{justify-content:center;text-align:center}.statusbar-keys[data-astro-cid-fab2rga2]{margin-left:0}}.keyhint[data-astro-cid-b7qjndnx]{display:inline-flex;align-items:baseline;gap:.5rem;color:var(--color-foreground);background:none;border:none;font:inherit;cursor:pointer;padding:.25rem 0;transition:color .15s;text-align:left}.keyhint[data-astro-cid-b7qjndnx]:hover{color:var(--color-accent)}.keyhint-key[data-astro-cid-b7qjndnx]{color:var(--color-accent);font-weight:700}.keyhint-suffix[data-astro-cid-b7qjndnx]{color:var(--color-muted);font-size:.85em}.toast-container[data-astro-cid-5i5fqekp]{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;pointer-events:none}.toast-container[data-astro-cid-5i5fqekp] .toast{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-foreground);padding:.75rem 1.25rem;border-radius:6px;font-size:.85rem;animation:slideUp .2s ease-out;white-space:nowrap}.toast-container[data-astro-cid-5i5fqekp] .toast.dismissing{animation:slideOut .2s ease-in forwards}.theme-overlay[data-astro-cid-dz5h74bc]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s}.theme-overlay[data-astro-cid-dz5h74bc][aria-hidden=false]{opacity:1;visibility:visible}.theme-modal[data-astro-cid-dz5h74bc]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1.25rem;min-width:280px;max-width:360px;width:90vw}.theme-header[data-astro-cid-dz5h74bc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.theme-title[data-astro-cid-dz5h74bc]{font-weight:700;color:var(--color-foreground)}.theme-close[data-astro-cid-dz5h74bc]{color:var(--color-muted);font-size:.8rem}.theme-divider[data-astro-cid-dz5h74bc]{height:1px;background:var(--color-border);margin-bottom:.75rem}.theme-list[data-astro-cid-dz5h74bc]{list-style:none;display:flex;flex-direction:column;gap:.25rem}.theme-item[data-astro-cid-dz5h74bc]{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:4px;cursor:pointer;transition:background .15s}.theme-item[data-astro-cid-dz5h74bc]:hover,.theme-item[data-astro-cid-dz5h74bc].active{background:var(--color-background)}.theme-item[data-astro-cid-dz5h74bc][aria-selected=true]{outline:1px solid var(--color-accent)}.theme-number[data-astro-cid-dz5h74bc]{color:var(--color-accent);font-weight:700;font-size:.85rem}.theme-swatch[data-astro-cid-dz5h74bc]{width:12px;height:12px;border-radius:50%;flex-shrink:0}.theme-name[data-astro-cid-dz5h74bc]{color:var(--color-foreground)}
