.contractor-operation-dialog { width: min(720px, calc(100% - 24px)); max-height: calc(100dvh - 32px); padding: 20px; border: 1px solid #cedae5; border-radius: 8px; color: #183654; background: #fff; overflow: auto; }
.contractor-operation-dialog::backdrop { background: #13233880; }
.operation-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.operation-dialog-heading h2 { font-size: 20px; margin: 0; }
.operation-dialog-body form:not(.operation-inline) { display: grid; gap: 14px; }
.operation-dialog-body label { display: grid; gap: 6px; font-size: 13px; }
.operation-dialog-body input:not([type=checkbox]), .operation-dialog-body select, .operation-dialog-body textarea { box-sizing: border-box; width: 100%; min-width: 0; padding: 10px; border: 1px solid #bdcfdd; border-radius: 5px; background: white; color: #183654; font: inherit; }
.operation-dialog-body button { min-height: 36px; }
.operation-dialog-body p { overflow-wrap: anywhere; }
.operation-dialog-body .operation-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.operation-dialog-body .operation-checkbox { display: flex; align-items: center; gap: 9px; min-height: 36px; font-size: 14px; font-weight: 700; }
.operation-dialog-body .operation-checkbox input[type=checkbox] { flex: 0 0 18px; width: 18px; height: 18px; margin: 0; accent-color: #008e80; }
.operation-csv-table { overflow: auto; max-height: 50dvh; }
.operation-csv-table table { border-collapse: collapse; min-width: 600px; width: 100%; }
.operation-csv-table td, .operation-csv-table th { padding: 6px; border-bottom: 1px solid #dbe4ec; text-align: left; }
.operation-csv-table th { position: sticky; top: 0; background: #f0f5f8; }
.operation-photo-row { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid #dbe4ec; }
.operation-photo-row img { width: 88px; height: 88px; object-fit: contain; }
.operation-error { margin-top: 14px; }
@media (max-width: 480px) { .contractor-operation-dialog { padding: 14px; } }
