/* CCN Tasks Front-end styles */
:root{
  --ccn-front-bg:#eef3f8;
  --ccn-front-card:#ffffff;
  --ccn-front-border:#d2deea;
  --ccn-front-head:#165b7a;
  --ccn-front-ink:#13263d;
  --ccn-front-muted:#5b7088;
  --ccn-front-soft:#f7fbff;
  --ccn-shadow:0 2px 10px rgba(16,33,53,.06);
}

body:not(.wp-admin) .ccn-tasks-front-shell{
  max-width:none;
  width:100%;
  margin:0 auto;
  padding:18px clamp(18px,2.6vw,32px) 30px;
  box-sizing:border-box;
}

body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend{
  padding:0;
}

/* Keep front-end shortcode pages at backend-like text scale. */
body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend{
  font-size:14px;
  line-height:1.45;
}

body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend h1{
  font-size:28px;
  line-height:1.2;
}

body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend .ccn-section-title{
  font-size:28px;
  line-height:1.1;
}

body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend .ccn-subsection-title{
  font-size:22px;
  line-height:1.2;
}

body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend input,
body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend select,
body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend button,
body:not(.wp-admin) .ccn-tasks-front-shell .ccn-tasks-frontend textarea{
  font-size:14px;
}

.ccn-tasks-frontend{
  max-width:100%;
  margin:0 auto;
  padding:16px 10px 34px;
  color:var(--ccn-front-ink);
}

.ccn-tasks-frontend.is-loading{
  opacity:.65;
  pointer-events:none;
}

.ccn-card{
  background:var(--ccn-front-card);
  border:1px solid var(--ccn-front-border);
  border-radius:14px;
  padding:16px;
  box-shadow:var(--ccn-shadow);
  margin-bottom:16px;
}

.ccn-section-card{
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}

.ccn-section-card--hero{
  padding-top:18px;
  padding-bottom:12px;
}

.ccn-tasks-frontend .ccn-section-card--hero{
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  margin-bottom:12px;
}

.ccn-section-title{
  margin:0;
  font-size:42px;
  line-height:.98;
  letter-spacing:-.035em;
  color:#132a45;
}

.ccn-subsection-title{
  margin:0;
  font-size:44px;
  line-height:1.02;
  letter-spacing:-.03em;
  color:#17314d;
}

.ccn-prop-name{
  margin-top:3px;
  font-size:16px;
  color:var(--ccn-front-muted);
}

.ccn-card--header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

.ccn-section-card--hero.ccn-card--header{
  align-items:center;
}

.ccn-card--picker-only{
  justify-content:flex-end;
  padding-top:4px;
  padding-bottom:4px;
}

.ccn-card--picker-only .ccn-month-picker{
  margin-left:auto;
}

.ccn-section-card--hero .ccn-card__title{
  display:flex;
  align-items:center;
  min-height:40px;
}

.ccn-card__title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.ccn-muted{
  color:var(--ccn-front-muted);
  font-size:13px;
}

.ccn-link{
  text-decoration:none;
  color:var(--ccn-front-head);
  font-weight:600;
}

.ccn-link:hover{
  text-decoration:underline;
}

.ccn-month-picker{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  position:relative;
  background:var(--ccn-front-soft);
  border:1px solid var(--ccn-front-border);
  border-radius:12px;
  padding:8px 10px;
}

.ccn-month-picker label{
  font-size:12px;
  color:#5d738b;
  font-weight:600;
}

.ccn-month-picker select{
  min-height:36px;
  padding:6px 10px;
  border:1px solid var(--ccn-front-border);
  border-radius:9px;
  color:var(--ccn-front-ink);
  background:#fff;
}

.ccn-month-picker input[type="month"]{
  min-height:36px;
  padding:6px 10px;
  border:1px solid var(--ccn-front-border);
  border-radius:9px;
  color:var(--ccn-front-ink);
  background:#fff;
}

.ccn-month-input-native{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:1px !important;
  height:1px !important;
  margin:0 !important;
  padding:0 !important;
}

.ccn-month-display{
  min-height:36px;
  padding:6px 10px;
  border:1px solid var(--ccn-front-border);
  border-radius:9px;
  color:var(--ccn-front-ink);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:182px;
  font:inherit;
  cursor:pointer;
  box-shadow:none;
}

.ccn-month-display__label{
  white-space:nowrap;
}

