.services-list{
    gap: 14px;
}
#street-weather,
#street-wind,
#street-light,
#street-air,
#street-temp-history,
#street-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, 0.30), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(217, 70, 239, 0.24), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(16, 185, 129, 0.15), transparent 45%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.58)) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06) !important;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#street-weather {
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, 0.32), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(217, 70, 239, 0.22), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(16, 185, 129, 0.14), transparent 45%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.80), rgba(2, 6, 23, 0.60)) !important;
}

#street-wind {
  background:
    radial-gradient(circle at 10% 0%, rgba(14, 165, 233, 0.28), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(99, 102, 241, 0.24), transparent 40%),
    radial-gradient(circle at 50% 120%, rgba(125, 211, 252, 0.12), transparent 44%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.80), rgba(2, 6, 23, 0.58)) !important;
}

#street-light {
  background:
    radial-gradient(circle at 10% 0%, rgba(251, 191, 36, 0.34), transparent 34%),
    radial-gradient(circle at 96% 0%, rgba(244, 114, 182, 0.22), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(56, 189, 248, 0.16), transparent 48%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.58)) !important;
}

#street-air {
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 211, 153, 0.30), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(14, 165, 233, 0.20), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(34, 197, 94, 0.13), transparent 48%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(2, 6, 23, 0.58)) !important;
}

#street-temp-history {
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 85, 247, 0.28), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(56, 189, 248, 0.24), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(250, 204, 21, 0.13), transparent 48%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.80), rgba(2, 6, 23, 0.60)) !important;
}

#street-avatar {
  background:
    radial-gradient(circle at 12% 0%, rgba(251, 146, 60, 0.28), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(56, 189, 248, 0.22), transparent 38%),
    radial-gradient(circle at 50% 120%, rgba(244, 114, 182, 0.13), transparent 48%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.80), rgba(2, 6, 23, 0.60)) !important;
}

#street-weather::before,
#street-wind::before,
#street-light::before,
#street-air::before,
#street-temp-history::before,
#street-avatar::before {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 35%,
      rgba(255, 255, 255, 0.13) 47%,
      rgba(255, 255, 255, 0.04) 53%,
      transparent 66%
    );
  transform: translateX(-46%) rotate(8deg);
  opacity: 0;
  z-index: 0;
}

#street-weather::after,
#street-wind::after,
#street-light::after,
#street-air::after,
#street-temp-history::after,
#street-avatar::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -58px;
  bottom: -72px;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
  z-index: 0;
}

#street-weather:hover,
#street-wind:hover,
#street-light:hover,
#street-air:hover,
#street-temp-history:hover,
#street-avatar:hover {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(125, 211, 252, 0.42) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(56, 189, 248, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

#street-weather,
#street-wind,
#street-light,
#street-air,
#street-temp-history,
#street-avatar {
  --br-delay: 0ms;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  animation: br-card-enter 760ms cubic-bezier(.16, 1, .3, 1) var(--br-delay) both !important;
}

#street-weather { --br-delay: 60ms; }
#street-wind { --br-delay: 140ms; }
#street-light { --br-delay: 220ms; }
#street-air { --br-delay: 300ms; }
#street-temp-history { --br-delay: 380ms; }
#street-avatar { --br-delay: 460ms; }

#street-weather::before,
#street-wind::before,
#street-light::before,
#street-air::before,
#street-temp-history::before,
#street-avatar::before {
  animation: br-sheen-once 1150ms cubic-bezier(.16, 1, .3, 1) calc(var(--br-delay) + 120ms) both !important;
}

@keyframes br-card-enter {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes br-sheen-once {
  0% {
    transform: translateX(-46%) rotate(8deg);
    opacity: 0;
  }

  35% {
    opacity: 0.9;
  }

  100% {
    transform: translateX(46%) rotate(8deg);
    opacity: 0;
  }
}

.br-owned-card {
  padding: 0 !important;
}

.br-card-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 16px;
}

.br-dynamic-panel {
  display: grid;
  gap: 10px;
}

.br-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, .72);
}

.br-updated {
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(148, 163, 184, .86);
  white-space: nowrap;
}

.br-metric {
  --level-color: rgba(148, 163, 184, .8);
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 10px 11px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--level-color) 26%, transparent), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 12px 26px rgba(0, 0, 0, .16);
}

.br-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--level-color) 24%, rgba(15, 23, 42, .78));
  box-shadow: 0 0 18px color-mix(in srgb, var(--level-color) 28%, transparent);
  font-size: 18px;
}

.br-metric b {
  display: block;
  font-size: 13px;
  color: rgba(248, 250, 252, .94);
}

.br-metric small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(203, 213, 225, .78);
}

.br-value {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: rgba(255, 255, 255, .96);
  white-space: nowrap;
}

.br-value span {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(203, 213, 225, .8);
}

