/* ads-v3-shell:start */
:root{
  --ads3-ink:#0a2540;
  --ads3-muted:#697386;
  --ads3-border:#e3e8ee;
  --ads3-soft:#f6f9fc;
  --ads3-page-canvas:#f8fafc;
  --ads3-panel:#ffffff;
  --ads3-accent:#635bff;
  --ads3-accent-dark:#5145e5;
  --ads3-success:#0e8a62;
  --ads3-warning:#a45b00;
  --ads3-utility-control-height:42px;
}

.ads-site-notice{
  position:fixed;
  z-index:2200;
  top:86px;
  right:18px;
  width:min(390px,calc(100vw - 36px));
  padding:12px 14px;
  border:1px solid #dbe4ef;
  border-radius:11px;
  background:#fff;
  color:#334155;
  box-shadow:0 14px 38px rgba(15,23,42,.18);
  font-size:11px;
  font-weight:750;
  line-height:1.45;
  opacity:0;
  pointer-events:none;
  transform:translateY(-8px);
  transition:opacity .16s ease,transform .16s ease;
}

.ads-site-notice.is-visible{opacity:1;transform:translateY(0)}
.ads-site-notice.is-success{border-color:#bbf7d0;color:#166534}
.ads-site-notice.is-error{border-color:#fecaca;color:#b42318}
.ads-site-notice.is-info{border-color:#c7d2fe;color:#4338ca}

#ads-v3-shell[hidden]{
  display:none!important;
}

.ads-v3-topbar{
  position:fixed;
  z-index:1200;
  top:0;
  right:0;
  left:0;
  display:flex;
  align-items:center;
  min-height:70px;
  padding:10px 16px;
  border-bottom:1px solid var(--ads3-border);
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 2px rgba(10,37,64,.03);
  backdrop-filter:blur(12px);
}

.ads-v3-brand{
  min-width:172px;
  color:var(--ads3-ink);
  font-size:16px;
  font-weight:760;
  text-decoration:none;
}

.ads-v3-context{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  flex:1;
  min-width:0;
  min-height:49px;
}

.ads-v3-context-skeleton{
  position:absolute;
  inset:0 auto 0 0;
  display:flex;
  align-items:center;
  gap:9px;
  width:409px;
  pointer-events:none;
}

.ads-v3-context-skeleton i{
  width:170px;
  height:36px;
  border-radius:8px;
  background:linear-gradient(
    100deg,
    #f1f5f9 20%,
    #f8fafc 42%,
    #f1f5f9 64%
  );
  background-size:220% 100%;
  animation:ads-shell-shimmer 1.2s linear infinite;
}

.ads-v3-context-skeleton i:last-child{
  width:230px;
}

.ads-v3-context>label{
  visibility:hidden;
}

#ads-v3-shell.is-context-ready .ads-v3-context>label{
  visibility:visible;
}

#ads-v3-shell.is-context-ready .ads-v3-context-skeleton{
  display:none;
}

#ads-v3-shell.is-context-unavailable .ads-v3-context{
  display:none;
}

@keyframes ads-shell-shimmer{
  to{background-position-x:-220%}
}

.ads-v3-context label{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  margin:0;
}

.ads-v3-context label>span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  color:var(--ads3-muted);
  font-size:10px;
  font-weight:650;
  letter-spacing:.02em;
}

.ads-v3-context label>span small{
  font-size:9px;
  font-weight:750;
}

#ads-campaign-status.active{
  color:var(--ads3-success);
}

#ads-campaign-status.inactive{
  color:var(--ads3-warning);
}

@media(prefers-reduced-motion:reduce){
  .ads-v3-context-skeleton i{animation:none}
}

.ads-v3-context select{
  width:170px;
  height:36px;
  padding:0 31px 0 10px;
  border:1px solid var(--ads3-border);
  border-radius:8px;
  background:#fff;
  color:var(--ads3-ink);
  font-size:12px;
}

#ads-account-select{
  width:280px;
}

.ads-page-title-with-info{
  display:flex!important;
  align-items:center;
  gap:4px;
}

