:root{--bg:#f7f6f2;--surface:#ffffff;--ink:#21302b;--ink-soft:#5a6b64;--line:#dde3df;--accent:#2f6f4f;--accent-ink:#ffffff;--danger:#a13333;--radius:8px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.55}main{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}h1,h2,h3{line-height:1.2}a{color:var(--accent)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.field{display:block;margin-bottom:1rem}.field label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.field input,.field select,.field textarea{width:100%;padding:.55rem .7rem;border:1px solid var(--line);border-radius:var(--radius);font:inherit;background:var(--surface);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.button{display:inline-block;padding:.6rem 1.2rem;background:var(--accent);color:var(--accent-ink);border:none;border-radius:var(--radius);font:inherit;font-weight:600;cursor:pointer}.button:disabled{opacity:.6;cursor:default}.error{color:var(--danger);font-size:.9rem}.notice{border:1px solid var(--line);border-left:4px solid var(--accent);background:var(--surface);padding:.9rem 1.1rem;border-radius:var(--radius)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}table.members{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}table.members td,table.members th{text-align:left;padding:.55rem .75rem;border-bottom:1px solid var(--line);font-size:.95rem}table.members th{background:var(--bg);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--ink-soft)}.status-pill{display:inline-block;padding:.1rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;border:1px solid var(--line)}.status-active{background:#e7f2ec;color:#22543d}.status-pending{background:#fdf3e3;color:#744d12}.status-lapsed{background:#f0eeee;color:#5a5a5a}