:root{--green:#173425;--green2:#285a40;--cream:#f5f3ed;--gold:#c89e58;--muted:#768078;--line:#e5e6e1}*{box-sizing:border-box}body{margin:0;background:#e8ebe6;font-family:Vazirmatn,Tahoma,sans-serif;color:#18251d}.app{width:min(100%,520px);min-height:100vh;margin:auto;background:var(--cream);padding-bottom:82px;box-shadow:0 0 60px #18352218}header{height:86px;padding:18px 18px 10px;display:flex;align-items:center;gap:11px;background:var(--cream);position:sticky;top:0;z-index:10}header h1{font-size:18px;margin:1px 0}header small{color:var(--muted);font-size:10px}.avatar{width:42px;height:42px;border-radius:50%;background:#dfc79e;display:grid;place-items:center;color:var(--green);font-size:11px;font-weight:800}.online{margin-right:auto;font-size:9px;color:#478060;background:#e6f0e9;padding:5px 8px;border-radius:15px}.online.off{color:#9a5b4f;background:#f2e7e4}main{padding:8px 16px 26px}.view{display:none}.view.active{display:block}.summary{background:linear-gradient(145deg,#214b35,#102d20);color:#fff;border-radius:22px;padding:23px;box-shadow:0 15px 35px #13342333}.summary-top{display:flex;justify-content:space-between;font-size:10px;color:#c5d3ca}.summary h2{font-size:24px;line-height:1.45;margin:19px 0 3px}.summary p{color:#b4c5ba;font-size:11px;margin:0}.progress{height:5px;background:#ffffff26;border-radius:6px;margin:22px 0 14px}.progress i{display:block;width:0;height:100%;background:var(--gold);border-radius:6px;transition:.4s}.submit,.summary button{border:0;width:100%;padding:13px;border-radius:12px;font-weight:800;background:#fff;color:var(--green)}.section-title{display:flex;justify-content:space-between;align-items:end;margin:25px 3px 11px}.section-title h3{margin:0;font-size:16px}.section-title p{margin:2px 0 0;color:var(--muted);font-size:10px}.section-title span{font-size:10px;color:#92703b}.stop{background:#fff;border:1px solid #ecece7;border-radius:17px;padding:14px;margin-bottom:10px;display:grid;grid-template-columns:39px 1fr auto;gap:11px;align-items:start;box-shadow:0 6px 20px #213a2b0a}.stop.done{opacity:.58}.stop.done .num{background:#6c8d78}.num{width:36px;height:36px;border-radius:50% 50% 50% 7px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800}.stop h4{margin:0 0 2px;font-size:13px}.stop p{margin:0;color:var(--muted);font-size:9px;line-height:1.7}.stop em{display:block;color:#9a7437;font-size:9px;font-style:normal;margin-top:6px}.stop-actions{display:grid;gap:5px}.stop-actions a,.stop-actions button{border:0;border-radius:9px;padding:7px 9px;text-align:center;text-decoration:none;font-size:10px;white-space:nowrap}.navigate{background:#edf3ee;color:#285a40}.report{background:#244d38;color:#fff}.done-badge{font-size:9px;color:#47785a;background:#e7f0e9;border-radius:12px;padding:4px 8px}.skeleton{height:100px;background:linear-gradient(90deg,#fff,#eee,#fff);background-size:200%;animation:p 1.2s infinite;border-radius:16px;margin:10px 0}@keyframes p{to{background-position:-200%}}nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,520px);height:72px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;padding:7px max(12px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom));box-shadow:0 -8px 25px #18352212}nav button{border:0;background:0 0;color:#849087;font-size:9px;display:flex;flex-direction:column;align-items:center;gap:2px}nav span{font-size:20px}nav button.active{color:var(--green);font-weight:800}.back{border:0;background:0 0;color:#38654b;padding:5px 0 16px}.report-head{background:#fff;border-radius:18px;padding:19px;margin-bottom:14px}.report-head span{color:#9c783d;font-size:10px}.report-head h2{font-size:20px;margin:8px 0 2px}.report-head p{font-size:10px;color:var(--muted);margin:0}form{background:#fff;border-radius:18px;padding:18px;display:grid;gap:14px}form>label{font-size:11px;font-weight:700;display:grid;gap:6px}input,textarea{font:inherit;padding:11px;border:1px solid #dfe2dc;background:#fafbf8;border-radius:10px;outline:0}.results{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.results label input{display:none}.results span{height:67px;border:1px solid #e2e4df;border-radius:11px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:18px}.results b{font-size:9px}.results input:checked+span{border:2px solid #35664a;background:#ebf2ed;color:#214d35}.submit{background:var(--green);color:#fff;margin-top:3px}#toast{position:fixed;z-index:50;left:50%;bottom:88px;transform:translate(-50%,120px);background:#102b1e;color:#fff;padding:11px 18px;border-radius:10px;font-size:11px;transition:.3s;white-space:nowrap}#toast.show{transform:translate(-50%,0)}@media (min-width:700px){body{padding:25px}.app{border-radius:24px;overflow:hidden;min-height:calc(100vh - 50px)}nav{bottom:25px;border-radius:0 0 24px 24px}}