/* DASHBOARD · 카탈로그 바탕은 뒤에 깔고, 칸은 따로 떠 보이게 */
.hero-root:has(.hero-menu-card:not(.is-realty)):not(:has(.hero-portal-orb)) .hero-shot {
  opacity: 0 !important;
  transition: opacity 0.28s ease;
}
.hero-root:has(.hero-menu-card:not(.is-realty)):not(:has(.hero-portal-orb)) .hero-grad {
  opacity: 0.28;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.22) 0%, transparent 30%, transparent 62%, rgba(5, 7, 13, 0.55) 100%),
    linear-gradient(90deg, rgba(5, 7, 13, 0.12) 0%, transparent 48%) !important;
}
.hero-dash-wall {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-root:has(.hero-portal-orb) .hero-dash-wall {
  display: none !important;
}
.hero-dash-wall-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 48%;
  display: block;
  filter: blur(3px) saturate(0.95) brightness(0.58);
  transform: scale(1.03);
}
.hero-dash-wall::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.2) 0%, rgba(5, 7, 13, 0.12) 42%, rgba(5, 7, 13, 0.42) 100%),
    radial-gradient(ellipse at 28% 42%, transparent 42%, rgba(5, 7, 13, 0.12) 100%);
}

.hero-menu-card {
  border-color: rgba(244, 215, 139, 0.78) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(212, 175, 55, 0.28) inset,
    0 0 28px rgba(212, 175, 55, 0.16) !important;
  background: #070910 !important;
}
.hero-menu-card:hover {
  border-color: rgba(255, 232, 170, 0.95) !important;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.78),
    0 0 32px rgba(212, 175, 55, 0.24) !important;
}
.hero-menu-card-img {
  filter: saturate(1.12) brightness(0.92) contrast(1.06) !important;
}
.hero-menu-card:hover .hero-menu-card-img {
  filter: saturate(1.16) brightness(1) contrast(1.08) !important;
}
.hero-menu-card-veil {
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.08) 0%, rgba(5, 7, 13, 0.18) 42%, rgba(5, 7, 13, 0.78) 100%) !important;
}

.hero-menu-card.is-realty .hero-menu-card-img {
  filter: saturate(1.14) brightness(0.94) contrast(1.06) !important;
}
.hero-menu-pipe-realty-glow {
  fill: none;
  stroke: rgba(212, 175, 55, 0.35);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.hero-menu-pipe-realty {
  fill: none;
  stroke: rgba(212, 175, 55, 0.55);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.mal-realty-stage {
  position: fixed;
  inset: 118px 18px 96px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 16px;
  overflow: hidden;
  background: #05070d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.62);
}
.mal-realty-stage[hidden] {
  display: none !important;
}
.mal-realty-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(5, 7, 13, 0.82);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}
.mal-realty-bar strong {
  color: #f0d78a;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.mal-realty-bar button {
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(5, 7, 13, 0.55);
  color: #f0d78a;
  border-radius: 999px;
  padding: 6px 12px;
  font: 700 12px/1 inherit;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.mal-realty-bar button.is-on {
  background: rgba(212, 175, 55, 0.22);
  border-color: rgba(240, 215, 138, 0.85);
  color: #fff4c8;
}
.mal-realty-frame {
  flex: 1;
  width: 100%;
  border: 0;
  background: #05070d;
}
