:root{--mp-green:#4A9D2D;--mp-green-dark:#2D6018;--mp-green-light:#EAF3DE;--mp-gold:#D4A04A;--mp-gold-light:#F5E6C8;--mp-blue:#9DD5F0;--mp-blue-light:#E0F1FA;--st-todo:#E24B4A;--st-todo-bg:#FCEBEB;--st-todo-fg:#791F1F;--st-doing:#EF9F27;--st-doing-bg:#FAEEDA;--st-doing-fg:#633806;--st-tofinish:#7F77DD;--st-tofinish-bg:#EEEDFE;--st-tofinish-fg:#26215C;--st-redo:#D4537E;--st-redo-bg:#FBEAF0;--st-redo-fg:#4B1528;--st-done:#4A9D2D;--st-done-bg:#EAF3DE;--st-done-fg:#173404;--bg:#f9f7f3;--bg-card:#ffffff;--bg-secondary:#f3f0e9;--border:#e3dfd7;--text:#1a1a1a;--text-secondary:#5a5a5a;--text-tertiary:#8a8a8a;--radius:8px;--radius-lg:12px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);min-height:100%;line-height:1.5}body,button,html{color:var(--text);font-size:14px}button{font-family:inherit;border:.5px solid var(--border);background:var(--bg-card);padding:8px 12px;border-radius:var(--radius);cursor:pointer;min-height:36px;transition:background .1s}button:hover:not(:disabled){background:var(--bg-secondary)}button:disabled{opacity:.6;cursor:not-allowed}button.primary{background:var(--mp-green);border-color:var(--mp-green-dark);color:white;font-weight:500}button.primary:hover:not(:disabled){background:var(--mp-green-dark)}a.primary{display:inline-flex;align-items:center;justify-content:center;background:var(--mp-green);border:.5px solid var(--mp-green-dark);color:white;font-weight:500;font-size:14px;padding:8px 12px;border-radius:var(--radius);min-height:36px;text-decoration:none;cursor:pointer;transition:background .1s}a.primary:hover{background:var(--mp-green-dark);text-decoration:none}button.danger{background:var(--st-todo-bg);border-color:var(--st-todo);color:var(--st-todo-fg)}input,select,textarea{font-family:inherit;font-size:14px;padding:8px 10px;border:.5px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);min-height:40px;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--mp-green);outline-offset:-1px}a{color:var(--mp-green);text-decoration:none}a:hover{text-decoration:underline}.badge{display:inline-block;font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500;white-space:nowrap}.badge.todo{background:var(--st-todo-bg);color:var(--st-todo-fg)}.badge.doing{background:var(--st-doing-bg);color:var(--st-doing-fg)}.badge.tofinish{background:var(--st-tofinish-bg);color:var(--st-tofinish-fg)}.badge.redo{background:var(--st-redo-bg);color:var(--st-redo-fg)}.badge.done{background:var(--st-done-bg);color:var(--st-done-fg)}.badge.na{background:var(--bg-secondary);color:var(--text-tertiary)}@media (max-width:768px){body{font-size:14px}button,input,select,textarea{min-height:44px}}