.ccn-month-display__icon{
  font-size:18px;
  line-height:1;
}

.ccn-month-picker-nav{
  position:relative;
}

.ccn-month-picker-field{
  position:relative;
  display:inline-flex;
}

.ccn-month-popover{
  position:fixed;
  top:0;
  left:0;
  right:auto;
  transform:none;
  z-index:100000;
  width:264px;
  padding:10px;
  box-sizing:border-box;
  border:1px solid #cbd9e7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 16px 40px rgba(29,54,85,.18);
  display:none;
}

.ccn-month-popover.is-open{
  display:block;
}

.ccn-month-popover__head{
  display:grid;
  grid-template-columns:30px 1fr 30px;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
}

.ccn-month-popover__year{
  text-align:center;
  font-size:14px;
  font-weight:600;
  color:#24405f;
}

.ccn-month-popover__nav{
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  border-radius:999px;
  border:1px solid #cbd9e7;
  background:#f5f9fd;
  color:#2f79c7;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
}

.ccn-month-popover__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:6px;
}

.ccn-month-popover__month{
  min-height:34px;
  width:100%;
  border:1px solid #d7e3ee;
  border-radius:10px;
  background:#fff;
  color:#24405f;
  font:inherit;
  font-size:13px;
  font-weight:500;
  text-align:center;
  padding:0;
  margin:0;
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
}

.ccn-month-popover__month.is-selected{
  background:#2f79c7;
  border-color:#2f79c7;
  color:#fff;
  font-weight:600;
}

.ccn-month-popover__month:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.ccn-month-picker-nav{
  display:flex;
  align-items:center;
  gap:8px;
}

.ccn-month-shift{
  width:34px;
  height:34px;
  min-height:34px;
  border-radius:999px;
  border:1px solid #b8d1e8 !important;
  background:#f3f8fd !important;
  color:#2f79c7 !important;
  box-shadow:none !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 !important;
  line-height:1 !important;
  min-width:34px;
  appearance:none;
  -webkit-appearance:none;
  font-size:0;
}

.ccn-tasks-frontend .button.ccn-month-shift{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  border-radius:999px !important;
  padding:0 !important;
  border:1px solid #b8d1e8 !important;
  background:#f3f8fd !important;
  color:#2f79c7 !important;
  box-shadow:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
}

.ccn-tasks-frontend .ccn-month-shift:hover,
.ccn-tasks-frontend .ccn-month-shift:focus{
  background:#e8f1f9 !important;
  color:#2f79c7 !important;
  border-color:#9bbedd !important;
}

.ccn-month-shift .dashicons{
  width:16px;
  height:16px;
  font-size:16px;
  line-height:16px;
}

.ccn-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.ccn-task-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.ccn-task-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ccn-task-grid--6{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ccn-kpi-card{
  min-height:138px;
  transition:transform .12s ease, box-shadow .12s ease;
}

.ccn-kpi-card:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 18px rgba(16,36,60,.08);
}

.ccn-card__kicker{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#6d8298;
  font-weight:700;
  margin-bottom:11px;
}

.ccn-card__row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.ccn-kpi-due{
  margin-top:10px;
  font-size:13px;
  color:#4f667f;
}

.ccn-kpi-due span{
  color:#6a8097;
}

.ccn-kpi-due--neutral{
  color:#4f667f;
}

.ccn-kpi-due--ok{
  color:#4f667f;
}

.ccn-kpi-due--warn{
  color:#9a6400;
}

.ccn-kpi-due--bad{
  color:#b3261e;
}

.ccn-kpi-action{
  margin-top:8px;
  font-size:12px;
}

.ccn-kpi-action--muted{
  color:#73869a;
}

.ccn-kpi-card--checkin .ccn-kpi-action{
  margin-top:auto;
  padding-top:8px;
}

.ccn-kpi-card--checkin{
  display:flex;
  flex-direction:column;
}

.ccn-card--actions{
  background:linear-gradient(180deg,#f8fcff 0%,#ffffff 100%);
}

.ccn-card--actions .ccn-subsection-title{
  font-size:34px;
}

.ccn-action-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ccn-action-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid #d8e4ef;
  background:#fff;
  color:#1a425f;
  font-weight:700;
  font-size:12px;
  text-decoration:none;
}

.ccn-action-btn:hover{
  text-decoration:none;
  filter:brightness(.98);
}

.ccn-action-btn--warn{
  border-color:#f2d59f;
  background:#fff8ee;
  color:#9a6400;
}