.ads-page-info{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  box-sizing:border-box;
  width:14px;
  height:14px;
  min-width:14px;
  min-height:14px;
  flex:0 0 14px;
  padding:0;
  border:0;
  border-radius:0;
  align-items:center;
  justify-content:center;
  background:transparent;
  box-shadow:none;
  color:#64748b;
  cursor:help;
  font:400 13px/14px Arial,sans-serif;
  text-transform:none;
  transition:none;
}

.ads-page-info:hover,
.ads-page-info:focus-visible,
.ads-page-info[aria-expanded="true"]{
  border:0;
  background:transparent;
  color:#334155;
  outline:none;
  box-shadow:none;
}

.ads-v3-campaign-field select{
  width:230px;
}

.ads-v3-utilities{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:12px;
  white-space:nowrap;
}

.ads-v3-account-sync{
  display:flex;
  align-items:center;
}

.ads-v3-account-sync[hidden]{
  display:none!important;
}

.ads-v3-sync-control{
  position:relative;
  display:grid;
  box-sizing:border-box;
  width:auto;
  min-width:108px;
  height:var(--ads3-utility-control-height);
  min-height:var(--ads3-utility-control-height);
  place-items:center;
  overflow:hidden;
  padding:8px 11px;
  border:1px solid var(--ads3-border);
  border-radius:9px;
  background:#fff;
  color:var(--ads3-ink);
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.ads-v3-utilities .ads-v3-account-sync .ads-v3-sync-control{
  width:108px;
  border:1px solid var(--ads3-border);
}

.ads-v3-sync-label{
  font-size:inherit;
  font-weight:inherit;
  line-height:1.1;
  white-space:nowrap;
  transition:transform .16s ease;
}

.ads-v3-sync-relative{
  position:absolute;
  right:8px;
  bottom:5px;
  left:8px;
  overflow:hidden;
  color:#7b879b;
  font-size:8px;
  font-weight:700;
  opacity:0;
  text-align:center;
  text-overflow:ellipsis;
  transform:translateY(6px);
  transition:opacity .16s ease, transform .16s ease;
  white-space:nowrap;
}

.ads-v3-sync-control:hover .ads-v3-sync-label,
.ads-v3-sync-control:focus-visible .ads-v3-sync-label{
  transform:translateY(-7px);
}

.ads-v3-sync-control:hover .ads-v3-sync-relative,
.ads-v3-sync-control:focus-visible .ads-v3-sync-relative{
  opacity:1;
  transform:translateY(0);
}

.ads-v3-sync-control:hover{
  border-color:#b9b4ff;
  color:var(--ads3-accent-dark);
}

.ads-v3-sync-control:disabled{
  cursor:wait;
  opacity:.72;
}

.ads-v3-utilities>a,
.ads-v3-utilities button{
  border:0;
  background:transparent;
  color:#425466;
  font:inherit;
  font-size:11px;
  font-weight:650;
  text-decoration:none;
  cursor:pointer;
}

.ads-v3-utilities>a:hover,
.ads-v3-utilities button:hover{
  color:var(--ads3-accent-dark);
}

.ads-v3-utilities form{
  display:inline;
  margin:0;
}

.ads-v3-utilities>a.ads-v3-billing-usage{
  box-sizing:border-box;
  height:var(--ads3-utility-control-height);
  min-height:var(--ads3-utility-control-height);
  padding:6px 10px;
}

.ads-v3-billing-summary{
  grid-template-columns:minmax(60px,.62fr) minmax(82px,1fr);
  align-items:center;
  gap:10px;
}

.ads-v3-billing-api,
.ads-v3-billing-credits{
  display:grid;
  align-content:center;
  gap:3px;
}

.ads-v3-billing-api strong{
  font-size:11px;
  line-height:1;
}

.ads-v3-operation-count{
  display:grid;
  white-space:nowrap;
}

.ads-v3-operation-count>span{
  grid-area:1 / 1;
  transition:opacity .14s ease;
}

.ads-v3-operation-24h{
  color:var(--ads3-muted);
  opacity:0;
}

.ads-v3-billing-usage:hover [data-billing-google-operations],
.ads-v3-billing-usage:focus-visible [data-billing-google-operations]{
  opacity:0;
}

.ads-v3-billing-usage:hover .ads-v3-operation-24h,
.ads-v3-billing-usage:focus-visible .ads-v3-operation-24h{
  opacity:1;
}

.ads-v3-billing-api small,
.ads-v3-billing-credits>small{
  line-height:1;
}

.ads-v3-utility-menu{
  position:relative;
}

.ads-v3-utility-menu>summary{
  display:flex;
  height:var(--ads3-utility-control-height);
  min-height:var(--ads3-utility-control-height);
  box-sizing:border-box;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border:1px solid var(--ads3-border);
  border-radius:9px;
  background:#fff;
  color:#425466;
  cursor:pointer;
  font-size:11px;
  font-weight:700;
  list-style:none;
}

.ads-v3-utility-menu>summary::-webkit-details-marker{
  display:none;
}

.ads-v3-utility-menu>summary svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .16s ease;
}

