@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&family=Noto+Sans+KR:wght@300;400;700;900&display=swap');

:root {
  --main-ruby: #BE123C;
  --bright-rose: #E11D48;
  --name-gold: #FACC15;
  --dark-bg: #050002;
  --border-red: rgba(225, 29, 72, 0.4);
  --gold: #ffe600;
  --card-bg: rgba(15, 0, 5, 0.6);
  --glass-border: rgba(225, 29, 72, 0.15);
  --glass-blur: blur(20px) saturate(180%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--dark-bg);
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  overflow-x: hidden;
}

/* 커스텀 스크롤바 */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--dark-bg); }
::-webkit-scrollbar-thumb { background: var(--border-red); border-radius: 4px; }

/* ════════════════════════════
   배경 (무한성 기하학적 + 마젠타 글로우)
════════════════════════════ */
.bg-castle {
  position: fixed;
  inset: 0;
  z-index: -4;
  background: 
    radial-gradient(ellipse at 50% 10%, rgba(130, 0, 30, 0.4) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(60, 0, 20, 0.5) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0 L10 100 M90 0 L90 100 M0 10 L100 10 M0 90 L100 90' stroke='rgba(255,26,74,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E"),
    #050002;
  perspective: 1000px;
}

.blood-particles {
  position: fixed;
  inset: -50%;
  z-index: -3;
  width: 200%;
  height: 200%;
  background-image: 
    radial-gradient(rgba(255, 26, 74, 0.3) 1px, transparent 1px),
    radial-gradient(rgba(255, 200, 200, 0.1) 1.5px, transparent 1.5px);
  background-size: 40px 40px, 90px 90px;
  animation: spatialDrift 40s linear infinite;
  transform: rotateZ(15deg) rotateX(45deg);
  opacity: 0.6;
}

@keyframes spatialDrift {
  0% { transform: rotateZ(15deg) rotateX(45deg) translateY(0); }
  100% { transform: rotateZ(15deg) rotateX(45deg) translateY(-800px); }
}

/* ════════════════════════════
   인트로 게이트
════════════════════════════ */
#intro-gate {
  position: fixed;
  inset: 0;
  z-index: 6000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  perspective: 1500px;
}

/* 코너 빛 연출 */
#intro-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 26, 74, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 0%, rgba(80, 0, 20, 0.3) 0%, transparent 50%);
  z-index: 2;
  pointer-events: none;
}

.gate {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(img/intro_gate.webp);
  background-size: 200% 100%;
  transition: transform 1.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 1;
}

/* 쿠션 오소리즈 & 빛 막긴 업데이트 */
.gate-left {
  left: 0;
  background-position: left center;
  border-right: 1px solid rgba(255, 26, 74, 0.6);
  box-shadow: 10px 0 80px rgba(0,0,0,0.9), inset -30px 0 60px rgba(0,0,0,0.7);
}
.gate-right {
  right: 0;
  background-position: right center;
  border-left: 1px solid rgba(255, 26, 74, 0.6);
  box-shadow: -10px 0 80px rgba(0,0,0,0.9), inset 30px 0 60px rgba(0,0,0,0.7);
}

/* 문 열림 */
#intro-gate.open .gate-left { transform: translateX(-100%) rotateY(12deg); }
#intro-gate.open .gate-right { transform: translateX(100%) rotateY(-12deg); }

/* 중앙 수직 빛선 */
.gate-seam {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 26, 74, 0.8) 20%, var(--bright-red) 50%, rgba(255, 26, 74, 0.8) 80%, transparent 100%);
  box-shadow: 0 0 20px rgba(255, 26, 74, 0.8), 0 0 40px rgba(255, 26, 74, 0.4);
  z-index: 3;
  animation: seam-pulse 2s ease-in-out infinite alternate;
}
@keyframes seam-pulse {
  from { opacity: 0.6; box-shadow: 0 0 15px rgba(255, 26, 74, 0.6); }
  to   { opacity: 1;   box-shadow: 0 0 35px rgba(255, 26, 74, 1), 0 0 60px rgba(255, 26, 74, 0.5); }
}
#intro-gate.open .gate-seam { opacity: 0; transition: opacity 0.3s; }

