:root{font-family:Inter,'Segoe UI','Microsoft YaHei',sans-serif;color:#23302c;background:#f3f5f1;font-size:15px}*{box-sizing:border-box}body{margin:0}header{padding:24px 5%;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #dee5dc}small{color:#738077;font-size:12px}h1{font-size:23px;margin:6px 0}h1 span{font-size:11px;background:#eaf2dd;padding:4px 7px;margin-left:12px;border-radius:5px;font-weight:400}h2{font-size:17px}h3{font-size:14px}button{cursor:pointer;background:#fff;color:#34473b;border:1px solid #d5dfd2;border-radius:9px;padding:10px 14px;font:inherit}button:hover{background:#edf4e8}button:disabled{opacity:.4;cursor:default}#notice{padding:12px 5%;font-size:13px;color:#526653}nav{padding:6px 5% 16px;display:flex;gap:8px}nav .active,#submit{background:#234d3c;color:white;border-color:#234d3c}main{padding:0 5% 30px}.layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}aside,article,#preview{background:white;border:1px solid #dfe6db;border-radius:14px;padding:18px;min-width:0}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}#threads button,#filelist button{display:block;width:100%;text-align:left;margin-top:8px;overflow-wrap:anywhere}#threads button.selected{border-color:#45865e;background:#f0f7eb}#threads small{display:block;margin-top:5px}#scope,p{font-size:13px;color:#748075;line-height:1.7}#timeline{min-height:260px;max-height:52vh;overflow:auto;overflow-wrap:anywhere}.entry{border-bottom:1px solid #ebefe8;padding:12px 0}.entry label{font-size:11px;color:#458261}.entry pre,pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:Consolas,monospace;font-size:13px;line-height:1.6}textarea,input{border:1px solid #cfdacb;border-radius:10px;padding:12px;font:inherit}textarea{width:100%;min-height:86px;resize:vertical}#composer{padding-top:16px}#composer .row{margin-top:9px}.empty{padding:65px 15px;text-align:center;color:#879286;line-height:2}#code{max-height:65vh;overflow:auto}.approval{background:#fff4d9;border-radius:8px;padding:12px;margin:10px 0}.approval button{margin:6px}#preview{max-width:800px}#previewForm{display:flex;gap:10px}#filename{overflow-wrap:anywhere}[hidden]{display:none!important}@media(max-width:700px){header{padding:18px 5%}h1{font-size:20px}.layout{grid-template-columns:1fr}#threads{display:flex;overflow:auto;gap:8px}#threads button{min-width:190px;max-width:220px;max-height:90px;overflow:hidden}aside{padding:12px}article{padding:14px}#timeline{max-height:45vh}nav button{flex:1;padding:10px 5px}#filelist{max-height:220px;overflow:auto}}