.ads-v3-menu-label{
  display:inline-flex;
  align-items:center;
  gap:5px;
}

.ads-v3-setup-attention{
  display:inline-block;
  width:8px;
  height:8px;
  flex:0 0 8px;
  border:2px solid #fff;
  border-radius:999px;
  background:#e03131;
  box-shadow:0 0 0 1px rgba(224,49,49,.14);
}

.ads-v3-setup-attention[hidden]{
  display:none !important;
}

.ads-v3-setup-attention-menu{
  width:7px;
  height:7px;
  flex-basis:7px;
  border-width:1px;
}

.ads-v3-utility-menu[open]>summary{
  border-color:#b9b4ff;
  color:var(--ads3-accent-dark);
}

.ads-v3-utility-menu[open]>summary svg{
  transform:rotate(180deg);
}

.ads-v3-utility-popover{
  position:absolute;
  z-index:1600;
  top:calc(100% + 10px);
  right:0;
  display:grid;
  width:min(380px,calc(100vw - 24px));
  overflow:hidden;
  padding:8px;
  border:1px solid var(--ads3-border);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 48px rgba(20,35,55,.18);
  white-space:normal;
}

.ads-v3-utility-header{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:7px 8px 12px;
  border-bottom:1px solid var(--ads3-border);
}

.ads-v3-utility-identity{
  display:flex;
  min-width:0;
  align-items:center;
  gap:9px;
}

.ads-v3-utility-avatar{
  display:grid;
  width:30px;
  height:30px;
  flex:0 0 30px;
  place-items:center;
  border-radius:9px;
  background:#f0efff;
  color:var(--ads3-accent-dark);
  font-size:11px;
  font-weight:850;
}

