.stat-grid{grid-template-columns:repeat(5,1fr)}.section-actions{display:flex;gap:10px;align-items:center}.row-action.danger{color:#ae4545}.data-table td:last-child{white-space:nowrap}
@media(max-width:1050px){.stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.section-actions{width:100%;justify-content:flex-end}.section-intro{flex-wrap:wrap}}
.field textarea{margin-top:7px;width:100%;min-height:96px;resize:vertical;border:1px solid #dce3df;border-radius:10px;padding:11px 12px;outline:0;background:white;font:inherit;line-height:1.55}
.field textarea:focus{border-color:#6fa68e;box-shadow:0 0 0 3px #e8f4ee}
details pre{max-width:520px;max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-all;background:#f4f7f5;border:1px solid var(--line);border-radius:8px;padding:10px;font-size:11px;color:#41534a}
