.ops { max-width: 1200px; }
.ops-tabs { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0; }
.ops .card { margin:14px 0; }
.ops-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; }
.ops .card>summary { cursor:pointer; font-weight:600; padding:4px 0; }
.ops .card>summary~form { margin-top:18px; }
.ops .btn { margin-right:6px; margin-bottom:6px; }
.ops .output { white-space:pre-wrap; overflow-wrap:anywhere; max-height:320px; overflow:auto; }
.ops-table { overflow:auto; margin:20px 0; }
.ops table { width:100%; border-collapse:collapse; }
.ops th,.ops td { padding:12px; text-align:left; border-bottom:1px solid #d4dfda; }
.ops .ops-decision { border-left:4px solid #bc7c16; }
.ops fieldset { border:1px solid #d4dfda; padding:16px; margin-bottom:16px; }
.ops .check { display:flex; align-items:center; gap:10px; margin:10px 0; }
.ops .check input { width:auto; }
.ops code { overflow-wrap:anywhere; }
