/* Table interactions and palette adapted from Operation Log Plus. */
.table-toolbar{border-top:1px solid var(--line);padding:14px 0 18px}.table-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.table-actions button{min-height:34px;font-size:12px;padding:8px 12px}.dark-button{background:#111;color:#fff}.table-wrap{overflow:auto;max-height:65vh;border:1px solid var(--line);border-radius:8px;scroll-padding:52px 0 0 235px}.table-wrap:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.table-wrap table{min-width:940px;border-collapse:separate;border-spacing:0;background:#fff}.table-wrap th{position:sticky;top:0;z-index:2;background:#111;color:#fff;padding:11px 12px;vertical-align:middle}.table-wrap td{border-right:1px solid #eceee8;padding:13px 14px;cursor:cell;user-select:none}.table-wrap th:first-child,.table-wrap td:first-child{position:sticky;left:0;box-shadow:1px 0 0 var(--line);min-width:235px}.table-wrap th:first-child{z-index:4}.table-wrap td:first-child{z-index:1;background:#fff}.table-wrap tr.group-even,.table-wrap tr.group-even td:first-child{background:#fff0e7}.table-wrap tbody tr:hover,.table-wrap tbody tr:hover td:first-child{background:#ffe1d3}.table-wrap td.selected-cell,.table-wrap tr.group-even td.selected-cell,.table-wrap tbody tr:hover td.selected-cell{background:#ffd9c7;box-shadow:inset 0 0 0 2px var(--accent)}.table-wrap td.active-cell{box-shadow:inset 0 0 0 3px #111}.table-wrap td.selected-cell.active-cell{box-shadow:inset 0 0 0 2px var(--accent),inset 0 0 0 4px #111}.table-wrap td.empty{cursor:default;position:static;font-family:inherit;padding:48px 15px}.sort-button{padding:3px 0;background:transparent;min-height:28px;color:#fff;font-size:12px;text-align:left}.sort-button span{margin-left:8px;color:#fbaa8d}.filter-button{margin-left:8px;padding:3px 8px;min-height:26px;border:1px solid #ffffff55;border-radius:100px;background:#ffffff14;color:#fff;font-size:11px}.filter-button:hover,.filter-button.active{border-color:var(--accent);background:var(--accent)}
.filter-popover{position:fixed;z-index:30;width:min(320px,calc(100vw - 28px));max-height:min(520px,calc(100dvh - 28px));padding:16px;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 18px 42px #0003}.filter-popover-head,.filter-tools{display:flex;align-items:center;justify-content:space-between;gap:10px}.filter-popover-head strong{font-size:14px}.filter-popover button{min-height:28px;padding:5px 10px;background:#f3f4ef;color:#273021;font-size:12px;border-radius:30px}.filter-popover .popover-close{width:28px;padding:0;font-size:20px}.filter-search{width:100%;margin:12px 0;padding:9px 12px;font-size:13px;border-radius:30px;min-height:36px}.filter-tools{margin-bottom:10px;color:var(--muted);font-size:11px}.filter-option-list{display:grid;align-content:start;gap:4px;overflow:auto;min-height:45px;max-height:280px;padding-right:4px}.filter-option{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;border-radius:8px;font-size:13px;font-weight:400;cursor:pointer}.filter-option span{overflow-wrap:anywhere}.filter-option:hover{background:#f3f4ef}.filter-option input{width:16px;height:16px;min-height:16px;margin:0;padding:0;accent-color:var(--accent)}.filter-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.filter-footer [data-action="ok"]{background:var(--accent);color:#fff}.filter-empty{font-size:13px;color:var(--muted);padding:15px 8px}.copy-toast{position:fixed;right:24px;bottom:24px;z-index:40;padding:12px 18px;border-radius:30px;background:#111;color:#fff;font-size:13px;box-shadow:0 6px 25px #0002;pointer-events:none}
@media(max-width:640px){.table-wrap{margin:0;max-height:65vh;scroll-padding-left:210px}.table-wrap th:first-child,.table-wrap td:first-child{min-width:210px}.table-actions{gap:6px}.table-actions button{padding:8px 10px}.copy-toast{right:16px;bottom:16px;max-width:calc(100vw - 32px)}}