.ccn-action-btn--bad{
  border-color:#f1c0c0;
  background:#fff3f3;
  color:#b3261e;
}

.ccn-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 9px;
  border-radius:999px;
  font-size:11.5px;
  line-height:1.12;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.02);
  font-weight:600;
}

.ccn-section-divider{
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#d7e3ee 0%,#c7d8e8 50%,#d7e3ee 100%);
  margin:40px 0;
}

.ccn-stats-head{
  margin-bottom:8px;
}

.ccn-section-card--impact .ccn-net-metric__value{
  font-size:38px;
}

.ccn-section-card--impact .ccn-net-metric__label{
  font-size:12px;
}

.ccn-section-card--impact .ccn-trend-title{
  font-size:12px;
}

.ccn-section-card--impact .ccn-spotlight-title,
.ccn-section-card--impact .ccn-net-metric__value{
  font-size:34px;
}

.ccn-pill--ok{
  background:#ebf7ef;
  border-color:#b9e1c2;
  color:#1d7a3b;
}

.ccn-pill--warn{
  background:#fff5e8;
  border-color:#f2d59f;
  color:#9a6400;
}

.ccn-pill--info{
  background:#e3f0ff;
  border-color:#b4cff4;
  color:#24588f;
}

.ccn-tasks-frontend .ccn-pill.ccn-pill--info{
  background:#e3f0ff;
  border-color:#b4cff4;
  color:#24588f;
}

.ccn-pill--approval{
  background:#e3f0ff;
  border-color:#b4cff4;
  color:#24588f;
  padding:4px 10px;
  font-size:12px;
  line-height:1;
}

.ccn-tasks-frontend .ccn-pill.ccn-pill--approval{
  background:#e3f0ff;
  border-color:#b4cff4;
  color:#24588f;
}

.ccn-pill--bad{
  background:#fff0f0;
  border-color:#f1c0c0;
  color:#b3261e;
}

.ccn-pill--neutral{
  background:#eef3f8;
  border-color:#dce5ef;
  color:#3c5570;
}

.ccn-table-wrap{
  overflow:auto;
  border:1px solid #dbe6f0;
  border-radius:11px;
}

.ccn-table{
  width:100%;
  border-collapse:collapse;
  margin:0 !important;
}

.ccn-table th,
.ccn-table td{
  padding:11px 10px;
  border-bottom:1px solid #e5edf4;
  text-align:left;
  vertical-align:top;
  font-size:13px;
}

.ccn-table th{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#43607d;
  background:#f7fafd;
}

.ccn-table tbody tr:hover{
  background:#fbfdff;
}

.ccn-table--monthly-center th,
.ccn-table--monthly-center td{
  text-align:center;
  vertical-align:middle;
}

.ccn-event-title{
  font-weight:600;
  color:var(--ccn-front-ink);
}

.ccn-net-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}

.ccn-net-grid--property{
  margin-top:6px;
}