/* 콘텐츠 레이아웃 */
.intro-content {
  position: relative;
  z-index: 100;
  text-align: center;
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
#intro-gate.open .intro-content { opacity: 0; transform: scale(0.85); pointer-events: none; }

/* 상단 라벨 */
.sub-title {
  font-size: 0.7rem;
  letter-spacing: 0.7rem;
  color: var(--bright-red);
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
  font-family: 'Oswald', sans-serif;
  text-shadow: 0 0 15px rgba(255, 26, 74, 0.8);
  position: relative;
}
/* 라벨 양측 리덤 수평선 */
.sub-title::before,
.sub-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px; height: 1px;
  background: var(--bright-red);
  box-shadow: 0 0 8px var(--bright-red);
}
.sub-title::before { right: calc(100% + 15px); }
.sub-title::after  { left:  calc(100% + 15px); }

/* 메인 타이티 */
.intro-content h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 8.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.9;
  background: linear-gradient(175deg, #ffffff 0%, #ffd8df 55%, #ff8fa0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 40px rgba(255, 26, 74, 0.35));
  margin-bottom: 28px;
  position: relative;
}

/* 제목 하단 장식선 */
.intro-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 55px;
}
.intro-eyebrow-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.3));
}
.intro-eyebrow-line:last-child {
  background: linear-gradient(to left, transparent, rgba(255,255,255,0.3));
}
.intro-eyebrow-text {
  font-size: 0.68rem;
  letter-spacing: 0.4rem;
  color: rgba(255,255,255,0.45);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

/* 엔터 버튼 전면 리디자인 */
#enter-btn {
  margin-top: 0;
  padding: 16px 64px;
  background: transparent;
  backdrop-filter: none;
  border: 1px solid rgba(255, 26, 74, 0.5);
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  font-size: 0.8rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
/* 오버레이 체우기 효과 */
#enter-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bright-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
#enter-btn:hover::before { transform: scaleX(1); }
#enter-btn:hover {
  color: #fff;
  border-color: var(--bright-red);
  box-shadow: 0 0 40px rgba(255, 26, 74, 0.6), 0 0 80px rgba(255, 26, 74, 0.2);
  letter-spacing: 0.55rem;
}

/* 스캔
라인 효과 */
#intro-gate::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.08) 3px,
    rgba(0, 0, 0, 0.08) 4px
  );
  z-index: 4;
  pointer-events: none;
  opacity: 0.5;
}

#main-app { opacity: 0; transition: 1.5s; min-height: 100vh; position: relative; }
body.show-main #main-app { opacity: 1; }
body:not(.show-main) { overflow: hidden; }

/* ════════════════════════════
   NAV (글래스모피즘 적용)
════════════════════════════ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5000;
  background: rgba(5, 0, 2, 0.5);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.logo {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 4px;
  text-shadow: 0 0 15px rgba(255, 26, 74, 0.8), 0 0 30px rgba(255, 26, 74, 0.4);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.logo:hover {
  color: var(--bright-red);
  text-shadow: 0 0 25px var(--bright-red), 0 0 50px rgba(255, 26, 74, 0.6);
  transform: scale(1.05);
}

.nav-links a {
  color: #a0a0a0;
  text-decoration: none;
  margin-left: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition: 0.4s;
  position: relative;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--bright-red);
  box-shadow: 0 0 10px var(--bright-red);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); }

/* ════════════════════════════
   히어로 섹션 (Parallax 대응)
════════════════════════════ */
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* background-size: cover; background-position: center; 제거 (이제 .hero-bg가 담당) */
}
.hero-bg {
  position: absolute;
  top: -5%; left: -5%; /* 패럴랙스 여유공간 위해 110% 크기 부여 */
  width: 110%; height: 110%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(130, 0, 30, 0.15) 0%, rgba(5, 0, 2, 0.95) 100%);
  z-index: 1;
}

.hero-label, .hero-content-wrap, .hero h1, .hero p { position: relative; z-index: 10; }
.hero-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-label {
  font-size: 0.85rem;
  letter-spacing: 0.8rem;
  color: var(--bright-red);
  margin-bottom: 30px;
  font-weight: 700;
}