.ads-v3-utility-identity strong{
  overflow:hidden;
  color:var(--ads3-ink);
  font-size:11px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ads-v3-utility-columns{
  display:grid;
  grid-template-columns:minmax(200px,1.16fr) minmax(148px,.84fr);
  min-width:0;
  padding-top:7px;
}

.ads-v3-utility-section{
  min-width:0;
  padding:0 7px 5px;
}

.ads-v3-utility-settings{
  border-left:1px solid var(--ads3-border);
}

.ads-v3-utility-section-label{
  display:block;
  padding:5px 10px 3px;
  color:var(--ads3-muted);
  font-size:9px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.ads-v3-utility-setup .ads-v3-setup-nav a>span{
  min-width:0;
  flex:1;
}

.ads-v3-utility-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ads-v3-utility-popover a,
.ads-v3-utilities .ads-v3-utility-popover button{
  display:flex;
  width:100%;
  min-height:38px;
  box-sizing:border-box;
  align-items:center;
  gap:9px;
  padding:8px 10px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#425466;
  cursor:pointer;
  font:inherit;
  font-size:11px;
  font-weight:650;
  text-align:left;
  text-decoration:none;
}

.ads-v3-utility-popover [data-ai-settings-link][hidden]{
  display:none !important;
}

.ads-v3-utility-popover a:hover,
.ads-v3-utilities .ads-v3-utility-popover button:hover{
  background:var(--ads3-soft);
  color:var(--ads3-ink);
}

.ads-v3-utility-popover a.active{
  background:#f0efff;
  color:var(--ads3-accent-dark);
}

.ads-v3-utility-popover .ads-v3-utility-logout{
  display:block;
  flex:0 0 auto;
  margin:0;
  padding:0;
  border:0;
}

.ads-v3-utilities .ads-v3-utility-popover .ads-v3-utility-logout button{
  display:grid;
  width:34px;
  min-height:34px;
  padding:0;
  place-items:center;
  border:1px solid #e1e7ef;
  border-radius:9px;
  color:#64748b;
}

.ads-v3-utilities .ads-v3-utility-popover .ads-v3-utility-logout button:hover{
  border-color:#fecaca;
  background:#fff5f5;
  color:#b42318;
}

.ads-v3-utility-logout .ads-v3-utility-icon{
  width:18px;
  height:18px;
}

@media(max-width:620px){
  .ads-v3-utility-popover{
    max-height:calc(100vh - 132px);
    overflow-y:auto;
  }

  .ads-v3-utility-columns{
    grid-template-columns:1fr;
  }

  .ads-v3-utility-settings{
    margin-top:4px;
    padding-top:5px;
    border-top:1px solid var(--ads3-border);
    border-left:0;
  }
}

.ads-v3-utilities .ads-v3-connect{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 11px;
  border-radius:8px;
  background:var(--ads3-accent);
  color:#fff;
}

.ads-v3-utilities .ads-v3-connect:hover{
  background:var(--ads3-accent-dark);
  color:#fff;
}

.ads-v3-processes{
  position:relative;
}

.ads-v3-utilities .ads-v3-process-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:124px;
  min-width:124px;
  height:var(--ads3-utility-control-height);
  min-height:var(--ads3-utility-control-height);
  box-sizing:border-box;
  padding:7px 9px;
  border:1px solid var(--ads3-border);
  border-radius:9px;
  background:#fff;
}

.ads-v3-utilities .ads-v3-process-toggle.is-active{
  border-color:#b9b4ff;
  color:var(--ads3-accent-dark);
}

.ads-v3-utilities .ads-v3-process-toggle.has-failed{
  border-color:#f2c5bd;
  color:#b62b1d;
}

.ads-v3-process-count{
  display:inline-flex;
  min-width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border-radius:999px;
  background:var(--ads3-accent);
  color:#fff;
  font-size:10px;
}

.ads-v3-process-count[hidden]{
  display:none!important;
}

.ads-v3-process-spinner{
  display:none;
  width:12px;
  height:12px;
  box-sizing:border-box;
  border:2px solid #d7d3ff;
  border-top-color:var(--ads3-accent);
  border-radius:50%;
}

.ads-v3-process-toggle.is-active .ads-v3-process-spinner{
  display:inline-block;
  animation:ads-v3-process-spin .8s linear infinite;
}

@keyframes ads-v3-process-spin{
  to{transform:rotate(360deg)}
}

.ads-v3-process-popover{
  position:absolute;
  z-index:1600;
  top:calc(100% + 12px);
  right:0;
  width:min(390px,calc(100vw - 28px));
  overflow:hidden;
  border:1px solid var(--ads3-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 48px rgba(20,35,55,.18);
  white-space:normal;
}

.ads-v3-process-popover>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid var(--ads3-border);
}

.ads-v3-process-popover>header strong{
  color:var(--ads3-ink);
  font-size:14px;
}

.ads-v3-process-note{
  margin:0;
  padding:11px 16px;
  border-bottom:1px solid var(--ads3-border);
  background:#f8fafc;
  color:var(--ads3-muted);
  font-size:11px;
  line-height:1.45;
}

.ads-v3-process-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.ads-v3-utilities .ads-v3-process-popover>header .ads-v3-process-clear{
  min-height:28px;
  padding:5px 8px;
  border-radius:7px;
  background:#eef2f7;
  color:#475569;
  font-size:10px;
  font-weight:800;
  line-height:1;
}

.ads-v3-utilities .ads-v3-process-popover>header .ads-v3-process-clear:hover{
  background:#e4e9f2;
  color:var(--ads3-ink);
}

.ads-v3-utilities .ads-v3-process-popover>header .ads-v3-process-clear:disabled{
  cursor:wait;
  opacity:.55;
}

.ads-v3-utilities .ads-v3-process-popover>header .ads-v3-process-close{
  padding:0;
  color:var(--ads3-muted);
  font-size:22px;
  line-height:1;
}

.ads-v3-process-list{
  max-height:min(410px,calc(100vh - 150px));
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}

.ads-v3-process-item{
  display:grid;
  grid-template-columns:10px minmax(0,1fr) auto;
  gap:10px;
  align-items:start;
  padding:13px 16px;
  border-bottom:1px solid #edf1f6;
}

.ads-v3-process-item:last-child{
  border-bottom:0;
}

.ads-v3-process-state{
  width:9px;
  height:9px;
  margin-top:4px;
  border-radius:50%;
  background:#a8b2c1;
}

.ads-v3-process-item[data-status="QUEUED"] .ads-v3-process-state,
.ads-v3-process-item[data-status="RUNNING"] .ads-v3-process-state,
.ads-v3-process-item[data-status="PENDING_VERIFICATION"] .ads-v3-process-state{
  background:var(--ads3-accent);
  box-shadow:0 0 0 4px #eeecff;
}

.ads-v3-process-item[data-status="SUCCESS"] .ads-v3-process-state{
  background:var(--ads3-success);
}

.ads-v3-process-item[data-status="FAILED"] .ads-v3-process-state{
  background:#c93425;
}

.ads-v3-process-copy{
  min-width:0;
}

.ads-v3-process-copy strong,
.ads-v3-process-copy small{
  display:block;
  overflow-wrap:anywhere;
}

.ads-v3-process-copy strong{
  color:var(--ads3-ink);
  font-size:12px;
}

.ads-v3-process-copy small{
  margin-top:3px;
  color:var(--ads3-muted);
  font-size:11px;
  line-height:1.4;
}

.ads-v3-utilities .ads-v3-process-dismiss{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:7px;
  background:transparent;
  color:var(--ads3-muted);
  font-size:20px;
  line-height:1;
}

.ads-v3-utilities .ads-v3-process-dismiss:hover{
  background:#f1f4f8;
  color:var(--ads3-ink);
}

.ads-v3-utilities .ads-v3-process-dismiss:disabled{
  opacity:.45;
}

.ads-v3-utilities .ads-v3-process-cancel{
  align-self:center;
  padding:6px 9px;
  border:1px solid #fecaca;
  border-radius:8px;
  background:#fff7f7;
  color:#b42318;
  font-size:10px;
  font-weight:800;
}

.ads-v3-utilities .ads-v3-process-cancel:disabled{
  cursor:wait;
  opacity:.55;
}

.ads-v3-process-item[data-status="FAILED"] .ads-v3-process-copy small{
  color:#a62a1e;
}

.ads-v3-process-item>a{
  color:var(--ads3-accent-dark);
  font-size:11px;
  font-weight:700;
  text-decoration:none;
}

.ads-v3-process-empty{
  margin:0;
  padding:24px 16px;
  color:var(--ads3-muted);
  font-size:12px;
  text-align:center;
}

.ads-v3-sidebar{
  position:fixed;
  z-index:1000;
  top:70px;
  bottom:0;
  left:0;
  box-sizing:border-box;
  width:216px;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  padding:18px 12px;
  border-right:1px solid var(--ads3-border);
  background:#fff;
}

.ads-v3-sidebar nav{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.ads-v3-sidebar a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-sizing:border-box;
  min-height:36px;
  padding:7px 11px;
  border-radius:8px;
  color:#425466;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}

.ads-v3-sidebar a:hover{
  background:var(--ads3-soft);
  color:var(--ads3-ink);
}

.ads-v3-sidebar a.active{
  background:#f0efff;
  color:var(--ads3-accent-dark);
}

.ads-v3-sidebar [hidden]{
  display:none !important;
}

.ads-v3-nav-group{
  display:grid;
  gap:3px;
  margin:3px 0;
}

.ads-v3-nav-title{
  padding:7px 11px 2px;
  color:var(--ads3-muted);
  font-size:10px;
  font-weight:750;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.ads-v3-sidebar a.ads-v3-subnav,
.ads-v3-sidebar a.ads-v3-subnav.active{
  min-height:32px;
  padding:5px 11px 5px 22px;
  font-size:12px;
}

.ads-v3-setup-nav{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:3px;
}

.ads-v3-setup-nav .ads-v3-subnav{
  min-width:0;
}

.ads-v3-lock,
.ads-v3-setup-group > summary svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ads-v3-lock[hidden]{
  display:none;
}

.ads-v3-setup-group > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  list-style:none;
  cursor:pointer;
  user-select:none;
}

.ads-v3-setup-group > summary::-webkit-details-marker{
  display:none;
}

.ads-v3-setup-group > summary:hover,
.ads-v3-setup-group > summary:focus-visible{
  color:var(--ads3-ink);
  outline:none;
}

.ads-v3-setup-group > summary svg{
  transition:transform .16s ease;
}

.ads-v3-setup-group[open] > summary svg{
  transform:rotate(180deg);
}

.ads-v3-setup-items{
  display:grid;
  gap:3px;
}

.ads-v3-setup-nav.is-locked .ads-v3-subnav{
  color:#9aa7b6;
}

.ads-v3-setup-nav.is-locked .ads-v3-subnav:hover{
  background:#f7f9fc;
  color:#7c8998;
}

.ads-v3-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#fff0f0;
  color:#c92a2a;
  font-size:10px;
  font-weight:800;
}

.ads-v3-monitoring-count{
  display:inline-flex;
  height:20px;
  flex:0 0 auto;
  overflow:hidden;
  align-items:stretch;
  border:1px solid #e1e6ee;
  border-radius:999px;
  background:#f5f7fa;
  color:#64748b;
  font-size:9px;
  font-weight:850;
  line-height:1;
}

.ads-v3-monitoring-count>span{
  display:inline-flex;
  min-width:21px;
  align-items:center;
  justify-content:center;
  gap:2px;
  padding:0 5px;
}

.ads-v3-monitoring-count>span[hidden]{
  display:none;
}

.ads-v3-monitoring-count>span+span{
  border-left:1px solid rgba(100,116,139,.15);
}

.ads-v3-monitoring-count>span.is-first-visible{
  border-left:0;
}

.ads-v3-monitoring-count i{
  font-style:normal;
  font-size:10px;
}

.ads-v3-monitoring-count b{
  font:inherit;
}

.ads-v3-monitoring-count .is-successful{
  background:#eafaf0;
  color:#168a4a;
}

.ads-v3-monitoring-count .is-decreased{
  background:#fff0f0;
  color:#c92a2a;
}

.ads-v3-dialog{
  width:min(430px,calc(100% - 28px));
  padding:0;
  border:0;
  border-radius:14px;
  box-shadow:0 24px 70px rgba(10,37,64,.24);
}

.ads-v3-dialog::backdrop{
  background:rgba(10,37,64,.45);
}

.ads-v3-dialog-content{
  padding:22px;
}

.ads-v3-dialog-eyebrow{
  color:var(--ads3-warning);
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.ads-v3-dialog h2{
  margin:7px 0 8px;
  color:var(--ads3-ink);
  font-size:21px;
}

.ads-v3-dialog p{
  margin:0;
  color:var(--ads3-muted);
  line-height:1.55;
}

.ads-v3-dialog-actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:22px;
}

.ads-v3-dialog-actions button,
.ads-v3-dialog-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  border-radius:8px;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
}

