:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:#202522;background:#f7f5f0;line-height:1.55;--ink:#202522;--muted:#69736f;--line:#dedbd3;--paper:#fffdf9;--teal:#315a5b;--teal-dark:#274849;--teal-soft:#e7efed;--vermilion:#b85c4a;--shadow:0 10px 30px rgba(35,43,39,.07)}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.shell{max-width:1180px;margin:auto;padding:32px 28px 72px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.topbar h1{margin:2px 0 0;font-family:Georgia,"Songti SC","STSong",serif;font-size:34px;line-height:1.2}.status,.muted{color:var(--muted);font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--teal);color:#fff;padding:10px 16px;border-radius:6px;border:1px solid var(--teal);cursor:pointer;font-weight:650;transition:.18s ease;min-height:42px}.button:hover{background:var(--teal-dark)}.button.secondary{background:transparent;color:var(--teal);border-color:#aebfbb}.button.danger{background:transparent;color:var(--vermilion);border-color:#d7a49a}.panel{background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:24px;margin-bottom:16px;box-shadow:var(--shadow)}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.toolbar input,.toolbar select{flex:1;min-width:180px}.field{display:flex;flex-direction:column;gap:7px;margin:16px 0;font-weight:650}.field input,.field textarea,.field select,.toolbar input,.toolbar select{padding:12px 13px;border:1px solid #c9cec8;border-radius:6px;font:inherit;background:#fbfaf7;color:var(--ink)}.field input:focus,.field textarea:focus,.toolbar input:focus,.toolbar select:focus{outline:2px solid #315a5b33;border-color:var(--teal)}.project-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.project-row strong{font-family:Georgia,"Songti SC","STSong",serif;font-size:20px;font-weight:600}.project-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:7px}.project-actions{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:650;background:#ecece8;color:#5f6863}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge.processing{background:var(--teal-soft);color:var(--teal)}.badge.review{background:#f4ecd9;color:#8c6a2e}.badge.published{background:#e5f0e7;color:#3b7650}.badge.failed{background:#f8e8e4;color:var(--vermilion)}.empty-state{text-align:center;padding:44px 20px}.empty-state h2,.trash-title{font-family:Georgia,"Songti SC","STSong",serif}.trash-title{font-size:22px;margin:34px 0 12px}.step-list{display:grid;gap:0;position:relative;margin:20px 0}.step-list:before{content:"";position:absolute;left:13px;top:14px;bottom:14px;width:1px;background:var(--line)}.step{display:grid;grid-template-columns:28px 1fr auto;align-items:start;gap:12px;padding:13px 0;position:relative}.step-dot{width:10px;height:10px;margin-top:6px;border-radius:50%;background:#b7bfba;border:2px solid var(--paper);box-shadow:0 0 0 1px #b7bfba}.step.done .step-dot{background:#5b8c67;box-shadow:0 0 0 1px #5b8c67}.step.active .step-dot{background:var(--teal);box-shadow:0 0 0 4px #315a5b22}.step-content strong{display:block}.step-content p{margin:3px 0 0;color:var(--muted);font-size:13px}.step-action{justify-self:end}.feedback{color:var(--teal);font-size:13px}.dialog-backdrop{display:none;position:fixed;inset:0;background:#20252288;z-index:5;align-items:center;justify-content:center;padding:16px}.dialog-backdrop.open{display:flex}.dialog{background:var(--paper);border-radius:8px;max-width:620px;width:100%;padding:26px;box-shadow:0 20px 60px #20252255}.dialog textarea{width:100%;font:13px monospace;padding:10px;border:1px solid #c9cec8;border-radius:6px;background:#fbfaf7}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start}.chapter-editor{border-top:1px solid var(--line);padding-top:10px}.slide{min-height:430px;padding:42px 44px;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.slide h1,.slide h2{font-family:Georgia,"Songti SC","STSong",serif}.slide h1{font-size:clamp(30px,5vw,48px);line-height:1.15;margin:8px 0 16px}.slide h2{font-size:clamp(24px,4vw,36px);line-height:1.2;margin:0 0 18px}.slide p{font-size:17px;color:#46524d;max-width:680px}.reader{padding:10px 0 112px;max-width:900px;margin:auto}.reader .topbar a{color:var(--teal);font-weight:650}.reader .slide{padding:54px clamp(24px,7vw,72px);min-height:480px}.player{position:fixed;bottom:0;left:0;right:0;background:#202522f2;color:white;padding:10px 16px;z-index:2;box-shadow:0 -4px 18px #2025222e}.player audio{max-width:900px;display:block;margin:auto;width:100%;height:36px}@media(max-width:760px){.shell{padding:22px 16px 64px}.topbar{align-items:flex-start;gap:12px}.topbar h1{font-size:29px}.panel{padding:19px}.project-row{align-items:flex-start;flex-direction:column;gap:14px}.project-actions{width:100%}.project-actions .button{flex:1}.review-layout{grid-template-columns:1fr}.review-layout section:nth-child(2){order:-1}.slide{padding:30px 22px;min-height:390px}.slide h1{font-size:32px}.slide p{font-size:16px}.step{grid-template-columns:28px 1fr}.step-action{grid-column:2;justify-self:start}.toolbar{align-items:stretch}.toolbar input,.toolbar select,.toolbar .button{width:100%;flex-basis:100%}.reader{padding:0 0 100px}.reader .slide{padding:34px 23px;min-height:420px}.player{padding:8px 10px}.player audio{height:32px}}
 .artifact-list{display:grid;gap:8px}.artifact-item{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;border:1px solid var(--line);border-radius:6px;background:#fbfaf7;font-size:13px}.status-ok{color:#3b7650;font-weight:650}.status-pending{color:var(--muted)}
