*{box-sizing:border-box}body{margin:0;background:#f6f8f1;color:#253b2e;font-family:"Segoe UI","Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}header{display:flex;justify-content:space-between;align-items:center;padding:24px 5vw;border-bottom:1px solid #dce4d4;font-size:12px;gap:20px}header>span{color:#7b8970;font-size:11px}main{max-width:1180px;margin:auto;padding:50px 30px}.heading{display:flex;justify-content:space-between;align-items:center}.label{font-size:10px;letter-spacing:2px;color:#60804f}h1{font-size:34px;letter-spacing:-1px;margin:15px 0}.heading p:last-child{font-size:13px;color:#7a876f}.mark{font:italic 95px Georgia,serif;color:#568144;padding-right:15px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.stats>div{padding:20px 25px;border:1px solid #dfe7d5;border-radius:9px;background:white}.stats span{font-size:11px;color:#7d8c70}.stats b{display:block;margin-top:12px;font-size:32px;font-weight:500}.toolbar{display:flex;gap:15px;justify-content:space-between}form{display:flex;flex:1;gap:8px}input,select,button{font:inherit;font-size:12px;padding:12px 13px;border:1px solid #d8e1ce;border-radius:5px;background:white;color:#35472c;min-width:0}input[name=title]{flex:1}button{cursor:pointer}button:hover{background:#e8efdF}.primary{background:#285c43;color:white;border-color:#285c43;white-space:nowrap}.primary:hover{background:#1e4833}input:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #91ab6f;outline-offset:3px}#status{min-height:18px;font-size:11px;color:#63834f;margin:12px 0}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.column{background:#edf1e7;padding:17px;border-radius:9px;min-height:310px}.column h2{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:500;margin:3px 0 20px}.column h2 small{margin-left:auto;color:#88967d}.dot{height:7px;width:7px;border-radius:50%;background:#a3ae97}.dot.active{background:#d1a54f}.dot.done{background:#51864e}.task{border:1px solid #dfe6d5;border-radius:7px;background:white;padding:16px;margin-bottom:12px;box-shadow:0 3px 7px #23321a03}.task .category{font-size:9px;color:#617948;background:#eaf0e2;padding:4px 7px;border-radius:3px}.task h3{font-size:14px;line-height:1.7;font-weight:500;overflow-wrap:anywhere;margin:15px 0}.task-actions{display:flex;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #eef1e9}.task-actions select{font-size:10px;padding:6px;max-width:125px}.task-actions button{border:0;font-size:10px;padding:5px;color:#8f7163}.empty{font-size:11px;line-height:1.9;color:#94a187;text-align:center;padding:40px 10px;border:1px dashed #d4ddc9;border-radius:6px}footer{display:flex;justify-content:space-between;align-items:center;margin-top:25px;color:#8b977f;font-size:10px}footer button{background:transparent;font-size:10px}.note{font-size:10px;color:#8b977f;line-height:1.9;margin-top:25px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:760px){main{padding:30px 20px}.toolbar{flex-direction:column}.search input{width:100%}.board{grid-template-columns:1fr}.column{min-height:160px}h1{font-size:26px}.mark{font-size:65px}.stats{gap:10px}.stats>div{padding:15px}.stats b{font-size:25px}header{align-items:start;padding:20px;flex-direction:column;gap:8px}form{flex-wrap:wrap}input[name=title]{flex-basis:100%}form select{flex:1}.task-list{display:grid;gap:10px}.task{margin:0}footer{gap:20px}.heading p:last-child{font-size:11px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
