@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.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}:root{--bg: #fafafa;--bg-bottom: #f0f0f0;--bg-subtle: #f0f0f0;--border: #d4d4d8;--text: #18181b;--text-muted: #5e6472;--accent: #16a34a;--accent-glow:rgba(22, 163, 74, .15);--code-bg: #f0fdf4;--grid-line: rgba(0, 0, 0, .04);--radius: 3px;color-scheme:light}html.dark{--bg: #0c0c0c;--bg-bottom: #080808;--bg-subtle: #141414;--border: #2a2a2a;--text: #e4e4e7;--text-muted: #a1a1aa;--accent: #4ade80;--accent-glow:rgba(74, 222, 128, .15);--code-bg: #0f1a12;--grid-line: rgba(255, 255, 255, .025);color-scheme:dark}html.blue{--accent: #0176D3;--accent-glow:rgba(1, 118, 211, .15);--code-bg: #eff6ff}html.dark.blue{--accent: #2E9CFF;--accent-glow:rgba(46, 156, 255, .15);--code-bg: #071628}.skip-link{position:fixed;top:-100%;left:1rem;background:var(--accent);color:var(--bg);padding:.5rem 1.25rem;border-radius:0 0 6px 6px;font-size:.875rem;font-weight:700;text-decoration:none;z-index:9999;transition:top .15s ease}.skip-link:focus{top:0}.skip-link:focus:not(:focus-visible){outline:none}.skip-link:focus-visible{top:0;outline:2px solid var(--accent);outline-offset:2px}main:focus{outline:none}main:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.corner-prompt{position:fixed;bottom:1.25rem;left:1.25rem;font-size:.75rem;font-weight:500;color:var(--text-muted);opacity:.6;pointer-events:none;z-index:1;transition:opacity .25s ease}.corner-prompt:before{content:"$ ";color:var(--accent);font-weight:700}.corner-prompt.corner-prompt--hidden{opacity:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scrollbar-gutter:stable;overflow-x:hidden}body{background:linear-gradient(180deg,transparent 0%,transparent 12%,var(--bg-bottom) 42%),linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px),radial-gradient(ellipse 120% 80% at 85% 15%,color-mix(in srgb,var(--accent) 6%,transparent) 0%,transparent 55%),linear-gradient(180deg,var(--bg) 0%,var(--bg-bottom) 100%);background-size:100% 100%,24px 24px,24px 24px,100% 100%,100% 100%;background-attachment:fixed;background-position:0 0,0 0,0 0,0 0,0 0;color:var(--text);font-family:JetBrains Mono,Fira Code,Cascadia Code,SF Mono,ui-monospace,Menlo,monospace;font-size:.9375rem;line-height:1.7;transition:background .2s ease,color .2s ease;min-height:100dvh;display:flex;flex-direction:column;position:relative}.noise-overlay{position:fixed;inset:0;pointer-events:none;z-index:-1}.noise-overlay svg{display:block;width:100%;height:100%}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:700px;margin-inline:auto;padding-inline:1.5rem}.container--wide{max-width:1060px}main{flex:1;padding-block:3rem}body>header{border-bottom:1px solid var(--border);padding-block:1rem;background-color:var(--bg);position:sticky;top:0;z-index:100;transform:translateY(0);transition:transform .3s ease,border-color .2s ease,background-color .2s ease;will-change:transform}body>header.header-hidden{transform:translateY(-100%)}.reading-progress{position:fixed;top:0;left:0;width:100vw;height:3px;background:var(--accent);transform-origin:left center;transform:scaleX(0);transition:transform .12s ease-out;pointer-events:none;z-index:999;box-sizing:border-box}body>header .container{display:flex;align-items:center;justify-content:space-between;max-width:none;width:100%}.site-name{font-size:.875rem;font-weight:700;text-decoration:none;color:var(--accent);letter-spacing:0;display:flex;align-items:center;gap:0}.site-prompt{color:var(--text-muted);font-weight:400;margin-right:.4em}.site-cursor{display:inline-block;width:8px;height:1.1em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;animation:blink 1.2s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.site-name:hover .site-cursor{animation-play-state:paused}nav{display:flex;align-items:center;gap:1.25rem}nav a{font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:color .15s}nav a:before{content:"./";color:var(--accent);opacity:.6}nav a:hover{color:var(--accent)}#theme-toggle{background:none;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;display:grid;place-items:center;padding:.375rem;transition:border-color .15s,color .15s,background-color .15s;width:30px;height:30px;font-family:inherit;font-size:.75rem}#theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}#theme-toggle svg{width:14px;height:14px;pointer-events:none}.icon-sun{display:none}.icon-moon,html.dark .icon-sun{display:block}html.dark .icon-moon{display:none}footer{border-top:1px solid var(--border);padding-block:1.25rem;font-size:.75rem;color:var(--text-muted);background-color:var(--bg)}footer .container{display:flex;justify-content:space-between;align-items:center;max-width:none;width:100%}.footer-nav{display:flex;align-items:center;gap:1.25rem;width:100%;font-size:.75rem;color:var(--text-muted)}.footer-nav a{color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-nav a:hover{color:var(--accent)}.footer-year{color:var(--text-muted);margin-left:auto}@media(min-width:601px){.footer-nav a{display:none}}.footer-cmd:before{content:"// ";color:var(--accent);opacity:.5}.post-list{list-style:none;display:flex;flex-direction:column}.post-item{position:relative;border-bottom:1px solid var(--border);padding-block:1.625rem;transition:background-color .15s;opacity:0;transform:translateY(10px);animation:postItemEnter .4s ease forwards}.post-item:nth-child(1){animation-delay:.02s}.post-item:nth-child(2){animation-delay:.05s}.post-item:nth-child(3){animation-delay:.08s}.post-item:nth-child(4){animation-delay:.11s}.post-item:nth-child(5){animation-delay:.14s}.post-item:nth-child(6){animation-delay:.17s}.post-item:nth-child(7){animation-delay:.2s}.post-item:nth-child(8){animation-delay:.23s}.post-item:nth-child(9){animation-delay:.26s}.post-item:nth-child(10){animation-delay:.29s}.post-item:nth-child(11){animation-delay:.32s}.post-item:nth-child(12){animation-delay:.35s}.post-item:nth-child(13){animation-delay:.38s}.post-item:nth-child(14){animation-delay:.41s}.post-item:nth-child(15){animation-delay:.44s}.post-item:nth-child(n+16){animation-delay:.47s}@keyframes postItemEnter{to{opacity:1;transform:translateY(0)}}.post-item:first-child{border-top:1px solid var(--border)}.post-link{text-decoration:none}.post-link:after{content:"";position:absolute;inset:0}.post-item:hover .post-title{color:var(--accent)}.post-item:hover .post-arrow{transform:translate(4px);color:var(--accent)}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem;font-variant-numeric:tabular-nums}.post-meta time:before{content:"[";opacity:.5}.post-meta time:after{content:"]";opacity:.5}.post-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.post-title{font-size:.9375rem;font-weight:700;line-height:1.4;margin-bottom:.375rem;transition:color .15s;letter-spacing:-.01em}.post-arrow{color:var(--text-muted);transition:transform .15s,color .15s;flex-shrink:0;font-size:.875rem}.post-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.5;font-weight:400}.tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.625rem}.tag{position:relative;z-index:1;font-size:.6875rem;padding:.125rem .375rem;border-radius:var(--radius);background:var(--accent-glow);color:var(--accent);text-decoration:none;border:1px solid color-mix(in srgb,var(--accent) 25%,transparent);font-weight:500;transition:background-color .15s}.tag:before{content:"#";opacity:.7}.tag:hover{background:color-mix(in srgb,var(--accent) 25%,transparent)}.post-with-toc{display:grid;grid-template-columns:210px 1fr;gap:0 4.5rem;align-items:start}.toc-sidebar{grid-column:1;grid-row:1;position:sticky;top:5rem;max-height:calc(100vh - 6rem);overflow-y:auto;scrollbar-width:none}.toc-sidebar::-webkit-scrollbar{display:none}.post-with-toc article{grid-column:2;grid-row:1;min-width:0}.toc-inner{border-left:1px solid var(--border);padding:1rem 0 1rem 1rem}.toc-title{font-size:.6875rem;font-weight:700;color:var(--accent);letter-spacing:.05em;margin-bottom:.875rem}.toc-list{list-style:none;display:flex;flex-direction:column;gap:.125rem}.toc-item{line-height:1.4}.toc-depth-3{padding-left:.875rem}.toc-link{font-size:.75rem;color:var(--text-muted);text-decoration:none;display:block;padding-block:.2rem;transition:color .15s;border-left:2px solid transparent;margin-left:-1.0625rem;padding-left:.875rem}.toc-depth-3 .toc-link{margin-left:-1.9375rem;padding-left:1.75rem}.toc-link:hover{color:var(--text)}.toc-link.active{color:var(--accent);border-left-color:var(--accent)}@media(max-width:860px){.toc-sidebar{display:none}.post-with-toc{grid-template-columns:1fr}.post-with-toc article{grid-column:1}}.post-header{margin-bottom:2.5rem;padding-bottom:1.75rem;border-bottom:1px solid var(--border)}.post-header h1{font-size:clamp(1.25rem,3.5vw,1.625rem);font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:.875rem}.post-header h1:before{content:"// ";color:var(--accent);opacity:.6;font-weight:400}.prose{max-width:100%}.prose h2{font-size:1.0625rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--accent);letter-spacing:-.01em}.prose h2:before{content:"## ";opacity:.5;font-weight:400}.prose h3{font-size:.9375rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}.prose h3:before{content:"### ";color:var(--accent);opacity:.5;font-weight:400}.prose p{margin-bottom:1.25rem;font-size:.9rem;line-height:1.8}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem;font-size:.9rem}.prose li{margin-bottom:.375rem}.prose ul li::marker{color:var(--accent);content:"▸ "}.prose blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;color:var(--text-muted);font-style:normal;margin-block:1.5rem}.prose code{font-family:inherit;font-size:.875em;background:var(--code-bg);color:var(--accent);padding:.1em .4em;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent)}.prose pre{border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:1.25rem 1.25rem 1.25rem 1.125rem;overflow-x:auto;margin-block:1.5rem;font-size:.825rem;line-height:1.65;position:relative}.prose pre code{background:none!important;padding:0;border:none;color:inherit}html:not(.dark) .astro-code,html:not(.dark) .astro-code span{color:var(--shiki-light)!important;background-color:var(--shiki-light-bg)!important;font-style:var(--shiki-light-font-style)!important;font-weight:var(--shiki-light-font-weight)!important;text-decoration:var(--shiki-light-text-decoration)!important}html.dark .astro-code,html.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}html:not(.dark) .prose pre.astro-code{background-color:#ebebeb!important}html.dark .prose pre.astro-code{border-left-color:var(--accent)}.prose>*:last-child{margin-bottom:0}.prose hr{border:none;border-top:1px dashed var(--border);margin-block:2.5rem;position:relative}.prose hr:before{content:"---";position:absolute;top:-.65em;left:50%;transform:translate(-50%);background:var(--bg);padding-inline:.75rem;color:var(--text-muted);font-size:.75rem}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--accent) 40%,transparent);transition:text-decoration-color .15s}.prose a:hover{text-decoration-color:var(--accent)}.prose img{border-radius:var(--radius);border:1px solid var(--border);margin-block:1.5rem}.prose strong{font-weight:700;color:var(--text)}.hero{margin-bottom:2.5rem}.hero-cmd{font-size:.8125rem;color:var(--text-muted);margin-bottom:.5rem}.hero-desc{font-size:.9rem;color:var(--text);line-height:1.6;max-width:36em}.page-heading{margin-bottom:2rem}.page-heading h1{font-size:1rem;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:.5rem}.page-heading h1:before{content:">";opacity:.6}.page-heading p{color:var(--text-muted);font-size:.8125rem;margin-top:.25rem;padding-left:1.125rem}.not-found{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;padding-block:2rem}.not-found .terminal-window{border:1px solid var(--border);border-radius:8px;overflow:hidden;width:100%;max-width:520px;background:var(--bg-subtle)}.not-found .terminal-bar{background:var(--border);padding:.625rem 1rem;display:flex;align-items:center;gap:.5rem}.not-found .dot{width:12px;height:12px;border-radius:50%}.not-found .dot.red{background:#ff5f57}.not-found .dot.yellow{background:#febc2e}.not-found .dot.green{background:#28c840}.not-found .terminal-title{flex:1;text-align:center;font-size:.75rem;color:var(--text-muted);margin-left:-3rem}.not-found .terminal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.not-found .line{line-height:1.6}.not-found .prompt{color:var(--accent);font-weight:700}.not-found .cmd{color:var(--text)}.not-found .error{color:#f87171}.not-found .output{color:var(--text-muted);padding-left:.25rem}.not-found .cursor-blink{display:inline-block;color:var(--accent);animation:blink 1.2s step-end infinite}.not-found-links{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.nf-link{color:var(--accent);text-decoration:none}.nf-link:hover{text-decoration:underline;text-underline-offset:3px}.not-found-links .divider{color:var(--text-muted)}.search-box{display:flex;align-items:center;gap:.625rem;border:1px solid var(--border);border-radius:4px;padding:.625rem 1rem;margin-bottom:1.5rem;transition:border-color .15s;background:var(--bg-subtle)}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.search-prompt{color:var(--accent);font-size:.9375rem;user-select:none}#search-input{background:none;border:none;outline:none;color:var(--text);font-family:inherit;font-size:.9375rem;width:100%;caret-color:var(--accent)}#search-input::placeholder{color:var(--text-muted)}.search-status{font-size:.75rem;color:var(--accent);margin-bottom:1rem;min-height:1em;opacity:.7}.tag-index{list-style:none;display:flex;flex-direction:column}.tag-index-item{border-bottom:1px solid var(--border)}.tag-index-item:first-child{border-top:1px solid var(--border)}.tag-index-item a{display:flex;align-items:center;gap:1rem;padding-block:1rem;text-decoration:none;font-size:.9rem;transition:color .15s}.tag-index-item a:hover .tag-name{color:var(--accent)}.tag-index-item a:hover .tag-arrow{transform:translate(4px);color:var(--accent)}.tag-index .tag-name{color:var(--text);transition:color .15s}.tag-index .tag-name strong{font-weight:700}.tag-index .tag-count{font-size:.75rem;color:var(--text-muted);margin-left:auto}.tag-index .tag-arrow{color:var(--text-muted);transition:transform .15s,color .15s;font-size:.875rem;flex-shrink:0}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--text-muted);text-decoration:none;margin-bottom:2.5rem;transition:color .15s}.back-link:before{content:"cd";color:var(--accent);margin-right:.1em}.back-link:hover{color:var(--accent)}.empty-state{color:var(--text-muted);font-size:.875rem;padding-block:2rem}.empty-state:before{content:"$ ";color:var(--accent)}#accent-toggle{width:14px;height:14px;border-radius:50%;border:none;padding:0;cursor:pointer;flex-shrink:0;background:var(--accent);box-shadow:0 0 0 2px var(--bg),0 0 0 3.5px var(--border);transition:transform .15s,box-shadow .15s}#accent-toggle:hover{transform:scale(1.3);box-shadow:0 0 0 2px var(--bg),0 0 0 3.5px var(--text-muted)}.nav-cmd{display:flex;align-items:center;gap:.625rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:4px;padding:.25rem .5rem .25rem .625rem;cursor:pointer;font-family:inherit;transition:border-color .15s}.nav-cmd:hover{border-color:var(--accent)}.nav-cmd-text{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.cmd-kbd-hint{font-size:.65rem;font-family:inherit;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.1rem .35rem;color:var(--text-muted);line-height:1.5;white-space:nowrap}@media(max-width:600px){.nav-cmd-text,.cmd-kbd-hint{display:none}.nav-cmd{background:none;border-color:transparent;padding:.25rem}.nav-cmd:after{content:"⌘K";font-size:.7rem;color:var(--text-muted)}}.nav-search,.nav-rss{display:grid;place-items:center;color:var(--text-muted);text-decoration:none;transition:color .15s;width:24px;height:24px}.nav-search:before,.nav-rss:before{display:none}.nav-search:hover,.nav-rss:hover{color:var(--accent)}.copy-btn{position:absolute;top:.625rem;right:.625rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.7rem;padding:.2rem .5rem;opacity:0;transition:opacity .15s,border-color .15s,color .15s;z-index:1}pre:hover .copy-btn{opacity:1}.copy-btn:hover{border-color:var(--accent);color:var(--accent)}.copy-btn.copied{color:var(--accent);border-color:var(--accent);opacity:1}.read-time{font-size:.75rem;color:var(--text-muted);font-weight:400}.read-time:before{content:"//";opacity:.4;margin-right:.3em}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.related-title{font-size:.75rem;font-weight:700;color:var(--accent);text-transform:lowercase;letter-spacing:.05em;margin-bottom:1rem}.related-list{list-style:none;display:flex;flex-direction:column;gap:.125rem}.related-list a{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-block:.5rem;text-decoration:none;border-bottom:1px solid var(--border);transition:color .15s}.related-list a:last-child{border-bottom:none}.related-list a:hover .related-post-title{color:var(--accent)}.related-post-title{font-size:.875rem;font-weight:500;color:var(--text);transition:color .15s}.related-post-title:before{content:"→ ";color:var(--accent);opacity:.5}.related-post-date{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-nav-item a{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s,background-color .15s;height:100%}.post-nav-item a:hover{border-color:var(--accent);background:var(--accent-glow)}.post-nav-item.next a{text-align:right}.nav-label{font-size:.7rem;color:var(--accent);letter-spacing:.05em;text-transform:uppercase}.nav-title{font-size:.8125rem;color:var(--text-muted);line-height:1.4;transition:color .15s}.post-nav-item a:hover .nav-title{color:var(--text)}@media(max-width:600px){.nav-about{display:none}}@media(max-width:480px){nav a:not(.nav-search):not(.nav-rss){display:none}nav{gap:.875rem}}@media(max-width:600px){.post-nav{grid-template-columns:1fr;gap:.75rem}.post-nav-item.next a{text-align:left}main{padding-block:2rem}.post-header h1{font-size:1.25rem}}.prose h2,.prose h3,.prose h4{position:relative}.heading-anchor{opacity:0;margin-left:.4em;font-size:.85em;font-weight:400;color:var(--accent);text-decoration:none;transition:opacity .15s,color .15s;user-select:none}.heading-anchor.copied{color:var(--accent);opacity:1}.prose h2:hover .heading-anchor,.prose h3:hover .heading-anchor,.prose h4:hover .heading-anchor{opacity:1}.zoomable{cursor:zoom-in;transition:opacity .15s}.zoomable:hover{opacity:.9}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(6px);z-index:600;display:flex;align-items:center;justify-content:center;padding:1.5rem;cursor:zoom-out;opacity:0;transition:opacity .22s ease}.lightbox-overlay.visible{opacity:1}.lightbox-img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 32px 80px #0009;transform:scale(.96);transition:transform .22s ease}.lightbox-overlay.visible .lightbox-img{transform:scale(1)}.draft-banner{display:flex;align-items:center;gap:1rem;background:#eab30814;border:1px solid rgba(234,179,8,.3);border-radius:var(--radius);padding:.625rem 1rem;margin-bottom:1.5rem;font-size:.8125rem}.draft-banner span:first-child{font-weight:700;color:#ca8a04;flex-shrink:0}.draft-banner span:last-child{color:var(--text-muted)}.draft-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#eab3081f;color:#ca8a04;border:1px solid rgba(234,179,8,.3);border-radius:var(--radius);padding:.1rem .4rem}.shortcuts-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem}.shortcuts-overlay[hidden]{display:none}.shortcuts-modal{width:min(520px,100%);background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:0 24px 64px #0006}.shortcuts-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--border)}.shortcuts-title{font-size:.75rem;font-weight:700;color:var(--accent)}.shortcuts-close-hint{font-size:.65rem;font-family:inherit;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.1rem .4rem;color:var(--text-muted)}.shortcuts-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.shortcuts-group{padding:1rem 1.25rem}.shortcuts-group:first-child{border-right:1px solid var(--border)}.shortcuts-group-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);opacity:.6;margin-bottom:.625rem}.shortcuts-group ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.shortcuts-group li{display:flex;align-items:center;justify-content:space-between;gap:1rem}.shortcut-desc{font-size:.8125rem;color:var(--text-muted)}.shortcut-keys{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.shortcut-keys kbd{font-size:.65rem;font-family:inherit;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.15rem .4rem;color:var(--text);min-width:1.4rem;text-align:center;line-height:1.4}@media(max-width:480px){.shortcuts-grid{grid-template-columns:1fr}.shortcuts-group:first-child{border-right:none;border-bottom:1px solid var(--border)}}.cmd-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);z-index:500;display:flex;align-items:flex-start;justify-content:center;padding-top:12vh}.cmd-overlay[hidden]{display:none}.cmd-modal{width:min(640px,calc(100vw - 2rem));background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;overflow:hidden;box-shadow:0 24px 64px #0006}.cmd-input-wrap{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--border)}.cmd-prompt{color:var(--accent);font-size:1rem;font-weight:700;flex-shrink:0;opacity:.8}#cmd-input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:.9375rem;color:var(--text);caret-color:var(--accent)}#cmd-input::placeholder{color:var(--text-muted);opacity:.6}.cmd-results{list-style:none;max-height:380px;overflow-y:auto;padding:.375rem 0;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.cmd-category{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:.625rem 1rem .25rem;opacity:.6}.cmd-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;cursor:pointer;border-left:2px solid transparent;transition:background-color .1s}.cmd-item.active{background:var(--accent-glow);border-left-color:var(--accent)}.cmd-item-label{font-size:.875rem;color:var(--text)}.cmd-item.active .cmd-item-label{color:var(--accent)}.cmd-item-hint{font-size:.7rem;color:var(--text-muted);flex-shrink:0}.cmd-empty{padding:1.5rem 1rem;text-align:center;font-size:.8125rem;color:var(--text-muted)}.cmd-footer{display:flex;gap:1.25rem;padding:.5rem 1rem;border-top:1px solid var(--border);font-size:.6875rem;color:var(--text-muted);opacity:.7}.cmd-footer kbd{display:inline-flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:.05rem .3rem;font-family:inherit;font-size:.6875rem;color:var(--text-muted);margin-right:.2rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:color-mix(in srgb,var(--accent) 28%,transparent);color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius)}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