.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: -3px;
  font-weight: 700;
  background: linear-gradient(180deg, #fff 0%, #ffcbd1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 40px rgba(255, 26, 74, 0.6));
}
.glow-title {
  animation: breatheGlow 4s infinite alternate ease-in-out;
}
@keyframes breatheGlow {
  0% { filter: drop-shadow(0 0 30px rgba(255, 26, 74, 0.4)); transform: scale(1); }
  100% { filter: drop-shadow(0 0 60px rgba(255, 26, 74, 1)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.4)); transform: scale(1.02); }
}

.hero p {
  color: #ccc;
  font-size: 1.1rem;
  margin-top: 50px;
  letter-spacing: 0.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0,0,0,0.8);
}

.hero-vertical-text {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1rem;
  color: rgba(255, 26, 74, 0.4);
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 10;
}
.scroll-indicator span {
  font-size: 0.7rem;
  letter-spacing: 0.5rem;
  color: var(--bright-red);
  font-weight: 700;
  opacity: 0.8;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--bright-red), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #fff;
  animation: scroll-travel 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@keyframes scroll-travel {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

/* ════════════════════════════
   컨테이너 & 섹션 (Glassmorphism 적용)
════════════════════════════ */
.container { padding: 120px 6%; max-width: 1500px; margin: 0 auto; position: relative; z-index: 10; }

.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 50px;
  border-left: 4px solid var(--bright-red);
  padding-left: 20px;
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 26, 74, 0.6);
  letter-spacing: 0.2rem;
  font-weight: 700;
  line-height: 1;
}

/* ── 뉴스 & 유튜브 레이아웃 ── */
.news-section {
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(139, 0, 0, 0.05) 0%, transparent 40%);
  border-radius: 40px;
  margin-bottom: 50px;
}
.section-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.news-main { flex: 1.4; }
.news-side { flex: 0.6; }

