:root { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body { margin:0; background:#f6f7f9; color:#111; }
.wrap { max-width: 980px; margin: 24px auto; padding: 18px; background:#fff; border-radius: 10px; box-shadow: 0 2px 14px rgba(0,0,0,.06); }
h1 { margin: 0 0 10px; font-size: 28px; }
h2 { margin: 22px 0 10px; font-size: 18px; }
p, li { line-height: 1.4; }
.sub { color:#333; }
.note { color:#444; font-size: 14px; }
.grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 700px) { .grid { grid-template-columns: 1fr; } }
label { display:block; font-size: 14px; }
input, select { width:100%; padding:10px; margin-top:6px; border: 1px solid #cfd6df; border-radius: 8px; }
button, .btn { display:inline-block; padding: 10px 14px; border-radius: 10px; border: 1px solid #1b1f2a; background:#1b1f2a; color:#fff; text-decoration:none; cursor:pointer; }
.actions { margin-top: 16px; }
.card { padding: 12px; border: 1px solid #e5e7eb; border-radius: 10px; background:#fafafa; }
.radio { display:block; margin: 8px 0; }
.radio input { width:auto; margin-right: 8px; }
.indent { margin-left: 22px; margin-bottom: 10px; }
.check { display:flex; gap: 10px; align-items:flex-start; margin-top: 10px; }
.check input { width:auto; margin-top: 3px; }
.initials label { display:flex; gap: 12px; align-items:flex-start; padding: 10px 0; border-bottom: 1px solid #eee; }
.initials span { flex: 1; }
.initials input { width: 90px; }
.foot { color:#555; font-size: 13px; margin-top: 14px; }
.err { color: #b00020; font-weight: 600; }
table.kv { width:100%; border-collapse: collapse; }
table.kv th, table.kv td { text-align:left; padding: 8px; border-bottom: 1px solid #eee; vertical-align: top; }
table.kv th { width: 240px; color:#333; }
table.list { width:100%; border-collapse: collapse; }
table.list th, table.list td { padding: 8px; border-bottom: 1px solid #eee; text-align:left; }
.doc { padding-bottom: 18px; }
.muted { color:#666; font-size: 12px; }

