@keyframes sg-fadeSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sg-stats-skeleton{border:1px solid var(--wh-border);background:var(--wh-surface);border-radius:12px;gap:0;display:flex;overflow:hidden}.sg-stats-skeleton-cell{flex:1;align-items:center;gap:8px;padding:14px 16px;display:flex}.sg-error-banner{background:var(--wh-error-light);border:1px solid color-mix(in srgb,var(--wh-error)24%,transparent);color:var(--wh-error);font-family:var(--wh-font);border-radius:10px;align-items:center;gap:10px;margin-top:12px;padding:10px 14px;font-size:13px;animation:.3s both sg-fadeSlideUp;display:flex}.sg-error-banner span{flex:1}.sg-error-retry{border:1px solid color-mix(in srgb,var(--wh-error)32%,transparent);color:var(--wh-error);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--wh-font);background:0 0;border-radius:6px;padding:4px 10px;transition:background .15s}.sg-error-retry:hover{background:var(--wh-error-light)}.sg-name-cell{align-items:center;gap:8px;min-width:0;display:flex}.sg-color-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 2px #0000000a}.sg-name-text{text-overflow:ellipsis;white-space:nowrap;font-family:var(--wh-font);color:var(--wh-text);flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.sg-mono{font-family:var(--wh-font);color:var(--wh-text-secondary);font-size:12px}.sg-right{text-align:right;width:100%;display:inline-block}.sg-muted{color:var(--wh-text-muted);font-family:var(--wh-font);font-size:12px}.sg-row-actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.sg-row-action-btn{cursor:pointer;color:var(--wh-text-secondary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex}.sg-row-action-btn:hover{background:var(--wh-surface-hover);color:var(--wh-text)}.sg-row-action-btn:active{background:var(--wh-surface-active)}.sg-row-overflow-btn{margin-left:2px}.sg-two-pane{flex-direction:row;flex:auto;align-items:stretch;height:100%;min-height:0;display:flex}.sg-pane-main{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}@media (width<=768px){.sg-two-pane{flex-direction:column;height:auto;min-height:480px}.sg-pane-main{border-top:1px solid var(--wh-border);overflow:visible}}.sg-search-clear{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s;display:inline-flex}.sg-search-clear:hover{background:var(--wh-surface-hover)}.sg-bulk-confirm-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;animation:.2s both sg-fadeSlideUp;display:flex;position:fixed;inset:0}.sg-bulk-confirm-modal{background:var(--wh-surface);border:1px solid var(--wh-border);text-align:center;font-family:var(--wh-font);border-radius:14px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:440px;padding:24px;display:flex;box-shadow:0 20px 50px #0003}.sg-bulk-confirm-icon{background:var(--wh-error-light);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.sg-bulk-confirm-title{color:var(--wh-text);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:700}.sg-bulk-confirm-desc{color:var(--wh-text-muted);max-width:340px;margin:0;font-size:13px;line-height:1.5}.sg-bulk-confirm-desc strong{color:var(--wh-text);font-weight:600;font-family:var(--wh-font);background:var(--wh-surface-hover);border-radius:4px;padding:2px 6px;font-size:12px}.sg-bulk-confirm-input{border:1px solid var(--wh-border);background:var(--wh-bg);font-family:var(--wh-font);color:var(--wh-text);border-radius:8px;outline:none;width:100%;height:36px;margin-top:4px;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.sg-bulk-confirm-input:focus{border-color:var(--wh-error);box-shadow:0 0 0 3px color-mix(in srgb,var(--wh-error)18%,transparent)}.sg-bulk-confirm-actions{justify-content:flex-end;gap:8px;width:100%;margin-top:8px;display:flex}