.br-metric-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.br-level-calm { --level-color: rgba(125, 211, 252, .95); }
.br-level-good { --level-color: rgba(52, 211, 153, .95); }
.br-level-mild { --level-color: rgba(167, 139, 250, .95); }
.br-level-neutral { --level-color: rgba(148, 163, 184, .95); }
.br-level-cold { --level-color: rgba(96, 165, 250, .95); }
.br-level-hot { --level-color: rgba(251, 146, 60, .95); }
.br-level-warn { --level-color: rgba(250, 204, 21, .95); }
.br-level-bad { --level-color: rgba(248, 113, 113, .95); }
.br-level-night { --level-color: rgba(129, 140, 248, .95); }

.br-temp-chart {
  margin-top: 4px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, .18), transparent 42%),
    linear-gradient(135deg, rgba(15, 23, 42, .58), rgba(2, 6, 23, .38));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.br-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.br-chart-head b {
  font-size: 13px;
  color: rgba(248, 250, 252, .94);
}

.br-chart-head span {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(203, 213, 225, .74);
}

.br-chart-bars {
  height: 122px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.br-bar-wrap {
  flex: 1;
  min-width: 4px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.br-bar {
  width: 100%;
  min-height: 5px;
  border-radius: 999px 999px 5px 5px;
  background:
    linear-gradient(180deg, rgba(125, 211, 252, .92), rgba(168, 85, 247, .72)),
    linear-gradient(180deg, rgba(255, 255, 255, .25), transparent);
  box-shadow: 0 0 18px rgba(56, 189, 248, .16);
  transform-origin: bottom;
  animation: br-bar-rise 680ms cubic-bezier(.16, 1, .3, 1) both;
}

.br-bar.is-now {
  background:
    linear-gradient(180deg, rgba(250, 204, 21, .96), rgba(249, 115, 22, .78));
  box-shadow: 0 0 24px rgba(250, 204, 21, .28);
}

.br-bar-label {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  font-size: 10px;
  color: rgba(203, 213, 225, .64);
}

.br-chart-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  font-size: 11px;
  color: rgba(148, 163, 184, .84);
}

@keyframes br-bar-rise {
  from {
    transform: scaleY(.08);
    opacity: .35;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.br-avatar-scene {
  position: relative;
  isolation: isolate;
  aspect-ratio: 7 / 5;
  margin-top: 4px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(15, 23, 42, .38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .15),
    inset 0 -24px 40px rgba(2, 6, 23, .10),
    0 14px 30px rgba(0, 0, 0, .22);
}

.br-avatar-scene svg {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  overflow: visible;
  filter: saturate(1.04) contrast(1.02);
}

.br-avatar-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
  padding: 0 2px 1px;
}

.br-avatar-caption b {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(248, 250, 252, .96);
  text-wrap: pretty;
}

.br-avatar-caption small {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(203, 213, 225, .80);
  text-wrap: pretty;
}

.br-compass {
  position: relative;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 50% 50%, rgba(15, 23, 42, .78), rgba(15, 23, 42, .34) 58%, rgba(255, 255, 255, .07)),
    conic-gradient(from 0deg, rgba(125, 211, 252, .20), rgba(167, 139, 250, .20), rgba(52, 211, 153, .18), rgba(125, 211, 252, .20));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 0 28px rgba(125, 211, 252, .13);
}

.br-compass-grid {
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, .16);
}

.br-compass-label {
  position: absolute;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  color: rgba(226, 232, 240, .78);
  z-index: 2;
}

.br-compass-n {
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.br-compass-e {
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.br-compass-s {
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.br-compass-w {
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.br-compass-needle {
  position: absolute;
  inset: 0;
  transform: rotate(var(--br-wind-deg));
  transform-origin: 50% 50%;
  z-index: 3;
}

.br-compass-needle::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: 9px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 24px solid rgba(250, 204, 21, .96);
  filter: drop-shadow(0 0 10px rgba(250, 204, 21, .35));
}

.br-compass-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(15, 23, 42, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, .94);
  z-index: 4;
}

@media (max-width: 1280px) {
  .br-card-shell {
    padding: 14px;
  }

  .br-metric {
    grid-template-columns: 32px 1fr auto;
    gap: 9px;
  }

  .br-icon {
    width: 32px;
    height: 32px;
  }

  .br-value {
    font-size: 16px;
  }

  .br-compass {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
}

@media (max-width: 768px) {
  .br-card-shell {
    padding: 13px;
  }

  .br-panel-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .br-metric {
    grid-template-columns: 32px 1fr;
  }

  .br-value,
  .br-metric-side {
    grid-column: 2;
    justify-self: start;
  }

  .br-compass {
    margin-top: 4px;
  }

  .br-chart-head {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  #street-weather,
  #street-wind,
  #street-light,
  #street-air,
  #street-temp-history,
  #street-avatar,
  #street-weather::before,
  #street-wind::before,
  #street-light::before,
  #street-air::before,
  #street-temp-history::before,
  #street-avatar::before,
  .br-bar {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}