@import"https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Inter:wght@400;500;600&display=swap";body{margin:0;display:block}#app{max-width:none;margin:0;padding:0;text-align:left}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Courier Prime,monospace;font-size:16px;line-height:1.6;color:#333;background:#ded5bd}.app{display:flex;min-height:100vh;background:#ded5bd}.sidebar{width:260px;background:#d4cbb3;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:100}.sidebar-header{padding:1.5rem;background:#2a2520;display:flex;justify-content:space-between;align-items:center}.sidebar-header h1{font-family:Courier Prime,monospace;font-size:1.5rem;font-weight:700;cursor:pointer;color:#fff;text-transform:lowercase}.new-btn{background:transparent;border:none;color:#fff;width:24px;height:24px;padding:0;cursor:pointer;opacity:.7;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.new-btn:hover{opacity:1}.filter-input,.search-input{width:calc(100% - 1.5rem);margin:.75rem;padding:.5rem .75rem;border:1px dotted #333;border-radius:0;font-size:.9rem;font-family:Courier Prime,monospace;background:#ded5bd;color:#333;outline:none}.filter-input:focus,.search-input:focus{border-style:solid}.doc-list{flex:1;overflow-y:auto;padding:.5rem 0}.doc-list a{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 1rem;color:#333;text-decoration:none;font-size:.9rem;cursor:pointer;transition:background .15s}.doc-list a:hover{background:#0000000d}.doc-list a.active{background:#00000014}.doc-list a.active .doc-title{font-weight:700}.doc-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-date{font-size:.75rem;color:#888;margin-left:.5rem;flex-shrink:0}.search-section{border-top:1px dotted #333;padding-bottom:.75rem}.search-results{max-height:200px;overflow-y:auto}.search-results a{display:block;padding:.5rem 1rem;cursor:pointer;font-size:.85rem}.search-results a:hover{background:#0000000d}.search-results .snippet{display:block;color:#666;font-size:.75rem;margin-top:.25rem}.content{flex:1;margin-left:260px;padding:3rem 4rem;background:#ded5bd}.content article{max-width:700px}.content .editor{max-width:none}.loading{color:#666;font-style:italic}article h1{font-family:Inter,-apple-system,sans-serif;font-size:1.6rem;font-weight:400;margin-bottom:1.5rem;color:#333;letter-spacing:-.01em}.markdown h1{font-family:Inter,-apple-system,sans-serif;font-size:1.6rem;font-weight:400;margin:2rem 0 1rem}.markdown h2{font-family:Inter,-apple-system,sans-serif;font-size:1.4rem;font-weight:400;margin:2.5rem 0 1rem}.markdown h3{font-family:Inter,-apple-system,sans-serif;font-size:1.2rem;font-weight:400;margin:2rem 0 .75rem}.markdown p{margin:1rem 0 1.5rem;line-height:1.7}.markdown ul,.markdown ol{margin:1rem 0 1.5rem;padding-left:1.75rem}.markdown li{margin:.5rem 0;line-height:1.7}.markdown code{font-family:Courier Prime,monospace;background:#00000014;padding:.15rem .4rem;border-radius:3px;font-size:.9em;color:#333}.markdown pre{background:#282828;color:#ebdbb2;padding:1rem;border-radius:5px;overflow-x:auto;margin:1.5rem 0;line-height:1.5}.markdown pre code{background:none;padding:0;color:#ebdbb2}.markdown a,.doc-link{color:#333;text-decoration:none;border-bottom:1px dotted #333;transition:opacity .2s}.markdown a:hover,.doc-link:hover{opacity:.7}.markdown blockquote{border-left:2px solid #333;padding-left:1rem;margin:1.5rem 0;color:#555;font-style:italic}.markdown strong{font-weight:700}.markdown hr{border:none;border-top:1px dotted #333;margin:2rem 0}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#ded5bd}.login-box{background:#d4cbb3;padding:3rem;text-align:center;min-width:300px;border:1px dotted #333}.login-box h1{font-family:Courier Prime,monospace;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#333;text-transform:lowercase}.login-box .error{color:#a33;font-size:.875rem;margin-bottom:1rem}.login-input{width:100%;padding:.75rem;border:1px dotted #333;border-radius:0;font-size:1rem;font-family:Courier Prime,monospace;margin-bottom:1rem;outline:none;background:#ded5bd}.login-input:focus{border-style:solid}.login-btn{width:100%;padding:.75rem;background:#2a2520;color:#fff;border:none;font-size:1rem;font-family:Courier Prime,monospace;cursor:pointer;transition:background .2s}.login-btn:hover{background:#3a352f}.editor{display:flex;flex-direction:column;min-height:calc(100vh - 6rem)}.editor-title{font-family:Inter,-apple-system,sans-serif;font-size:1.6rem;font-weight:400;border:none;background:transparent;padding:0;width:100%;outline:none;color:#333;letter-spacing:-.01em;margin-bottom:1rem}.editor-title::placeholder{color:#999}.editor-panes{display:flex;gap:2rem;flex:1;min-height:400px}.editor-content{flex:1;font-family:Courier Prime,monospace;font-size:.95rem;line-height:1.7;border:none;background:#ffffff4d;padding:1rem;border-radius:4px;resize:none;outline:none;color:#333}.editor-content:focus{background:#ffffff80}.editor-content::placeholder{color:#999}.editor-preview{flex:1;padding:0 1rem;overflow-y:auto;opacity:.7;border-left:1px dotted #999}.editor-actions{display:flex;justify-content:flex-start;gap:.75rem;margin-top:1.5rem;padding-top:1rem}.cancel-btn{padding:.5rem 1rem;background:transparent;border:1px dotted #333;color:#333;font-family:Courier Prime,monospace;font-size:.9rem;cursor:pointer}.cancel-btn:hover{background:#0000000d}.save-btn{padding:.5rem 1rem;background:#2a2520;border:none;color:#fff;font-family:Courier Prime,monospace;font-size:.9rem;cursor:pointer}.save-btn:hover{background:#3a352f}.save-btn:disabled{opacity:.5;cursor:not-allowed}.doc-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dotted #999}.doc-header h1{font-family:Inter,-apple-system,sans-serif;font-size:1.8rem;font-weight:500;margin:0 0 .75rem;color:#333}.doc-meta{display:flex;gap:1rem;font-size:.85rem;color:#666;margin-bottom:.75rem}.meta-source{background:#0000000f;padding:.15rem .5rem;border-radius:3px}.doc-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.tag{font-size:.8rem;background:#2a2520;color:#fff;padding:.2rem .6rem;border-radius:3px}.doc-summary{font-size:.95rem;color:#555;font-style:italic;margin:0;line-height:1.6}.doc-actions{margin-top:3rem;padding-top:1rem;border-top:1px dotted #999;display:flex;gap:.75rem}.edit-btn,.delete-btn{padding:.4rem .75rem;background:transparent;border:1px dotted #999;color:#888;font-family:Courier Prime,monospace;font-size:.8rem;cursor:pointer;transition:all .2s}.edit-btn:hover{border-color:#333;color:#333}.delete-btn:hover{border-color:#a33;color:#a33}.share-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.share-box{background:#2a2520;color:#fff;padding:2rem 3rem;font-size:1.25rem;font-family:Courier Prime,monospace}.mobile-header,.sidebar-backdrop{display:none}@media(max-width:768px){.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#2a2520;position:fixed;top:0;left:0;right:0;z-index:200}.mobile-header h1{font-family:Courier Prime,monospace;font-size:1.25rem;font-weight:700;color:#fff;text-transform:lowercase;cursor:pointer;margin:0}.menu-btn{background:transparent;border:none;color:#fff;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:250}.sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;transform:translate(-100%);transition:transform .25s ease;z-index:300}.sidebar.open{transform:translate(0)}.content{margin-left:0;padding:1.5rem;padding-top:calc(60px + 1.5rem)}.content article{max-width:100%}.editor-panes{flex-direction:column}.editor-preview{border-left:none;border-top:1px dotted #999;padding-top:1rem;margin-top:1rem}.doc-header h1{font-size:1.4rem}.doc-meta{flex-wrap:wrap}}
