:root{--bg: #f7f7f5;--card: #ffffff;--ink: #1a1a1a;--muted: #5c5c5c;--line: #dcdcd8;--accent: #1f6f43;--accent-ink: #ffffff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:17px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}.wrap{max-width:34rem;margin:0 auto;padding:1rem 1rem 3rem}header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.5rem 0 1rem}h1{font-size:1.4rem;margin:0}.card{background:var(--card);border:1px solid var(--line);border-radius:.75rem;padding:1rem;margin-bottom:1rem}label{display:block;font-weight:600;margin:.75rem 0 .25rem}input,select,textarea,button{font:inherit;width:100%;max-width:100%}input,select,textarea{padding:.75rem;border:1px solid var(--line);border-radius:.5rem;background:#fff;color:var(--ink)}textarea{min-height:6rem;resize:vertical}button{min-height:3rem;padding:.75rem 1rem;border:0;border-radius:.5rem;background:var(--accent);color:var(--accent-ink);font-weight:600;cursor:pointer;margin-top:1rem}button.secondary{background:#eceae5;color:var(--ink)}button:disabled{opacity:.5}.choice{display:block;width:100%;text-align:left;min-height:3.25rem;background:#fff;color:var(--ink);border:1px solid var(--line);margin-top:.5rem}.step{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem 0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.step input[type=checkbox]{width:1.6rem;height:1.6rem;flex:0 0 auto;margin-top:.15rem}.step.ticked .step-text{color:var(--muted);text-decoration:line-through}.look-for{color:var(--muted);font-size:.9rem;margin-top:.25rem}.muted{color:var(--muted)}.error{color:#a11;font-weight:600}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}a{color:var(--accent)}.linkish{background:none;border:0;color:var(--accent);font-weight:600;width:auto;min-height:0;margin:0;padding:0;text-decoration:underline;cursor:pointer}pre{white-space:pre-wrap;word-wrap:break-word;font-size:.9rem}
