:root{--paper:#f4f0e8;--surface:#fffdf8;--surface-soft:#f8f5ef;--ink:#232822;--muted:#70766e;--line:#ded7ca;--accent:#c45f3e;--accent-dark:#93412b;--accent-soft:#f6ddd3;--forest:#315c50;--forest-dark:#1c4238;--forest-soft:#dcebe5;--gold:#a47425;--gold-soft:#f4e7c9;--danger:#a8423d;--danger-soft:#f8dedb;--nav:#202823;--shadow:0 18px 55px rgba(44,38,28,0.09)}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;color:var(--ink);background:var(--paper);font:14px/1.55 Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;font:700 clamp(30px,4vw,48px) /1.12 Georgia,Songti SC,serif}h2{margin-bottom:9px;font:700 24px/1.25 Georgia,Songti SC,serif}h3{margin-bottom:6px;font-size:16px}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:12px}.row{display:flex;align-items:center;gap:10px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;grid-gap:14px;gap:14px}.shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:20px 14px;overflow-y:auto;color:#eef0eb;background:var(--nav)}.brand{display:flex;align-items:center;gap:11px;padding:2px 8px 18px;font:700 18px Georgia,Songti SC,serif}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;color:#34251d;background:#e9a17e;font:900 18px Georgia,serif}.side-label{margin:12px 10px 7px;color:#89948d;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.side-nav{display:grid;grid-gap:3px;gap:3px}.side-nav a,.side-nav button{display:flex;min-height:40px;align-items:center;gap:10px;padding:8px 11px;border:0;border-radius:11px;color:#bfc7c1;background:transparent;text-align:left}.side-nav a:hover,.side-nav button:hover,.side-nav button[aria-current=page]{color:white;background:#34423a}.count{margin-left:auto;padding:1px 7px;border-radius:999px;color:#ffece4;background:#86442f;font-size:10px}.project-switch{width:100%;min-height:44px;padding:10px 11px;border:1px solid #435048;border-radius:12px;color:white;background:#2c3731;outline:none}.sidebar-foot{margin-top:auto;padding:14px 9px 4px;border-top:1px solid #39463f;color:#98a29c}.dot{width:8px;height:8px;border-radius:50%;background:#67b497;box-shadow:0 0 0 4px rgba(103,180,151,.12)}.main{min-width:0}.topbar{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:flex;min-height:66px;align-items:center;justify-content:space-between;padding:0 3vw;border-bottom:1px solid rgba(220,213,201,.86);background:rgba(244,240,232,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page{width:min(1240px,calc(100% - 6vw));margin:0 auto;padding:38px 0 84px}.eyebrow{margin-bottom:7px;color:var(--accent);font-size:11px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.lead{max-width:780px;color:var(--muted);font-size:16px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);grid-gap:18px;gap:18px;align-items:start}.card,.modal,.notice{border-radius:8px}.card{padding:20px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.card.flat{box-shadow:none}.novel-card{display:flex;min-height:246px;flex-direction:column;justify-content:space-between}.cover{display:grid;width:58px;height:76px;place-items:center;border-radius:5px 8px 8px 5px;color:#fff6eb;background:linear-gradient(145deg,#315c50,#1e3931);box-shadow:inset 5px 0 rgba(255,255,255,.08);font:700 20px Georgia,Songti SC,serif}.cover.rust{background:linear-gradient(145deg,#a84e34,#613022)}.metric{font:700 27px Georgia,serif}.progress{height:7px;overflow:hidden;border-radius:999px;background:#e6e0d6}.progress span{display:block;height:100%;border-radius:inherit}.btn,.progress span{background:var(--accent)}.btn{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:1px solid transparent;border-radius:8px;color:white;font-weight:760}.btn:hover{background:var(--accent-dark)}.btn.secondary{color:var(--ink);border-color:var(--line);background:var(--surface)}.btn.secondary:hover{border-color:#cba493;background:#fff5ef}.btn.ghost{color:var(--muted);background:transparent}.btn.block{width:100%}.btn:disabled{cursor:not-allowed;opacity:.5}.icon-btn{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--surface)}.input,.select,.textarea{width:100%;padding:11px 12px;border:1px solid #cfc8bc;border-radius:8px;color:var(--ink);background:#fffefa;outline:none}.textarea{min-height:112px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(200,93,60,.12)}label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:760}.status,.tag{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:800}.tag{color:#5f625c;background:#ece9e2}.tag.accent{color:var(--accent-dark);background:var(--accent-soft)}.status,.tag.green{color:var(--forest);background:var(--forest-soft)}.tag.gold{color:#7b5518;background:var(--gold-soft)}.status:before{width:6px;height:6px;margin-right:6px;border-radius:50%;background:currentColor;content:""}.status.warn{color:#8a5b13;background:var(--gold-soft)}.status.danger{color:var(--danger);background:var(--danger-soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:31px 0 13px}.divider{height:1px;margin:17px 0;background:var(--line)}.assistant-layout,.editor-shell{display:grid;grid-template-columns:240px minmax(0,1fr) 300px;grid-gap:14px;gap:14px;align-items:start}.messages{display:grid;grid-gap:18px;gap:18px;min-height:520px;padding:22px;border:1px solid var(--line);border-radius:8px 8px 0 0;background:var(--surface-soft)}.message{display:flex;gap:10px;max-width:88%}.message.me{margin-left:auto;flex-direction:row-reverse}.avatar,.message-avatar{display:grid;place-items:center;border-radius:50%;color:white;background:var(--forest);font-weight:850}.message-avatar{flex:0 0 auto;width:32px;height:32px;border-radius:8px;font-size:11px}.avatar{width:34px;height:34px}.bubble{padding:12px 14px;border:1px solid var(--line);border-radius:5px 8px 8px;background:var(--surface)}.message.me .bubble{color:white;border-color:var(--forest);border-radius:8px 5px 8px 8px;background:var(--forest)}.source-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.source-chip{padding:3px 7px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:white;font-size:10px}.candidate{margin-top:11px;padding:13px;border:1px solid #dbbdae;border-radius:8px;color:var(--ink);background:#fff7f2}.composer{padding:14px;border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;background:var(--surface)}.document{min-height:720px;padding:48px clamp(28px,6vw,78px);border:1px solid var(--line);border-radius:8px;background:#fffefa;box-shadow:var(--shadow)}.document h2{text-align:center}.prose{font:17px/2 Georgia,Songti SC,serif}.selected-text{padding:2px 1px;background:#f7d3c4;box-shadow:0 0 0 2px #f7d3c4}.tree{display:grid;grid-gap:8px;gap:8px}.issue-row,.member-row,.memory-row,.tree-node,.version-row{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.tree-node{grid-template-columns:36px 1fr auto;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.tree-node.indent{margin-left:32px}.node-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:var(--forest);background:var(--forest-soft);font-size:11px;font-weight:850}.notice{padding:13px 15px;border-left:4px solid var(--gold);color:#74511b;background:var(--gold-soft)}.notice.green{color:var(--forest);border-color:var(--forest);background:var(--forest-soft)}.notice.danger{color:#873a35;border-color:var(--danger);background:var(--danger-soft)}.filters{display:flex;flex-wrap:wrap;gap:7px}.filter{min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface)}.filter.active{color:var(--accent-dark);border-color:#d7aa96;background:var(--accent-soft)}.toast{position:fixed;z-index:90;right:22px;bottom:22px;max-width:min(380px,calc(100vw - 44px));padding:13px 16px;border:1px solid #c5dfd2;border-radius:8px;color:var(--forest);background:#f3fbf7;box-shadow:var(--shadow);font-weight:760}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(400px,1fr) minmax(420px,.8fr)}.auth-visual{display:flex;flex-direction:column;justify-content:space-between;padding:55px;color:white;background:linear-gradient(145deg,#1f2b25,#345c50)}.auth-quote{max-width:670px;font:700 clamp(36px,5vw,66px) /1.12 Georgia,Songti SC,serif}.auth-panel{display:grid;place-items:center;padding:34px;background:var(--paper)}.auth-card{width:min(430px,100%);padding:32px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.modal-bg{position:fixed;z-index:100;inset:0;display:none;place-items:center;padding:20px;background:rgba(27,31,28,.58)}.modal-bg.open{display:grid}.modal{width:min(640px,100%);max-height:90vh;overflow:auto;padding:22px;background:var(--surface);box-shadow:0 30px 90px rgba(0,0,0,.26)}@media (max-width:1100px){.assistant-layout,.editor-shell{grid-template-columns:210px minmax(0,1fr)}.context-panel,.editor-aside{grid-column:1/-1}.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.shell{grid-template-columns:1fr}.sidebar{display:none}.page{width:calc(100% - 28px);padding-top:24px}.assistant-layout,.auth-page,.editor-shell,.grid,.grid.two,.split{grid-template-columns:1fr}.auth-visual{display:none}.document{padding:28px 20px}}