.attack-main {
  min-height: calc(100vh - 210px);
  padding-top: 84px;
  background: #fff;
}

.attack-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 42px;
  background:
    radial-gradient(circle at 78% 10%, rgba(23, 142, 209, .26), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #092844 58%, #075a91 100%);
  color: #fff;
}

.attack-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
}

.attack-hero .shell {
  position: relative;
}

.attack-eyebrow {
  margin: 0 0 12px;
  color: #146fc9;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.attack-hero .attack-eyebrow {
  margin-bottom: 8px;
  color: #8fd1ff;
  font-size: .66rem;
}

.attack-hero h1 {
  max-width: 680px;
  margin: 0 0 11px;
  font-size: clamp(2.05rem, 3.7vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.attack-hero > .shell > p:not(.attack-eyebrow) {
  max-width: 790px;
  margin: 0;
  color: #c8dced;
  font-size: .92rem;
  line-height: 1.55;
}

.attack-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.attack-hero-meta span {
  padding: 6px 10px;
  border: 1px solid rgba(164, 216, 249, .22);
  border-radius: 999px;
  background: rgba(8, 29, 47, .28);
  color: #a9cce4;
  font-size: .66rem;
  letter-spacing: .04em;
}

.attack-scenarios,
.attack-registry {
  padding: 74px 0 82px;
}

.attack-section-heading {
  max-width: 830px;
  margin-bottom: 34px;
}

.attack-section-heading h2,
.attack-registry-heading h2 {
  margin: 0;
  letter-spacing: -.03em;
}

.attack-section-heading > p:last-child,
.attack-registry-heading > div > p:last-child {
  margin: 14px 0 0;
  color: #5d6f84;
  line-height: 1.65;
}

.attack-scenario-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 28px;
}

.attack-scenario-card {
  display: grid;
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d9e3ee;
  border-radius: 18px;
  background: #f8fbff;
  box-shadow: 0 20px 45px rgba(22, 52, 78, .08);
}

.attack-scenario-copy {
  padding: 28px 30px 24px;
}

.attack-scenario-copy > span,
.attack-chart-panel header span {
  color: #0a69bd;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.attack-scenario-copy h3 {
  margin: 10px 0 12px;
  font-size: 1.45rem;
  letter-spacing: -.025em;
}

.attack-scenario-copy p {
  margin: 0;
  color: #536a80;
  line-height: 1.65;
}

.attack-scenario-card figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  border-left: 1px solid #d9e3ee;
  background: #071525;
}

.attack-scenario-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.attack-scenario-card figcaption {
  padding: 13px 18px 15px;
  color: #9bb5c9;
  font-size: .76rem;
  line-height: 1.5;
}

.attack-scenario-card figure.attack-peak-figure {
  border-left-color: rgba(139, 188, 222, .22);
}

.attack-scenario-card .attack-peak-figure img {
  aspect-ratio: 16 / 3;
  object-fit: contain;
}

.attack-comparison {
  padding: 76px 0 84px;
  background: #edf5fd;
}

.attack-section-heading--light {
  max-width: 900px;
}

.attack-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.attack-chart-panel {
  padding: 26px 26px 28px;
  border: 1px solid #d2e0ed;
  border-top: 4px solid #e45942;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(27, 67, 98, .07);
}

.attack-chart-panel--log {
  border-top-color: #725ac1;
  background: linear-gradient(180deg, #fbfaff 0%, #fff 35%);
}

.attack-chart-panel header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.attack-chart-panel h3 {
  margin: 7px 0 0;
  font-size: 1.12rem;
}

.attack-chart-panel header small {
  color: #75899b;
  font-size: .72rem;
  white-space: nowrap;
}

.attack-bar-chart {
  display: grid;
  gap: 11px;
}

.attack-bar-axis {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 46px;
  align-items: end;
  gap: 10px;
  color: #71869a;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.attack-bar-axis > span:last-child {
  text-align: right;
}

.attack-bar-axis__scale {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #b8c9d8;
}

.attack-bar-axis__scale i {
  position: relative;
  min-width: 1px;
  color: #60788d;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.attack-bar-axis__scale i:first-child {
  transform: none;
}

.attack-bar-axis__scale i:last-child {
  transform: translateX(0);
}

.attack-bar-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 10px;
}

.attack-bar-ip {
  overflow: hidden;
  color: #203c55;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: .76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attack-bar-track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf5;
}

