@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@1,900&display=swap');

/* ── PulseUp 공식 CI 로고 컴포넌트 ── */
.pulseup-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
}
.pulseup-logo .pu-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 21px;
  letter-spacing: -0.5px;
  color: #111 !important;
  white-space: nowrap;
  line-height: 1;
}
.pulseup-logo .pu-up {
  color: #7ED321 !important;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.pulseup-logo .pu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #7ED321;
  border-radius: 1px;
  display: block;
}

/* ── 관리자 로고 — CI 아래 ADMIN 배지 ── */
.admin-logo {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  line-height: 1;
  text-decoration: none;
}
.admin-logo .admin-badge {
  font-family: 'Exo 2', sans-serif;
  font-style: normal;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 2.5px;
  padding: 2px 7px 1.5px;
  background: #1c2b39;
  color: #c8f0a8;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.7;
  box-shadow: 0 1px 4px rgba(0,0,0,.22);
}