.ads-v3-secondary{
  border:1px solid var(--ads3-border);
  background:#fff;
  color:var(--ads3-ink);
}

.ads-v3-primary{
  border:1px solid var(--ads3-accent);
  background:var(--ads3-accent);
  color:#fff;
}

/* Shared compact filter toolbar used by recommendation workspaces. */
.st-filter-toolbar{
  position:sticky;
  z-index:45;
  top:82px;
  display:flex;
  box-sizing:border-box;
  width:100%;
  align-items:center;
  gap:12px;
  margin:0 0 22px;
  padding:13px 15px;
  overflow-x:auto;
  border:1px solid #dbe4ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 18px rgb(15 23 42 / 5%);
  scrollbar-width:none;
}

.st-filter-toolbar::-webkit-scrollbar{
  display:none;
}

.st-filter-pills{
  display:flex;
  min-width:max-content;
  align-items:center;
  flex:1 1 auto;
  flex-wrap:nowrap;
  gap:6px;
}

.st-filter-pills button{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  gap:6px;
  padding:7px 11px;
  border:1px solid #dbe4ef;
  border-radius:9px;
  background:#fff;
  color:#64748b;
  cursor:pointer;
  font:inherit;
  font-size:10px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}

.st-filter-pills button.is-active{
  border-color:#5b50f6;
  background:#5b50f6;
  color:#fff;
  box-shadow:0 2px 5px rgb(91 80 246 / 22%);
}

