:root{color-scheme:light;--bg:#f3efe6;--surface:rgba(247,242,231,0.92);--surface-strong:#fbf7ee;--ink:#1b1a18;--muted:#645f56;--line:rgba(27,26,24,0.12);--accent:#49664f;--accent-strong:#314237;--accent-ink:#f8f4eb;--code-bg:#1f2937;--shadow:0 24px 80px rgba(24,20,15,0.12);--display-font:"Iowan Old Style","Palatino Linotype","Book Antiqua","Songti SC",serif;--body-font:"Avenir Next","Segoe UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#efe9de 0,var(--bg) 100%);color:var(--ink);font-family:var(--body-font);line-height:1.65}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--line);background:rgba(243,239,230,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header-inner{max-width:980px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-size:18px;font-weight:700;font-family:var(--display-font);text-decoration:none;display:inline-flex;gap:6px}.brand,.nav{align-items:center}.nav{display:flex;gap:14px}.nav a{color:var(--muted);text-decoration:none;font-size:14px}.page{width:min(980px,calc(100% - 32px));margin:0 auto;padding:56px 0 88px;flex:1 1}.page-wide{width:min(1560px,calc(100% - 32px))}.page-title{font-family:var(--display-font);font-size:clamp(2.4rem,5vw,4.8rem);font-weight:700;line-height:.95;margin:0 0 8px}.page-subtitle{color:var(--muted);margin:0 0 28px}.post-list{display:grid;grid-gap:16px;gap:16px}.list-controls,.pagination{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 20px}.list-controls a,.pagination a,.pagination span{border:1px solid var(--line);border-radius:8px;padding:7px 10px;color:var(--muted);background:rgba(251,247,238,.72);text-decoration:none;font-size:14px}.list-controls .control-active{color:var(--accent-ink);background:var(--accent)}.post-item{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:20px;box-shadow:0 12px 40px rgba(24,20,15,.06);display:grid;grid-gap:8px;gap:8px}.post-item h2{margin:0 0 6px;font-family:var(--display-font);font-size:24px;line-height:1.12}.post-item a{text-decoration:none}.post-meta{color:var(--muted);font-size:13px;margin:0 0 8px}.post-excerpt{margin:0;color:#3f454b}.post-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:34px}.post-actions form{margin:0}.icon-action{width:34px;height:34px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:rgba(251,247,238,.86);color:var(--ink);text-decoration:none;cursor:pointer;font:inherit}.icon-action:hover{border-color:rgba(49,66,55,.42)}.search-form{display:flex;gap:8px;margin:0 0 24px}.search-form input{flex:1 1;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font:inherit;background:var(--surface-strong)}.button-link,.search-form button{border:0;border-radius:8px;padding:10px 14px;font:inherit;color:var(--accent-ink);background:var(--accent);text-decoration:none;cursor:pointer}.article{max-width:760px}.article-wide{max-width:1180px}.article h1{font-family:var(--display-font);font-size:clamp(2.5rem,5vw,4.8rem);font-weight:700;line-height:.96;margin:0 0 8px}.article-body{margin-top:28px;font-size:17px}.article-body img{max-width:100%;height:auto;border-radius:6px}.article-body pre{overflow-x:auto;background:var(--code-bg);color:#f8fafc;padding:14px;border-radius:8px}.article-body code{font-family:Consolas,Liberation Mono,monospace}.article-actions{margin-top:28px}.empty-state{border:1px dashed var(--line);border-radius:8px;padding:22px;color:var(--muted);background:rgba(247,242,231,.62)}.draft-panel{border-top:1px solid var(--line);padding-top:26px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading h2{margin:0;font-family:var(--display-font);font-size:28px;line-height:1.1}.section-heading span{color:var(--muted);font-size:13px}.draft-list{display:grid;grid-gap:10px;gap:10px}.draft-item{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.draft-item h3{margin:0 0 4px;font-size:18px;line-height:1.25}.draft-item p{margin:0;color:var(--muted);font-size:13px}.admin-form{display:grid;grid-gap:14px;gap:14px;width:100%;max-width:none;min-width:0;margin-bottom:34px}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--line);border-radius:8px;padding:10px 12px;font:inherit;background:var(--surface-strong)}.editor{border:1px solid var(--line);border-radius:8px}.editor,.editor-toolbar{background:var(--surface-strong);max-width:100%;min-width:0;overflow:visible}.editor-toolbar{border-bottom:1px solid var(--line);border-radius:8px 8px 0 0;display:flex;flex-wrap:wrap;gap:8px;padding:8px;position:-webkit-sticky;position:sticky;top:62px;z-index:9;width:100%}.editor-toolbar button{border:1px solid var(--line);border-radius:6px;background:#fbf7ee;color:var(--ink);flex:0 0 auto;min-width:44px;min-height:44px;padding:0 10px;font:inherit;font-size:14px;touch-action:manipulation}.editor-toolbar button[aria-pressed=true]{border-color:rgba(49,66,55,.5);background:rgba(73,102,79,.14)}.editor-surface{min-height:280px;padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.editor-surface .ProseMirror{min-height:240px;font-size:16px;outline:none}.editor-surface .ProseMirror p.is-editor-empty:first-child:before{color:var(--muted);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.article-body table,.editor-surface table{border-collapse:collapse;display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.article-body td,.article-body th,.editor-surface td,.editor-surface th{border:1px solid var(--line);min-width:88px;padding:8px 10px;vertical-align:top}.article-body th,.editor-surface th{background:rgba(73,102,79,.1)}.editor-surface img{max-width:100%;height:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:rgba(243,239,230,.82)}.site-footer-inner{width:min(1560px,calc(100% - 32px));margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;gap:16px;font-size:13px}@media (max-width:520px){.draft-item,.search-form,.site-footer-inner,.site-header-inner{align-items:stretch;flex-direction:column}.article h1,.page-title{font-size:28px}.page{width:min(100% - 20px,980px);padding-bottom:calc(72px + env(safe-area-inset-bottom))}.editor-toolbar{margin:0 -1px;padding-bottom:10px;top:104px}}