.youtube-box {
  background: var(--card-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  min-height: 250px;
}
.yt-thumb-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.yt-thumb { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.youtube-box:hover .yt-thumb { transform: scale(1.05); }
.yt-play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; height: 50px;
  background: rgba(255, 26, 74, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center; justify-content: center;
  box-shadow: 0 0 20px rgba(255, 26, 74, 0.6);
  z-index: 5;
}
.yt-info { padding: 15px; }
.yt-title { font-size: 0.95rem; font-weight: 700; color: #eee; margin-bottom: 5px; line-height: 1.4; }
.yt-meta { font-size: 0.75rem; color: #888; letter-spacing: 0.05rem; }

/* 유튜브 데이터 로드 실패/지연 시 플레이스홀더 */
.yt-placeholder {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: rgba(20, 0, 5, 0.3);
  color: #777;
  font-size: 0.85rem;
  border: 1px dashed var(--glass-border);
  cursor: pointer;
  transition: all 0.4s ease;
}
.yt-placeholder:hover {
  background: rgba(255, 26, 74, 0.05);
  color: var(--bright-red);
  border-color: var(--bright-red);
}

/* ── 방송 상태 표시 ── */
.status-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.status-indicator { width: 10px; height: 10px; border-radius: 50%; }
.status-indicator.online { background: #00ff00; box-shadow: 0 0 10px #00ff00; animation: pulse 1.5s infinite; }
.status-indicator.offline { background: #555; }
.status-text { font-size: 0.8rem; }
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

/* UPDATE BOX & CARD (유리질감) */
.updates-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.update-box {
  background: linear-gradient(145deg, rgba(15, 0, 5, 0.95), rgba(5, 0, 2, 0.95));
  border: 1px solid rgba(255, 26, 74, 0.15);
  border-top: 1px solid rgba(255, 26, 74, 0.5);
  padding: 40px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.9), inset 0 1px 1px rgba(255, 255, 255, 0.05);
  overflow: hidden; /* 박스 크기 고정 + 모서리 장식 클립 */
}
.update-box::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50px; height: 50px;
  border-top: 2px solid var(--bright-red);
  border-right: 2px solid var(--bright-red);
  opacity: 0.6;
  filter: drop-shadow(0 0 8px var(--bright-red));
}
.update-box::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 50px; height: 50px;
  border-bottom: 2px solid var(--bright-red);
  border-left: 2px solid var(--bright-red);
  opacity: 0.6;
  filter: drop-shadow(0 0 8px var(--bright-red));
}

.card {
  background: linear-gradient(to bottom right, rgba(20, 0, 6, 0.6), rgba(5, 0, 2, 0.8));
  backdrop-filter: blur(25px) saturate(200%);
  -webkit-backdrop-filter: blur(25px) saturate(200%);
  border: 1px solid rgba(255, 26, 74, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 12px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,26,74,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* 세련된 수직 액센트 파동 바 */
.card::before {
  content: '';
  position: absolute;
  top: 40px; bottom: 40px; left: 12px;
  width: 2px;
  background: var(--bright-red);
  box-shadow: 0 0 15px var(--bright-red), 0 0 5px rgba(255, 26, 74, 0.8);
  border-radius: 2px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.card:hover::before {
  opacity: 1;
  box-shadow: 0 0 25px var(--bright-red), 0 0 10px var(--bright-red);
  transform: scaleY(1.1);
}

/* 홀로그램 마젠타 그라데이션 차오름 이펙트 */
.update-box::after { z-index: 5; }
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 26, 74, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.update-box:hover, .card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 26, 74, 0.5);
  box-shadow: 0 25px 60px rgba(0,0,0,0.8), 0 0 40px rgba(255, 26, 74, 0.25);
}
.update-box:hover::after, .card:hover::after { opacity: 1; }
/* 내용물 위로 올리기 */
.update-box > *, .card > * { position: relative; z-index: 2; }

/* ════════════════════════════
   V-Company 스타일 소식 카드
════════════════════════════ */
.vc-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.vc-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.card:hover .vc-thumbnail img {
  transform: scale(1.05);
}

.vc-content {
  padding: 25px 30px;
}
.vc-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.4;
}
.vc-desc {
  color: #a3a3a3;
  line-height: 1.5;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vc-footer {
  padding: 0 30px 25px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vc-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.vc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}
.vc-author {
  color: #ddd;
  font-weight: 600;
}
.vc-time {
  color: #777;
}

/* ════════════════════════════
   메인 화면 스케줄 리스트 (미니 뷰)
════════════════════════════ */
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.schedule-item-mini {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 26, 74, 0.1);
  padding: 15px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.schedule-item-mini:hover {
  background: rgba(255, 26, 74, 0.08);
  border-color: rgba(255, 26, 74, 0.4);
  transform: translateX(5px);
}
.cat-badge {
  background: rgba(255, 26, 74, 0.2);
  color: var(--bright-red);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-right: 15px;
  border: 1px solid rgba(255, 26, 74, 0.3);
}
.sch-main {
  flex: 1;
}
.sch-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.sch-time {
  color: #999;
  font-size: 0.85rem;
}
.sch-member {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 15px;
}
.sch-member img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.1);
}
.sch-member span {
  color: #ccc;
  font-size: 0.9rem;
}

/* PREMIUM LIVE DESIGN */
.premium-live-single {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  background: rgba(255, 26, 74, 0.03);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 26, 74, 0.1);
  box-shadow: inset 0 0 20px rgba(255, 26, 74, 0.02);
}
.live-hero-avatar {
  position: relative;
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}
.hero-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 26, 74, 0.5);
  animation: spin-slow 10s linear infinite;
}
@keyframes spin-slow {
  100% { transform: rotate(360deg); }
}
.live-hero-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--bright-red);
  box-shadow: 0 0 20px rgba(255, 26, 74, 0.3);
}
.hero-badge {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bright-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.live-info-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.premium-platform {
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.premium-platform.chzzk,
.premium-platform.치지직 {
  background: #00ffa3;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 255, 163, 0.3);
}
.premium-platform.afreeca,
.premium-platform.아프리카 {
  background: #3f63bf;
  box-shadow: 0 0 10px rgba(63, 99, 191, 0.3);
}
.premium-streamer-name {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 5px;
}
.premium-stream-title {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.premium-action-btn {
  background: linear-gradient(90deg, var(--bright-red) 0%, #ff4d6d 100%);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 20px rgba(255, 26, 74, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
}
.premium-action-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(255, 26, 74, 0.5);
}
.premium-action-btn .arrow-icon {
  transition: 0.3s;
}
.premium-action-btn:hover .arrow-icon {
  transform: translateX(5px);
}

/* Premium Multi Level */
/* LIVE STREAMING 헤더 & ON AIR 상태 텍스트 넘침 방지 */
.box-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-content {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
}
.status-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.premium-live-multi {
  margin-top: 15px;
  background: rgba(255, 26, 74, 0.02);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 26, 74, 0.08);
  width: 100%;
  max-width: 100%;
}
.multi-header {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 25px;
  text-align: center;
}
.multi-header .highlight {
  color: var(--bright-red);
  font-weight: 900;
  font-size: 1.2rem;
}
.multi-avatar-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;        /* ← 이게 핵심: 부모 너비를 넘지 못하도록 */
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.multi-avatar-grid::-webkit-scrollbar { display: none; }

.premium-multi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
  min-width: 80px;
  flex-shrink: 0; /* 절대 줄어들지 않게 - 스크롤 필수 */
}
.premium-multi-item:hover {
  transform: translateY(-8px);
}
.multi-avatar-shell {
  position: relative;
  width: 75px;
  height: 75px;
}
.multi-avatar-shell img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid transparent;
  background-image: linear-gradient(var(--dark-bg), var(--dark-bg)), linear-gradient(135deg, var(--bright-red), #ff4d6d);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 5px 15px rgba(255, 26, 74, 0.2);
  transition: 0.3s;
}
.premium-multi-item:hover .multi-avatar-shell img {
  box-shadow: 0 10px 25px rgba(255, 26, 74, 0.4);
}
.multi-live-dot {
  position: absolute;
  bottom: 0; right: 0;
  width: 20px; height: 20px;
  background: var(--bright-red);
  border-radius: 50%;
  border: 3px solid var(--dark-bg);
  animation: pulse 1.5s infinite;
}
/* Premium View Live Link Button (live page entry) */
.premium-view-live-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, rgba(255, 26, 74, 0.1), rgba(15, 0, 5, 0.6));
  border: 1px solid rgba(255, 26, 74, 0.3);
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 26, 74, 0.05);
  backdrop-filter: blur(10px);
}
.premium-view-live-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  transition: 0.6s;
}
.premium-view-live-btn:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, rgba(255, 26, 74, 0.25), rgba(255, 26, 74, 0.05));
  border-color: rgba(255, 26, 74, 0.6);
  box-shadow: 0 15px 30px rgba(255, 26, 74, 0.2), inset 0 0 20px rgba(255, 26, 74, 0.1);
  letter-spacing: 0.5px;
}
.premium-view-live-btn:hover::before {
  left: 150%;
}
.premium-view-live-btn .pulse-ring {
  width: 12px;
  height: 12px;
  background: var(--bright-red);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px var(--bright-red);
}
.premium-view-live-btn .pulse-ring::after {
  content: '';
  position: absolute;
  top: -4px; left: -4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1px solid var(--bright-red);
  animation: radar-pulse 1.5s infinite ease-out;
}
@keyframes radar-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}
.btn-arrow {
  font-size: 0.9rem;
  transition: 0.3s;
}
.premium-view-live-btn:hover .btn-arrow {
  transform: translateX(6px);
}.premium-multi-name {
  font-weight: 800;
  font-size: 0.85rem;
  color: #eee;
  text-align: center;
}
.premium-multi-plat {
  font-size: 0.65rem;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}