.st-filter-pills b{
  display:inline-flex;
  box-sizing:border-box;
  min-width:19px;
  height:19px;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border-radius:999px;
  background:#e2e8f0;
  color:#475569;
  font-size:8px;
  line-height:1;
}

.st-filter-pills button.is-active b{
  background:rgb(255 255 255 / 20%);
  color:#fff;
}

@media(max-width:860px){
  .st-filter-toolbar{top:126px}
}

html.ads-shell-ready body{
  padding-top:70px!important;
  padding-left:216px!important;
  background:var(--ads3-page-canvas);
}

html.ads-shell-ready body>main.container{
  max-width:none;
  min-height:calc(100vh - 70px);
  background:var(--ads3-page-canvas);
}

html.ads-shell-ready body>main.container>.st-page{
  background:transparent;
}

.sync-date{
  font-size:14px!important;
  line-height:1.35;
}

.sync-settings-form{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 180px auto;
  align-items:end;
  gap:18px;
  padding:18px;
  border-top:1px solid var(--ads3-border);
  background:var(--ads3-soft);
}

.sync-settings-form>label:not(.sync-switch){
  display:grid;
  gap:7px;
}

.sync-settings-form select{
  min-height:40px;
  padding:8px 10px;
  border:1px solid var(--ads3-border);
  border-radius:8px;
  background:#fff;
}