.ccn-net-grid--property-impact{
  margin-top:6px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ccn-net-grid--property-impact .ccn-net-metric--span2{
  grid-column:span 2;
}

.ccn-net-grid--property-impact .ccn-net-trend-card{
  grid-column:1 / -1;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature{
  grid-column:1 / -1;
}

.ccn-net-grid--property-impact .ccn-net-metric__value.ccn-growth--neutral{
  color:#6f8093;
}

.ccn-net-metric{
  border:1px solid #dbe6f0;
  background:#f8fcff;
  border-radius:11px;
  padding:12px;
}

#ccn-network-impact .ccn-net-metric,
.ccn-section-card--impact .ccn-net-grid--property-impact .ccn-net-metric{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

#ccn-network-impact .ccn-net-metric__label,
.ccn-section-card--impact .ccn-net-grid--property-impact .ccn-net-metric__label{
  text-align:center;
}

.ccn-net-metric__value{
  font-size:48px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
  color:#14324f;
}

.ccn-net-metric__value--event{
  font-size:42px;
  line-height:1.05;
}

.ccn-net-metric__value--with-delta{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.ccn-net-metric__primary{
  color:#14324f;
}

.ccn-net-metric__delta{
  font-size:22px;
  font-weight:700;
  letter-spacing:0;
}

.ccn-net-metric__delta--pos{
  color:#1f8b46;
}

.ccn-net-metric__delta--muted{
  color:#6f8093;
}

.ccn-net-metric__value.ccn-growth--pos{
  color:#1f8b46;
}

.ccn-net-metric__value.ccn-growth--neg{
  color:#b86b00;
}

.ccn-net-metric__value.ccn-growth--neutral{
  color:#14324f;
}

.ccn-net-metric__label{
  margin-top:4px;
  color:#5a7088;
  font-size:12px;
  letter-spacing:.02em;
}

#ccn-network-impact .ccn-net-metric__value{
  font-size:34px;
}

#ccn-network-impact .ccn-net-metric__label{
  font-size:12px;
}

.ccn-trend-card,
.ccn-net-trend-card{
  margin-top:14px;
  border:1px solid #dbe6f0;
  border-radius:11px;
  background:#f9fcff;
  padding:12px;
}

.ccn-trend-title{
  font-size:12px;
  color:#4a6682;
  font-weight:700;
  margin-bottom:10px;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.ccn-trend-bars{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  align-items:end;
}

.ccn-trend-col{
  text-align:center;
}

.ccn-trend-bar-wrap{
  height:86px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.ccn-trend-bar{
  width:24px;
  border-radius:8px 8px 4px 4px;
  background:linear-gradient(180deg,#4f93bf 0%, #1c5c78 100%);
}

.ccn-trend-month{
  margin-top:6px;
  font-size:11px;
  color:#536c86;
  font-weight:600;
}

.ccn-trend-val{
  margin-top:1px;
  font-size:11px;
  color:#2f4a67;
}

.ccn-region-trend-legend{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  margin-bottom:0;
}

.ccn-region-trend-legend__item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  line-height:1;
  border:1px solid #dde4ec;
  background:#f6f9fc;
}

.ccn-region-trend-legend__item--attendance{
  color:#1f6f95;
  border-color:#b8d9e7;
  background:#edf8fd;
}

.ccn-region-trend-legend__item--gospel{
  color:#2f9e5b;
  border-color:#bde2ca;
  background:#edf9f1;
}

.ccn-region-trend-legend__item--discipleship{
  color:#8a63d2;
  border-color:#d8c8f2;
  background:#f4effd;
}

.ccn-net-trend-chart{
  width:100%;
  height:auto;
  display:block;
}

.ccn-net-event-feature__media{
  width:96px;
  min-width:96px;
  aspect-ratio:8.5 / 11;
  border-radius:10px;
  overflow:hidden;
  background:#edf3f9;
  border:1px solid #dbe6f0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ccn-net-event-feature__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ccn-net-event-feature__placeholder{
  padding:10px;
  color:#7a8ea3;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.ccn-net-event-feature__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  min-width:0;
}

.ccn-net-event-feature__headline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:0;
  width:100%;
}

.ccn-net-event-feature__title-wrap{
  display:flex;
  flex-direction:column;
  min-width:0;
  flex:1 1 auto;
  align-items:center;
}

.ccn-net-event-feature__subline{
  margin-top:4px;
  color:#5a7088;
  font-size:16px;
  font-weight:600;
  line-height:1.2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  text-align:center;
}

.ccn-net-event-feature__attendance{
  white-space:nowrap;
}

.ccn-net-event-feature__divider{
  color:#9aaabe;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature{
  display:grid;
  grid-template-columns:96px minmax(0, auto);
  gap:16px;
  align-items:center;
  justify-content:center;
  text-align:center;
}

#ccn-network-impact .ccn-net-grid--property-impact .ccn-net-metric--feature,
.ccn-section-card--impact .ccn-net-grid--property-impact .ccn-net-metric--feature{
  display:grid;
  grid-template-columns:96px minmax(0, auto);
  align-items:center;
  justify-content:center;
  text-align:center;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-event-feature__body{
  align-items:center;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__label{
  margin-top:10px;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__label,
.ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__value{
  text-align:center;
  justify-content:center;
}

.ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__value--event{
  font-size:28px;
  line-height:1.08;
  flex:0 1 auto;
  min-width:0;
}

.ccn-net-trend-card{
  display:grid;
  grid-template-columns:140px minmax(0, 1fr);
  gap:14px;
  align-items:center;
  padding:10px 12px;
}

.ccn-net-trend-grid{
  stroke:#d9e4ef;
  stroke-width:1;
}

.ccn-net-trend-tick{
  fill:#7a8ea3;
  font-size:10px;
  text-anchor:end;
}

.ccn-net-trend-month{
  fill:#7a8ea3;
  font-size:10px;
  text-anchor:middle;
}

@media (max-width: 1100px){
  .ccn-net-trend-card{
    grid-template-columns:1fr;
  }

  .ccn-region-trend-legend{
    flex-direction:row;
    flex-wrap:wrap;
  }
}

@media (max-width: 700px){
  .ccn-net-grid--property-impact{
    grid-template-columns:1fr;
  }

  .ccn-net-grid--property-impact .ccn-net-metric--span2,
  .ccn-net-grid--property-impact .ccn-trend-card--span2{
    grid-column:span 1;
  }

  .ccn-net-grid--property-impact .ccn-net-metric--feature{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-event-feature__media{
    margin:0 auto;
  }

  .ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__label,
  .ccn-net-grid--property-impact .ccn-net-metric--feature .ccn-net-metric__value{
    text-align:center;
    justify-content:center;
  }

  .ccn-net-event-feature__headline{
    justify-content:center;
    flex-wrap:wrap;
  }
}

.ccn-widget-wrap{
  margin-bottom:0;
  border:none !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:16px 16px 0 !important;
  container-type:inline-size;
}

.widget.ccn_tasks_property_widget,
.widget_ccn_tasks_property_widget,
.ccn-tasks-property-widget-shortcode,
.widget.ccn_tasks_region_widget,
.widget_ccn_tasks_region_widget,
.ccn-tasks-region-widget-shortcode,
.widget.ccn_tasks_admin_checkins_widget,
.widget_ccn_tasks_admin_checkins_widget,
.ccn-tasks-admin-checkins-widget-shortcode,
.widget.ccn_tasks_admin_property_tasks_widget,
.widget_ccn_tasks_admin_property_tasks_widget,
.ccn-tasks-admin-property-tasks-widget-shortcode{
  padding:0 !important;
  overflow:hidden;
}

.ccn-widget-title{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.1;
  letter-spacing:-.01em;
}

.ccn-widget-prop{
  color:#48617a;
  font-size:14px;
  font-weight:600;
}

.ccn-widget-month{
  color:#60778f;
  font-size:11px;
  font-weight:600;
}

.ccn-widget-list{
  margin-top:6px;
  display:grid;
  grid-template-columns:1fr;
  gap:4px;
}

.ccn-widget-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:12px -16px 0;
  padding:8px 0;
  min-height:34px;
  border-top:1px solid #dce5ee;
  border-radius:0;
  background:#f1f2f4;
  color:#5a6e83;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.2;
}

.ccn-widget-cta:hover{
  text-decoration:none;
  background:#ebf0f6;
  color:#3f556d;
}

.ccn-widget-cta span{
  font-size:14px;
  line-height:1;
  transform:translateY(1px);
}

.ccn-widget-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6px;
  font-size:12px;
  padding:1px 0;
  background:transparent;
  border:0;
}

.ccn-widget-label-wrap{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.ccn-widget-label{
  font-weight:700;
  font-size:12px;
  line-height:1.2;
}

.ccn-widget-due{
  font-size:10px;
  line-height:1.2;
}

.ccn-widget-due--upcoming{
  color:#1d2327;
}

.ccn-widget-due--late{
  color:#b3261e;
}

.ccn-widget-pill-link{
  text-decoration:none;
  display:flex;
  justify-content:center;
}

.ccn-widget-report-list{
  display:flex;
  flex-direction:column;
  gap:1px;
  align-items:center;
}

.ccn-widget-report-list-wrap{
  width:100%;
  margin-top:1px;
  text-align:center;
}

.ccn-widget-report-link{
  display:block;
  font-size:10px;
  line-height:1.25;
  color:#48617a;
  text-decoration:none;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  max-width:100%;
  width:100%;
  text-align:center;
}

.ccn-widget-report-link:hover{
  color:#1f4769;
  text-decoration:underline;
}

.ccn-widget-month-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin:0 0 6px;
}

.ccn-widget-row--reports{
  align-items:flex-start;
}

.ccn-widget-row--reports .ccn-widget-label-wrap{
  text-align:left;
  align-items:flex-start;
}

.ccn-widget-row--reports .ccn-widget-due{
  width:100%;
  text-align:left;
  align-self:stretch;
}

.ccn-widget-row--reports .ccn-pill{
  margin-top:2px;
}

.ccn-widget-row--reports-nodue{
  align-items:center;
}

.ccn-widget-row--reports-nodue .ccn-widget-label-wrap{
  justify-content:center;
}

.ccn-widget-month-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border:1px solid #d3e0ec;
  border-radius:999px;
  text-decoration:none;
  color:#325270;
  font-size:12px;
  line-height:1;
  background:#f8fbff;
}

.ccn-widget-month-arrow:hover{
  border-color:#b7cbdd;
  color:#1f4769;
  background:#f1f7fc;
}

.ccn-widget-month-arrow--disabled,
.ccn-widget-month-arrow--disabled:hover{
  border-color:#e2e8ef;
  background:#f6f8fa;
  color:#a7b4c0;
  cursor:default;
}

.ccn-region-widget-progress{
  margin-top:8px;
  padding:10px 12px 12px;
  border-radius:6px;
  background:#f1f2f4;
}

.ccn-region-widget-progress__count{
  display:block;
  margin:0 0 8px;
  color:#415c7a;
  font-size:12px;
  line-height:1.3;
  text-align:center;
}

.ccn-region-widget-progress__track{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:#e3ebf3;
}

.ccn-region-widget-progress__fill{
  display:block;
  height:100%;
  border-radius:999px;
}

.ccn-region-widget-progress__fill--bad,
.ccn-region-widget-progress__fill--warn,
.ccn-region-widget-progress__fill--good{
  background:#355d7e;
}

.ccn-region-widget-pending{
  margin-top:14px;
}

.ccn-region-widget-pending h4{
  margin:0 0 6px;
  color:#243d57;
  font-size:12px;
  line-height:1.3;
}

.ccn-region-widget-pending ul{
  margin:0;
  padding-left:18px;
  color:#48617a;
  font-size:12px;
  line-height:1.45;
}

.ccn-region-widget-pending li + li{
  margin-top:3px;
}

.ccn-region-widget-pending a{
  color:#48617a;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.35 !important;
  text-decoration:none;
}

.ccn-region-widget-pending a:hover,
.ccn-region-widget-pending a:focus{
  color:#1f4769;
  text-decoration:underline;
}

.ccn-admin-checkins-widget__list{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:10px;
}

.ccn-admin-checkins-widget__region{
  min-width:0;
}

.ccn-admin-checkins-widget__head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:8px;
  margin-bottom:5px;
  color:#415c7a;
  line-height:1.25;
}

.ccn-admin-checkins-widget__head strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:12px;
}

.ccn-admin-checkins-widget__head strong a{
  color:inherit;
  text-decoration:none;
}

.ccn-admin-checkins-widget__head strong a:hover,
.ccn-admin-checkins-widget__head strong a:focus{
  color:#1f4769;
  text-decoration:underline;
}

.ccn-admin-checkins-widget__head span{
  flex:0 0 auto;
  color:#60778f;
  font-size:10px;
  white-space:nowrap;
}

.ccn-admin-checkins-widget__track{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:#e3ebf3;
}

.ccn-admin-checkins-widget__fill{
  display:block;
  height:100%;
  border-radius:999px;
  background:#355d7e;
}

.ccn-admin-property-tasks-widget__list{
  display:grid;
  grid-template-columns:1fr;
  gap:11px;
  margin-top:10px;
}

.ccn-admin-property-tasks-widget__task{
  min-width:0;
}

.ccn-admin-property-tasks-widget__head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:8px;
  margin-bottom:5px;
  color:#415c7a;
  line-height:1.25;
}

.ccn-admin-property-tasks-widget__head strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:12px;
}