.loading-pulse {
  color: #888;
  font-size: 0.9rem;
  animation: loading-breath 2s ease-in-out infinite;
}
@keyframes loading-breath {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* 이전 잔재 hover 삭제 */

.box-header {
  color: var(--bright-red);
  font-size: 0.9rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.25rem;
}

.content-placeholder {
  height: 250px;
  border: 1px dashed rgba(255, 26, 74, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  border-radius: 8px;
  background: rgba(0,0,0,0.3);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.card-tag {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255, 26, 74, 0.1);
  color: var(--bright-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 26, 74, 0.4);
  text-transform: uppercase;
  box-shadow: inset 0 0 10px rgba(255, 26, 74, 0.05);
}
.card-date {
  font-size: 0.75rem;
  color: #666;
  font-family: 'Oswald', sans-serif;
}
.card-title {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.03rem;
}
.card-desc {
  color: #a0a0a0;
  line-height: 1.75;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
  flex: 1; /* 높이 균일화 */
}
.card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--bright-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 26, 74, 0); /* Ghost line */
}
.card:hover .card-arrow {
  color: #fff;
  border-bottom: 1px solid var(--bright-red);
  padding-left: 5px;
}
.card-arrow::after {
  content: '→';
  transition: transform 0.3s ease;
}
.card:hover .card-arrow::after {
  transform: translateX(8px);
}

