:root{--ink:#213028;--green:#236344;--sage:#dce9dc;--paper:#f5f1e8;--muted:#718078;--line:#dfe3dc;--gold:#c68c36}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Microsoft YaHei UI","Segoe UI",sans-serif}header{min-height:70px;padding:0 max(20px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}header a{color:var(--green);font-size:19px;font-weight:800;text-decoration:none}header nav{display:flex;gap:20px}header nav a{color:var(--muted);font-size:13px;font-weight:500}.wrap{width:min(1050px,calc(100% - 32px));margin:45px auto}.hero{padding:48px;border-radius:14px;color:white;background:linear-gradient(120deg,#174b33,#347353);position:relative;overflow:hidden}.hero:after{content:'草';position:absolute;right:30px;top:-45px;color:#ffffff0c;font:700 230px serif}.hero small{color:#d9ec9d;letter-spacing:.2em}.hero h1{margin:16px 0 12px;font-size:42px}.hero p{max-width:620px;color:#d3dfd7;line-height:1.8}.card{margin-top:22px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:10px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card h2{margin:0 0 20px;font-size:20px}label{display:block;margin:14px 0;color:var(--muted);font-size:13px}input,select,textarea{width:100%;padding:11px;margin-top:6px;border:1px solid var(--line);border-radius:5px;background:white;font:16px inherit}textarea{min-height:130px;resize:vertical}button,.button{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;color:white;background:var(--green);border:0;border-radius:5px;font-weight:700;text-decoration:none;cursor:pointer}.secondary{color:var(--green);background:var(--sage)}.message{margin-top:14px;color:var(--green);font-size:13px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags label{margin:0}.tags input{width:auto}.tag{padding:7px 10px;background:#eef4ee;border-radius:20px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:25px 0}.stage{padding:15px;background:#f2f6f2;border-radius:7px;text-align:center}.stage b{display:block;color:var(--green);font-size:20px}.photo-preview{display:flex;gap:8px;margin-top:10px}.photo-preview img{width:78px;height:78px;object-fit:cover;border-radius:5px}.feed{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.entry{padding:22px;background:white;border:1px solid var(--line);border-radius:10px}.entry-head{display:flex;justify-content:space-between}.entry-head b{color:var(--green)}.entry p{min-height:50px;line-height:1.7}.entry .photos{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.entry .photos img{width:100%;height:130px;object-fit:cover;border-radius:5px}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.chips span{padding:4px 8px;color:var(--green);background:#eef4ee;border-radius:15px;font-size:11px}.meta{margin-top:14px;color:var(--muted);font-size:11px}.featured{color:var(--gold)}.login-box{width:min(400px,calc(100% - 32px));margin:10vh auto;padding:35px;background:white;border-radius:10px;border:1px solid var(--line)}.login-box h1{margin-top:0}.hint{padding:12px;color:#6c673d;background:#fff7d9;font-size:12px;border-radius:5px}@media(max-width:700px){header{min-height:64px;padding:10px 16px;gap:12px}header>a{white-space:nowrap}header nav{gap:12px;overflow-x:auto}header nav a{white-space:nowrap;min-height:44px;display:flex;align-items:center}.wrap{width:calc(100% - 24px);margin:20px auto 42px}.grid,.feed{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(2,1fr);gap:8px}.hero{padding:26px 20px}.hero h1{font-size:30px}.card{padding:20px 16px}.entry{padding:18px 15px}.entry .photos img{height:100px}button,.button{min-height:44px}.login-box{margin:5vh auto;padding:26px 20px}.photo-preview{overflow-x:auto}.photo-preview img{flex:0 0 84px;width:84px;height:84px}}@media(max-width:390px){header nav{gap:8px}header nav a{font-size:12px}.hero h1{font-size:27px}.stage{padding:12px 8px}.card h2{font-size:18px}.entry .photos img{height:88px}}
