.ol-hub[data-v-9a7ed330] {
  box-sizing: border-box;
  padding: 0.28rem 0.32rem 0.4rem;
  min-height: calc(100vh - 2rem);
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(56, 119, 255, 0.18), transparent 55%), #0a1624;
}
.ol-hub__grid[data-v-9a7ed330] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.22rem;
  max-width: 12rem;
}
@media (max-width: 1400px) {
.ol-hub__grid[data-v-9a7ed330] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 720px) {
.ol-hub__grid[data-v-9a7ed330] {
    grid-template-columns: 1fr;
}
}
.ol-hub__card[data-v-9a7ed330] {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(120, 168, 220, 0.45);
  border-radius: 0.05rem;
  background: linear-gradient(165deg, rgba(19, 36, 58, 0.95) 0%, rgba(8, 18, 32, 0.98) 100%);
  padding: 0.18rem 0.2rem 0.22rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  outline: none;
}
.ol-hub__card[data-v-9a7ed330]:hover, .ol-hub__card[data-v-9a7ed330]:focus-visible {
    border-color: rgba(97, 200, 255, 0.75);
    box-shadow: 0 0 0 0.01rem rgba(97, 200, 255, 0.2), 0 0.12rem 0.32rem rgba(0, 0, 0, 0.35);
    transform: translateY(-0.02rem);
}
.ol-hub__card-head[data-v-9a7ed330] {
  min-height: 0.26rem;
}
.ol-hub__title[data-v-9a7ed330] {
  font-size: 0.16rem;
  font-weight: 500;
  color: #e8f0ff;
  letter-spacing: 0.02em;
}
.ol-hub__card-divider[data-v-9a7ed330] {
  height: 0.01rem;
  margin: 0.12rem 0 0.18rem;
  background: linear-gradient(90deg, transparent, rgba(120, 168, 220, 0.5) 15%, rgba(120, 168, 220, 0.5) 85%, transparent);
}
.ol-hub__icon-wrap[data-v-9a7ed330] {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.4rem;
  margin-bottom: 0.14rem;
}
.ol-hub__icon-glow[data-v-9a7ed330] {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 160, 255, 0.35) 0%, rgba(30, 90, 180, 0.12) 45%, transparent 70%);
  -webkit-filter: blur(0.04rem);
          filter: blur(0.04rem);
}
.ol-hub__icon[data-v-9a7ed330] {
  position: relative;
  z-index: 1;
  max-width: 1.2rem;
  max-height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ol-hub__desc[data-v-9a7ed330] {
  margin: 0;
  font-size: 0.13rem;
  line-height: 1.55;
  color: rgba(210, 224, 245, 0.82);
  text-align: left;
}