.sync-switch{
  display:flex;
  align-items:flex-start;
  gap:11px;
}

.sync-switch input{
  margin-top:3px;
}

.sync-switch span{
  display:grid;
  gap:4px;
}

.sync-switch small{
  color:var(--ads3-muted);
  line-height:1.45;
}

.sync-error{
  max-width:440px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--ads3-muted);
}

@media(max-width:1280px){
  .ads-v3-context select{
    width:145px;
  }
  #ads-account-select{
    width:250px;
  }
  .ads-v3-campaign-field select{
    width:190px;
  }
  .ads-v3-utilities{
    gap:7px;
  }
}

@media(hover:none){
  .ads-v3-sync-control .ads-v3-sync-label{
    transform:translateY(-7px);
  }
  .ads-v3-sync-control .ads-v3-sync-relative{
    opacity:1;
    transform:translateY(0);
  }
}

@media(max-width:1080px){
  .ads-v3-utilities>a:not(.ads-v3-connect),
  .ads-v3-utilities form{
    display:none;
  }
}

@media(max-width:820px){
  .ads-v3-topbar{
    flex-wrap:wrap;
  }
  .ads-v3-brand{
    min-width:auto;
    margin-right:14px;
  }
  .ads-v3-context{
    order:3;
    width:100%;
    margin-top:8px;
  }
  .ads-v3-context label{
    flex:1;
  }
  .ads-v3-context select,
  .ads-v3-campaign-field select{
    width:100%;
  }
  #ads-account-select{
    width:100%;
  }
  .ads-v3-sidebar{
    top:118px;
    width:176px;
  }
  html.ads-shell-ready body{
    padding-top:118px!important;
    padding-left:176px!important;
  }
}

@media(max-width:620px){
  .ads-v3-sidebar{
    display:none;
  }
  html.ads-shell-ready body{
    padding-left:0!important;
  }
  .ads-v3-context{
    overflow-x:auto;
  }
  .ads-v3-context label{
    min-width:150px;
  }
  .sync-settings-form{
    grid-template-columns:1fr;
  }
}
/* ads-v3-shell:end */
.ai-fallback-action{margin-left:8px;padding:7px 10px;border:0;border-radius:8px;background:#5b50f6;color:#fff;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.ai-fallback-action:disabled{opacity:.55;cursor:wait}
