:root{--color-ink: #1a1510;--color-paper: #f5f3ef}[data-theme=public]{--bg: #d5d8db;--bg-bar: var(--bg);--bg-elevated: #e2e5e8;--bg-selected: #b8bcc0;--bg-backdrop: #afb3b7;--fg: #1f2226;--fg-muted: #4d5158;--fg-dim: #7d8186;--border: #9ea2a6;--border-strong: #6c7074;--border-faint: #b4b8bc;--accent-yellow: #b58900;--accent-orange: #cb4b16;--accent-red: #dc322f;--accent-magenta: #d33682;--accent-violet: #6c71c4;--accent-blue: #268bd2;--accent-cyan: #2aa198;--accent-green: #859900;--color-success: var(--accent-green);--color-error: var(--accent-red);--identity-accent: var(--fg)}[data-theme=admin]{--bg: #000000;--bg-bar: var(--bg);--bg-elevated: #0a1a0a;--bg-selected: #1a3a1a;--bg-backdrop: #050505;--fg: #33ff33;--fg-muted: #1faa1f;--fg-dim: #157015;--border: #1faa1f;--border-strong: #33ff33;--border-faint: #0e5a0e;--accent-amber: #ffb000;--accent-red: #ff3030;--accent-cyan: #00cccc;--accent-green: #66ff66;--accent-yellow: var(--accent-amber);--accent-orange: var(--accent-amber);--accent-magenta: var(--accent-red);--accent-violet: var(--accent-cyan);--accent-blue: var(--accent-cyan);--color-success: var(--accent-green);--color-error: var(--accent-red);--identity-accent: var(--fg)}@font-face{font-family:Commit Mono;src:url(/fonts/CommitMono-400-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Commit Mono;src:url(/fonts/CommitMono-400-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}:root{--font-mono: "Commit Mono", ui-monospace, "Cascadia Mono", "Fira Mono", "JetBrains Mono", monospace;--font-serif: "EB Garamond", Georgia, serif;--text-xs: .8rem;--text-sm: .9rem;--text-base: 1rem;--text-md: 1.1rem;--text-lg: 1.2rem;--text-xl: 1.4rem;--space-1: 2px;--space-2: 4px;--space-3: 8px;--space-4: 12px;--space-5: 16px;--space-6: 24px;--space-7: 32px;--space-8: 48px;--border-width: 1px;--radius-none: 0;--radius-sm: 2px;--dur-fast: .1s;--dur-base: .15s;--dur-slow: .32s;--ease-out: cubic-bezier(.22, 1, .36, 1);--topbar-h: 54px;--statusbar-h: 48px;--gutter-size: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{min-height:100%;background:var(--bg-backdrop);color:var(--fg-muted);font-family:var(--font-mono);font-size:var(--text-base);line-height:1.5;display:flex;align-items:center;justify-content:center}#app{display:flex;flex-direction:column;width:min(1080px,calc(100vw - 192px));height:80vh;min-height:400px;background:var(--bg);border:1px solid var(--border-strong);overflow:hidden;position:relative;box-shadow:0 18px 50px #0000002e}@media(max-width:700px){body{align-items:stretch}#app{width:100%;height:100svh;border:none;box-shadow:none}}@keyframes shell-blink{0%,to{opacity:1}50%{opacity:0}}.shell-topbar{flex-shrink:0;height:var(--topbar-h);background:var(--bg-bar);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 20px;position:relative;z-index:10}.shell-identity{display:flex;flex-direction:column;line-height:1.2;flex-shrink:0}.shell-identity-name{color:var(--identity-accent);font-size:var(--text-sm);letter-spacing:.1em}.shell-identity-sub{color:var(--fg-muted);font-size:.7rem;letter-spacing:.08em}.shell-identity-cursor{display:inline-block;width:7px;height:11px;background:var(--identity-accent);vertical-align:text-bottom;margin-left:1px}@media(prefers-reduced-motion:no-preference){.shell-identity-cursor{animation:shell-blink 1.1s step-end infinite}}.shell-topbar-breadcrumb{display:flex;align-items:center;gap:5px;margin-left:auto;font-size:var(--text-xs);color:var(--fg-muted);overflow:hidden;white-space:nowrap;letter-spacing:.04em;min-width:0}.shell-topbar-breadcrumb:empty{display:none}.shell-grid{flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:var(--pane-a-w, 30%) var(--gutter-size) 1fr;grid-template-rows:1fr;padding:18px 14px 10px;gap:0}.shell-grid-right{display:grid;grid-template-rows:var(--pane-b-h, 62%) 16px 1fr;min-height:0;min-width:0}.shell-grid-right.is-collapsed{grid-template-rows:1fr 16px var(--pane-c-collapsed-h, 1.4em)}.shell-pane.is-collapsed .shell-pane-body{display:none}.shell-pane{position:relative;border:1px solid var(--border);background:var(--bg);display:flex;flex-direction:column;min-width:0;min-height:0}.shell-pane.is-focused{border-color:var(--border-strong)}.shell-pane-label{position:absolute;top:-.55em;left:14px;font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;color:var(--fg-muted);background:var(--bg);padding:0 8px;line-height:1;white-space:nowrap;-webkit-user-select:none;user-select:none}.shell-pane-letter{color:var(--identity-accent);margin-right:4px}.shell-pane-letter:before{content:"[";color:var(--fg-muted);margin-right:1px}.shell-pane-letter:after{content:"]";color:var(--fg-muted);margin-left:1px}.shell-pane-collapse{position:absolute;top:-.55em;right:14px;font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;color:var(--border);background:var(--bg);border:none;padding:0 8px;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1}.shell-pane-collapse:before{content:"[";color:var(--border);margin-right:1px}.shell-pane-collapse:after{content:"]";color:var(--border);margin-left:1px}.shell-pane-collapse:hover{color:var(--fg)}.shell-pane-body{flex:1;padding:20px 16px 14px;overflow:auto;min-height:0}.shell-placeholder{font-size:var(--text-sm);color:var(--fg-muted);text-align:center;margin-top:44px;letter-spacing:.03em}.shell-placeholder-sub{display:block;margin-top:6px;font-size:var(--text-xs);color:var(--fg-dim)}.shell-gutter{position:relative;background:transparent;outline:none;touch-action:none}.shell-gutter-v{cursor:col-resize}.shell-gutter-h{cursor:row-resize}.shell-grid.is-resizing,.shell-grid.is-resizing *{-webkit-user-select:none;user-select:none}.shell-grid.is-resizing.is-resizing-v,.shell-grid.is-resizing.is-resizing-v *{cursor:col-resize}.shell-grid.is-resizing.is-resizing-h,.shell-grid.is-resizing.is-resizing-h *{cursor:row-resize}.shell-gutter:after{content:"";position:absolute;background:var(--border-faint);opacity:0;transition:opacity .08s steps(2,end)}.shell-gutter-v:after{top:12px;bottom:12px;left:50%;transform:translate(-50%);width:1px}.shell-gutter-h:after{left:12px;right:12px;top:50%;transform:translateY(-50%);height:1px}.shell-gutter:hover:after,.shell-gutter:focus-visible:after{opacity:1}.shell-statusbar{flex-shrink:0;min-height:var(--statusbar-h);border-top:1px solid var(--border);background:var(--bg-bar);display:flex;flex-direction:column;font-family:var(--font-mono);font-size:var(--text-xs);position:relative;z-index:10}.shell-statusbar-row{flex:1;display:flex;align-items:center;padding:0 14px;gap:14px;overflow:hidden;white-space:nowrap}.shell-statusbar-state{border-bottom:1px solid var(--border-faint)}.shell-status-state{color:var(--fg-muted)}.shell-status-mode{margin-left:auto;color:var(--accent-blue);letter-spacing:.08em}.shell-status-mode--normal{color:var(--accent-blue)}.shell-status-mode--insert{color:var(--accent-green)}.shell-status-mode--command{color:var(--accent-violet)}.shell-status-mode--filter{color:var(--accent-cyan)}.shell-status-time{color:var(--fg-dim);letter-spacing:.04em;margin-left:12px}.shell-status-state--error{color:var(--accent-red)}.shell-status-state--command{display:inline-flex;align-items:center;gap:2px;color:var(--fg);min-width:0;flex:1}.shell-cmd-prompt{color:var(--accent-violet);font-weight:500;-webkit-user-select:none;user-select:none;flex-shrink:0}.shell-cmd-input{flex:1;background:transparent;border:none;outline:none;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg);padding:0;margin:0;caret-color:var(--accent-violet);min-width:80px;letter-spacing:inherit}.shell-statusbar-keymap{color:var(--fg-muted)}.shell-statusbar-keymap span{display:inline-flex;align-items:baseline}.shell-statusbar-keymap kbd{font-family:inherit;font-size:inherit;font-style:normal;font-weight:inherit;color:var(--identity-accent);background:transparent;padding:0;margin-right:5px}.shell-mobile-tabs{display:none}@media(max-width:700px){.shell-grid{display:flex;flex-direction:column;padding:8px 8px 0}.shell-grid-right{display:contents}.shell-pane:not(.is-mobile-active){display:none}.shell-pane.is-mobile-active{flex:1;min-height:0}.shell-gutter,.shell-pane-collapse{display:none}.shell-mobile-tabs{display:flex;flex-shrink:0;border-top:1px solid var(--border);background:var(--bg-bar)}.shell-mobile-tab{flex:1;min-height:44px;background:transparent;border:none;border-right:1px solid var(--border-faint);color:var(--fg-muted);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px 6px;font-family:var(--font-mono);font-size:var(--text-xs)}.shell-mobile-tab:last-child{border-right:none}.shell-mobile-tab:active{background:var(--bg-selected)}.shell-mobile-tab-letter{color:var(--fg-muted);font-size:var(--text-sm)}.shell-mobile-tab.is-active .shell-mobile-tab-letter,.shell-mobile-tab.is-active .shell-mobile-tab-label{color:var(--identity-accent)}}.shell-help[hidden]{display:none}.shell-help{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center}.shell-help-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-backdrop);opacity:.85}.shell-help-window{position:relative;max-width:min(620px,90%);max-height:80%;overflow:auto;background:var(--bg);border:var(--border-width) solid var(--border-strong);box-shadow:0 18px 50px #0000002e;font-family:var(--font-mono);font-size:var(--text-sm)}.shell-help-window:focus{outline:none}.shell-help-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.7rem 1rem;border-bottom:var(--border-width) solid var(--border)}.shell-help-title{color:var(--identity-accent)}.shell-help-dismiss{color:var(--fg-dim);font-size:var(--text-xs)}.shell-help-body{padding:.9rem 1rem}.shell-help-section{margin-bottom:1rem}.shell-help-section:last-child{margin-bottom:0}.shell-help-section h3{margin:0 0 .4rem;font-size:var(--text-xs);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-dim)}.shell-help-row{display:flex;gap:.9rem;padding:.15rem 0}.shell-help-row kbd{flex:none;min-width:7.5rem;color:var(--identity-accent);background:transparent;font:inherit}.shell-help-row span{color:var(--fg-muted)}@media(max-width:700px){.shell-help-window{max-width:100%;max-height:100%;height:100%;border:none}}.post{max-width:62ch;margin:0 auto;padding:8px 0 24px;color:var(--fg-muted);font-family:var(--font-serif);font-size:1.0625rem;line-height:1.6}.post-header{margin-bottom:28px;border-bottom:1px solid var(--border-faint);padding-bottom:16px;font-family:var(--font-mono)}.post-kind-row{display:flex;gap:10px;font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:8px}.post-kind{color:var(--identity-accent)}.post-status{color:var(--fg-muted);border:1px solid var(--border-faint);padding:0 6px;border-radius:1px}.post-status--draft{color:var(--accent-yellow);border-color:var(--accent-yellow)}.post-status--evergreen{color:var(--accent-green);border-color:var(--accent-green)}.post-status--abandoned{color:var(--fg-dim);border-color:var(--border-faint);text-decoration:line-through}.post-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:500;color:var(--fg);line-height:1.25;margin:4px 0 10px;letter-spacing:0}.post-epigraph{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--fg-muted);margin:6px 0 12px;padding-left:12px;border-left:2px solid var(--border-faint)}.post-meta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--fg-dim);letter-spacing:.05em;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}.post-meta-sep{color:var(--border)}.post-meta-id{color:var(--fg-muted)}.post-body>*+*{margin-top:1em}.post-body p{margin:0}.post-body h2{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--fg);margin-top:2em}.post-body h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:var(--fg);margin-top:1.5em}.post-body em{font-style:italic;color:var(--fg)}.post-body strong{font-weight:500;color:var(--fg)}.post-body a{color:var(--accent-blue);text-decoration:none;border-bottom:1px solid var(--accent-blue);transition:opacity .1s}.post-body a:hover{opacity:.7}.post-body blockquote{margin:1em 0;padding-left:16px;border-left:2px solid var(--border-faint);color:var(--fg-muted);font-style:italic}.post-body ul,.post-body ol{padding-left:1.5em}.post-body li+li{margin-top:.3em}.post-body code{font-family:var(--font-mono);font-size:.92em;background:var(--bg-elevated);padding:0 4px;border-radius:2px;color:var(--fg)}.post-body pre{font-family:var(--font-mono);font-size:.85em;background:var(--bg-elevated);border:1px solid var(--border-faint);padding:12px;overflow-x:auto;border-radius:2px;line-height:1.45}.post-body pre code{background:transparent;padding:0;border-radius:0}.post-body hr{border:none;border-top:1px solid var(--border-faint);margin:2em auto;width:50%}.tree{font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.45;padding:12px 0 10px}.tree-row{display:flex;align-items:baseline;padding-top:2px;padding-right:12px;padding-bottom:2px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--fg-muted)}.tree-row:hover,.tree-row.is-cursor{background:var(--bg-elevated)}.tree-row.is-selected{background:var(--bg-selected);color:var(--fg)}.tree-row.is-selected .tree-label{font-weight:500}.tree-marker{width:14px;flex-shrink:0;text-align:center;color:var(--fg-dim);font-size:.78em;margin-right:2px}.tree-item .tree-marker{color:var(--border-faint)}.tree-group .tree-label{color:var(--fg);text-transform:uppercase;letter-spacing:.08em}.tree-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fg)}.tree-item .tree-label{color:var(--fg-muted)}.tree-row.is-selected .tree-label{color:var(--fg)}.tree-count{margin-left:10px;flex-shrink:0;font-size:var(--text-xs);color:var(--fg-dim)}.tree-meta{margin-left:10px;flex-shrink:0;font-size:var(--text-xs);color:var(--fg-dim);letter-spacing:.04em}
