.tm-gcp-list-panel{display:flex;flex-direction:column;gap:var(--tm-space-2,8px);font-family:var(--tm-font-sans,system-ui,-apple-system,sans-serif);color:var(--tm-color-text,#111827);background:var(--tm-color-surface,#ffffff);border:1px solid var(--tm-color-border,#e5e7eb);border-radius:var(--tm-radius-md,8px);padding:var(--tm-space-3,12px);min-height:320px}.tm-gcp-list-panel__header{display:flex;align-items:center;justify-content:space-between;gap:var(--tm-space-2,8px)}.tm-gcp-list-panel__title{margin:0;font-size:var(--tm-font-size-md,15px);font-weight:600}.tm-gcp-list-panel__total-rms{display:flex;align-items:center;gap:var(--tm-space-1,4px);font-variant-numeric:tabular-nums;font-family:var(--tm-font-mono,ui-monospace,monospace);font-size:var(--tm-font-size-sm,14px);padding:var(--tm-space-1,4px) var(--tm-space-2,8px);border-radius:var(--tm-radius-sm,4px)}.tm-gcp-list-panel__total-rms--green{background:var(--tm-color-success-soft,#d1fae5);color:var(--tm-color-success-text,#065f46)}.tm-gcp-list-panel__total-rms--yellow{background:var(--tm-color-warning-bg,#fef3c7);color:var(--tm-color-warning-text,#78350f)}.tm-gcp-list-panel__total-rms--red{background:var(--tm-color-danger-soft,#fee2e2);color:var(--tm-color-danger-text,#991b1b)}.tm-gcp-list-panel__live{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.tm-gcp-list-panel__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--tm-space-1,4px);max-height:320px;overflow-y:auto}.tm-gcp-list-panel__empty{padding:var(--tm-space-3,12px);color:var(--tm-color-text-muted,#6b7280);font-style:italic;font-size:var(--tm-font-size-sm,14px);text-align:center}.tm-gcp-list-panel__row{display:flex;align-items:stretch;gap:var(--tm-space-2,8px);border:1px solid var(--tm-color-border-muted,#f3f4f6);border-radius:var(--tm-radius-sm,4px);background:var(--tm-color-surface,#ffffff)}.tm-gcp-list-panel__row--selected{background:var(--tm-color-primary-soft,#eff6ff);border-color:var(--tm-color-primary,#2563eb)}.tm-gcp-list-panel__row--green{border-left:4px solid var(--tm-color-success,#16a34a)}.tm-gcp-list-panel__row--yellow{border-left:4px solid var(--tm-color-warning,#f59e0b)}.tm-gcp-list-panel__row--red{border-left:4px solid var(--tm-color-danger,#dc2626)}.tm-gcp-list-panel__row-select{flex:1 1 auto;display:flex;align-items:center;gap:var(--tm-space-2,8px);padding:var(--tm-space-2,8px) var(--tm-space-3,12px);min-height:44px;background:transparent;border:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.tm-gcp-list-panel__row-select:hover:not(:disabled){background:var(--tm-color-surface-hover,#f3f4f6)}.tm-gcp-list-panel__row-select:focus-visible{outline:2px solid var(--tm-color-primary,#2563eb);outline-offset:2px}.tm-gcp-list-panel__row-num{font-weight:700;font-size:var(--tm-font-size-md,15px);min-width:2ch}.tm-gcp-list-panel__row-chip{display:inline-flex;align-items:center;gap:4px;padding:2px var(--tm-space-2,8px);border-radius:var(--tm-radius-pill,999px);font-size:var(--tm-font-size-xs,12px);font-weight:600;font-family:var(--tm-font-mono,ui-monospace,monospace)}.tm-gcp-list-panel__row-chip--green{background:var(--tm-color-success-soft,#d1fae5);color:var(--tm-color-success-text,#065f46)}.tm-gcp-list-panel__row-chip--yellow{background:var(--tm-color-warning-bg,#fef3c7);color:var(--tm-color-warning-text,#78350f)}.tm-gcp-list-panel__row-chip--red{background:var(--tm-color-danger-soft,#fee2e2);color:var(--tm-color-danger-text,#991b1b)}.tm-gcp-list-panel__row-chip-glyph{font-size:14px;line-height:1}.tm-gcp-list-panel__row-coords{flex:1 1 auto;font-family:var(--tm-font-mono,ui-monospace,monospace);font-size:var(--tm-font-size-xs,12px);color:var(--tm-color-text-muted,#6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tm-gcp-list-panel__row-delete{flex:0 0 auto;width:44px;min-height:44px;background:transparent;border:none;border-left:1px solid var(--tm-color-border-muted,#f3f4f6);color:var(--tm-color-danger,#b91c1c);font-size:22px;font-weight:700;cursor:pointer}.tm-gcp-list-panel__row-delete:hover:not(:disabled){background:var(--tm-color-danger-soft,#fee2e2)}.tm-gcp-list-panel__row-delete:disabled{cursor:not-allowed;opacity:.5}.tm-gcp-list-panel__row-anchor{flex:0 0 auto;width:44px;min-height:44px;background:transparent;border:none;border-left:1px solid var(--tm-color-border-muted,#f3f4f6);font-size:16px;cursor:pointer;opacity:.55}.tm-gcp-list-panel__row-anchor:hover:not(:disabled){background:var(--tm-color-primary-soft,#eff6ff);opacity:1}.tm-gcp-list-panel__row-anchor--on{opacity:1}.tm-gcp-list-panel__row-anchor:focus-visible{outline:2px solid var(--tm-color-primary,#2563eb);outline-offset:-2px}.tm-gcp-list-panel__row-anchor:disabled{cursor:not-allowed;opacity:.4}.tm-gcp-list-panel__row--anchored{border-left:4px solid var(--tm-color-primary,#2563eb);background:var(--tm-color-primary-soft,#eff6ff)}.tm-gcp-list-panel__footer{display:flex;justify-content:flex-end;margin-top:var(--tm-space-2,8px)}.tm-gcp-list-panel__preview-btn{min-height:44px;padding:var(--tm-space-2,10px) var(--tm-space-4,20px);font:inherit;font-weight:600;background:var(--tm-color-surface,#ffffff);color:var(--tm-color-primary,#2563eb);border:1px solid var(--tm-color-primary,#2563eb);border-radius:var(--tm-radius-md,8px);cursor:pointer}.tm-gcp-list-panel__preview-btn:hover:not(:disabled){background:var(--tm-color-primary-soft,#eff6ff)}.tm-gcp-list-panel__preview-btn:disabled{cursor:not-allowed;opacity:.55}.tm-gcp-list-panel__row-edit{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px 8px 8px;background:var(--tm-color-surface-soft,#f9fafb);border-top:1px solid var(--tm-color-border,#e5e7eb)}.tm-gcp-list-panel__row-edit-label{display:flex;flex-direction:column;gap:2px;font-size:11px;font-weight:500;color:var(--tm-color-text-muted,#6b7280)}.tm-gcp-list-panel__row-edit-key{font-variant-caps:all-small-caps;letter-spacing:.04em}.tm-gcp-list-panel__row-edit-input{min-height:32px;padding:4px 8px;border:1px solid var(--tm-color-border,#d1d5db);border-radius:var(--tm-radius-sm,4px);background:var(--tm-color-surface,#ffffff);color:var(--tm-color-text,#111827);font-size:13px;font-variant-numeric:tabular-nums;font-family:var(--tm-font-mono,ui-monospace,"SF Mono",Menlo,monospace)}.tm-gcp-list-panel__row-edit-input:focus-visible{outline:2px solid var(--tm-color-primary,#2563eb);outline-offset:1px;border-color:var(--tm-color-primary,#2563eb)}.tm-gcp-list-panel__row-edit-input:disabled{cursor:not-allowed;opacity:.55}.tm-gcp-list-panel__row-edit-input--invalid{border-color:var(--tm-color-danger,#dc2626);background:var(--tm-color-danger-soft,#fee2e2)}.tm-gcp-list-panel__row-edit-input--invalid:focus-visible{outline-color:var(--tm-color-danger,#dc2626);border-color:var(--tm-color-danger,#dc2626)}