/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.app-shell[b-6jwf6tp9xp] {
  background: radial-gradient(circle at 10% 20%, #0f172a, #050915 35%), radial-gradient(circle at 90% 10%, rgba(108, 99, 255, 0.25), transparent 40%), #05070f;
  color: #e8edf7;
  font-family: "Space Grotesk", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}

.site-header[b-6jwf6tp9xp] {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(5, 7, 15, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell[b-6jwf6tp9xp] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 5vw;
}

.brand[b-6jwf6tp9xp] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7f9ff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.brand-mark[b-6jwf6tp9xp] {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* 아이콘 틀 크기 */
  width: 36px;
  height: 36px;
  border-radius: 12px;

  /* 굳이 자를 필요 없음 */
  overflow: visible;
  background: none;
}

.brand-mark-img[b-6jwf6tp9xp] {
  /* 아이콘 자체를 박스 크기에 딱 맞게 */
  width: 36px;
  height: 36px;
  object-fit: contain;      /* 혹시 원본 비율이 살짝 다르면 전체 보이게 */
  border-radius: 12px;      /* 아이콘 모서리 둥글게 */
  display: block;
}

.brand-word[b-6jwf6tp9xp] {
  font-size: 1.05rem;
  text-transform: uppercase;
}

.nav-links[b-6jwf6tp9xp] {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.nav-link[b-6jwf6tp9xp] {
  color: #c7cee0;
  text-decoration: none;
  font-weight: 500;
  transition: color 160ms ease, transform 160ms ease;
}

.nav-link:hover[b-6jwf6tp9xp] {
  color: #ffffff;
  transform: translateY(-1px);
}

.nav-actions[b-6jwf6tp9xp] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ghost-link[b-6jwf6tp9xp],
.cta-link[b-6jwf6tp9xp] {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 180ms ease;
}

.ghost-link[b-6jwf6tp9xp] {
  color: #e8edf7;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.ghost-link:hover[b-6jwf6tp9xp] {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.cta-link[b-6jwf6tp9xp] {
  color: #0b0f1d;
  background: linear-gradient(135deg, #7cf7ff, #5b8bff, #9b5dff 70%);
  box-shadow: 0 10px 30px rgba(100, 132, 255, 0.35);
}

.cta-link:hover[b-6jwf6tp9xp] {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(100, 132, 255, 0.45);
}

.main-area[b-6jwf6tp9xp] {
  padding: 36px 5vw 80px;
}

.site-footer[b-6jwf6tp9xp] {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 5vw 38px;
  background: rgba(5, 7, 15, 0.88);
}

.footer-inner[b-6jwf6tp9xp] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #9da7bf;
  font-size: 0.95rem;
}

.footer-brand[b-6jwf6tp9xp] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #e8edf7;
}

.footer-link[b-6jwf6tp9xp] {
  color: #c7cee0;
  text-decoration: none;
  margin-left: 12px;
}

.footer-link:hover[b-6jwf6tp9xp] {
  color: #ffffff;
}

/* 🔥 헤더/푸터 공통 로고 박스 */
.site-header .brand-mark[b-6jwf6tp9xp],
.site-footer .brand-mark[b-6jwf6tp9xp] {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  border-radius: 12px;
  overflow: hidden;
  background: none;
}

/* 🔥 로고 이미지 크기 강제 */
.site-header .brand-mark img[b-6jwf6tp9xp],
.site-footer .brand-mark img[b-6jwf6tp9xp] {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;   /* 전체 아이콘 보이게 */
  border-radius: 12px;
}


@media (max-width: 900px) {
  .nav-shell[b-6jwf6tp9xp] {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .nav-links[b-6jwf6tp9xp] {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .nav-actions[b-6jwf6tp9xp] {
    order: 2;
  }
}
