.communication-overview {
  --comm-cyan: #5de8ef;
  --comm-pink: #ff5bbd;
  --comm-yellow: #ffd45e;
  --comm-lime: #aaf071;
  --comm-violet: #a78bfa;
  display: grid;
  gap: 18px;
  width: 100%;
  color: #eef5fb;
  letter-spacing: 0;
}

.comm-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 28px;
  min-height: 330px;
  padding: clamp(26px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(129, 177, 205, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 20%, rgba(94, 232, 215, .2), transparent 26%),
    radial-gradient(circle at 14% 84%, rgba(255, 91, 189, .2), transparent 31%),
    linear-gradient(125deg, rgba(16, 25, 38, .98), rgba(19, 11, 29, .96));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .05);
}

.comm-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(93,232,239,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(93,232,239,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
  content: "";
  pointer-events: none;
}

.comm-hero__copy, .comm-hero__pulse { position: relative; z-index: 1; }
.comm-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--comm-cyan); font-size: 10px; font-weight: 900; }
.comm-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #6eeba9; box-shadow: 0 0 16px #6eeba9; }
.comm-hero h2 { max-width: 830px; margin: 14px 0 12px; color: #f5f8fc; font-size: clamp(31px, 4vw, 56px); font-weight: 750; line-height: 1.08; letter-spacing: 0; }
.comm-hero__copy > p { max-width: 670px; margin: 0; color: #9eacbb; font-size: 13px; line-height: 1.75; }
.comm-hero__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.comm-hero__actions button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 15px; border: 1px solid rgba(148, 181, 205, .25); border-radius: 6px; background: rgba(9, 15, 23, .72); color: #d7e2eb; font: 800 11px inherit; cursor: pointer; transition: 160ms ease; }
.comm-hero__actions button:hover { border-color: var(--comm-cyan); color: #fff; background: rgba(93,232,239,.09); transform: translateY(-2px); }
.comm-hero__actions button b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 5px; background: rgba(93,232,239,.11); color: var(--comm-cyan); }
.comm-hero__actions .comm-primary { border-color: rgba(93,232,239,.5); background: linear-gradient(135deg, #2d7f8b, #335f88); color: #fff; }

.comm-hero__pulse { display: grid; place-items: center; align-content: center; min-width: 0; padding: 18px; border: 1px solid rgba(93,232,239,.16); border-radius: 8px; background: rgba(5, 10, 17, .42); backdrop-filter: blur(16px); }
.comm-orbit { position: relative; display: grid; place-items: center; width: 154px; height: 154px; margin-bottom: 15px; border: 1px solid rgba(93,232,239,.23); border-radius: 50%; box-shadow: inset 0 0 35px rgba(93,232,239,.08), 0 0 35px rgba(255,91,189,.07); }
.comm-orbit::before, .comm-orbit::after { position: absolute; border: 1px dashed rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.comm-orbit::before { inset: 15px; animation: commSpin 18s linear infinite; }
.comm-orbit::after { inset: 31px; animation: commSpin 13s linear reverse infinite; }
.comm-orbit span { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, var(--comm-pink), var(--comm-cyan)); color: #071018; font-size: 17px; font-weight: 950; box-shadow: 0 0 38px rgba(93,232,239,.28); }
.comm-orbit > i { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: var(--comm-yellow); box-shadow: 0 0 12px currentColor; }
.comm-orbit > i:nth-child(1) { top: 12px; left: 72px; color: var(--comm-yellow); }
.comm-orbit > i:nth-child(2) { right: 17px; bottom: 34px; color: var(--comm-cyan); background: var(--comm-cyan); }
.comm-orbit > i:nth-child(3) { bottom: 28px; left: 20px; color: var(--comm-pink); background: var(--comm-pink); }
.comm-hero__pulse > div:nth-child(2) { display: grid; text-align: center; }
.comm-hero__pulse strong { font-size: clamp(27px, 3vw, 39px); font-variant-numeric: tabular-nums; }
.comm-hero__pulse span { margin-top: 3px; color: #8292a2; font-size: 10px; }
.comm-hero__pulse > p { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: #9fecc7; font-size: 9px; font-weight: 800; }
.comm-hero__pulse > p i { width: 7px; height: 7px; border-radius: 50%; background: #64e6a1; box-shadow: 0 0 12px #64e6a1; }

.comm-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.comm-metrics article { display: flex; align-items: center; gap: 11px; min-height: 76px; padding: 13px; border: 1px solid rgba(135,170,195,.17); border-radius: 7px; background: linear-gradient(145deg, rgba(14,21,31,.9), rgba(17,15,26,.88)); }
.comm-metrics article > span { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(93,232,239,.25); border-radius: 7px; background: rgba(93,232,239,.07); color: var(--comm-cyan); }
.comm-metrics article div { display: grid; gap: 3px; }
.comm-metrics small { color: #748393; font-size: 9px; font-weight: 700; }
.comm-metrics strong { color: #e8f1f7; font-size: 20px; }

.comm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 9px; }
.comm-section-heading span, .comm-bottom-grid header span { color: var(--comm-cyan); font-size: 8px; font-weight: 900; }
.comm-section-heading h2 { margin: 4px 0 0; color: #edf5fa; font-size: 22px; }
.comm-section-heading label { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; width: min(330px, 100%); min-height: 42px; border: 1px solid rgba(135,170,195,.2); border-radius: 7px; background: rgba(10,16,24,.86); }
.comm-section-heading label > span { display: grid; place-items: center; color: #718190; font-size: 13px; }
.comm-section-heading input { min-width: 0; height: 40px; border: 0; outline: 0; background: transparent; color: #e5eef5; font: 650 11px inherit; }

.comm-module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.comm-module { --module-color: var(--comm-cyan); position: relative; display: flex; min-height: 260px; flex-direction: column; padding: 19px; overflow: hidden; border: 1px solid rgba(135,170,195,.19); border-radius: 8px; background: linear-gradient(145deg, rgba(14,21,31,.94), rgba(16,13,24,.91)); transition: 180ms ease; }
.comm-module::after { position: absolute; right: -45px; bottom: -55px; width: 150px; height: 150px; border: 1px solid color-mix(in srgb, var(--module-color) 22%, transparent); border-radius: 50%; content: ""; box-shadow: 0 0 55px color-mix(in srgb, var(--module-color) 9%, transparent); pointer-events: none; }
.comm-module:hover { border-color: color-mix(in srgb, var(--module-color) 54%, transparent); box-shadow: 0 18px 45px rgba(0,0,0,.25), inset 3px 0 var(--module-color); transform: translateY(-3px); }
.comm-module--pink { --module-color: var(--comm-pink); }
.comm-module--yellow { --module-color: var(--comm-yellow); }
.comm-module--violet { --module-color: var(--comm-violet); }
.comm-module--lime { --module-color: var(--comm-lime); }
.comm-module--orange { --module-color: #ff9a62; }
.comm-module--blue { --module-color: #68a8ff; }
.comm-module__top { display: flex; align-items: center; justify-content: space-between; }
.comm-module__icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid color-mix(in srgb, var(--module-color) 48%, transparent); border-radius: 7px; background: color-mix(in srgb, var(--module-color) 10%, #101722); color: var(--module-color); font-size: 12px; font-weight: 950; }
.comm-module__status { display: inline-flex; align-items: center; gap: 5px; color: #7e8d9b; font-size: 8px; font-weight: 800; }
.comm-module__status i { width: 6px; height: 6px; border-radius: 50%; background: #69e5a1; box-shadow: 0 0 9px #69e5a1; }
.comm-module > small { margin-top: 18px; color: var(--module-color); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.comm-module h3 { margin: 5px 0 7px; color: #edf4f9; font-size: 17px; }
.comm-module > p { margin: 0; color: #8291a1; font-size: 10px; line-height: 1.65; }
.comm-module__features { display: flex; flex-wrap: wrap; gap: 5px; margin: 12px 0 16px; }
.comm-module__features span { padding: 4px 6px; border: 1px solid rgba(139,172,197,.18); border-radius: 4px; background: rgba(255,255,255,.025); color: #8e9ba8; font-size: 7px; font-weight: 800; }
.comm-module > button { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 39px; margin-top: auto; padding: 0 11px; border: 1px solid rgba(139,172,197,.2); border-radius: 6px; background: rgba(8,13,20,.72); color: #b7c4ce; font: 800 9px inherit; cursor: pointer; }
.comm-module > button:hover { border-color: var(--module-color); color: #fff; background: color-mix(in srgb, var(--module-color) 9%, #0c131c); }
.comm-module > button b { color: var(--module-color); font-size: 15px; }

.comm-bottom-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 11px; }
.comm-bottom-grid > article { padding: 17px; border: 1px solid rgba(135,170,195,.18); border-radius: 8px; background: linear-gradient(145deg, rgba(13,20,29,.92), rgba(17,14,25,.9)); }
.comm-bottom-grid header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.comm-bottom-grid h3 { margin: 3px 0 0; color: #e4edf4; font-size: 14px; }
.comm-bottom-grid header button { min-height: 31px; padding: 0 9px; border: 1px solid rgba(135,170,195,.2); border-radius: 5px; background: #101721; color: #8e9dab; font: 800 8px inherit; cursor: pointer; }
.comm-bottom-grid header button:hover { border-color: var(--comm-cyan); color: var(--comm-cyan); }
.comm-service-monitor ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(132,166,192,.12); }
.comm-service-monitor li { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 56px; padding: 8px 10px; background: #0c1219; }
.comm-service-monitor li > i { width: 7px; height: 7px; border-radius: 50%; background: #ff9a62; box-shadow: 0 0 9px #ff9a62; }
.comm-service-monitor li.is-online > i { background: #68e5a1; box-shadow: 0 0 9px #68e5a1; }
.comm-service-monitor li div { display: grid; gap: 2px; }
.comm-service-monitor li strong { color: #cad5de; font-size: 10px; }
.comm-service-monitor li small { color: #6f7e8d; font-size: 8px; }
.comm-service-monitor li > b { color: #84929f; font-size: 8px; }
.comm-recent > div { display: grid; gap: 7px; }
.comm-recent > div > button { display: grid; grid-template-columns: 86px minmax(0,1fr) 26px; align-items: center; gap: 10px; min-height: 58px; padding: 6px; border: 1px solid rgba(135,170,195,.15); border-radius: 6px; background: #0c1219; color: #aebac4; text-align: left; cursor: pointer; }
.comm-recent > div > button:hover { border-color: rgba(255,91,189,.48); background: rgba(255,91,189,.04); }
.comm-recent img { width: 86px; aspect-ratio: 16/9; border-radius: 4px; object-fit: cover; }
.comm-recent button span { display: grid; min-width: 0; gap: 3px; }
.comm-recent button strong, .comm-recent button small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.comm-recent button strong { color: #cbd6df; font-size: 9px; }
.comm-recent button small { color: #71808e; font-size: 8px; }
.comm-recent button > b { color: var(--comm-pink); }
.comm-recent > div > p { display: grid; place-items: center; min-height: 130px; margin: 0; border: 1px dashed rgba(135,170,195,.2); border-radius: 6px; color: #72808e; font-size: 9px; text-align: center; }

@keyframes commSpin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .comm-hero { grid-template-columns: minmax(0, 1fr) 270px; }
  .comm-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .comm-hero { grid-template-columns: minmax(0, 1fr); padding: 24px 18px; }
  .comm-hero__pulse { grid-template-columns: auto minmax(0,1fr); justify-items: start; min-height: 110px; }
  .comm-orbit { width: 82px; height: 82px; margin: 0 14px 0 0; }
  .comm-orbit::before { inset: 9px; }
  .comm-orbit::after { inset: 18px; }
  .comm-orbit span { width: 37px; height: 37px; font-size: 11px; }
  .comm-orbit > i { display: none; }
  .comm-hero__pulse > p { grid-column: 1 / -1; }
  .comm-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .comm-section-heading { align-items: stretch; flex-direction: column; }
  .comm-section-heading label { width: 100%; }
  .comm-bottom-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 520px) {
  .comm-hero h2 { font-size: 29px; }
  .comm-hero__actions { align-items: stretch; flex-direction: column; }
  .comm-hero__actions button { justify-content: center; }
  .comm-module-grid, .comm-metrics { grid-template-columns: minmax(0, 1fr); }
  .comm-module { min-height: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  .comm-orbit::before, .comm-orbit::after { animation: none; }
  .comm-module, .comm-hero__actions button { transition: none; }
}
