details { position: relative; } summary { list-style: none; cursor: pointer; } summary::-webkit-details-marker { display: none; } .column-options { position: absolute; z-index: 10; right: 0; top: calc(100% + 6px); display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 18px; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: var(--panel-raised); box-shadow: 0 16px 40px #0009; } .column-options label { display: flex; align-items: center; gap: 6px; } .status { min-height: 20px; color: var(--muted); font-size: 12px; } .table-wrap { overflow: auto; } table { width: 100%; border-collapse: collapse; white-space: nowrap; font-size: 13px; } th, td { padding: 8px 10px; border-bottom: 1px solid var(--border-soft); text-align: right; } th { position: sticky; top: 0; z-index: 1; background: var(--bg-quinary); color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; } th.left, td.left { text-align: left; } tr:last-child td { border-bottom: 0; } tbody tr:hover { background: color-mix(in srgb, var(--text-primary) 3%, transparent); } .ok { color: var(--success-color); } .failed { color: var(--error-color); } .pagination { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 0; } .page-buttons { display: flex; align-items: center; gap: 4px; } .page-buttons button { min-width: 29px; height: 27px; padding: 3px 7px; } .page-buttons button.active { border-color: var(--primary-color); background: var(--primary-color); color: white; } .page-buttons button:disabled { cursor: default; opacity: .4; } .page-ellipsis { width: 22px; color: var(--muted); text-align: center; font-size: 10px; } .usage-filters { display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 9px; margin-bottom: 10px; padding: 11px; } .section-heading .tools { position: relative; } .usage-filter-panel { position: static; margin: 0; } .usage-filter-panel > summary { display: inline-flex; align-items: center; } .usage-filter-panel .usage-filters { position: absolute; z-index: 15; top: calc(100% + 8px); right: 0; width: min(960px, calc(100vw - 44px)); margin-bottom: 0; box-shadow: 0 16px 40px #0009; } .usage-filter { display: grid; gap: 5px; min-width: 0; color: var(--muted); font-size: 9px; } .usage-filter input, .usage-filter select { height: 32px; padding: 6px 8px; font-size: 11px; } .usage-filter.request-filter { grid-column: span 2; } .usage-filter-actions { display: flex; align-items: end; justify-content: flex-end; gap: 7px; grid-column: span 2; } .event-table { table-layout: fixed; } .event-table th:nth-child(1), .event-table td:nth-child(1) { width: 190px; } .event-table th:nth-child(3), .event-table td:nth-child(3) { width: 220px; } .event-table td { height: 42px; white-space: normal; } .event-status { font-weight: 650; }