.ccn-admin-property-tasks-widget__head span{
  flex:0 0 auto;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

.ccn-admin-property-tasks-widget__track{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:#e3ebf3;
}

.ccn-admin-property-tasks-widget__fill{
  display:block;
  height:100%;
  border-radius:999px;
}

.ccn-admin-property-tasks-widget__fill--bad{
  background:#d95b55;
}

.ccn-admin-property-tasks-widget__fill--warn{
  background:#d8a332;
}

.ccn-admin-property-tasks-widget__fill--good{
  background:#4ea66b;
}

.ccn-widget-row .ccn-pill{
  font-size:12px;
  padding:5px 10px;
  text-align:center;
  line-height:1.2;
  margin-left:auto;
}

.ccn-widget-row .ccn-widget-pill-link .ccn-pill{
  margin-left:0;
}

@media (max-width: 900px){
  .ccn-widget-row{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:4px;
  }

  .ccn-widget-label-wrap{
    align-items:center;
    text-align:center;
  }

  .ccn-widget-row .ccn-pill,
  .ccn-widget-row .ccn-widget-pill-link{
    margin:0 auto;
    justify-content:center;
  }
}

@container (min-width: 660px){
  .ccn-widget-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@container (min-width: 980px){
  .ccn-widget-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

.ccn-region-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:6px;
  margin-bottom:12px;
}

.ccn-region-chip{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border:1px solid #d5e1ec;
  border-radius:999px;
  text-decoration:none;
  color:#31506e;
  background:#f8fbff;
  font-size:12px;
  font-weight:700;
  transition:all .15s ease;
}

.ccn-region-chip:hover{
  border-color:#b8cede;
  color:#1f4769;
}

.ccn-region-chip.is-active{
  background:#1c5c78;
  border-color:#1c5c78;
  color:#fff;
}

.ccn-region-panel.is-hidden{
  display:none;
}

.ccn-spotlight-strip{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ccn-spotlight-card{
  border:1px solid #dbe6f0;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}

.ccn-spotlight-photo{
  height:104px;
  background-size:cover;
  background-position:center;
  background-color:#d8e4ef;
}

.ccn-spotlight-photo--empty{
  background:linear-gradient(135deg,#dfe9f2,#cfddea);
}

.ccn-spotlight-body{
  padding:10px 12px 12px;
}

.ccn-spotlight-title{
  font-weight:800;
  font-size:24px;
  line-height:1.1;
  color:#16324f;
  margin-top:4px;
}

.ccn-spotlight-meta{
  color:#60778f;
  font-size:11px;
  margin-top:3px;
}

.ccn-spotlight-category{
  color:#4a6682;
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-top:2px;
  margin-bottom:4px;
}

.ccn-spotlight-row{
  margin-top:4px;
  margin-bottom:14px;
  display:flex;
  justify-content:flex-start;
  gap:8px;
  align-items:center;
  color:#2f6c86;
}

.ccn-spotlight-growth{
  color:#2f6c86;
  font-weight:700;
  font-size:18px;
  line-height:1.1;
}

.ccn-spotlight-row span:first-child{
  font-size:22px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:0;
}

.ccn-spotlight-growth.ccn-growth--pos{
  color:#1f8b46;
}

.ccn-spotlight-growth.ccn-growth--neg{
  color:#b86b00;
}

.ccn-spotlight-growth.ccn-growth--neutral{
  color:#36516b;
}

.ccn-page-title-with-icon{
  display:flex;
  align-items:center;
  gap:10px;
}

.ccn-page-title-icon{
  width:26px;
  height:26px;
  font-size:26px;
  line-height:26px;
  color:#1c6d93;
}

@media (max-width:1180px){
  .ccn-task-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
  }
  .ccn-task-grid > *{
    flex:0 1 calc((100% - 24px) / 3);
    max-width:calc((100% - 24px) / 3);
  }
  .ccn-section-title{
    font-size:38px;
  }
  .ccn-subsection-title{
    font-size:34px;
  }
  .ccn-net-metric__value{
    font-size:36px;
  }
  .ccn-net-grid,
  .ccn-net-grid--property{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ccn-net-grid--property-impact{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:860px){
  .ccn-card--header{
    flex-direction:column;
    align-items:flex-start;
  }
  .ccn-month-picker{
    width:100%;
  }
}

@media (max-width:640px){
  .ccn-tasks-frontend{
    padding:8px 4px 18px;
  }
  .ccn-card{
    padding:13px;
    margin-bottom:14px;
  }
  .ccn-grid,
  .ccn-net-grid,
  .ccn-net-grid--property,
  .ccn-spotlight-strip{
    grid-template-columns:1fr;
  }
  .ccn-task-grid{
    display:grid;
    grid-template-columns:1fr;
  }
  .ccn-task-grid > *{
    flex:none;
    max-width:none;
    width:100%;
  }
  .ccn-section-title{
    font-size:34px;
  }
  .ccn-subsection-title{
    font-size:28px;
  }
  .ccn-net-metric__value{
    font-size:32px;
  }
  .ccn-month-picker select,
  .ccn-month-picker input[type="month"]{
    width:100%;
  }
  .ccn-month-picker-nav{
    width:100%;
  }
  .ccn-trend-bars{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
