:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background:#f3f4f6}body{margin:0;min-width:320px;min-height:100vh;background:#f3f4f6}#root{min-height:100vh}:root{color-scheme:light}.page{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid #e5e7eb}.title{font-weight:700;font-size:16px}.subtitle{color:#6b7280;font-size:12px;margin-top:4px}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.nav{display:flex;gap:14px;align-items:center}.nav a{color:#374151;text-decoration:none;font-size:14px}.nav a.active{font-weight:700;color:#111827}.nav a:hover{text-decoration:underline}.cloud{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.adminToggle{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #d1d5db;border-radius:999px;background:#fff}.cloudInput{width:220px}button{border:1px solid #d1d5db;background:#fff;padding:8px 10px;border-radius:8px}button:hover{border-color:#9ca3af}button.danger{border-color:#fecaca;color:#b91c1c}.main{flex:1;display:grid;gap:12px;padding:12px}.main.admin{grid-template-columns:280px 360px 1fr}.main.viewOnly{grid-template-columns:1fr}.panelTitle{font-weight:700;margin-bottom:10px}.sidebar,.editor,.tree{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;min-height:0}.list{display:flex;flex-direction:column;gap:8px;overflow:auto;max-height:calc(100vh - 170px)}.listItem{text-align:left;padding:10px;border-radius:10px}.listItem.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.listName{font-weight:600}.listMeta{color:#6b7280;font-size:12px;margin-top:4px}.form{display:flex;flex-direction:column;gap:12px}label .label{font-size:12px;color:#6b7280;margin-bottom:6px}input,select{width:100%;padding:8px 10px;border-radius:10px;border:1px solid #d1d5db}.row{display:flex;gap:10px}.muted{color:#6b7280;font-size:12px}.sons{display:flex;flex-direction:column;gap:8px}.sonRow{display:grid;grid-template-columns:56px 1fr auto auto;gap:8px;align-items:center}.sonLabel{color:#374151;font-size:12px}.treeWrap{overflow:auto;max-height:calc(100vh - 170px);border:1px dashed #e5e7eb;border-radius:12px;padding:8px;min-height:70vh}.main.viewOnly .treeWrap{max-height:none;min-height:75vh}.treeWrap>svg{width:100%;height:100%}.content{padding:16px 18px}.article{max-width:900px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 18px 20px}.article h1{margin:0 0 12px;font-size:20px}.article p{margin:12px 0;line-height:1.9;color:#111827}.sign{margin-top:18px;padding-top:12px;border-top:1px dashed #e5e7eb;color:#374151;line-height:2}.sign .date{margin-top:8px;color:#6b7280}.cta{margin-top:16px;padding-top:12px;border-top:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:8px}.ctaBtn{display:inline-block;width:fit-content;background:#111827;color:#fff;text-decoration:none;padding:10px 14px;border-radius:10px}.ctaBtn:hover{background:#000}.ctaHint{font-size:12px;color:#6b7280}@media(max-width:1100px){.main{grid-template-columns:1fr}.list,.treeWrap{max-height:none}.sonRow{grid-template-columns:56px 1fr}}
