.push-module {
  --push-orange: #ff6508;
  --push-orange-dark: #d94700;
  --push-ink: #17191d;
  --push-muted: #69707c;
  --push-line: #e6e8ed;
  --push-soft: #f7f8fa;
  --push-green: #087d48;
  --push-red: #c9342f;
  --push-blue: #1167d8;
  display: grid;
  gap: 16px;
  color: var(--push-ink);
}

.push-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  min-height: 186px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 101, 8, .58), transparent 28%),
    radial-gradient(circle at 15% 120%, rgba(25, 103, 221, .35), transparent 36%),
    linear-gradient(135deg, #111318 0%, #20242c 68%, #15171b 100%);
  box-shadow: 0 24px 60px rgba(24, 28, 35, .17);
}

.push-hero::after {
  content: '';
  position: absolute;
  right: 8%;
  top: -70px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
}

.push-hero-copy,
.push-hero-actions { position: relative; z-index: 1; }
.push-eyebrow,
.push-panel-heading > div > span,
.push-preview-heading small {
  color: #ff9a58;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .105em;
}
.push-hero h1 { margin: 7px 0 5px; font-size: clamp(28px, 4vw, 42px); font-weight: 900; line-height: 1.05; }
.push-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.push-scope-line { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.push-role-badge,
.push-scope-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 11px;
  font-weight: 850;
}
.push-role-badge { color: #ffd4b8; background: rgba(255,101,8,.15); }
.push-hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.push-hero-actions .btn { min-height: 46px; padding-inline: 16px; }

.push-module-message {
  padding: 13px 15px;
  border: 1px solid #ffd0cd;
  border-radius: 14px;
  color: #8a211e;
  background: #fff3f2;
  font-size: 12px;
  font-weight: 800;
}
.push-module-message.is-info { border-color: #cbdff8; color: #174d8f; background: #f2f7ff; }
.push-module-message.is-success { border-color: #bce8d1; color: #17613c; background: #effaf4; }

.push-alert-stack { display: grid; gap: 8px; }
.push-consumption-alert {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  border: 1px solid #f1d5b8;
  border-radius: 16px;
  color: #77400d;
  background: #fff8ef;
}
.push-consumption-alert.is-danger { border-color: #f0c2be; color: #8a231e; background: #fff2f1; }
.push-consumption-alert.is-info { border-color: #c7ddf7; color: #174d8f; background: #f2f7ff; }
.push-consumption-alert > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: rgba(255,255,255,.72); font-size: 18px; }
.push-consumption-alert strong,
.push-consumption-alert small { display: block; }
.push-consumption-alert strong { font-size: 12px; }
.push-consumption-alert small { margin-top: 2px; opacity: .78; font-size: 10.5px; }
.push-consumption-alert button { border: 0; color: inherit; background: transparent; font-size: 11px; font-weight: 900; }

.push-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.push-summary-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--push-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 34, 49, .055);
}
.push-summary-card > span { display: flex; align-items: center; justify-content: space-between; gap: 7px; color: var(--push-muted); font-size: 10px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.push-summary-card > span i { color: var(--push-orange); font-size: 16px; }
.push-summary-card strong { display: block; overflow: hidden; margin-top: 6px; font-size: clamp(21px, 2.6vw, 30px); line-height: 1; text-overflow: ellipsis; }
.push-summary-card small { display: block; min-height: 14px; margin-top: 5px; color: #8a909a; font-size: 10px; }
.push-summary-card.is-warning strong { color: #a55b00; }
.push-summary-card.is-danger strong { color: var(--push-red); }
.push-summary-card.is-success strong { color: var(--push-green); }

.push-filter-shell,
.push-card {
  border: 1px solid var(--push-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 34, 49, .055);
}
.push-filter-shell { padding: 13px; }
.push-filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.push-filter-heading > span { font-size: 11px; font-weight: 950; letter-spacing: .05em; }
.push-filter-heading > span i { color: var(--push-orange); }
.push-filter-heading button { border: 0; color: var(--push-orange-dark); background: transparent; font-size: 10.5px; font-weight: 900; }
.push-filter-grid { display: grid; grid-template-columns: repeat(8, minmax(115px, 1fr)); gap: 8px; align-items: end; }
.push-filter-grid label,
.push-form-grid label { min-width: 0; }
.push-filter-grid label > span,
.push-form-grid label > span,
.push-city-field > div:first-child strong,
.push-platform-field > strong {
  display: block;
  margin: 0 0 5px;
  color: #555d68;
  font-size: 10px;
  font-weight: 900;
}
.push-filter-grid .form-select,
.push-filter-grid .form-control { min-height: 40px; padding: 7px 30px 7px 9px; border-radius: 10px; font-size: 11px; }
.push-filter-apply { min-height: 40px; font-size: 11px; }

.push-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--push-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(25, 34, 49, .045);
}
.push-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  border: 0;
  border-radius: 12px;
  color: #68707c;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
}
.push-tabs button:hover { color: var(--push-ink); background: #f7f8fa; }
.push-tabs button.active { color: #fff; background: var(--push-ink); box-shadow: 0 9px 20px rgba(23,25,29,.18); }
.push-tabs button i { font-size: 15px; }
.push-panel { min-width: 0; }
.push-panel:not(.active) { display: none !important; }
.push-card { padding: clamp(15px, 2.5vw, 24px); }
.push-composer-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr); gap: 16px; align-items: start; }

.push-stepper { display: grid; grid-template-columns: auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto; align-items: center; margin-bottom: 25px; }
.push-stepper button { display: flex; align-items: center; gap: 7px; padding: 0; border: 0; color: #9298a2; background: transparent; font-size: 10.5px; font-weight: 900; }
.push-stepper button b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #d9dde3; border-radius: 50%; background: #fff; }
.push-stepper button.active { color: var(--push-ink); }
.push-stepper button.active b,
.push-stepper button.is-complete b { border-color: var(--push-orange); color: #fff; background: var(--push-orange); }
.push-stepper > i { display: block; height: 1px; margin-inline: 10px; background: #e2e5e9; }

.push-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.push-step:not(.active) { display: none; }
.push-section-title { display: grid; grid-template-columns: 37px minmax(0, 1fr); gap: 11px; align-items: start; margin-bottom: 16px; }
.push-section-title > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: #fff; background: var(--push-orange); font-size: 11px; font-weight: 950; }
.push-section-title h2 { margin: 0; font-size: 18px; font-weight: 900; }
.push-section-title p { margin: 3px 0 0; color: var(--push-muted); font-size: 11px; line-height: 1.4; }

.push-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.push-type-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.push-choice { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: center; padding: 13px; border: 1px solid var(--push-line); border-radius: 16px; cursor: pointer; background: #fff; }
.push-choice:has(input:checked) { border-color: #ffb98e; background: #fff8f3; box-shadow: inset 0 0 0 1px #ffdcc7; }
.push-choice input { position: absolute; opacity: 0; pointer-events: none; }
.push-choice > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--push-orange-dark); background: #fff0e6; font-size: 18px; }
.push-choice strong,
.push-choice small { display: block; }
.push-choice strong { font-size: 12px; }
.push-choice small { margin-top: 2px; color: #777e88; font-size: 10px; line-height: 1.3; }
.push-inline-note,
.push-light-payload-note { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0 15px; padding: 10px 12px; border: 1px solid #cfe2fa; border-radius: 13px; color: #275681; background: #f3f8ff; font-size: 10.5px; line-height: 1.4; }
.push-inline-note.is-operational { border-color: #ead5b4; color: #785012; background: #fff9ef; }
.push-light-payload-note { margin: 14px 0 0; }
.push-light-payload-note > i { font-size: 19px; }
.push-light-payload-note strong,
.push-light-payload-note small { display: block; }
.push-light-payload-note small { margin-top: 1px; }

.push-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.push-form-grid.push-one-column { grid-template-columns: 1fr; }
.push-form-grid .push-span-2 { grid-column: 1 / -1; }
.push-form-grid label > span { display: flex; justify-content: space-between; gap: 6px; }
.push-form-grid label > span b { color: #969ca6; font-size: 9.5px; font-weight: 800; }
.push-form-grid label > small,
.push-city-field small { display: block; margin-top: 4px; color: #858c96; font-size: 9.5px; line-height: 1.35; }
.push-form-grid .form-control,
.push-form-grid .form-select { min-height: 44px; border-radius: 12px; font-size: 12px; }
.push-form-grid textarea.form-control { min-height: 84px; resize: vertical; }
.push-city-field,
.push-platform-field { margin-top: 13px; }
.push-chip-options { display: flex; flex-wrap: wrap; gap: 7px; }
.push-chip-options label { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 7px 10px; border: 1px solid #dfe3e8; border-radius: 999px; color: #555c66; background: #fff; font-size: 10.5px; font-weight: 850; cursor: pointer; }
.push-chip-options label:has(input:checked) { border-color: #ffad77; color: #aa3d00; background: #fff4ec; }
.push-chip-options input { width: 14px; height: 14px; accent-color: var(--push-orange); }
.push-chip-options input:disabled { opacity: .75; }

.push-estimate-card { margin-top: 15px; overflow: hidden; border: 1px solid #eadfd7; border-radius: 17px; background: #fffbf8; }
.push-estimate-card.is-ready { border-color: #bce1cc; background: #f4fbf7; }
.push-estimate-card.is-overage { border-color: #efc5bd; background: #fff5f3; }
.push-estimate-head { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 10px 12px; border-bottom: 1px solid rgba(0,0,0,.06); }
.push-estimate-head > span { font-size: 11px; font-weight: 950; }
.push-estimate-head > span i { color: var(--push-orange); }
.push-estimate-head button { min-height: 32px; padding: 5px 10px; border: 0; border-radius: 9px; color: #fff; background: var(--push-ink); font-size: 10.5px; font-weight: 900; }
.push-estimate-head button:disabled { opacity: .6; }
.push-estimate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.push-estimate-grid > span { padding: 11px; border-left: 1px solid rgba(0,0,0,.06); }
.push-estimate-grid > span:first-child { border-left: 0; }
.push-estimate-grid small,
.push-estimate-grid strong { display: block; }
.push-estimate-grid small { color: #777e88; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.push-estimate-grid strong { margin-top: 3px; font-size: 18px; }
.push-estimate-card > p { margin: 0; padding: 9px 12px; border-top: 1px solid rgba(0,0,0,.06); color: #6f747c; font-size: 10px; }

.push-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 18px; }
.push-step-actions .btn { min-height: 43px; font-size: 11px; }
.push-final-actions { justify-content: flex-end; }
.push-form-message { min-height: 18px; margin-top: 10px; color: var(--push-red); font-size: 11px; font-weight: 800; }
.push-form-message.is-success { color: var(--push-green); }

.push-preview-column { position: sticky; top: 18px; display: grid; gap: 12px; }
.push-device-preview { padding: 14px; background: linear-gradient(160deg, #f1f3f6, #fff); }
.push-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 11px; }
.push-preview-heading span { font-size: 11px; font-weight: 950; }
.push-preview-heading small { color: var(--push-orange-dark); }
.push-phone { overflow: hidden; max-width: 320px; margin: auto; border: 8px solid #1d2025; border-radius: 27px; background: #f5f6f8; box-shadow: 0 22px 44px rgba(19,22,28,.18); }
.push-phone-status { display: flex; justify-content: space-between; padding: 7px 13px 4px; color: #fff; background: #1d2025; font-size: 9px; font-weight: 900; }
.push-notification-preview { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 8px; margin: 8px; padding: 10px; border: 1px solid #e3e5e9; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(17,23,33,.08); }
.push-notification-preview img { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; background: #111; }
.push-notification-preview small,
.push-notification-preview strong,
.push-notification-preview p { display: block; }
.push-notification-preview small { color: #7a8089; font-size: 8px; }
.push-notification-preview strong { overflow: hidden; margin-top: 2px; font-size: 10.5px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.push-notification-preview p { display: -webkit-box; overflow: hidden; margin: 2px 0 0; color: #555c65; font-size: 9px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.push-content-preview { min-height: 280px; padding: 24px 16px 17px; background: #fff; }
.push-content-preview > span { color: var(--push-orange-dark); font-size: 8.5px; font-weight: 950; letter-spacing: .075em; text-transform: uppercase; }
.push-content-preview h3 { margin: 6px 0 7px; font-size: 17px; font-weight: 900; line-height: 1.15; }
.push-content-preview p { display: -webkit-box; overflow: hidden; margin: 0; color: #68707a; font-size: 9.5px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.push-preview-media { height: 105px; margin-top: 12px; overflow: hidden; border-radius: 12px; background: linear-gradient(135deg, #ffe3d0, #fff1e8); }
.push-preview-media img { width: 100%; height: 100%; object-fit: cover; }
.push-preview-media.is-video { display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #282d36, #111318); font-size: 30px; }
.push-content-preview button { width: 100%; min-height: 37px; margin-top: 12px; border: 0; border-radius: 10px; color: #fff; background: var(--push-orange); font-size: 10px; font-weight: 900; }
.push-plan-mini { padding: 15px; }
.push-plan-mini-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.push-plan-mini-head span { font-size: 10px; font-weight: 950; }
.push-plan-mini-head strong { font-size: 15px; }
.push-progress { overflow: hidden; height: 8px; margin: 10px 0 7px; border-radius: 99px; background: #e9ecf0; }
.push-progress > i { display: block; width: var(--push-progress, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff6508, #ff9c5a); }
.push-progress.is-warning > i { background: #e39800; }
.push-progress.is-danger > i { background: var(--push-red); }
.push-plan-mini p { display: flex; justify-content: space-between; gap: 8px; margin: 0; color: #747b85; font-size: 9.5px; }

.push-review-summary,
.push-confirm-summary { display: grid; gap: 8px; }
.push-review-block { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 11px; border: 1px solid #e6e8ec; border-radius: 14px; background: #fafbfc; }
.push-review-block > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--push-orange-dark); background: #fff0e6; }
.push-review-block small,
.push-review-block strong { display: block; }
.push-review-block small { color: #7e858f; font-size: 9.5px; font-weight: 800; }
.push-review-block strong { margin-top: 2px; font-size: 11.5px; }
.push-review-block > b { color: var(--push-orange-dark); font-size: 16px; white-space: nowrap; }
.push-confirm-check { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; padding: 11px; border: 1px solid #dddfe3; border-radius: 13px; color: #4f5660; background: #fafafa; font-size: 10.5px; font-weight: 800; }
.push-confirm-check input { flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--push-orange); }

.push-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.push-panel-heading > div > span { color: var(--push-orange-dark); }
.push-panel-heading h2 { margin: 3px 0 0; font-size: 20px; font-weight: 900; }
.push-panel-heading p { margin: 4px 0 0; color: var(--push-muted); font-size: 10.5px; line-height: 1.4; }
.push-history-search { display: flex; align-items: center; gap: 7px; min-width: min(300px, 100%); padding: 0 11px; border: 1px solid #dfe2e7; border-radius: 12px; background: #fff; }
.push-history-search i { color: #8d939c; }
.push-history-search input { width: 100%; min-height: 40px; border: 0; outline: 0; font-size: 11px; }

.push-history-list,
.push-metrics-list,
.push-audit-list,
.push-period-history { display: grid; gap: 9px; }
.push-campaign-row { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(80px, .52fr)) minmax(130px, .7fr); gap: 10px; align-items: center; padding: 12px; border: 1px solid #e7e9ed; border-radius: 15px; background: #fff; }
.push-campaign-main { min-width: 0; }
.push-campaign-main > span { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 4px; }
.push-campaign-main h3 { overflow: hidden; margin: 0; font-size: 12px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.push-campaign-main p { overflow: hidden; margin: 3px 0 0; color: #777e87; font-size: 9.5px; text-overflow: ellipsis; white-space: nowrap; }
.push-campaign-chip { display: inline-flex; align-items: center; min-height: 20px; padding: 3px 7px; border-radius: 99px; color: #6a4a2b; background: #fff0e5; font-size: 8.5px; font-weight: 900; text-transform: uppercase; }
.push-campaign-chip.is-operational { color: #315270; background: #eaf3fc; }
.push-campaign-chip.is-status { color: #454b54; background: #eff1f4; }
.push-campaign-chip.is-success { color: #17613b; background: #e7f6ee; }
.push-campaign-metric small,
.push-campaign-metric strong { display: block; }
.push-campaign-metric small { color: #858b94; font-size: 8.5px; font-weight: 850; text-transform: uppercase; }
.push-campaign-metric strong { margin-top: 2px; font-size: 13px; }
.push-campaign-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.push-campaign-actions button { min-height: 31px; padding: 5px 8px; border: 1px solid #dddfe3; border-radius: 9px; color: #3f454e; background: #fff; font-size: 9.5px; font-weight: 900; }
.push-campaign-actions button.is-primary { border-color: var(--push-orange); color: #fff; background: var(--push-orange); }

.push-metric-row { display: grid; grid-template-columns: minmax(180px, 1.3fr) repeat(3, minmax(120px, 1fr)); gap: 12px; align-items: center; padding: 13px; border: 1px solid #e6e8ed; border-radius: 15px; }
.push-metric-row h3 { margin: 0; font-size: 12px; font-weight: 900; }
.push-metric-row p { margin: 3px 0 0; color: #7f858e; font-size: 9.5px; }
.push-rate { min-width: 0; }
.push-rate > span { display: flex; justify-content: space-between; gap: 7px; color: #6f7680; font-size: 9px; font-weight: 850; }
.push-rate > span strong { color: var(--push-ink); font-size: 11px; }
.push-rate-track { overflow: hidden; height: 6px; margin-top: 6px; border-radius: 99px; background: #eceef1; }
.push-rate-track i { display: block; width: var(--push-rate, 0%); height: 100%; border-radius: inherit; background: var(--push-orange); }
.push-rate.is-click .push-rate-track i { background: var(--push-blue); }
.push-rate.is-conversion .push-rate-track i { background: var(--push-green); }

.push-responsive-table { overflow-x: auto; }
.push-consumption-grid { min-width: 980px; }
.push-consumption-row { display: grid; grid-template-columns: minmax(190px, 1.35fr) 80px 82px 90px 90px 88px 92px 100px; gap: 9px; align-items: center; padding: 11px; border-bottom: 1px solid #eceef1; font-size: 10px; }
.push-consumption-row.is-head { position: sticky; top: 0; z-index: 1; border-radius: 11px; color: #727983; background: #f5f6f8; font-size: 8.5px; font-weight: 950; text-transform: uppercase; }
.push-consumption-row:not(.is-head):hover { background: #fffaf7; }
.push-consumption-owner { display: flex; align-items: center; gap: 8px; min-width: 0; }
.push-consumption-owner > i { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: var(--push-orange-dark); background: #fff0e6; }
.push-consumption-owner strong,
.push-consumption-owner small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.push-consumption-owner strong { font-size: 10.5px; }
.push-consumption-owner small { color: #808791; font-size: 8.5px; }
.push-consumption-row button { border: 0; color: var(--push-orange-dark); background: transparent; font-size: 9px; font-weight: 900; }
.push-consumption-detail { margin-top: 12px; padding: 14px; border: 1px solid #e8e1dc; border-radius: 15px; background: #fffaf7; }

.push-current-plan { display: grid; gap: 10px; margin-bottom: 12px; }
.push-plan-hero { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(110px, .6fr)); gap: 12px; align-items: center; padding: 18px; border: 1px solid #22262d; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #17191d, #272c34); box-shadow: 0 18px 40px rgba(21,23,27,.14); }
.push-plan-hero h2 { margin: 3px 0 4px; font-size: 18px; font-weight: 900; }
.push-plan-hero p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; }
.push-plan-hero > div > span { color: #ff9d5d; font-size: 9px; font-weight: 950; letter-spacing: .07em; }
.push-plan-stat { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.14); }
.push-plan-stat small,
.push-plan-stat strong { display: block; }
.push-plan-stat small { color: rgba(255,255,255,.58); font-size: 8.5px; font-weight: 850; text-transform: uppercase; }
.push-plan-stat strong { margin-top: 3px; font-size: 18px; }
.push-plans-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .65fr); gap: 12px; }
.push-period-row { display: grid; grid-template-columns: minmax(150px, 1.3fr) repeat(4, minmax(85px, .6fr)); gap: 9px; padding: 11px; border: 1px solid #e6e8ed; border-radius: 14px; }
.push-period-row small,
.push-period-row strong { display: block; }
.push-period-row small { color: #858b95; font-size: 8.5px; text-transform: uppercase; }
.push-period-row strong { margin-top: 2px; font-size: 11px; }

.push-audit-row { display: grid; grid-template-columns: minmax(145px, .8fr) minmax(180px, 1.2fr) repeat(3, minmax(100px, .6fr)); gap: 9px; align-items: center; padding: 11px; border: 1px solid #e6e8ed; border-radius: 14px; }
.push-audit-row small,
.push-audit-row strong { display: block; }
.push-audit-row small { color: #858b94; font-size: 8.5px; font-weight: 850; text-transform: uppercase; }
.push-audit-row strong { overflow: hidden; margin-top: 2px; font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }

.push-empty,
.push-loading { padding: 30px 18px; border: 1px dashed #d8dce2; border-radius: 15px; color: #7c838d; text-align: center; font-size: 11px; }
.push-empty i { display: block; margin-bottom: 7px; color: #afb4bc; font-size: 27px; }
.push-loading { border-style: solid; background: linear-gradient(90deg, #f5f6f8, #fff, #f5f6f8); background-size: 200% 100%; animation: pushShimmer 1.25s linear infinite; }
@keyframes pushShimmer { to { background-position: -200% 0; } }

.push-confirm-modal-card { width: min(560px, 100%); }
.push-confirm-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 13px; border-radius: 15px; color: #fff; background: var(--push-orange, #ff6508); font-size: 22px; }
.push-confirm-heading > span { color: #d94700; font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.push-confirm-heading h2 { margin: 4px 0; font-size: 23px; font-weight: 900; }
.push-confirm-heading p { margin: 0 35px 15px 0; color: #707780; font-size: 10.5px; }
.push-modal-close { position: absolute; right: 17px; top: 17px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #e1e3e7; border-radius: 10px; color: #555c65; background: #fff; }
.push-confirm-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.push-detail-modal-card { width: min(850px, 100%); }
.push-detail-metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.push-detail-metrics > div { padding: 11px; border: 1px solid #e5e8ec; border-radius: 13px; background: #fafbfc; }
.push-detail-metrics small,
.push-detail-metrics strong { display: block; }
.push-detail-metrics small { color: #7c838d; font-size: 8.5px; text-transform: uppercase; }
.push-detail-metrics strong { margin-top: 3px; font-size: 16px; }
.push-detail-copy { margin-top: 10px; padding: 13px; border-radius: 14px; background: #f6f7f9; }
.push-detail-copy h3 { margin: 0 0 5px; font-size: 14px; font-weight: 900; }
.push-detail-copy p { margin: 0; color: #666e78; font-size: 10.5px; white-space: pre-wrap; }

body:not(.is-superadmin) .push-superadmin-only,
body:not(.is-superadmin) .push-superadmin-filter { display: none !important; }
body:not(.is-superadmin) #push-sender-type,
body:not(.is-superadmin) #push-sender-id { pointer-events: none; background-color: #f0f2f5; }

@media (max-width: 1320px) {
  .push-summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .push-filter-grid { grid-template-columns: repeat(4, minmax(130px, 1fr)); }
  .push-campaign-row { grid-template-columns: minmax(210px, 1.4fr) repeat(3, minmax(75px, .5fr)); }
  .push-campaign-actions { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 980px) {
  .push-hero { align-items: flex-start; flex-direction: column; min-height: 0; }
  .push-hero-actions { justify-content: flex-start; }
  .push-composer-layout { grid-template-columns: 1fr; }
  .push-preview-column { position: static; grid-template-columns: minmax(260px, .8fr) minmax(230px, 1fr); align-items: start; }
  .push-device-preview { grid-row: span 2; }
  .push-phone { max-width: 280px; }
  .push-plans-layout { grid-template-columns: 1fr; }
  .push-plan-hero { grid-template-columns: repeat(3, 1fr); }
  .push-plan-hero > div:first-child { grid-column: 1 / -1; }
  .push-plan-stat:first-of-type { padding-left: 0; border-left: 0; }
  .push-audit-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .push-audit-row > div:nth-child(2) { grid-column: span 2; }
}

@media (max-width: 650px) {
  #view-push { margin-inline: -4px; }
  .push-module { gap: 10px; }
  .push-hero { gap: 16px; padding: 18px 15px; border-radius: 21px; }
  .push-hero h1 { font-size: 27px; }
  .push-hero p { font-size: 11px; line-height: 1.45; }
  .push-hero-actions { display: grid; grid-template-columns: .8fr 1.2fr; width: 100%; }
  .push-hero-actions .btn { width: 100%; min-height: 42px; padding-inline: 8px; font-size: 10px; }
  .push-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .push-summary-card { padding: 12px 11px; border-radius: 15px; }
  .push-summary-card:first-child:nth-last-child(5),
  .push-summary-card:first-child:nth-last-child(5) ~ .push-summary-card:last-child { grid-column: 1 / -1; }
  .push-summary-card > span { font-size: 9px; }
  .push-summary-card strong { font-size: 22px; }
  .push-filter-shell { padding: 10px; border-radius: 16px; }
  .push-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .push-filter-grid label > span { font-size: 9px; }
  .push-filter-grid .form-select,
  .push-filter-grid .form-control { width: 100%; min-height: 39px; font-size: 10px; }
  .push-filter-apply { grid-column: 1 / -1; width: 100%; }
  .push-tabs { position: sticky; top: 5px; z-index: 20; grid-template-columns: repeat(6, minmax(54px, 1fr)); overflow-x: auto; padding: 4px; border-radius: 14px; }
  .push-tabs button { min-width: 54px; min-height: 46px; flex-direction: column; gap: 1px; padding: 5px 3px; font-size: 8.5px; }
  .push-tabs button i { font-size: 14px; }
  .push-card { padding: 13px 11px; border-radius: 17px; }
  .push-stepper { margin-bottom: 20px; }
  .push-stepper button span { display: none; }
  .push-stepper button b { width: 30px; height: 30px; }
  .push-section-title { grid-template-columns: 32px minmax(0, 1fr); gap: 8px; }
  .push-section-title > span { width: 31px; height: 31px; }
  .push-section-title h2 { font-size: 16px; }
  .push-section-title p { font-size: 10px; }
  .push-choice-grid { grid-template-columns: 1fr; }
  .push-type-choices { grid-template-columns: 1fr; }
  .push-choice { grid-template-columns: 37px minmax(0, 1fr); padding: 10px; }
  .push-choice > i { width: 35px; height: 35px; }
  .push-form-grid { grid-template-columns: 1fr; gap: 9px; }
  .push-form-grid .push-span-2 { grid-column: auto; }
  .push-form-grid label > span { font-size: 10px; }
  .push-chip-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .push-chip-options label { justify-content: flex-start; width: 100%; min-height: 37px; border-radius: 11px; }
  .push-estimate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .push-estimate-grid > span { border-bottom: 1px solid rgba(0,0,0,.06); }
  .push-estimate-grid > span:nth-child(3) { border-left: 0; border-bottom: 0; }
  .push-estimate-grid > span:nth-child(4) { border-bottom: 0; }
  .push-step-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .push-step-actions > span:empty { display: none; }
  .push-step-actions > span:empty + .btn { grid-column: 1 / -1; }
  .push-step-actions .btn { width: 100%; min-height: 42px; }
  .push-final-actions { grid-template-columns: repeat(2, 1fr); }
  .push-final-actions .btn-brand { grid-column: 1 / -1; }
  .push-preview-column { grid-template-columns: 1fr; }
  .push-device-preview { display: none; }
  .push-plan-mini { display: block; }
  .push-panel-heading { align-items: stretch; flex-direction: column; }
  .push-panel-heading h2 { font-size: 18px; }
  .push-panel-heading .btn { width: 100%; }
  .push-history-search { min-width: 0; width: 100%; }
  .push-campaign-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 10px; }
  .push-campaign-main { grid-column: 1 / -1; }
  .push-campaign-actions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .push-campaign-actions button { width: 100%; padding-inline: 4px; }
  .push-metric-row { grid-template-columns: 1fr; }
  .push-rate { padding-top: 8px; border-top: 1px solid #eceef1; }
  .push-plan-hero { grid-template-columns: 1fr 1fr; padding: 14px; border-radius: 17px; }
  .push-plan-stat { padding-left: 9px; }
  .push-plan-stat:last-child { grid-column: 1 / -1; padding: 10px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .push-period-row { grid-template-columns: 1fr 1fr; }
  .push-period-row > div:first-child { grid-column: 1 / -1; }
  .push-audit-row { grid-template-columns: 1fr 1fr; }
  .push-audit-row > div:nth-child(2) { grid-column: auto; }
  .push-confirm-modal-card,
  .push-detail-modal-card { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 16px; border-radius: 20px; }
  .push-review-block { grid-template-columns: 32px minmax(0, 1fr); }
  .push-review-block > b { grid-column: 2; }
  .push-confirm-actions { display: grid; grid-template-columns: 1fr 1.3fr; }
  .push-confirm-actions .btn { width: 100%; }
  .push-detail-metrics { grid-template-columns: repeat(2, 1fr); }
  .push-detail-metrics > div:last-child { grid-column: 1 / -1; }
  .push-consumption-alert { grid-template-columns: 34px minmax(0, 1fr); }
  .push-consumption-alert button { grid-column: 2; justify-self: start; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .push-loading { animation: none; }
}
