/* V16 task-oriented forms: no hover-only controls or forced desktop widths. */
.v16-ui{--v16-line:#bed0c8;--v16-ink:#153c39;--v16-paper:#fffdf7;max-width:1200px;margin:0 auto;color:var(--v16-ink);overflow-wrap:anywhere}
.v16-ui .page-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.v16-ui h1{font-size:clamp(1.6rem,4vw,2.5rem)}.v16-ui h2{font-size:1.35rem}.v16-ui h3{font-size:1.1rem}
.v16-ui .v16-card{min-width:0;background:var(--v16-paper);border:1px solid var(--v16-line);border-radius:16px;padding:clamp(1rem,2.6vw,1.5rem);margin:1rem 0}
.v16-ui .v16-card .v16-card{background:#fff}.v16-ui .v16-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem;align-items:start}.v16-ui .v16-grid>.v16-card{margin:0}
.v16-ui .v16-field{min-width:0;margin:1rem 0}.v16-ui .v16-label{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.v16-ui .v16-label>label{padding:.65rem 0;font-weight:650;line-height:1.5}
.v16-ui input:not([type=checkbox]),.v16-ui select,.v16-ui textarea{display:block;box-sizing:border-box;width:100%;max-width:100%;min-height:44px;border:1px solid #8da9a1;border-radius:8px;padding:.7rem;font:inherit;background:#fff;color:var(--v16-ink)}
.v16-ui textarea{resize:vertical;min-height:7rem;line-height:1.55}.v16-ui input[type=file]{padding:.6rem;white-space:normal}.v16-ui input[type=checkbox]{width:22px;height:22px;flex:none;accent-color:var(--v16-ink)}
.v16-ui button,.v16-ui a.button,.v16-ui summary{min-height:44px;box-sizing:border-box;touch-action:manipulation}.v16-ui button,.v16-ui a.button{white-space:normal;line-height:1.4;max-width:100%;overflow-wrap:anywhere}.v16-ui button:disabled{opacity:.65;cursor:wait}
.v16-ui button:focus-visible,.v16-ui a:focus-visible,.v16-ui input:focus-visible,.v16-ui select:focus-visible,.v16-ui textarea:focus-visible,.v16-ui summary:focus-visible{outline:3px solid #956018;outline-offset:3px}
.v16-ui .v16-help{flex:0 0 auto;position:relative;max-width:100%}.v16-ui .v16-help summary{display:flex;align-items:center;justify-content:center;min-width:44px;font-size:1.2rem;cursor:pointer;border:1px solid var(--v16-line);border-radius:8px;background:#f2f6f0;list-style:none}.v16-ui .v16-help summary::-webkit-details-marker{display:none}
.v16-ui .v16-help[open]{flex:1 1 15rem;max-width:100%;min-width:0}.v16-ui .v16-help[open] summary{width:44px;margin-left:auto}.v16-ui .v16-help p{position:static;border-left:3px solid #668675;background:#eef4ec;padding:.8rem;line-height:1.55;font-size:.94rem}
.v16-ui .v16-note{background:#eef4ec;border-left:3px solid #6d8c76;padding:.9rem 1rem;line-height:1.6}.v16-ui .v16-error{background:#fff1e9;border:2px solid #ad5530;border-radius:10px;padding:1rem;margin:1rem 0}.v16-ui .v16-error p{margin:.35rem 0;line-height:1.5}
.v16-ui .v16-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:.7rem;margin:1rem 0}.v16-ui .v16-meta div{min-width:0}.v16-ui dt{font-size:.88rem;color:#4a675f}.v16-ui dd{margin:.2rem 0 0;line-height:1.5}
.v16-ui .v16-number{font-size:2rem;font-weight:700;margin:.75rem 0}.v16-ui .v16-number small{font-size:1rem;font-weight:500}.v16-ui .v16-status{display:inline-block;background:#edf2e8;border:1px solid #8aa293;border-radius:8px;padding:.35rem .65rem;font-weight:600;line-height:1.5;max-width:100%;box-sizing:border-box}
.v16-ui .v16-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:.4rem}.v16-ui .v16-options label,.v16-ui .v16-check>label{display:flex;gap:.65rem;align-items:center;min-height:44px;padding:.3rem;box-sizing:border-box;line-height:1.5}.v16-ui .v16-check{display:flex;gap:.5rem;align-items:flex-start;justify-content:space-between}
.v16-ui .v16-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.v16-ui form{margin-top:1rem}.v16-ui form>button[type=submit]{margin-top:1rem}.v16-ui fieldset{min-width:0}.v16-ui legend{font-weight:650;padding:0 .3rem;max-width:100%}
.v16-ui details.v16-card>summary,.v16-ui .v16-history>summary{cursor:pointer;padding:.7rem .25rem;font-weight:650}.v16-ui .v16-history{margin:1rem 0;border-top:1px solid var(--v16-line)}.v16-ui .v16-history article,.v16-ui .v16-checks article{border-bottom:1px solid var(--v16-line);padding:1rem 0}.v16-ui .v16-checks article .button{margin-top:.7rem}
@media(max-width:560px){.v16-ui .v16-grid,.v16-ui .v16-meta,.v16-ui .v16-options{grid-template-columns:minmax(0,1fr)}.v16-ui .v16-card{border-radius:10px}.v16-ui .v16-actions{display:grid;grid-template-columns:1fr}.v16-ui .v16-actions button{width:100%}.v16-ui .v16-label:has(.v16-help[open]){flex-wrap:wrap}.v16-ui .v16-label .v16-help[open]{flex-basis:100%}.v16-ui .page-heading>button{width:100%}}
@media(prefers-reduced-motion:reduce){.v16-ui *{scroll-behavior:auto;transition:none}}
@media print{.v16-ui button,.v16-ui form,.v16-ui .v16-help{display:none}.v16-ui .v16-card{break-inside:avoid;box-shadow:none}}
.v16-ui .v16-status-positive{background:#e8f3e8;border-color:#547b59;color:#234829}.v16-ui .v16-status-attention{background:#fff0e7;border-color:#b26b43;color:#713516}.v16-ui .v16-status-neutral{background:#f1f2ed;border-color:#909f94;color:#344d41}

.v16-ui .v16-source{font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;color:#49685d}.v16-ui .v16-steps{display:grid;gap:.75rem;padding-left:1.5rem}.v16-ui .v16-steps>li{padding:.5rem;line-height:1.6}.v16-ui .v16-lineup,.v16-ui .v16-legs{min-width:0}.v16-ui .v16-row{background:#f7f8f2;border:1px solid var(--v16-line);border-radius:12px;padding:1rem;margin:1rem 0}.v16-ui .v16-row legend{padding:.4rem}.v16-ui .v16-terms{max-height:24rem;overflow:auto;white-space:pre-wrap;line-height:1.65;border:1px solid var(--v16-line);padding:1rem;border-radius:8px}.v16-ui .v16-gates{list-style:none;padding:0}.v16-ui .v16-gates>li{padding:.8rem;border-bottom:1px solid var(--v16-line)}

.v16-ui .v16-check>label{min-width:0}.v16-ui .v16-check:has(.v16-help[open]){flex-wrap:wrap}.v16-ui .v16-check .v16-help[open]{flex-basis:100%}