/* ════════════════════════════
   멤버 섹션 (슬라이더)
════════════════════════════ */
.member-section {
  padding: 100px 5%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.section-header { margin-bottom: 40px; text-align: center; }
.section-header .section-title { font-size: 2.2rem; display: inline-block; border-left: none; padding: 0; margin-bottom: 15px; border-bottom: 2px solid var(--bright-red); padding-bottom: 10px; }
.section-desc { color: #888; font-size: 0.9rem; letter-spacing: 0.1rem; }

.slider-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 40px 10%; /* Center peek */
  scroll-behavior: smooth;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  perspective: 2000px;
  transform-style: preserve-3d;
}
.slider-container::-webkit-scrollbar { display: none; }

.mini-card {
  flex: 0 0 280px;
  height: 400px;
  background: var(--card-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.03);
  cursor: pointer;
  transform: rotateY(-10deg) scale(0.95);
  transform-origin: center center;
}
/* 카드 반사 네온 섀도우 추가 */
.mini-card::after {
  content: '';
  position: absolute;
  inset: auto 10% -30px 10%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(255, 26, 74, 0.6) 0%, transparent 70%);
  filter: blur(12px);
  opacity: 0;
  transition: 0.6s ease;
  pointer-events: none;
  z-index: -1;
}

/* 상단 빛 줄기 */
.mini-card::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.12), transparent);
  z-index: 5;
}

.mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  filter: saturate(0.9);
}

.mini-card:hover {
  transform: rotateY(0deg) scale(1.05) translateZ(40px);
  border-color: rgba(255, 26, 74, 0.9);
  box-shadow: 0 40px 80px rgba(0,0,0,0.9), 0 0 50px rgba(255, 26, 74, 0.4);
  z-index: 100;
}
.mini-card:hover::after {
  opacity: 1;
  bottom: -40px;
}

.mini-card:hover img {
  opacity: 1;
  transform: scale(1.1);
  filter: saturate(1.3) brightness(1.05);
}

.mini-card-info {
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 10%, rgba(5, 0, 2, 0.7) 60%, transparent);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mini-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1rem;
}
.mini-tag {
  color: var(--bright-red);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  margin-bottom: 5px;
}

