@keyframes cd-dashboard-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.cd-dashboard-shimmer{background:linear-gradient(90deg,#f1f2f3 25%,#e6e8eb 37%,#f1f2f3 63%);background-size:400% 100%;animation:cd-dashboard-shimmer 1.2s ease-in-out infinite}.cd-dashboard{padding:20px;background:none;border:none;display:flex;flex-direction:column;gap:14px}.cd-dashboard__content{display:flex;flex-direction:column;gap:14px;min-height:360px}.cd-dashboard__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:2px}.cd-dashboard__main{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch;min-height:400px}.cd-dashboard__panel{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.cd-dashboard__panel .cd-campaign-table,.cd-dashboard__panel .cd-insight-card{flex:1;height:100%;min-height:400px}.cd-dashboard__panel .cd-campaign-table .data-table-card,.cd-dashboard__panel .cd-campaign-table__skeleton.data-table-card{flex:1;height:100%;min-height:0}.cd-dashboard__main .data-table-card--empty .data-table-scroll{justify-content:flex-start}.cd-dashboard__main .data-table-card--empty tbody tr:only-child td{height:auto;vertical-align:top;padding:20px 16px}.cd-dashboard__main .data-table-card--empty .data-table__empty{height:auto;padding:20px 16px}@media(max-width:900px){.cd-dashboard__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.cd-dashboard__main{grid-template-columns:1fr;min-height:0}.cd-dashboard__panel .cd-campaign-table,.cd-dashboard__panel .cd-insight-card{min-height:320px}}@media(max-width:540px){.cd-dashboard{padding:var(--compass-page-pad-sm, 12px);gap:12px}.cd-dashboard__content{min-height:280px}.cd-dashboard__kpis{grid-template-columns:1fr;gap:10px}.cd-dashboard__main{gap:12px}.cd-dashboard__panel .cd-campaign-table,.cd-dashboard__panel .cd-insight-card{min-height:280px}}.cd-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.cd-header__title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--p-color-text, #202223)}.cd-header__logo{width:32px;height:32px;border-radius:8px;display:block}.cd-header__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cd-header__primary-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.cd-header__sync{box-sizing:border-box;height:40px;min-height:40px;border-radius:8px;font-size:13px;font-weight:500;line-height:1.2;font-family:inherit}.cd-header__sync{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--p-color-border, #e1e3e5);background:#fff;color:var(--p-color-text, #202223);cursor:pointer;white-space:nowrap}.cd-header__sync-wrap{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end;min-width:0}.cd-header__sync-status{width:220px;color:var(--p-color-text-secondary, #6d7175);font-size:12px;font-weight:500;line-height:1.25;overflow:hidden;text-overflow:ellipsis;text-align:right;white-space:nowrap}.cd-header__sync .compass-loader--button{justify-content:center}.cd-header__sync:hover:not(:disabled){background:var(--p-color-bg-surface-secondary, #f6f6f7)}.cd-header__sync:disabled{opacity:.6;cursor:not-allowed}.cd-header__sync--hard{border-color:#d82c0d;color:#8e1f0b}.cd-header__sync--hard:hover:not(:disabled){background:#fff4f4}.cd-icon{width:16px;height:16px;display:block;flex-shrink:0;fill:currentColor;color:var(--p-color-text-secondary, #6d7175)}.cd-icon--chevron{opacity:.7}@media(max-width:640px){.cd-header{flex-direction:column;align-items:stretch;margin-bottom:14px}.cd-header__actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}.cd-header__primary-actions{width:100%}.cd-header__sync-wrap{flex:1;width:100%}.cd-header__sync{flex:1;min-width:0}.cd-header__sync-status{width:min(42vw,220px)}}@media(max-width:480px){.cd-header__title{font-size:16px}.cd-header__actions{grid-template-columns:1fr}.cd-header__sync-wrap{align-items:stretch;flex-direction:column;gap:6px}.cd-header__sync-status{width:100%;white-space:normal;text-align:left}}.cd-kpi{background:#fff;border:1.5px solid var(--p-color-border, #e1e3e5);border-radius:14px;padding:20px 22px;transition:box-shadow .18s}.cd-kpi:hover{box-shadow:inset 0 0 0 3px #008060,0 2px 12px #0080601a}.cd-kpi--highlight{box-shadow:inset 0 0 0 3px #008060}.cd-kpi__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cd-kpi__label{font-size:13px;color:var(--p-color-text-secondary, #6d7175);font-weight:500}.cd-kpi__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-kpi__icon img{width:20px;height:20px}.cd-kpi__icon--green{background:#008060}.cd-kpi__icon--blue{background:#4472c4}.cd-kpi__icon--star{background:transparent}.cd-kpi__icon--gray{background:#e5e7eb}.cd-kpi__icon--orange{background:#c2410c}.cd-kpi__icon--target{background:#008060}.cd-kpi__icon--target img{width:22px;height:22px;filter:none}.cd-kpi__icon--green img,.cd-kpi__icon--blue img,.cd-kpi__icon--orange img{filter:brightness(0) invert(1)}.cd-kpi__icon--star img{width:45px;height:45px}.cd-kpi__value-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-bottom:8px}.cd-kpi__value{font-size:34px;font-weight:700;color:var(--p-color-text, #202223);line-height:1}.cd-kpi__value--loading{display:inline-block;min-width:150px;min-height:34px;border-radius:8px;color:transparent;background:linear-gradient(90deg,#f1f2f3 25%,#e6e8eb 37%,#f1f2f3 63%);background-size:400% 100%;animation:cd-kpi-shimmer 1.2s ease-in-out infinite}.cd-kpi__arrow{display:inline-flex;align-items:center;font-size:13px;font-weight:600;padding:2px 7px;border-radius:20px}.cd-kpi__arrow--positive{color:#008060;background:#e3f1ed}.cd-kpi__arrow--negative{color:#d82c0d;background:#fdf0ee}.cd-kpi__arrow--neutral{color:#6d7175;background:#f1f2f3}.cd-kpi__prev{font-size:12.5px;color:var(--p-color-text-secondary, #6d7175)}.cd-kpi__prev--loading{display:block;width:120px;max-width:100%;height:14px;border-radius:6px;background:linear-gradient(90deg,#f1f2f3 25%,#e6e8eb 37%,#f1f2f3 63%);background-size:400% 100%;animation:cd-kpi-shimmer 1.2s ease-in-out infinite}@keyframes cd-kpi-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(max-width:540px){.cd-kpi{padding:16px 18px}.cd-kpi__value{font-size:28px}.cd-kpi__icon{width:40px;height:40px}}.cd-chart-card{background:#fff;border:1px solid var(--p-color-border, #e1e3e5);border-radius:12px;padding:20px 24px}.cd-chart-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cd-chart-card__title{font-size:14px;font-weight:600;color:var(--p-color-text, #202223)}.cd-chart-legend{display:flex;gap:16px}.cd-chart-legend__item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--p-color-text-secondary, #6d7175)}.cd-chart-legend__dot{width:10px;height:10px;border-radius:2px}.cd-chart-legend__dot--revenue{background:#008060}.cd-chart-legend__dot--spend{background:#4472c4}.cd-chart-legend__dot--partial{background:repeating-linear-gradient(45deg,#b8e0d2,#b8e0d2 2px,#008060 2px,#008060 3px);border:1px dashed #008060}.cd-chart-tooltip{background:#fff;border:1px solid #e3e3e3;border-radius:8px;padding:8px 10px;font-size:12px}.cd-chart-tooltip__title{margin-bottom:6px;font-weight:600}.cd-chart-tooltip__partial{margin:0 0 6px;font-size:11px;color:#6d7175;font-style:italic}.cd-chart-card__body{width:100%;height:240px;min-width:0}.cd-chart-card__skeleton{display:flex;flex-direction:column;gap:12px;min-height:240px}.cd-chart-card__loading-hint{font-size:12px;color:#6d7175}.cd-chart-card__skeleton-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;flex:1;min-height:200px;padding:0 4px 8px}.cd-chart-card__skeleton-bar{flex:1;max-width:48px;border-radius:4px 4px 0 0;min-height:32px}.cd-empty{text-align:center;padding:40px 20px;color:var(--p-color-text-secondary, #6d7175);font-size:13px}@media(max-width:768px){.cd-chart-card{padding:16px}.cd-chart-card__header{flex-direction:column;align-items:flex-start;gap:10px}.cd-chart-legend{flex-wrap:wrap;gap:10px}.cd-chart-card__title{font-size:13px;line-height:1.4}}@media(max-width:540px){.cd-chart-card__body{height:200px}}.cd-campaign-table{display:flex;flex-direction:column;min-width:0;height:100%;flex:1;min-height:0}.cd-campaign-table .data-table-card,.cd-campaign-table__skeleton.data-table-card{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.cd-campaign-table .data-table-card--fill .data-table-scroll{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:0}.cd-campaign-table .data-table-card--fill .data-table{flex:0 0 auto;height:auto;width:100%}.cd-campaign-table .data-table th,.cd-campaign-table .data-table td{padding:8px 16px;height:auto;vertical-align:middle}.cd-campaign-table .data-table tbody tr{height:auto}.cd-campaign-table__skeleton{display:flex;flex-direction:column}.cd-campaign-table__skeleton-title{display:block;width:120px;height:16px;border-radius:6px}.cd-campaign-table__skeleton-filter{display:block;width:100px;height:32px;border-radius:8px}.cd-campaign-table__skeleton-body{flex:1;padding:0 16px 16px}.cd-campaign-table__skeleton-head,.cd-campaign-table__skeleton-row{display:grid;grid-template-columns:2fr 1fr .8fr .8fr 1fr;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid var(--p-color-border, #e1e3e5)}.cd-campaign-table__skeleton-head{padding-top:8px}.cd-campaign-table__skeleton-cell{display:block;height:12px;border-radius:6px;min-width:0}.cd-campaign-table__skeleton-cell--head{height:10px;opacity:.85}.cd-campaign-table__skeleton-cell--name{width:85%}.cd-campaign-table__skeleton-cell--badge{width:64px;height:22px;border-radius:12px}@media(max-width:640px){.cd-campaign-table__skeleton-head,.cd-campaign-table__skeleton-row{grid-template-columns:1fr 1fr;gap:10px}.cd-campaign-table__skeleton-cell:nth-child(n+3){display:none}}.cd-campaign-table__filter{display:flex;align-items:center;gap:8px;margin-left:auto}.cd-campaign-table__filter-label{font-size:13px;color:var(--p-color-text-secondary, #6d7175)}.cd-campaign-table__filter-select{box-sizing:border-box;height:36px;min-width:112px;padding:0 12px;font-size:13px;border:1px solid var(--p-color-border, #c9cccf);border-radius:8px;background:#fff;color:var(--p-color-text, #202223);font-family:inherit}.cd-campaign-table__filter-select:disabled{opacity:.65;cursor:not-allowed}.cd-campaign-table__filter-select:focus{outline:2px solid var(--p-color-border-focus, #005bd3);outline-offset:1px}@media(max-width:480px){.cd-campaign-table__filter{margin-left:0;width:100%;justify-content:space-between}.cd-campaign-table__filter-select{flex:1;min-width:0;max-width:160px}}.cd-insight-card{background:#fff;border:1px solid var(--p-color-border, #e1e3e5);border-radius:12px;padding:16px 16px 20px;height:100%;min-height:0;flex:1;display:flex;flex-direction:column;box-sizing:border-box}.cd-insight-card__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--p-color-border, #e1e3e5)}.cd-insight-card__avatar{width:40px;height:40px;background:#e3f5ef;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#008060;flex-shrink:0}.cd-insight-card__avatar img{width:18px;height:18px}.cd-insight-card__title{font-size:14px;font-weight:700;color:var(--p-color-text, #202223);line-height:1.3}.cd-insight-card__skeleton{flex:1;display:flex;flex-direction:column;gap:14px;min-height:0;justify-content:flex-start}.cd-insight-card__loading-hint{margin:0;font-size:12px;font-weight:500;color:var(--p-color-text-secondary, #6d7175)}.cd-insight-skeleton-list{display:flex;flex-direction:column;justify-content:flex-start;gap:16px;list-style:none;margin:0;padding:0}.cd-insight-skeleton-list__item{display:flex;gap:10px;align-items:flex-start}.cd-insight-skeleton-list__icon{width:20px;height:20px;border-radius:50%;flex-shrink:0}.cd-insight-skeleton-list__body{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cd-insight-skeleton-list__line{display:block;height:12px;border-radius:6px;width:100%}.cd-insight-skeleton-list__line--short{width:72%}.cd-insight-list{--cd-insight-fade-in: .52s;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;list-style:none;margin:0;padding:0;flex:1;min-height:0;opacity:1}.cd-insight-list__item{display:flex;gap:10px;font-size:13px;color:var(--p-color-text, #202223);line-height:1.5}.cd-insight-list--entering .cd-insight-list__item{opacity:0;animation:cd-insight-item-in var(--cd-insight-fade-in) ease-out forwards}.cd-insight-list--entering .cd-insight-list__item:nth-child(1){animation-delay:.06s}.cd-insight-list--entering .cd-insight-list__item:nth-child(2){animation-delay:.14s}.cd-insight-list--entering .cd-insight-list__item:nth-child(3){animation-delay:.22s}@keyframes cd-insight-item-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.cd-insight-list,.cd-insight-list__item{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}.cd-insight-list__check{width:20px;height:20px;border-radius:50%;background:#008060;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.cd-insight-list__check img{width:12px;height:12px;filter:brightness(0) invert(1)}@media(max-width:540px){.cd-insight-card{padding:16px}.cd-insight-list__item{font-size:12.5px}}.cd-date-range{position:relative}.cd-date-range__trigger{box-sizing:border-box;display:inline-flex;align-items:center;gap:6px;height:40px;min-height:40px;padding:0 12px;border:1px solid var(--p-color-border, #e1e3e5);border-radius:8px;background:#fff;color:var(--p-color-text, #202223);font-size:13px;font-weight:500;font-family:inherit;line-height:1.2;cursor:pointer;transition:border-color .15s,box-shadow .15s}.cd-date-range__trigger:hover{background:var(--p-color-bg-surface-secondary, #f6f6f7)}.cd-date-range__trigger:focus-visible{outline:2px solid var(--compass-accent, #008060);outline-offset:2px}.cd-date-range__label{white-space:nowrap}.cd-date-range__panel{position:absolute;top:calc(100% + 6px);right:0;z-index:50;display:flex;flex-direction:column;gap:10px;min-width:240px;padding:12px;border:1px solid var(--p-color-border, #e1e3e5);border-radius:8px;background:#fff;box-shadow:0 4px 16px #0000001a}.cd-date-range__field{display:flex;flex-direction:column;gap:4px}.cd-date-range__field-label{font-size:12px;font-weight:600;color:var(--p-color-text-secondary, #6d7175)}.cd-date-range__input{box-sizing:border-box;height:36px;padding:0 10px;border:1px solid var(--p-color-border, #e1e3e5);border-radius:6px;font-size:13px;font-family:inherit;color:var(--p-color-text, #202223)}.cd-date-range__input:focus{outline:none;border-color:var(--compass-accent, #008060);box-shadow:0 0 0 1px var(--compass-accent, #008060)}.cd-date-range__hint{margin:0;font-size:11px;line-height:1.4;color:var(--p-color-text-secondary, #6d7175)}.cd-icon--chevron-open{transform:rotate(180deg)}@media(max-width:640px){.cd-date-range{width:100%}.cd-date-range__trigger{width:100%;justify-content:space-between}.cd-date-range__panel{left:0;right:0;min-width:0}}.cd-dashboard__status-bar{display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px;padding:0 4px}.cd-dashboard__status-item{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.cd-dashboard__status-label{font-size:13px;font-weight:600;color:var(--p-color-text-secondary, #6d7175)}.cd-dashboard__status-value{font-size:13px;font-weight:500;color:var(--p-color-text, #202223)}.cd-meta-status{font-size:13px;font-weight:600}.cd-meta-status--connected{color:#008060}.cd-meta-status--disconnected{color:#d72c0d}.cd-meta-status__connect{border:none;background:none;padding:0;font-size:13px;font-weight:600;color:#008060;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.cd-meta-status__connect:hover{color:#004c3f}@media(max-width:480px){.cd-dashboard__status-bar{flex-direction:column;align-items:flex-start;gap:10px}}
