:root{--font: ui-monospace, "Cascadia Code", "JetBrains Mono", Consolas, "Courier New", monospace;--text: #fff;--text-alt: #aaa;--bg: #000;--bg-alt: #111;--accent: lightcoral;--divider: rgba(255, 255, 255, .25);--ok: #4ade80}[data-theme=light]{--text: #111;--text-alt: #555;--bg: #f5f5f0;--bg-alt: #e8e8e3;--accent: #c0392b;--divider: rgba(0, 0, 0, .18);--ok: #15803d}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5}#root{min-height:100vh}a{color:var(--text);text-decoration-thickness:2px}a:hover,.asterisk{color:var(--accent)}.muted{color:var(--text-alt)}.error{color:var(--accent);font-size:.85rem}.success{color:var(--ok);font-size:.85rem}code{background:var(--bg-alt);border:1px solid var(--divider);border-radius:3px;padding:.05em .4ch;font-size:.9em}button{font:inherit;color:var(--text);background:var(--bg);border:2px solid var(--text);padding:.35rem 1.2ch;cursor:pointer;text-transform:lowercase}button:hover:not(:disabled){background:var(--bg-alt)}button:active:not(:disabled){transform:translate(1px,1px)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{border-color:var(--divider);color:var(--text-alt)}button.ghost:hover:not(:disabled){color:var(--text);border-color:var(--text)}button.ghost.active{color:var(--accent);border-color:var(--accent)}button.danger:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}input{font:inherit;color:var(--text);background:var(--bg);border:2px solid var(--divider);padding:.35rem 1ch;width:100%}input:focus{outline:none;border-color:var(--text)}input:disabled{opacity:.55}label{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-alt)}.stack{display:flex;flex-direction:column;gap:.9rem}.row{display:flex;gap:.6rem;align-items:center}.shell{max-width:110ch;margin:0 auto;padding:0 2ch 4rem}.topbar{display:flex;align-items:center;gap:1.5ch;padding:.9rem 0;border-bottom:1px dashed var(--divider);margin-bottom:1.4rem}.brand{font-weight:700;text-decoration:none;letter-spacing:.03em}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:1.5ch}.topbar-right a{text-decoration:none;color:var(--text-alt);font-size:.9rem}.topbar-right a.active,.topbar-right a:hover{color:var(--accent)}.center-card{max-width:46ch;margin:14vh auto 0;padding:2rem 2.5ch;border:1px solid var(--divider);border-radius:8px;background:var(--bg)}.center-card h1{margin:0 0 .4rem;font-size:1.3rem}.demo-note{margin-top:1.4rem;padding-top:1.4rem;border-top:1px dashed var(--divider)}.demo-note p{margin:0 0 .8rem;font-size:.85rem}.demo-bar{background:var(--accent);color:var(--bg);text-align:center;padding:.5rem 1ch;font-size:.85rem}.demo-bar .linklike{background:none;border:none;padding:0;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.page{max-width:80ch;margin:0 auto}.new-post{display:flex;gap:.6rem;margin-bottom:1.4rem}.new-post button{white-space:nowrap}.post-list{list-style:none;margin:0;padding:0}.post-row{display:flex;align-items:center;gap:1ch;padding:.7rem .5ch;border-bottom:1px dashed var(--divider);cursor:pointer}.post-row:hover{background:var(--bg-alt)}.post-row-main{display:flex;align-items:baseline;gap:1ch;min-width:0;flex:1}.post-row-title{font-weight:600}.post-row-slug{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-row-side{display:flex;align-items:center;gap:1ch}.post-row-date{font-size:.75rem;white-space:nowrap}.pill{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--divider);border-radius:3px;padding:.1rem .6ch;color:var(--text-alt)}.pill-published{color:var(--ok);border-color:var(--ok)}.pill-draft{color:var(--text-alt)}.editor-page{display:flex;flex-direction:column;gap:.8rem}.meta-row{display:flex;align-items:center;gap:1.2ch;flex-wrap:wrap}.back-link{text-decoration:none;font-size:.85rem}.save-indicator{font-size:.75rem}.meta-actions{margin-left:auto;display:flex;gap:.6rem}.title-input{font-size:1.4rem;font-weight:700;border:none;border-bottom:2px solid var(--divider);padding:.3rem 0;background:transparent}.title-input:focus{border-bottom-color:var(--accent)}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24ch,1fr));gap:.8rem}.publish-banner{border:1px solid var(--ok);border-radius:6px;padding:.6rem 1.2ch;font-size:.85rem;display:flex;align-items:center;gap:1ch;flex-wrap:wrap}.publish-banner button{margin-left:auto;padding:.05rem .6ch}.editor-toolbar{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;border:1px solid var(--divider);border-radius:6px;padding:.4rem .8ch;position:sticky;top:0;background:var(--bg);z-index:5}.tool{padding:.2rem .9ch;font-size:.8rem;border-width:1px}.spacer{flex:1}.editor-panes{display:grid;gap:1rem;min-height:55vh}.editor-panes.mode-split{grid-template-columns:1fr 1fr}.pane{border:1px solid var(--divider);border-radius:6px;overflow:auto;max-height:70vh}.pane-editor .cm-editor{min-height:55vh;font-size:.9rem}.pane-editor .cm-editor.cm-focused{outline:none}.pane-preview{padding:1rem 2ch}.editor-status{font-size:.75rem;border-top:1px dashed var(--divider);padding-top:.5rem}.preview-body{font-size:.92rem;line-height:1.65}.preview-body h1,.preview-body h2{font-size:1.15rem;line-height:1.4;margin:1.4rem 0 .6rem}.preview-body h3,.preview-body h4{font-size:1rem;margin:1.2rem 0 .5rem}.preview-body img{max-width:100%;height:auto;border:1px solid var(--divider);border-radius:6px;background:var(--bg-alt)}.preview-body pre{background:var(--bg-alt);border:1px solid var(--divider);border-radius:6px;padding:.9rem 1.5ch;overflow-x:auto;font-size:.85rem}.preview-body pre code{background:none;border:none;padding:0}.preview-body blockquote{margin:0;padding-left:2ch;border-left:2px solid var(--accent);color:var(--text-alt)}.preview-body table{border-collapse:collapse}.preview-body th,.preview-body td{border:1px solid var(--divider);padding:.3rem 1ch}.settings-form{max-width:70ch}.shell.shell-wide{max-width:none;height:100vh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:1rem}.shell-wide .editor-page{flex:1;min-height:0}.shell-wide .editor-panes{flex:1;min-height:0;grid-auto-rows:minmax(0,1fr)}.shell-wide .pane{max-height:none;height:100%}.shell-wide .pane-editor .cm-editor{height:100%}.editor-page.zen .editor-meta,.editor-page.zen .editor-status{display:none}.shell:has(.editor-page.zen) .topbar{display:none}.cover-field{display:flex;gap:.4rem}.cover-field button{padding:.2rem .9ch}.cover-thumb{margin-top:.4rem;max-height:72px;max-width:100%;align-self:flex-start;object-fit:cover;border:1px solid var(--divider);border-radius:4px}.history-panel{border:1px solid var(--divider);border-radius:6px;padding:.6rem 1.2ch;font-size:.85rem;display:flex;flex-direction:column;gap:.6rem}.history-head{display:flex;gap:1.5ch;align-items:baseline;flex-wrap:wrap}.history-head span:first-child{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.history-head .muted{font-size:.75rem}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem;max-height:9rem;overflow-y:auto}.history-preview-head{display:flex;gap:1ch;align-items:center;flex-wrap:wrap;margin-bottom:.4rem}.history-preview-body{max-height:16rem;overflow:auto;background:var(--bg-alt);border:1px solid var(--divider);border-radius:6px;padding:.7rem 1.2ch;font-size:.8rem;white-space:pre-wrap;margin:0}.filter-row{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.filter-row input{max-width:40ch}.post-row-tags{font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 860px){.editor-panes.mode-split{grid-template-columns:1fr}.shell.shell-wide{height:auto;overflow:visible}.shell-wide .pane{max-height:70vh}}
