:root { color: #17212b; background: #f4f6f7; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .52; }
.primary, .quiet { border-radius: 5px; padding: 8px 12px; border: 1px solid #aeb9bf; background: #fff; color: #17212b; white-space: nowrap; }
.primary { border-color: #107c72; background: #107c72; color: #fff; }
.primary:hover { background: #0d665f; }
.quiet:hover { background: #edf1f2; }
.brand-mark { color: #0b5f58; font-size: 16px; font-weight: 700; letter-spacing: 0; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-form { width: min(100%, 360px); display: grid; gap: 15px; border: 1px solid #ccd4d8; border-radius: 6px; padding: 28px; background: #fff; }
h1, h2, p { margin: 0; }
.login-form h1 { font-size: 23px; font-weight: 650; }
label { display: grid; gap: 6px; font-size: 13px; color: #4b5960; }
input, select { min-height: 36px; border: 1px solid #aeb9bf; border-radius: 4px; background: #fff; color: #17212b; padding: 7px 9px; }
input:focus, select:focus, button:focus-visible { outline: 3px solid #98d5cc; outline-offset: 1px; }
.error { min-height: 18px; color: #b21e35; font-size: 13px; }
.error:empty { min-height: 0; }
.topbar { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 12px max(20px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid #cfd7da; background: #fff; }
.tenant-caption { margin-top: 3px; color: #627279; font-size: 13px; }
.account-area { display: flex; align-items: center; gap: 12px; color: #4b5960; font-size: 13px; }
.console-nav { display: flex; align-self: stretch; align-items: stretch; gap: 2px; }
.nav-tab { border: 0; border-bottom: 3px solid transparent; background: transparent; color: #4b5960; padding: 0 12px; font-size: 14px; }
.nav-tab:hover { background: #edf1f2; }
.nav-tab.active { border-bottom-color: #107c72; color: #0b5f58; font-weight: 650; }
.tenant-picker { display: flex; align-items: center; gap: 7px; }
.tenant-picker select { width: min(220px, 30vw); }
.subnav { display: flex; gap: 4px; padding: 8px max(20px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid #cfd7da; background: #f8fafb; }
.subnav-tab { border: 1px solid transparent; border-radius: 5px; background: transparent; color: #4b5960; padding: 7px 12px; font-size: 13px; }
.subnav-tab:hover { background: #edf1f2; }
.subnav-tab.active { border-color: #a7cbc5; background: #e5f3f0; color: #0b5f58; font-weight: 650; }
.workspace { max-width: 1320px; margin: 0 auto; padding: 26px 20px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.sources-panel, .browser-panel { min-width: 0; }
.browser-panel { border-top: 1px solid #cfd7da; padding-top: 24px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 16px; }
.section-heading h1 { font-size: 22px; font-weight: 650; }
.section-heading h2 { font-size: 18px; font-weight: 650; }
.section-heading p { margin-top: 4px; color: #627279; font-size: 13px; }
.browser-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; min-width: 0; margin-top: 4px; color: #627279; font-size: 13px; }
.crumb { display: inline-flex; align-items: center; gap: 4px; min-height: 24px; }
.crumb.link { border: 0; background: transparent; color: #0b5f58; padding: 2px 5px; border-radius: 4px; font-size: 13px; }
.crumb.link:hover { background: #e5f3f0; text-decoration: underline; }
.crumb.current { color: #17212b; font-weight: 650; overflow-wrap: anywhere; }
.crumb.search { color: #845500; }
.crumb-separator { color: #9aa6ad; user-select: none; }
.crumb-archive-tag { color: #0b5f58; background: #e5f3f0; border-radius: 4px; padding: 1px 5px; font-size: 11px; }
.source-table-wrap { border-top: 1px solid #cfd7da; }
table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; }
th, td { overflow-wrap: anywhere; text-align: left; border-bottom: 1px solid #dfe5e7; padding: 12px 10px; vertical-align: middle; font-size: 13px; }
th { background: #edf1f2; color: #4b5960; font-size: 12px; font-weight: 650; }
th:nth-child(1) { width: 23%; } th:nth-child(2) { width: 16%; } th:nth-child(3) { width: 16%; } th:nth-child(4) { width: 16%; } th:nth-child(5) { width: 12%; } th:nth-child(6) { width: 17%; }
.sources-table th:nth-child(1) { width: 19%; } .sources-table th:nth-child(2) { width: 10%; } .sources-table th:nth-child(3) { width: 14%; } .sources-table th:nth-child(4) { width: 10%; } .sources-table th:nth-child(5) { width: 18%; } .sources-table th:nth-child(6) { width: 10%; } .sources-table th:nth-child(7) { width: 19%; }
.status { display: inline-block; border-radius: 4px; padding: 3px 6px; background: #e5f3f0; color: #0b5f58; font-size: 12px; }
.status.pending { background: #fff1ce; color: #845500; }
.status.disabled { background: #f3e5e8; color: #9a2440; }
.table-action { padding: 5px 7px; font-size: 12px; }
a.table-action { display: inline-block; text-decoration: none; }
.selected-row td { background: #edf7f5; }
.file-list { min-height: 260px; border-top: 1px solid #cfd7da; background: #fff; }
.browse-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.browse-toolbar-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.browse-search-form { display: grid; grid-template-columns: minmax(180px, 340px) 110px auto; gap: 8px; align-items: end; }
.browse-search-form button { min-height: 36px; }
.view-switch { display: inline-flex; border: 1px solid #aeb9bf; border-radius: 5px; overflow: hidden; background: #fff; }
.view-mode { border: 0; background: transparent; color: #4b5960; padding: 7px 13px; font-size: 13px; }
.view-mode + .view-mode { border-left: 1px solid #dfe5e7; }
.view-mode.active { background: #e5f3f0; color: #0b5f58; font-weight: 650; }
.file-row { display: grid; grid-template-columns: 56px 1fr auto auto; gap: 12px; align-items: center; padding: 11px 12px; border-bottom: 1px solid #dfe5e7; font-size: 13px; }
.file-thumb { width: 56px; height: 56px; object-fit: cover; border: 1px solid #dfe5e7; border-radius: 5px; background: #edf1f2; }
.file-name { overflow-wrap: anywhere; }
.file-size { color: #627279; font-variant-numeric: tabular-nums; }
.dir-row { cursor: pointer; }
.dir-row:hover { background: #edf7f5; }
.file-list.grid-view, .file-list.image-view { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; padding: 14px; }
.file-card { min-width: 0; display: grid; grid-template-rows: auto 1fr auto; border: 1px solid #dfe5e7; border-radius: 6px; background: #fff; overflow: hidden; }
.file-card:hover { border-color: #a7cbc5; box-shadow: 0 2px 8px rgba(25, 38, 46, .08); }
.file-card.dir-card, .file-card.archive-card, .file-card.file-card-click { cursor: pointer; }
.card-thumb { position: relative; aspect-ratio: 1 / 1; background: #edf1f2; border-bottom: 1px solid #dfe5e7; overflow: hidden; }
.card-thumb::before { content: attr(data-ext); position: absolute; inset: 0; display: grid; place-items: center; color: #7b878d; background: #edf1f2; font-size: 12px; }
.card-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; object-fit: cover; }
.file-card-body { min-width: 0; display: grid; gap: 6px; padding: 10px; }
.file-card-actions { display: flex; justify-content: flex-end; padding: 0 10px 10px; }
.file-card .file-analysis { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.file-card .analysis-summary { display: block; }
.file-list.image-view { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; padding: 12px; }
.image-card .card-thumb { aspect-ratio: 4 / 3; }
.image-card .file-card-body { gap: 4px; padding: 8px 10px 10px; }
.image-card .file-name { font-size: 12px; }
.image-card .file-size { font-size: 11px; }
.image-card .file-card-actions { display: none; }
.image-card .analysis-summary { max-height: 32px; overflow: hidden; }
.v2-workspace { grid-template-columns: minmax(0, 1fr); }
.pools-panel, .v2-assets-panel { min-width: 0; }
.v2-sources-panel { grid-column: 1 / -1; min-width: 0; }
.v2-assets-panel { border-top: 1px solid #cfd7da; padding-top: 24px; }
.v2-sources-table th:nth-child(1) { width: 38%; } .v2-sources-table th:nth-child(2) { width: 26%; } .v2-sources-table th:nth-child(3) { width: 18%; }
.pools-table th:nth-child(1) { width: 20%; } .pools-table th:nth-child(2) { width: 28%; } .pools-table th:nth-child(3) { width: 12%; } .pools-table th:nth-child(4) { width: 12%; } .pools-table th:nth-child(5) { width: 10%; } .pools-table th:nth-child(6) { width: 10%; } .pools-table th:nth-child(7) { width: 8%; }
.v2-assets-table th:nth-child(1) { width: 24%; } .v2-assets-table th:nth-child(2) { width: 16%; } .v2-assets-table th:nth-child(3) { width: 20%; } .v2-assets-table th:nth-child(4) { width: 8%; } .v2-assets-table th:nth-child(5) { width: 32%; }
.openlist-workspace { grid-template-columns: minmax(0, 1fr); }
.openlist-panel { min-width: 0; }
.openlist-table th:nth-child(1) { width: 18%; } .openlist-table th:nth-child(2) { width: 20%; } .openlist-table th:nth-child(3) { width: 7%; } .openlist-table th:nth-child(4) { width: 9%; } .openlist-table th:nth-child(5) { width: 9%; } .openlist-table th:nth-child(6) { width: 10%; } .openlist-table th:nth-child(7) { width: 10%; } .openlist-table th:nth-child(8) { width: 7%; } .openlist-table th:nth-child(9) { width: 10%; }
#direct-urls-dialog { width: min(100% - 32px, 780px); }
#direct-urls-dialog form { max-height: min(calc(100vh - 48px), 80vh); overflow: auto; }
.direct-url-row { display: grid; grid-template-columns: 120px 150px minmax(0, 1fr) auto; gap: 8px; align-items: center; margin-bottom: 8px; }
@media (max-width: 620px) {
  #direct-urls-dialog .direct-url-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #direct-urls-dialog .direct-url-row input[type="url"] { grid-column: 1 / -1; }
  #direct-urls-dialog .direct-url-row .direct-url-remove { justify-self: start; }
}
.platform-workspace { grid-template-columns: minmax(0, 1fr); }
.platform-panel { max-width: 760px; min-width: 0; }
.platform-mode { display: flex; gap: 8px; margin-bottom: 14px; }
.platform-mode-tab { border: 1px solid #aeb9bf; border-radius: 5px; background: #fff; color: #4b5960; padding: 8px 14px; }
.platform-mode-tab.active { border-color: #107c72; background: #e5f3f0; color: #0b5f58; font-weight: 650; }
.platform-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 18px; border: 1px solid #ccd4d8; border-radius: 6px; background: #fff; }
.platform-form label { min-width: 0; }
.platform-form .span-2 { grid-column: 1 / -1; }
.platform-result { display: grid; gap: 14px; padding: 18px; border: 1px solid #a7cbc5; border-radius: 6px; background: #f4fbf9; }
.platform-result h2 { font-size: 18px; }
.platform-result dl { margin: 0; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 8px; }
.platform-result dt { color: #627279; }
.platform-result dd { margin: 0; overflow-wrap: anywhere; }
.edge-workspace { grid-template-columns: minmax(0, 1fr); }
.edge-nodes-panel { min-width: 0; }
.edge-nodes-table th:nth-child(1) { width: 18%; } .edge-nodes-table th:nth-child(2) { width: 13%; } .edge-nodes-table th:nth-child(3) { width: 16%; } .edge-nodes-table th:nth-child(4) { width: 12%; } .edge-nodes-table th:nth-child(5) { width: 9%; } .edge-nodes-table th:nth-child(6) { width: 8%; } .edge-nodes-table th:nth-child(7) { width: 12%; } .edge-nodes-table th:nth-child(8) { width: 12%; } .edge-nodes-table th:nth-child(9) { width: 18%; }
.edge-detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-bottom: 22px; }
.edge-metric { border: 1px solid #ccd4d8; border-radius: 6px; background: #fff; padding: 12px 14px; }
.edge-metric span { display: block; color: #627279; font-size: 12px; margin-bottom: 6px; }
.edge-metric strong { font-size: 15px; overflow-wrap: anywhere; }
.edge-detail-heading { border-top: 1px solid #cfd7da; padding: 20px 0 10px; }
.edge-detail-heading h2 { font-size: 16px; font-weight: 650; }
.edge-health-services, .edge-queue-depth, .edge-disk { display: grid; gap: 8px; }
.edge-service-row, .edge-queue-row, .edge-disk-row { display: grid; grid-template-columns: minmax(150px, 1fr) auto auto; gap: 12px; align-items: center; padding: 10px 12px; border: 1px solid #dfe5e7; border-radius: 5px; background: #fff; font-size: 13px; }
.edge-queue-row { grid-template-columns: minmax(150px, 1fr) repeat(4, auto); }
.edge-disk-row { grid-template-columns: minmax(150px, 1fr) auto auto; }
.edge-subtle { color: #627279; font-size: 12px; }
.edge-command-table th:nth-child(1) { width: 14%; } .edge-command-table th:nth-child(2) { width: 14%; } .edge-command-table th:nth-child(3) { width: 10%; } .edge-command-table th:nth-child(4) { width: 14%; } .edge-command-table th:nth-child(5) { width: 18%; } .edge-command-table th:nth-child(6) { width: 16%; } .edge-command-table th:nth-child(7) { width: 14%; }
.delivery-workspace { grid-template-columns: minmax(0, 1fr); }
.search-panel, .collection-panel, .export-panel { min-width: 0; }
.collection-panel, .export-panel { border-top: 1px solid #cfd7da; padding-top: 24px; }
.collection-panel > div[data-page] { display: grid; gap: 16px; }
.delivery-filter { display: grid; grid-template-columns: minmax(140px, 1fr) minmax(110px, .8fr) minmax(90px, .7fr) auto auto auto; gap: 10px; align-items: end; margin-bottom: 16px; }
.delivery-filter label { min-width: 0; }
.delivery-filter button { min-height: 36px; }
.checkbox-filter { display: flex; align-items: center; min-height: 36px; color: #4b5960; font-size: 13px; }
.checkbox-filter input { width: 18px; min-height: 18px; }
.search-table th:nth-child(1) { width: 20%; } .search-table th:nth-child(2) { width: 20%; } .search-table th:nth-child(3) { width: 8%; } .search-table th:nth-child(4) { width: 8%; } .search-table th:nth-child(5) { width: 8%; } .search-table th:nth-child(6) { width: 36%; }
.collection-table th:nth-child(1) { width: 40%; } .collection-table th:nth-child(2) { width: 16%; } .collection-table th:nth-child(3) { width: 14%; } .collection-table th:nth-child(4) { width: 30%; }
.collection-items-heading { margin-top: 24px; }
.collection-items-table th:nth-child(1) { width: 30%; } .collection-items-table th:nth-child(2) { width: 38%; } .collection-items-table th:nth-child(3) { width: 12%; } .collection-items-table th:nth-child(4) { width: 20%; }
.export-table th:nth-child(1) { width: 26%; } .export-table th:nth-child(2) { width: 16%; } .export-table th:nth-child(3) { width: 14%; } .export-table th:nth-child(4) { width: 44%; }
.analysis-workspace { grid-template-columns: minmax(0, 1fr); }
.semantic-panel, .analysis-runs-panel, .analysis-detail-panel { min-width: 0; }
.analysis-runs-panel, .analysis-detail-panel { border-top: 1px solid #cfd7da; padding-top: 24px; }
.analysis-detail-panel { margin-top: 0; }
.inline-controls { display: flex; align-items: flex-end; gap: 10px; }
.inline-controls label { min-width: 130px; }
.semantic-table th:nth-child(1) { width: 18%; } .semantic-table th:nth-child(2) { width: 10%; } .semantic-table th:nth-child(3) { width: 34%; } .semantic-table th:nth-child(4) { width: 8%; } .semantic-table th:nth-child(5) { width: 10%; } .semantic-table th:nth-child(6) { width: 10%; }
.analysis-runs-table th:nth-child(1) { width: 24%; } .analysis-runs-table th:nth-child(2) { width: 10%; } .analysis-runs-table th:nth-child(3) { width: 20%; } .analysis-runs-table th:nth-child(4) { width: 12%; } .analysis-runs-table th:nth-child(5) { width: 10%; } .analysis-runs-table th:nth-child(6) { width: 14%; } .analysis-runs-table th:nth-child(7) { width: 10%; }
.score { color: #0b5f58; font-variant-numeric: tabular-nums; font-weight: 650; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.analysis-detail-content { border-top: 1px solid #cfd7da; padding-top: 16px; }
.analysis-summary { font-size: 15px; line-height: 1.6; }
.segment-block { border: 1px solid #dfe5e7; border-radius: 5px; background: #fff; padding: 10px 12px; margin-top: 8px; font-size: 13px; line-height: 1.5; }
.segment-title { color: #0b5f58; font-weight: 650; margin-bottom: 5px; font-variant-numeric: tabular-nums; }
.analysis-detail-content pre { max-height: 380px; overflow: auto; margin-top: 14px; padding: 12px; border: 1px solid #dfe5e7; border-radius: 5px; background: #fbfcfc; color: #2b3a42; font-size: 12px; white-space: pre-wrap; overflow-wrap: anywhere; }
.material-name { font-weight: 600; }
.material-subtle { color: #627279; font-size: 12px; margin-top: 3px; }
.asset-cell { display: flex; align-items: center; gap: 10px; min-width: 0; }
.asset-thumb { width: 56px; height: 56px; flex: 0 0 56px; object-fit: cover; border: 1px solid #dfe5e7; border-radius: 5px; background: #edf1f2; }
.asset-thumb[src=""] { display: none; }
.file-thumb[src=""] { display: none; }
.asset-cell-copy { min-width: 0; }
.preview-dialog { width: min(100% - 32px, 920px); }
.preview-shell { padding: 20px; }
.preview-shell .dialog-heading { margin-bottom: 14px; }
.package-detail-content { margin-top: 10px; border-top: 1px solid #cfd7da; }
.package-item-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #dfe5e7; font-size: 13px; }
.package-item-name { overflow-wrap: anywhere; }
.package-item-actions { display: flex; gap: 8px; }
.preview-media { min-height: 260px; display: grid; place-items: center; background: #10181d; border: 1px solid #dfe5e7; border-radius: 5px; overflow: hidden; }
.preview-media img, .preview-media video { width: 100%; max-height: 70vh; object-fit: contain; background: #10181d; }
.preview-media audio { width: min(100% - 48px, 640px); }
.preview-document { width: 100%; height: 70vh; border: 0; background: #fff; }
.preview-placeholder { color: #cfd7da; font-size: 13px; padding: 24px; text-align: center; }
.preview-placeholder a { color: #8fd6cc; }
.preview-meta { margin: 0; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 8px 12px; padding: 14px 0 0; }
.preview-meta dt { color: #627279; font-size: 13px; }
.preview-meta dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; }
.inline-preview { margin-bottom: 14px; }
.pagination { display: flex; justify-content: flex-end; align-items: center; gap: 10px; padding-top: 14px; color: #627279; font-size: 13px; }
.detail-list { margin: 0; padding: 0; }
.detail-list div { display: grid; grid-template-columns: 88px 1fr; gap: 10px; border-bottom: 1px solid #dfe5e7; padding: 10px 12px; font-size: 13px; }
.detail-list dt { color: #627279; }
.detail-list dd { margin: 0; overflow-wrap: anywhere; }
.duplicate-heading { padding: 16px 12px 8px; font-size: 14px; font-weight: 650; }
.duplicate-row { padding: 9px 12px; border-bottom: 1px solid #dfe5e7; font-size: 13px; overflow-wrap: anywhere; }
.empty-state { padding: 22px 12px; color: #627279; font-size: 13px; }
dialog { width: min(100% - 32px, 440px); border: 1px solid #aeb9bf; border-radius: 6px; padding: 0; color: #17212b; box-shadow: 0 18px 48px rgba(25, 38, 46, .22); }
dialog::backdrop { background: rgba(25, 38, 46, .38); }
dialog form { display: grid; gap: 15px; padding: 20px; }
.dialog-heading, .dialog-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.dialog-heading h2 { font-size: 18px; }
.form-note { color: #627279; font-size: 12px; line-height: 1.5; }
.dialog-actions { justify-content: flex-end; }
@media (max-width: 960px) { .topbar { align-items: flex-start; flex-direction: column; } .console-nav { min-height: 38px; } .account-area { width: 100%; flex-wrap: wrap; } .subnav { overflow-x: auto; } .delivery-filter { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .browse-search-form { grid-template-columns: 1fr 100px auto; } }
@media (max-width: 620px) { .workspace { padding: 20px 12px; } .topbar { padding: 12px; } .source-table-wrap { overflow-x: auto; } table { min-width: 680px; } .section-heading { align-items: stretch; flex-direction: column; } .section-heading .primary { width: 100%; } .delivery-filter { grid-template-columns: 1fr; } .delivery-filter .primary, .delivery-filter .quiet { width: 100%; } }
@media (max-width: 620px) { .platform-mode { flex-direction: column; } .platform-form { grid-template-columns: 1fr; } .platform-form .span-2 { grid-column: auto; } .platform-result dl { grid-template-columns: 1fr; } }

.pagination-bar { display: flex; justify-content: flex-end; align-items: center; gap: 10px; flex-wrap: wrap; padding: 12px 0 4px; color: #627279; font-size: 13px; }
.pager-jump { display: flex; align-items: center; gap: 6px; color: #4b5960; }
.pager-jump input { width: 64px; min-height: 30px; padding: 4px 6px; text-align: center; }
.pager-button { min-height: 30px; padding: 5px 10px; }
.pager-total { color: #4b5960; font-variant-numeric: tabular-nums; }
.file-copy { min-width: 0; display: grid; gap: 5px; }
.file-analysis { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.analysis-badge { display: inline-block; border-radius: 4px; padding: 2px 6px; background: #edf1f2; color: #4b5960; font-size: 11px; }
.analysis-badge.pending { background: #fff1ce; color: #845500; }
.analysis-badge.disabled { background: #f3e5e8; color: #9a2440; }
.analysis-badge.muted { background: #edf1f2; color: #7b878d; }
.analysis-summary { color: #627279; font-size: 12px; overflow-wrap: anywhere; }
.analysis-tag { display: inline-block; color: #0b5f58; background: #e5f3f0; border-radius: 4px; padding: 2px 5px; font-size: 11px; }
.ops-workspace { grid-template-columns: minmax(0, 1fr); }
.ops-panel { min-width: 0; }
.ops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 16px; }
.ops-card { border: 1px solid #ccd4d8; border-radius: 6px; background: #fff; padding: 14px; }
.ops-card.mini { display: grid; gap: 4px; align-content: start; }
.ops-label { color: #627279; font-size: 12px; }
.ops-card.mini strong { font-size: 18px; overflow-wrap: anywhere; }
.ops-card.mini small { color: #627279; font-size: 11px; overflow-wrap: anywhere; }
.ops-wide { grid-column: 1 / -1; }
.ops-metric-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin-bottom: 14px; }
.ops-table th:nth-child(1) { width: 18%; } .ops-table th:nth-child(2) { width: 14%; } .ops-table th:nth-child(3) { width: 10%; } .ops-table th:nth-child(4) { width: 10%; } .ops-table th:nth-child(5) { width: 8%; } .ops-table th:nth-child(6) { width: 14%; } .ops-table th:nth-child(7) { width: 12%; } .ops-table th:nth-child(8) { width: 14%; }
.openlist-preview { width: min(100% - 24px, 1180px); height: min(100vh - 24px, 780px); max-height: 780px; padding: 0; border: 0; background: #0c1218; color: #e8eef2; }
.openlist-preview::backdrop { background: rgba(5, 9, 12, .82); }
.openlist-preview .preview-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; padding: 0; }
.openlist-preview .preview-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid rgba(255, 255, 255, .12); background: #101820; }
.preview-heading { display: flex; align-items: center; gap: 10px; min-width: 0; }
.preview-heading h2 { font-size: 16px; overflow-wrap: anywhere; }
.preview-type-badge { border: 1px solid #3f8d84; color: #9adbd3; background: rgba(63, 141, 132, .12); border-radius: 4px; padding: 2px 7px; font-size: 11px; white-space: nowrap; }
.preview-actions { display: flex; align-items: center; gap: 8px; }
.openlist-preview .quiet { border-color: rgba(255, 255, 255, .22); background: transparent; color: #e8eef2; }
.openlist-preview .quiet:hover { background: rgba(255, 255, 255, .08); }
.openlist-preview .preview-media { min-height: 0; height: 100%; border: 0; border-radius: 0; background: #05090c; }
.openlist-preview .preview-media { position: relative; }
.openlist-preview .preview-media img, .openlist-preview .preview-media video { position: absolute; inset: 0; margin: auto; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.openlist-preview .preview-document { height: 100%; }
.openlist-preview .preview-meta-strip { border-top: 1px solid rgba(255, 255, 255, .12); background: #101820; padding: 12px 16px; max-height: 132px; overflow: auto; }
.openlist-preview .preview-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; }
.openlist-preview .preview-meta dt { color: #8fa2aa; font-size: 11px; }
.openlist-preview .preview-meta dd { color: #e8eef2; font-size: 12px; }
@media (max-width: 760px) { .openlist-preview { width: 100%; height: 100%; max-height: none; } .openlist-preview .preview-actions a { display: none; } }
