:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color-scheme:light dark;line-height:1.5}body{margin:0;min-height:100vh}.workspace-shell{--workspace-bg: #f6f8fa;--workspace-panel: #fff;--workspace-panel-muted: #f6f8fa;--workspace-border: #d8dee4;--workspace-text: #111827;--workspace-muted: #57606a;--workspace-subtle: #6e7781;--workspace-primary: #0969da;--workspace-primary-soft: #ddf4ff;--workspace-danger: #cf222e;--workspace-success: #1a7f37;box-sizing:border-box;min-height:100vh;background:var(--workspace-bg);color:var(--workspace-text);padding:1rem}.workspace-shell,.workspace-shell *{box-sizing:border-box}.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1180px;margin:0 auto 1rem}.workspace-brand,.workspace-back{display:inline-flex;align-items:center;gap:.6rem;color:inherit;font-weight:700;text-decoration:none}.workspace-back{border:0;background:transparent;color:var(--workspace-muted);cursor:pointer;font:inherit;padding:0}.workspace-back:hover,.workspace-brand:hover{color:var(--workspace-primary)}.workspace-brand-mark{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--workspace-border);border-radius:8px;background:var(--workspace-panel);color:var(--workspace-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem}.workspace-actions,.workspace-inline-actions{display:flex;align-items:center;gap:.65rem}.workspace-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;cursor:pointer;font:inherit;font-size:.9rem;font-weight:650;line-height:1;min-height:2.25rem;padding:.55rem .85rem;text-decoration:none;white-space:nowrap}.workspace-button:disabled{cursor:not-allowed;opacity:.55}.workspace-button-primary{background:var(--workspace-primary);color:#fff}.workspace-button-secondary{border-color:var(--workspace-border);background:var(--workspace-panel);color:var(--workspace-text)}.workspace-button-ghost{background:transparent;color:var(--workspace-muted)}.workspace-button-danger{background:transparent;color:var(--workspace-danger);padding-inline:.5rem}.workspace-button:hover:not(:disabled){opacity:.86}.workspace-badge{display:inline-flex;align-items:center;border:1px solid var(--workspace-border);border-radius:999px;background:var(--workspace-panel);color:var(--workspace-muted);font-size:.78rem;font-weight:650;line-height:1;padding:.38rem .62rem;white-space:nowrap}.workspace-badge-info{border-color:#54aeff66;background:var(--workspace-primary-soft);color:#0550ae}.workspace-badge-success{border-color:#1a7f3747;background:#dafbe1;color:var(--workspace-success)}.workspace-main{max-width:1180px;margin:0 auto}.workspace-card{overflow:hidden;border:1px solid var(--workspace-border);border-radius:16px;background:var(--workspace-panel);box-shadow:0 14px 34px #1b1f2414}.workspace-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--workspace-border);padding:1.1rem}.workspace-kicker{color:var(--workspace-primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;margin:0 0 .35rem;text-transform:uppercase}.workspace-title{font-size:clamp(1.35rem,3vw,1.9rem);letter-spacing:-.03em;line-height:1.15;margin:0}.workspace-description{color:var(--workspace-muted);line-height:1.65;margin:.55rem 0 0;max-width:680px}.workspace-toolbar{display:flex;gap:.75rem;border-bottom:1px solid var(--workspace-border);background:var(--workspace-panel-muted);padding:.85rem 1.1rem}.workspace-input,.workspace-title-input,.workspace-editor{border:1px solid var(--workspace-border);background:var(--workspace-panel);color:var(--workspace-text);font:inherit;outline:none}.workspace-input{flex:1;min-width:0;border-radius:8px;font-size:.92rem;padding:.62rem .75rem}.workspace-input:focus,.workspace-title-input:focus,.workspace-editor:focus{border-color:var(--workspace-primary);box-shadow:0 0 0 3px #0969da1f}.workspace-notice{border:1px solid #54aeff66;border-radius:12px;background:var(--workspace-primary-soft);color:#0550ae;font-size:.88rem;line-height:1.55;margin:0 0 1rem;padding:.8rem 1rem}.workspace-message,.workspace-empty{color:var(--workspace-muted);margin:0}.workspace-error{color:var(--workspace-danger);font-size:.88rem;margin:1rem 1.1rem 0}.workspace-list{list-style:none;margin:0;padding:0}.workspace-list-item{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--workspace-border);padding:0 .75rem 0 1.1rem}.workspace-list-item:last-child{border-bottom:0}.workspace-doc-link{display:grid;flex:1;min-width:0;gap:.2rem;color:inherit;padding:.9rem 0;text-decoration:none}.workspace-doc-link:hover .workspace-doc-title{color:var(--workspace-primary)}.workspace-doc-title{overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.workspace-doc-meta{color:var(--workspace-subtle);font-size:.8rem}.workspace-empty{padding:3rem 1.1rem;text-align:center}.workspace-editor-page{display:flex;flex-direction:column;min-height:100vh}.workspace-editor-main{display:flex;flex:1;min-height:0;width:100%}.workspace-board{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 5rem)}.workspace-sidebar{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--workspace-border);background:var(--workspace-panel-muted)}.workspace-sidebar-header{border-bottom:1px solid var(--workspace-border);padding:1rem}.workspace-sidebar-title{font-size:1rem;margin:0 0 .65rem}.workspace-sidebar-description{color:var(--workspace-muted);font-size:.84rem;line-height:1.55;margin:.65rem 0 0}.workspace-sidebar-list{list-style:none;margin:0;overflow-y:auto;padding:.5rem}.workspace-sidebar-item{margin:0}.workspace-sidebar-link{display:grid;gap:.2rem;border-radius:10px;color:inherit;padding:.7rem .75rem;text-decoration:none}.workspace-sidebar-link:hover,.workspace-sidebar-link-active{background:var(--workspace-primary-soft)}.workspace-sidebar-link:hover .workspace-doc-title,.workspace-sidebar-link-active .workspace-doc-title{color:var(--workspace-primary)}.workspace-editor-panel{display:flex;flex-direction:column;min-width:0;min-height:0}.workspace-editor-body{display:flex;flex:1;flex-direction:column;min-height:0;padding:1rem}.workspace-title-input{width:100%;border-radius:10px;font-size:1.35rem;font-weight:750;margin-bottom:.85rem;padding:.72rem .85rem}.workspace-pane-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;flex:1;min-height:0}.workspace-pane{display:flex;flex-direction:column;min-width:0;min-height:0}.workspace-pane-label{display:flex;justify-content:space-between;color:var(--workspace-subtle);font-size:.75rem;font-weight:800;letter-spacing:.08em;margin-bottom:.45rem;text-transform:uppercase}.workspace-editor,.workspace-preview{flex:1;min-height:0;border-radius:10px;font-size:.92rem;line-height:1.65;padding:.85rem}.workspace-editor{resize:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;-moz-tab-size:2;tab-size:2}.workspace-preview{overflow-y:auto;border:1px solid var(--workspace-border);background:var(--workspace-panel)}.workspace-preview h1{font-size:1.6rem;margin:.35rem 0 .75rem}.workspace-preview h2{font-size:1.35rem;margin:.35rem 0 .65rem}.workspace-preview h3{font-size:1.12rem;margin:.35rem 0 .55rem}.workspace-preview p,.workspace-preview ul,.workspace-preview ol{margin-top:0}.workspace-preview pre{overflow-x:auto;border-radius:8px;background:#7f7f7f1a;padding:.8rem}.workspace-preview code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em}.workspace-preview blockquote{border-left:3px solid #54aeff;color:var(--workspace-muted);margin:.75rem 0;padding:.25rem 0 .25rem .8rem}.workspace-preview img{max-width:100%}.workspace-page-footer{max-width:1180px;margin:2rem auto 0}@media (prefers-color-scheme: dark){.workspace-shell{--workspace-bg: #0d1117;--workspace-panel: #161b22;--workspace-panel-muted: #0d1117;--workspace-border: #30363d;--workspace-text: #f0f6fc;--workspace-muted: #8b949e;--workspace-subtle: #8b949e;--workspace-primary-soft: #0d2847}.workspace-badge-info,.workspace-notice{color:#79c0ff}.workspace-badge-success{background:#1a7f3724;color:#7ee787}}@media (max-width: 760px){.workspace-shell{padding:.75rem}.workspace-topbar,.workspace-panel-header,.workspace-toolbar{align-items:stretch;flex-direction:column}.workspace-actions,.workspace-inline-actions{flex-wrap:wrap}.workspace-button{width:100%}.workspace-list-item{align-items:flex-start;flex-direction:column;gap:0;padding:0 1rem .75rem}.workspace-pane-grid,.workspace-board{grid-template-columns:1fr}.workspace-sidebar{border-right:0;border-bottom:1px solid var(--workspace-border);max-height:260px}.workspace-editor,.workspace-preview{min-height:34vh}}