.attack-bar-fill {
  display: block;
  width: var(--bar-width);
  height: 100%;
  min-width: 3px;
  border-radius: inherit;
  background: linear-gradient(90deg, #0875cc, #23a4dc);
}

.attack-chart-panel--linear .attack-bar-row--maximum .attack-bar-fill {
  background: linear-gradient(90deg, #e34d3e, #ff8a55);
}

.attack-bar-chart--log .attack-bar-track {
  background: #e9e5f5;
}

.attack-bar-chart--log .attack-bar-fill {
  background: linear-gradient(90deg, #6650b4, #2997c8);
}

.attack-bar-chart--log .attack-bar-row--maximum .attack-bar-fill {
  background: linear-gradient(90deg, #6650b4, #9d72d8);
}

.attack-bar-value {
  color: #32516b;
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: right;
}

.attack-registry-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 20px;
}

.attack-registry-heading > div {
  max-width: 760px;
}

.attack-filter-label {
  display: grid;
  gap: 7px;
  width: min(100%, 320px);
  color: #415b72;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.attack-filter-label input {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #cfdbe7;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #162d42;
  font: inherit;
  font-weight: 500;
  letter-spacing: 0;
}

.attack-filter-label input:focus {
  border-color: #0b70c6;
  box-shadow: 0 0 0 3px rgba(11, 112, 198, .12);
}

.attack-table-status {
  min-height: 20px;
  margin: 0 0 10px;
  color: #6b7f91;
  font-size: .78rem;
}

.attack-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8e2ec;
  border-radius: 14px;
}

.attack-source-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #304b62;
  font-size: .79rem;
}

.attack-source-table th {
  padding: 13px 14px;
  background: #0a2740;
  color: #bdd8eb;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.attack-source-table td {
  padding: 12px 14px;
  border-top: 1px solid #e1e8ef;
  line-height: 1.45;
  vertical-align: top;
}

.attack-source-table tbody tr:nth-child(even) {
  background: #f8fbfe;
}

.attack-source-table td:first-child,
.attack-source-table td:last-child {
  font-family: Consolas, "SFMono-Regular", monospace;
  white-space: nowrap;
}

.attack-source-table td:nth-child(2) {
  color: #bd3d32;
  font-weight: 800;
  text-align: right;
}

.attack-source-table td:nth-child(3) {
  max-width: 420px;
  overflow-wrap: anywhere;
}

.attack-source-empty {
  padding: 24px !important;
  color: #718497;
  text-align: center;
}

.attack-snapshot-note {
  margin: 13px 0 0;
  color: #718497;
  font-size: .74rem;
  line-height: 1.55;
}

.attack-geography {
  padding: 68px 0 76px;
  border-top: 1px solid #dce7f1;
  background: #f4f8fc;
  color: #102b46;
}

.attack-geography-heading {
  max-width: 850px;
  margin-bottom: 28px;
}

.attack-geography-heading .attack-eyebrow {
  color: #146fc9;
}

.attack-geography-heading h2 {
  margin: 0;
  color: #102b46;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  letter-spacing: -.035em;
}

.attack-geography-heading > p:last-child {
  margin: 12px 0 0;
  color: #5d6f84;
  font-size: .94rem;
  line-height: 1.6;
}

.attack-geography-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #cadbea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(27, 67, 98, .1);
}

.attack-geography-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.attack-geography-figure figcaption {
  padding: 12px 16px 14px;
  border-top: 1px solid #dce6ef;
  background: #fff;
  color: #60788d;
  font-size: .76rem;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .attack-chart-grid {
    grid-template-columns: 1fr;
  }

  .attack-scenario-card {
    grid-template-columns: 1fr;
  }

  .attack-scenario-card figure {
    border-top: 1px solid #d9e3ee;
    border-left: 0;
  }

  .attack-scenario-card figure.attack-peak-figure {
    border-top-color: rgba(139, 188, 222, .22);
  }
}

@media (max-width: 760px) {
  .attack-main {
    padding-top: 74px;
  }

  .attack-hero {
    padding: 30px 0 34px;
  }

  .attack-hero h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
  }

  .attack-scenarios,
  .attack-registry,
  .attack-comparison,
  .attack-geography {
    padding: 56px 0 62px;
  }

  .attack-scenario-copy,
  .attack-chart-panel {
    padding: 22px;
  }

  .attack-registry-heading {
    display: grid;
    gap: 24px;
  }

  .attack-filter-label {
    width: 100%;
  }

  .attack-bar-row,
  .attack-bar-axis {
    grid-template-columns: 112px minmax(0, 1fr) 40px;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .attack-chart-panel header {
    display: grid;
    gap: 6px;
  }

  .attack-bar-row,
  .attack-bar-axis {
    grid-template-columns: 96px minmax(0, 1fr) 36px;
  }

  .attack-bar-ip,
  .attack-bar-value {
    font-size: .67rem;
  }
}