.slider-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: rgba(10, 0, 4, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--glass-border);
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.slider-btn:hover {
  background: var(--bright-red);
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 26, 74, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.btn-prev { left: 4%; }
.btn-next { right: 4%; }

.view-all-btn {
  display: block;
  margin: 40px auto 0;
  padding: 16px 50px;
  background: rgba(20, 0, 5, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #aaa;
  border: 1px solid rgba(255, 26, 74, 0.25);
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.view-all-btn:hover {
  background: var(--bright-red);
  border-color: var(--bright-red);
  color: #fff;
  box-shadow: 0 10px 35px rgba(255, 26, 74, 0.55);
  transform: translateY(-5px);
  letter-spacing: 0.45rem;
}

/* ════════════════════════════
   애니메이션 & 푸터 & 모바일
════════════════════════════ */
.animate-fade-in {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.animate-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

footer {
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background: linear-gradient(to top, rgba(5,0,2,0.95), transparent);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 2rem; font-weight: 700; color: var(--bright-red); text-shadow: 0 0 20px rgba(255, 26, 74, 0.8); letter-spacing: 8px; margin-bottom: 20px; }
footer p {
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 0.2rem;
}

footer::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 26, 74, 0.3), transparent);
}
.footer-disclaimer { font-size: 0.65rem !important; color: #444 !important; letter-spacing: 0.05rem !important; margin-top: 12px; line-height: 1.6; }

@media (max-width: 1100px) {
  .section-row { flex-direction: column; }
  .news-side { width: 100%; }
  .updates-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 5rem; }
  .setup-grid, .grid { grid-template-columns: 1fr; }
  .mini-card { flex: 0 0 240px; height: 340px; }
  .section-title { font-size: 1.8rem; }
  .update-box, .card { padding: 30px; }
  
  nav { 
    height: auto; 
    min-height: 80px;
    padding: 15px 6%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .logo {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  
  .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  
  .nav-links a {
    margin: 0 12px;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
  }

  .hero-vertical-text { display: none; }
  
  .intro-content h1 { font-size: 4.5rem; }
  #enter-btn { padding: 12px 40px; font-size: 0.7rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3.5rem; }
  .hero p { font-size: 0.8rem; letter-spacing: 0.2rem; }
  .section-title { font-size: 1.5rem; padding-left: 15px; }
  .container { padding: 60px 5%; }
  
  .intro-content h1 { font-size: 3.2rem; }
  .sub-title { font-size: 0.6rem; letter-spacing: 0.4rem; }
}

/* 🎇 대규모 행사 / 축하 이벤트 팝업스타일 */
.event-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.event-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.event-modal-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}
.event-modal-content {
  position: relative;
  width: 90%;
  max-width: 550px;
  background: linear-gradient(145deg, rgba(30, 0, 8, 0.95), rgba(10, 0, 2, 0.95));
  border: 1px solid rgba(255, 26, 74, 0.5);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), inset 0 0 30px rgba(255, 26, 74, 0.1);
  transform: scale(0.9) translateY(20px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
.event-modal-overlay.is-visible .event-modal-content {
  transform: scale(1) translateY(0);
}
.event-close-btn {
  position: absolute;
  top: 15px; right: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-close-btn:hover {
  background: var(--bright-red);
  transform: rotate(90deg);
}
.event-image {
  width: 100%;
  height: auto;
  max-height: 55vh;
  object-fit: contain;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 2px solid rgba(255, 26, 74, 0.4);
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.event-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 0 15px rgba(255, 26, 74, 0.8);
  letter-spacing: 0.05rem;
}
.event-message {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 25px;
  word-break: keep-all;
}
.event-link-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(90deg, var(--bright-red), #ff4d6d);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 800;
  box-shadow: 0 5px 15px rgba(255, 26, 74, 0.4);
  transition: 0.3s;
}
.event-link-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 26, 74, 0.6);
}
.event-party-popper {
  position: absolute;
  font-size: 3rem;
  bottom: 20px;
  left: 20px;
  opacity: 0.2;
  animation: float-pop 4s ease-in-out infinite;
  pointer-events: none;
}
.event-party-popper.right {
  left: auto;
  right: 20px;
  animation-delay: 2s;
}
@keyframes float-pop {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

/* ETC Dropdown */
.nav-dropdown { position: relative; display: inline-block; }
.nav-dropdown .dropdown-title {
  color: #fff; cursor: pointer; font-family: 'Oswald', sans-serif;
  letter-spacing: 2px; font-weight: 500; font-size: 0.9rem; padding: 10px 15px; margin: 0;
}
.nav-dropdown .dropdown-content {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: rgba(10, 0, 5, 0.95); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 26, 74, 0.3); border-radius: 8px; min-width: 150px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.8); z-index: 1000; flex-direction: column;
}
.nav-dropdown:hover .dropdown-content { display: flex; }
.nav-dropdown .dropdown-content a {
  padding: 12px 20px; font-size: 0.85rem; letter-spacing: 1px; color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); text-decoration: none; margin: 0; display: block;
}
.nav-dropdown .dropdown-content a::after { display: none; }
.nav-dropdown .dropdown-content a:last-child { border-bottom: none; }
.nav-dropdown .dropdown-content a:hover { background: rgba(255, 26, 74, 0.15); color: #fff; }
