.delivery-mini.delivery-fabric {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 340px;
  height: 257px;
  padding: 0;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #2a4b72;
  border-radius: 12px;
  color: #c5dcf5;
  background:
    radial-gradient(ellipse at 50% 46%, #183c6370, transparent 70%),
    linear-gradient(135deg, #162b46, #101f34);
  box-shadow:
    0 10px 24px #172c4921,
    inset 0 1px 0 #b4d5ff0c;
}
.delivery-fabric-heading,
.delivery-fabric-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 6px;
  padding: 10px 12px;
  line-height: 1.3;
  font-size: 9px;
}
.delivery-fabric-heading {
  border-bottom: 1px solid #aacdff15;
  font-family: var(--mono);
  letter-spacing: 0.4px;
}
.delivery-fabric-heading > span,
.delivery-fabric-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.delivery-fabric-heading small {
  color: #829bbd;
  font: 8px var(--font);
  letter-spacing: 0;
  white-space: nowrap;
}
.delivery-fabric-heading i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94d6ff;
  box-shadow: 0 0 9px #6ecbff;
}
.delivery-topology {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  overflow: visible;
}
.delivery-topology text {
  fill: #b2cbea;
  font-family: var(--mono);
  font-size: 12px;
  text-anchor: middle;
}
.delivery-orbits {
  fill: none;
  stroke: #4c80af;
  stroke-width: 0.7;
  opacity: 0.3;
}
.delivery-orbits ellipse:last-of-type {
  stroke-dasharray: 2 5;
}
.delivery-orbits path {
  opacity: 0.4;
}
.delivery-config-wires,
.delivery-origin-wires {
  fill: none;
  stroke-width: 1.2;
}
.delivery-config-wires {
  stroke: #568cca;
  stroke-dasharray: 3 4;
  opacity: 0.55;
}
.delivery-origin-wires {
  stroke: #5cb6c6;
  opacity: 0.4;
}
.delivery-config-packets path,
.delivery-origin-packet,
.delivery-response-packet {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 7 93;
  animation: delivery-packet-flow 3.8s linear infinite;
}
.delivery-config-packets path {
  stroke: #7db6ff;
  filter: drop-shadow(0 0 3px #589dff);
}
.delivery-config-packets path:nth-child(2) {
  animation-delay: -1.2s;
  animation-duration: 3s;
}
.delivery-config-packets path:nth-child(3) {
  animation-delay: -2.5s;
}
.delivery-origin-packet,
.delivery-response-packet {
  stroke: #9fe9ef;
  filter: drop-shadow(0 0 3px #75d1ed);
  animation-duration: 3.2s;
}
.delivery-response-packet {
  animation-delay: -1.7s;
}
.delivery-dns-node rect {
  fill: #203c5d;
  stroke: #5c8ebf;
  stroke-width: 0.9;
}
.delivery-dns-node circle {
  fill: #8cc5ff;
}
.delivery-dns-node text {
  fill: #d4e8ff;
  font-size: 13px;
}
.delivery-node-shadow,
.delivery-core-shadow {
  fill: #020f20;
  opacity: 0.35;
  transform: translateY(9px);
}
.delivery-node-base,
.delivery-core-base {
  fill: #142a46;
  stroke: #568bc4;
  stroke-width: 0.8;
}
.delivery-node-top {
  fill: url(#delivery-plate);
  stroke: #7bade1;
  stroke-width: 0.8;
}
.delivery-chip {
  fill: #75a8e2;
  stroke: #bfdcff;
  stroke-width: 0.7;
}
.delivery-satellite text {
  font-size: 11px;
  fill: #8fafd2;
  letter-spacing: 1px;
}
.delivery-core-top {
  fill: #2c537d;
  stroke: #8fc8fc;
  stroke-width: 0.8;
}
.delivery-main-node rect {
  fill: url(#delivery-core);
  stroke: #8ac6ff;
  stroke-width: 1.2;
  filter: drop-shadow(0 4px 7px #020c1e70);
}
.delivery-core-ports {
  fill: none;
  stroke: #7eacd8;
  stroke-width: 1.4;
}
.delivery-main-node .delivery-edge-label {
  fill: #e2f2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.delivery-main-node .delivery-runtime-label {
  fill: #b9d9fa;
  font-size: 10px;
}
.delivery-cache-light {
  fill: #b9f6ff;
  filter: drop-shadow(0 0 4px #9ee6ff);
}
.delivery-cache-pulse {
  fill: #8fe3ff;
  transform-origin: 171px 78px;
  animation: delivery-cache-pulse 3.2s ease-out infinite;
}
.delivery-hit-label rect {
  fill: #214656;
  stroke: #7dc5d45c;
  stroke-width: 0.7;
}
.delivery-hit-label text {
  fill: #ade5ee;
  font-size: 11px;
}
.delivery-topology .delivery-miss-label {
  fill: #8fbbcf;
  font-size: 10px;
}
.delivery-origin-node rect {
  fill: #20344e;
  stroke: #597fa4;
  stroke-width: 0.8;
}
.delivery-origin-node path {
  fill: none;
  stroke: #9ab9d7;
  stroke-width: 1;
}
.delivery-origin-node text {
  fill: #c1d6eb;
  font-size: 11px;
  letter-spacing: 0.6px;
}
.delivery-fabric-footer {
  color: #91aac6;
  background: #ffffff03;
  border-top: 1px solid #aacdff12;
  font-size: 8px;
  padding-block: 8px;
}
.delivery-fabric-footer i {
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #7db6ff;
}
.delivery-fabric-footer > span:last-child i {
  background: #9fe9ef;
}
@keyframes delivery-packet-flow {
  to {
    stroke-dashoffset: -100;
  }
}
@keyframes delivery-cache-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.6);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .delivery-mini.delivery-fabric {
    height: 224px;
  }
  .delivery-fabric-heading,
  .delivery-fabric-footer {
    padding-inline: 9px;
  }
  .delivery-fabric-heading {
    font-size: 8px;
    letter-spacing: 0;
  }
}
