@keyframes cgm-spin{to{transform:rotate(360deg)}}.cgm-footer{align-items:center;gap:8px;width:100%;display:flex}.cgm-footer-spacer{flex:1}.cgm-wizard-step{font-family:var(--wh-font);letter-spacing:.02em;text-transform:uppercase;color:var(--wh-text-muted);margin-left:4px;font-size:11px;font-weight:600}.fsp-dirty-dot{border:1px solid var(--wh-border);background:0 0;border-radius:50%;width:8px;height:8px;transition:background .15s,border-color .15s;display:inline-block}.fsp-dirty-dot.on{background:#dc2626;border-color:#dc2626;box-shadow:0 0 0 3px #dc26262e}.cgm-card-body{flex-direction:column;gap:10px;padding:12px 14px;display:flex}.cgm-row-stack{flex-direction:column;flex:1;gap:2px;display:flex}.cgm-color-grid{flex-wrap:wrap;gap:8px;display:flex}.cgm-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex;box-shadow:0 1px 3px #0000001a}.cgm-color-swatch:hover{transform:scale(1.08);box-shadow:0 2px 8px #0000002e}.cgm-color-swatch.active{border-color:var(--wh-text);box-shadow:0 0 0 3px var(--wh-surface),0 0 0 4px var(--wh-text)}[data-theme=dark] .cgm-color-swatch.active{box-shadow:0 0 0 3px var(--wh-surface),0 0 0 4px #ffffffd9}.cgm-admin-search{border:1px solid var(--wh-border);font-family:var(--wh-font);color:var(--wh-text);background:var(--wh-surface);border-radius:8px;outline:none;width:100%;height:30px;padding:0 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.cgm-admin-search:focus{border-color:var(--wh-indigo);box-shadow:0 0 0 3px var(--wh-indigo-muted)}.cgm-admin-empty{text-align:center;color:var(--wh-text-muted);border:1px dashed var(--wh-border);background:var(--wh-surface);border-radius:10px;padding:24px;font-size:13px}.cgm-admin-list{border:1px solid var(--wh-border);background:var(--wh-surface);border-radius:10px;flex-direction:column;gap:0;max-height:380px;display:flex;overflow:hidden auto}.cgm-admin-row{border-bottom:1px solid var(--wh-border-subtle);cursor:pointer;text-align:left;font-family:var(--wh-font);background:0 0;border-top:none;border-left:none;border-right:none;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background .12s;display:flex}.cgm-admin-row:last-child{border-bottom:none}.cgm-admin-row:hover{background:var(--wh-surface-hover)}.cgm-admin-row.checked{background:var(--wh-indigo-muted)}.cgm-admin-row.checked:hover{background:color-mix(in srgb,var(--wh-indigo)12%,transparent)}.cgm-admin-checkbox{border:1.5px solid var(--wh-border-strong);background:var(--wh-surface);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,border-color .15s;display:inline-flex}.cgm-admin-row.checked .cgm-admin-checkbox{background:var(--wh-indigo);border-color:var(--wh-indigo)}.cgm-admin-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cgm-admin-name{color:var(--wh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cgm-admin-sub{color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cgm-preview-strip{z-index:5;border:1px solid var(--wh-border);background:var(--wh-surface);-webkit-backdrop-filter:blur(8px);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex;position:sticky;top:0;box-shadow:0 2px 6px #0000000a}.cgm-preview-strip.cgm-preview-empty{color:var(--wh-text-muted);font-size:13px}.cgm-preview-count{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.cgm-preview-count strong{font-size:13px;font-weight:700}.cgm-preview-spinner{border:1.5px solid var(--wh-border);border-top-color:currentColor;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite cgm-spin}.cgm-preview-avatars{align-items:center;gap:-6px;margin-left:auto;display:flex}.cgm-preview-avatar-wrap{border:2px solid var(--wh-surface);border-radius:50%;margin-left:-6px;display:inline-block}.cgm-preview-avatar-wrap:first-child{margin-left:0}.cgm-preview-overflow{background:var(--wh-surface-hover);color:var(--wh-text-secondary);border:2px solid var(--wh-surface);border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;margin-left:-6px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}