:root{--bg:#f6f3ef;--surface:#fffefb;--text:#2c2825;--muted:#6b6560;--accent:#c45c4a;--accent-2:#3d7a66;--border:#e3ddd4;--danger:#b33a3a;--radius:12px;--shadow:0 8px 28px rgba(44,40,37,.08);--base-font-size:16px;--base-line-height:1.6;font-family:Segoe UI,system-ui,-apple-system,sans-serif}:root[data-size=large]{--base-font-size:19px;--base-line-height:1.78}:root[data-theme=high-contrast]{--bg:#f3f3f1;--surface:#fff;--text:#141311;--muted:#3f3b36;--accent:#9f2e1f;--accent-2:#155840;--border:#8e8680}*,:after,:before{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-size:var(--base-font-size);line-height:var(--base-line-height);margin:0}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}.shell{margin:0 auto;max-width:920px;padding:1.25rem 1rem 3rem}.page-title{font-size:1.65rem;font-weight:650;margin:0 0 .35rem}.page-lead{color:var(--muted);font-size:.98rem;margin:0 0 1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.15rem 1.25rem}.card+.card{margin-top:1rem}.grid-2{display:grid;gap:1rem}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.field span{color:var(--muted);font-size:.88rem}.field input,.field select,.field textarea{background:#fff;border:1px solid var(--border);border-radius:8px;color:var(--text);font:inherit;min-height:44px;padding:.62rem .72rem}.field textarea{min-height:6.5rem;resize:vertical}.row-inline{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.75rem}.btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:.35rem;justify-content:center;min-height:44px;padding:.55rem .95rem}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:#eae6df;color:var(--text)}.btn-ghost{background:transparent;color:var(--muted)}.btn-danger{background:var(--danger);color:#fff}.muted{color:var(--muted)}.error,.muted{font-size:.9rem}.error{color:var(--danger);margin:.25rem 0 0}.list{list-style:none;margin:0;padding:0}.list-item{border-top:1px solid var(--border);padding:.85rem 0}.list-item:first-child{border-top:none;padding-top:.25rem}.list-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag-pill{background:#e8f2ed;border-radius:999px;color:var(--accent-2);display:inline-block;font-size:.78rem;padding:.2rem .5rem}.mono-date{font-variant-numeric:tabular-nums}@media(max-width:640px){.row-inline{align-items:stretch;flex-direction:column;gap:.6rem}.row-inline>.field{margin-bottom:0;min-width:0!important;width:100%!important}.row-inline>.btn{width:100%}.list-actions{gap:.6rem}.list-actions .btn{flex:1}}
