.setting-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.job-target { margin-top: 8px; color: var(--muted); font: 11px monospace; overflow: hidden; text-overflow: ellipsis; }
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: #17201e80; backdrop-filter: blur(5px); }
.modal-card { width: min(620px, 100%); max-height: min(760px, 90vh); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: 0 30px 90px #17201e55; }
.modal-head, .folder-path, .modal-actions { display: flex; align-items: center; gap: 10px; padding: 18px 20px; }
.modal-head { border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0 auto 0 0; }
.icon-button { border: 0; background: transparent; font-size: 25px; }
.folder-path { border-bottom: 1px solid var(--line); }
.folder-path code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.folder-list { min-height: 220px; overflow: auto; padding: 8px 12px; }
.folder-item { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 14px 10px; text-align: left; }
.folder-item:hover { background: #0f766e0b; }
.folder-item em { color: var(--muted); font-size: 11px; font-style: normal; }
.folder-item em.ok { color: var(--green); }
.folder-item.locked { opacity: .58; cursor: not-allowed; }
.folder-item em.locked { color: #a23b2a; }
.folder-loading, .folder-message { padding: 22px; color: var(--muted); text-align: center; }
.folder-message { padding: 10px 20px; font-size: 12px; }
.modal-actions { justify-content: flex-end; border-top: 1px solid var(--line); }
.primary { border: 0; border-radius: 10px; padding: 9px 14px; background: var(--ink); color: #fff; }
.primary:disabled { opacity: .4; cursor: not-allowed; }
