:root{--background: #f5f6f3;--surface: #ffffff;--sidebar: #eef1ed;--text: #1e2522;--muted: #5f6b64;--line: #d5ddd7;--line-strong: #bac9c1;--accent: #176b58;--accent-deep: #104d40;--warm: #9b4038;--topbar-bg: rgba(245, 246, 243, .95);--hover-bg: #dae6e1;--folder-bg: #e4efeb;--quote-bg: #eef3f0;--shadow: rgba(30, 37, 34, .12);--home-panel-bg: rgba(245, 246, 243, .76);--footer-bg: #eef1ed;--header-height: 58px;--sidebar-width: 278px;--sidebar-collapsed-width: 72px;font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,Arial,sans-serif;color:var(--text);background:var(--background)}@media(prefers-color-scheme:dark){:root{--background: #141817;--surface: #1d2421;--sidebar: #18201d;--text: #e6ece8;--muted: #a7b4ad;--line: #2d3934;--line-strong: #3f5049;--accent: #55c7ae;--accent-deep: #84dec9;--warm: #e39a82;--topbar-bg: rgba(20, 24, 23, .94);--hover-bg: #22332e;--folder-bg: #1f332d;--quote-bg: #1c2a26;--shadow: rgba(0, 0, 0, .3);--home-panel-bg: rgba(20, 24, 23, .72);--footer-bg: #111514}}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;color:var(--text);background:var(--background);line-height:1.65}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:10;display:flex;height:var(--header-height);align-items:center;gap:20px;padding:0 26px;border-bottom:1px solid var(--line);background:var(--topbar-bg);backdrop-filter:blur(10px)}.brand{color:var(--accent-deep);font-size:22px;font-weight:700}.sidebar-toggle{display:inline-grid;width:36px;height:36px;place-content:center;gap:4px;border:1px solid var(--line);border-radius:8px;cursor:pointer}.sidebar-toggle span{display:block;width:16px;height:2px;border-radius:999px;background:var(--accent-deep)}.sidebar-checkbox{position:fixed;opacity:0;pointer-events:none}.site-domain{padding-left:20px;border-left:1px solid var(--line-strong);color:var(--muted);font-size:13px}.admin-login-link{margin-left:auto;color:var(--accent-deep);font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:5px}.admin-avatar-link{display:inline-flex;margin-left:auto;align-items:center}.admin-avatar-link[hidden],.admin-login-link[hidden]{display:none}.admin-avatar-link img{width:34px;height:34px;border:1px solid var(--line-strong);border-radius:50%;object-fit:cover}.workspace{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:calc(100vh - var(--header-height));transition:grid-template-columns .18s ease}.sidebar-checkbox:checked+.workspace{grid-template-columns:var(--sidebar-collapsed-width) minmax(0,1fr)}.sidebar{position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto;padding:25px 15px 30px;border-right:1px solid var(--line);background:var(--sidebar)}.site-nav{display:grid;gap:5px;margin-bottom:24px}.nav-link{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;min-height:40px;padding:7px 11px;border-radius:8px;color:var(--text);font-size:15px;font-weight:700}.nav-tree{display:grid;gap:4px}.nav-tree>summary{cursor:pointer;list-style:none}.nav-tree>summary::-webkit-details-marker,.tree-folder>summary::-webkit-details-marker{display:none}.nav-link:hover,.nav-link.active{color:var(--accent-deep);background:var(--hover-bg)}.nav-link.disabled{color:var(--muted);cursor:not-allowed;opacity:.65}.nav-mark{display:inline-block;width:16px;height:16px;border:1.5px solid var(--accent);border-radius:4px;background:var(--surface)}.home-mark{border-radius:50% 50% 4px 4px}.topic-mark{height:12px;border-radius:3px;background:#e4efeb}.panel-mark{position:relative}.panel-mark:after{position:absolute;right:2px;bottom:2px;left:2px;height:6px;border-top:1.5px solid var(--accent);border-right:1.5px solid var(--accent);content:"";transform:skew(-20deg)}.sidebar-checkbox:checked+.workspace .sidebar{padding-right:12px;padding-left:12px}.sidebar-checkbox:checked+.workspace .site-nav,.sidebar-checkbox:checked+.workspace .topic-tree{justify-items:center}.sidebar-checkbox:checked+.workspace .nav-link,.sidebar-checkbox:checked+.workspace .folder-link,.sidebar-checkbox:checked+.workspace .article-link{width:42px;grid-template-columns:1fr;justify-items:center;padding-right:0;padding-left:0}.sidebar-checkbox:checked+.workspace .nav-link span:last-child,.sidebar-checkbox:checked+.workspace .folder-link span:last-child,.sidebar-checkbox:checked+.workspace .article-link span:last-child,.sidebar-checkbox:checked+.workspace .sidebar-label,.sidebar-checkbox:checked+.workspace .topic-tree.nested,.sidebar-checkbox:checked+.workspace .nav-tree .topic-tree{display:none}.sidebar-label{margin:0 11px 15px;color:var(--muted);font-size:12px;font-weight:700}.mobile-navigation{display:none}.topic-tree{display:grid;gap:2px;margin:0;padding:0;list-style:none}.topic-tree.nested{margin:3px 0 6px 16px;padding-left:8px;border-left:1px solid var(--line-strong)}.tree-folder{display:grid;gap:2px}.topic-tree:not(.nested)>li>.tree-folder{margin-left:12px}.folder-link,.article-link{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:35px;padding:5px 9px;border-radius:6px;color:var(--muted);font-size:14px}.folder-link{cursor:pointer;list-style:none}.folder-link{color:var(--text);font-weight:600}.folder-link:hover,.article-link:hover,.folder-link.active,.article-link.active{color:var(--accent-deep);background:var(--hover-bg)}.folder-mark{display:inline-block;width:14px;height:10px;border:1.5px solid var(--accent);border-radius:2px;background:var(--folder-bg)}.document-mark{display:inline-block;width:11px;height:14px;border:1.5px solid var(--line-strong);border-radius:2px;background:var(--surface)}.content{position:relative;width:min(980px,100%);padding:40px clamp(28px,5vw,60px) 70px}.content:has(.home-background){width:100%;min-height:calc(100vh - var(--header-height));overflow:hidden}.home-background{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,#f5f6f3db,#f5f6f36b),url(/home-bg.jpg) center / cover no-repeat}@media(prefers-color-scheme:dark){.home-background{background:linear-gradient(90deg,#141817e0,#1418178a),url(/home-bg.jpg) center / cover no-repeat}}.home-hero{position:relative;z-index:1;max-width:760px;padding:34px;border:1px solid var(--line);border-radius:22px;background:var(--home-panel-bg);backdrop-filter:blur(14px)}.home-avatar{display:block;width:94px;height:94px;margin-bottom:22px;border:4px solid var(--surface);border-radius:50%;box-shadow:0 12px 34px var(--shadow);object-fit:cover}.home-hero h1{max-width:720px;margin:0;font-size:clamp(40px,7vw,76px);line-height:1.02}.home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--text);padding:0 18px;font-weight:700}.button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.button:hover{color:var(--accent)}.button.primary:hover{color:#fff;background:var(--accent-deep)}.section-kicker{margin:0 0 10px;color:var(--warm);font-size:13px;font-weight:700}.overview h1,.page-header h1,.empty-state h1{margin:0;font-size:clamp(34px,4.4vw,48px);font-weight:700;line-height:1.18}.overview-copy{margin:12px 0 0;color:var(--muted);font-size:17px}.feature-cover{margin:28px 0 32px}.feature-cover img,.folder-cover,.article-cover{display:block;width:100%;object-fit:cover;border-radius:6px}.feature-cover img{max-height:224px;aspect-ratio:16 / 4}.folder-cover{aspect-ratio:16 / 7}.article-cover{max-height:266px;aspect-ratio:16 / 5}.feature-cover figcaption{margin-top:9px;color:var(--muted);font-size:13px}.index-block{margin-top:38px}.section-heading{padding-bottom:12px;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:17px}.folder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.section-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.section-card{display:grid;gap:10px;min-height:128px;align-content:start;padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.content:has(.home-background) .index-block{position:relative;z-index:1}.section-card span{color:var(--warm);font-size:13px;font-weight:700}.section-card strong{font-size:18px;line-height:1.45}.muted-card{color:var(--muted);background:transparent}.folder-row,.article-row{border-bottom:1px solid var(--line)}.folder-row{display:flex;align-items:center;justify-content:space-between;min-height:60px;font-weight:600}.folder-count,.row-section,.row-summary{color:var(--muted);font-size:13px}.article-list{display:grid}.article-row{display:grid;grid-template-columns:80px 150px minmax(0,1fr);gap:18px;align-items:center;min-height:62px}.folder-row:hover,.article-row:hover{color:var(--accent)}.row-title{font-weight:600}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--accent)}.page-header{padding-bottom:26px;border-bottom:1px solid var(--line)}.page-header>p:last-child{margin:10px 0 0;color:var(--muted)}.folder-cover,.article-cover{margin:28px 0 34px}.folder-items{display:grid;margin-top:26px;border-top:1px solid var(--line)}.folder-item{display:grid;grid-template-columns:20px 170px minmax(0,1fr);gap:14px;align-items:center;min-height:62px;border-bottom:1px solid var(--line)}.folder-item span:last-child{overflow:hidden;color:var(--muted);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.folder-item:hover strong{color:var(--accent)}.article-summary{max-width:680px;font-size:16px}.prose{max-width:760px;margin-top:34px;font-size:16px}.prose h2{margin:38px 0 12px;font-size:23px;line-height:1.3}.prose p,.prose ul,.prose ol{margin:0 0 18px}.prose ul,.prose ol{padding-left:22px}.prose blockquote{margin:28px 0;padding:12px 18px;border-left:3px solid var(--accent);color:var(--muted);background:var(--quote-bg)}.empty-state{padding:80px 0}.text-link{display:inline-block;margin-top:28px;color:var(--accent)}.site-footer{border-top:1px solid var(--line);background:var(--footer-bg)}.footer-inner{display:flex;width:min(1120px,calc(100% - 48px));min-height:116px;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;color:var(--muted);font-size:12px}.footer-inner strong{display:block;margin-bottom:6px;color:var(--text);font-size:13px}.footer-inner p{margin:0}.footer-social{display:grid;gap:9px;justify-items:end}.footer-social-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.footer-social a{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.02em;background:var(--surface)}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-social a:hover{color:var(--accent-deep);border-color:var(--accent);background:var(--hover-bg)}@media(max-width:860px){.workspace{display:block}.sidebar-checkbox:checked+.workspace{display:block}.sidebar-toggle{display:none}.sidebar{position:static;height:auto;padding:7px 18px;border-right:0;border-bottom:1px solid var(--line)}.desktop-navigation{display:none}.mobile-navigation{display:block}.mobile-site-nav{margin:4px 0 12px}.mobile-navigation>summary{display:flex;min-height:42px;align-items:center;justify-content:space-between;color:var(--text);cursor:pointer;font-size:14px;font-weight:600;list-style:none}.mobile-navigation>summary::-webkit-details-marker{display:none}.mobile-navigation[open]{padding-bottom:10px}.navigation-toggle{color:var(--muted);font-size:19px;font-weight:400}.mobile-navigation[open] .navigation-toggle{transform:rotate(45deg)}.topic-tree.nested{margin-left:13px}.content{padding:28px 18px 56px}.home-background{inset:0}.home-hero{padding:24px}.footer-inner{width:min(100% - 36px,1120px);flex-direction:column;align-items:flex-start;justify-content:center;padding:24px 0}.footer-social{justify-content:flex-start;justify-items:start}.footer-social-row{justify-content:flex-start}.folder-grid,.section-cards{grid-template-columns:minmax(0,1fr)}.article-row{grid-template-columns:72px minmax(0,1fr);gap:3px 12px;padding:13px 0}.row-summary{grid-column:2}.folder-item{grid-template-columns:20px minmax(0,1fr);gap:4px 12px;padding:13px 0}.folder-item span:last-child{grid-column:2}}
