@keyframes cgm-spin{to{transform:rotate(360deg)}}@keyframes cgm-pulse-green{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.cgm-footer{align-items:center;gap:10px;width:100%;display:flex}.cgm-footer-spacer{flex:1}.cgm-wizard-step{font-family:var(--wh-font);letter-spacing:.06em;text-transform:uppercase;color:var(--wh-text-muted);margin-left:4px;font-size:11px;font-weight:700}.fsp-dirty-dot{border:1px solid var(--wh-border);background:0 0;border-radius:50%;width:8px;height:8px;transition:all .2s;display:inline-block}.fsp-dirty-dot.on{background:#ef4444;border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.cgm-card-body{flex-direction:column;gap:12px;padding:16px;display:flex}.cgm-row-stack{flex-direction:column;flex:1;gap:4px;display:flex}.cgm-color-grid{flex-wrap:wrap;gap:10px;padding:4px 0;display:flex}.cgm-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 4px #00000014}.cgm-color-swatch:hover{transform:scale(1.15);box-shadow:0 4px 12px #00000029}.cgm-color-swatch.active{border-color:var(--wh-text);box-shadow:0 0 0 3px var(--wh-surface),0 0 0 4.5px var(--wh-indigo);transform:scale(1.08)}.cgm-admin-search{border:1px solid var(--wh-border);font-family:var(--wh-font);color:var(--wh-text);background:var(--wh-bg,#00000005);border-radius:10px;outline:none;width:100%;height:32px;padding:0 12px;font-size:13px;transition:all .18s}.cgm-admin-search:focus{border-color:var(--wh-indigo);background:var(--wh-surface);box-shadow:0 0 0 3px #6366f11f}.cgm-admin-empty{text-align:center;color:var(--wh-text-muted);border:1.5px dashed var(--wh-border-strong,#0000001f);background:var(--wh-surface);border-radius:12px;padding:32px 24px;font-size:13px}.cgm-admin-list{border:1px solid var(--wh-border-light,#0000000f);background:var(--wh-surface);border-radius:12px;flex-direction:column;gap:0;max-height:380px;display:flex;overflow:hidden auto;box-shadow:inset 0 1px 3px #00000003}.cgm-admin-row{border-bottom:1px solid var(--wh-border-light,#0000000d);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:12px;width:100%;padding:10px 14px;transition:all .15s;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,#9ca3af);background:var(--wh-surface);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .18s;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:3px;min-width:0;display:flex}.cgm-admin-name{color:var(--wh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.cgm-admin-sub{color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.cgm-preview-strip{z-index:5;border:1px solid var(--wh-border-light,#00000014);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex;position:sticky;top:0;box-shadow:0 4px 14px #00000008}.cgm-preview-strip.cgm-preview-empty{color:var(--wh-text-muted);font-size:13px}.cgm-preview-count{background:var(--wh-indigo-muted);color:var(--wh-indigo);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;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-strong);border-top-color:var(--wh-indigo);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite cgm-spin}.cgm-preview-avatars{align-items:center;gap:-8px;margin-left:auto;display:flex}.cgm-preview-avatar-wrap{border:2px solid var(--wh-surface);border-radius:50%;margin-left:-8px;transition:transform .15s;display:inline-block;box-shadow:0 1px 3px #0000000f}.cgm-preview-avatar-wrap:hover{z-index:10;transform:translateY(-2px)scale(1.05)}.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:-8px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.cgm-filters-section{min-height:0}.cgm-preview-sticky{z-index:2;background:var(--wh-surface,#fff);margin-bottom:4px;padding-bottom:8px;position:sticky;top:0;box-shadow:0 8px 12px -10px #0f172a1f}.cgm-member-list{border:1px solid var(--wh-border-light,#f4f4f5);background:var(--wh-bg,#00000003);border-radius:12px;flex-direction:column;gap:3px;max-height:240px;margin-top:10px;padding:8px;display:flex;overflow-y:auto}.cgm-member-row{border-radius:10px;align-items:center;gap:12px;padding:8px 10px;transition:all .15s;display:flex}.cgm-member-row:hover{background:var(--wh-surface-hover,#0f172a0a);transform:translate(2px)}.cgm-member-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.cgm-member-name{font-family:var(--wh-font);color:var(--wh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.cgm-member-sub{font-family:var(--wh-font);color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.cgm-member-more{font-family:var(--wh-font);color:var(--wh-text-muted);text-align:center;border-top:1px dashed var(--wh-border-light);margin-top:6px;padding:10px 12px;font-size:11.5px}.cgm-builder-root{font-family:var(--wh-font);flex-direction:column;min-height:0;display:flex}.cgm-builder-alert{padding:14px 20px 0}.cgm-layout{font-family:var(--wh-font);align-items:flex-start;width:100%;max-width:1180px;min-height:0;margin:0 auto;display:flex}.cgm-main{flex:1;min-width:0}.cgm-sec{border-bottom:1px solid var(--wh-border-light,#0000000d)}.cgm-sec:last-child{border-bottom:none}.cgm-sec-head{align-items:center;gap:10px;padding:16px 20px 10px;display:flex}.cgm-sec-title{text-transform:uppercase;letter-spacing:.08em;color:var(--wh-text-muted);font-size:11px;font-weight:800}.cgm-sec-count{color:var(--wh-indigo);background:var(--wh-indigo-muted);border-radius:999px;padding:2px 10px;font-size:11px;font-weight:700}.cgm-sec-spacer{flex:1}.cgm-sec-body{flex-direction:column;gap:14px;padding:0 20px 20px;display:flex}.cgm-segment-field{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.cgm-basics-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:14px;display:grid}@media (width<=720px){.cgm-basics-grid{grid-template-columns:1fr}}.cgm-builder-tabs{z-index:3;background:var(--wh-surface);border-bottom:1px solid var(--wh-border-light,#0000000f);position:sticky;top:0}.cgm-builder-root .fsp-tabs-list{scrollbar-width:none;align-items:center;gap:8px;padding:10px 20px;display:flex;overflow-x:auto}.cgm-builder-root .fsp-tabs-list::-webkit-scrollbar{display:none}.cgm-builder-root .fsp-section{flex-direction:column;gap:16px;padding:20px;display:flex}.cgm-builder-root .fsp-card{background:var(--wh-surface);border:1px solid var(--wh-border-light,#00000014);border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000003}.cgm-builder-root .fsp-card-header{border-bottom:1px solid var(--wh-border-light,#0000000d);background:linear-gradient(180deg,var(--wh-bg,#fafafa)0%,var(--wh-surface)100%);align-items:center;gap:8px;padding:12px 16px 10px;display:flex}.cgm-builder-root .fsp-card-title{color:var(--wh-text);letter-spacing:-.1px;font-size:13px;font-weight:600}.cgm-templates{border-bottom:1px solid var(--wh-border-light,#0000000f);margin-bottom:20px;padding-bottom:20px}.cgm-templates-header{flex-direction:column;gap:3px;margin-bottom:12px;display:flex}.cgm-templates-title{color:var(--wh-text);font-size:13.5px;font-weight:600}.cgm-templates-sub{color:var(--wh-text-muted);font-size:12px}.cgm-templates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cgm-template-card{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-surface);cursor:pointer;text-align:left;font-family:var(--wh-font);border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.cgm-template-card:before{content:"";opacity:0;background:linear-gradient(135deg,#6366f10a 0%,#0000 100%);border-radius:12px;transition:opacity .2s;position:absolute;inset:0}.cgm-template-card:hover{border-color:var(--wh-indigo);background:var(--wh-indigo-muted);transform:translateY(-1px);box-shadow:0 8px 20px #6366f114}.cgm-template-card:hover:before{opacity:1}.cgm-template-icon{background:var(--wh-indigo-muted);z-index:2;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:inline-flex}.cgm-template-card:hover .cgm-template-icon{transform:scale(1.06)rotate(-2deg)}.cgm-template-name{color:var(--wh-text);z-index:2;font-size:13.5px;font-weight:700}.cgm-template-desc{color:var(--wh-text-muted);z-index:2;font-size:11.5px;line-height:1.4}.cgm-filters-split{border-top:1px solid var(--wh-border-light,#0000000f);grid-template-columns:minmax(0,1fr) 340px;gap:0;min-height:440px;display:grid}.cgm-filters-rules{border-right:1px solid var(--wh-border-light,#0000000f);min-width:0;padding:20px}.cgm-filter-summary{background:var(--wh-indigo-muted);border:1px solid color-mix(in srgb,var(--wh-indigo)14%,transparent);color:var(--wh-text-secondary);border-radius:10px;margin:0 0 16px;padding:12px 14px;font-size:12.5px;line-height:1.5}.cgm-filters-preview{background:var(--wh-surface);border-left:1px solid var(--wh-border-light,#0000000f);flex-direction:column;flex-shrink:0;align-self:flex-start;gap:10px;width:340px;max-height:calc(100vh - 210px);padding:16px;display:flex;position:sticky;top:0;overflow:hidden}@media (width<=860px){.cgm-layout{flex-direction:column}.cgm-filters-preview{border-left:none;border-top:1px solid var(--wh-border-light,#0000000f);align-self:stretch;width:auto;max-height:320px;position:static}}.cgm-preview-panel-header{flex-direction:column;gap:8px;display:flex}.cgm-preview-panel-title{letter-spacing:.06em;text-transform:uppercase;color:var(--wh-text-muted);font-size:11px;font-weight:700}.cgm-preview-search{flex-shrink:0}.cgm-preview-list{flex:1;min-height:0;max-height:none;margin-top:0}.cgm-preview-empty{text-align:center;color:var(--wh-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:32px 16px;font-size:12.5px;line-height:1.5;display:flex}.cgm-preview-empty.compact{flex:unset;padding:16px}.cgm-preview-loading{color:var(--wh-text-muted);justify-content:center;align-items:center;gap:10px;padding:32px;font-size:12.5px;display:flex}.cgm-membership-bar{background:var(--wh-surface);border:1px solid var(--wh-border-light,#00000014);border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:inline-flex;box-shadow:0 1px 3px #00000003}.cgm-membership-bar.compact{box-shadow:none;background:0 0;border:none;gap:8px;padding:4px 8px}.cgm-membership-stat{color:var(--wh-text-secondary);align-items:baseline;gap:5px;font-size:12px;display:inline-flex}.cgm-membership-stat strong{color:var(--wh-text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.cgm-membership-label{text-transform:uppercase;letter-spacing:.06em;color:var(--wh-text-muted);font-size:10px;font-weight:700}.cgm-membership-divider{background:var(--wh-border-light,#00000014);width:1px;height:18px}.cgm-membership-total strong{color:var(--wh-indigo)}.cgm-search-hint{color:var(--wh-text-muted);margin:-4px 0 10px;font-size:11.5px}.cgm-name-row{align-items:center;gap:12px;display:flex}.cgm-color-preview{border-radius:50%;flex-shrink:0;width:28px;height:28px;transition:transform .2s;box-shadow:0 2px 5px #0000001f}.cgm-color-preview:hover{transform:scale(1.1)}.cgm-segment-option{align-items:center;gap:8px;display:inline-flex}.cgm-segment-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:inset 0 0 0 1px #00000014}.cgm-membership-diff{color:var(--wh-indigo);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:700}.cgm-presets-bar{border:1px solid var(--wh-border-light,#00000014);background:var(--wh-bg,#00000003);border-radius:12px;flex-direction:column;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.cgm-presets-label{text-transform:uppercase;letter-spacing:.08em;color:var(--wh-text-muted);font-size:10px;font-weight:700}.cgm-presets-chips{flex-wrap:wrap;gap:8px;display:flex}.cgm-preset-chip{border:1px solid var(--wh-border);background:var(--wh-surface);color:var(--wh-text-secondary);cursor:pointer;border-radius:999px;padding:4px 12px;font-size:12.5px;font-weight:500;transition:all .15s}.cgm-preset-chip:hover{border-color:var(--wh-indigo);color:var(--wh-indigo);transform:translateY(-.5px)}.cgm-preset-chip.saved{background:var(--wh-indigo-muted);border-color:color-mix(in srgb,var(--wh-indigo)20%,transparent);color:var(--wh-indigo)}.cgm-save-preset{align-items:center;gap:8px;display:flex}.cgm-preset-input{border:1px solid var(--wh-border);background:var(--wh-surface);border-radius:8px;outline:none;flex:1;height:30px;padding:0 10px;font-size:12.5px;transition:border-color .15s}.cgm-preset-input:focus{border-color:var(--wh-indigo)}.cgm-manual-drawer{border:1px solid var(--wh-border-light,#00000014);border-radius:12px;margin-top:18px;overflow:hidden;box-shadow:0 1px 3px #00000003}.cgm-manual-drawer-toggle{background:linear-gradient(180deg,var(--wh-bg,#fafafa)0%,var(--wh-surface)100%);cursor:pointer;font-family:var(--wh-font);color:var(--wh-text);text-align:left;border:none;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:13.5px;font-weight:600;transition:background .15s;display:flex}.cgm-manual-hint{color:var(--wh-text-muted);margin-left:auto;font-size:12px;font-weight:400}.cgm-manual-drawer-body{border-top:1px solid var(--wh-border-light,#0000000d);background:var(--wh-surface);padding:0 14px 14px}.cgm-manual-list{max-height:220px}.cgm-audience-virtual{border:1px solid var(--wh-border-light,#f4f4f5);background:var(--wh-bg,#00000003);border-radius:12px;flex:1;min-height:0;overflow-y:auto}.cgm-audience-row{padding:0 8px}.cgm-pin-btn{flex-shrink:0;min-width:28px!important;padding:0 4px!important}.cgm-access-summary{background:var(--wh-indigo-muted);border:1px solid color-mix(in srgb,var(--wh-indigo)14%,transparent);border-radius:12px;gap:12px;margin-bottom:14px;padding:14px;display:flex}.cgm-advanced-note{color:var(--wh-text-muted);margin:6px 0 0;font-size:11.5px;line-height:1.45}@media (width<=900px){.cgm-filters-split{grid-template-columns:1fr}.cgm-filters-rules{border-right:none;border-bottom:1px solid var(--wh-border-light,#0000000f);max-height:none}.cgm-filters-preview{max-height:320px}.cgm-templates-grid{grid-template-columns:1fr}}