/* ============================================================
 * TT COMPANY — UNISPA풍 라이트 테마
 * ============================================================ */

:root {
  --bg: #f7f4ee;
  --bg-soft: #f1ebe0;
  --surface: #ffffff;
  --fg: #39344d;
  --muted: #6b6482;
  --faint: #9a94ac;
  --line: rgba(57, 52, 77, 0.10);
  --line-strong: rgba(57, 52, 77, 0.18);
  --accent: #8a5cd0;
  --accent-strong: #6f47b3;
  --accent-soft: #efe7fb;
  --accent-ink: #ffffff;
  --gold: #c8912f;
  --gold-soft: #f6edd8;
  --live: #e5484d;
  --live-soft: #fdecec;
  --radius: 16px;
  --shadow: 0 16px 44px -22px rgba(57, 52, 77, 0.40);
  --shadow-soft: 0 8px 24px -14px rgba(57, 52, 77, 0.28);
  --serif: "Playfair Display", "Nanum Myeongjo", Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Apple SD Gothic Neo", sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: rgba(138, 92, 208, 0.22); }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 244, 238, 0.85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 66px; }
.studio-logo { display: inline-flex; align-items: center; font-weight: 800; white-space: nowrap; flex-shrink: 0; }
.logo-mark {
  display: inline-grid; place-items: center; min-width: 34px; height: 30px; padding: 0 8px;
  border-radius: 9px; background: linear-gradient(135deg, var(--accent), var(--gold));
  color: #fff; font-family: var(--serif); font-size: 16px; font-weight: 800;
  box-shadow: 0 5px 14px -5px rgba(138, 92, 208, 0.5);
}
.logo-text { margin-left: 10px; font-size: 15px; font-weight: 800; letter-spacing: 0.18em; color: var(--fg); }
.thin { font-weight: 500; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { padding: 8px 13px; border-radius: 999px; font-size: 14.5px; font-weight: 700; color: var(--muted); white-space: nowrap; transition: 0.15s; }
.main-nav a:hover { color: var(--fg); background: rgba(57, 52, 77, 0.05); }
.main-nav a.active { color: var(--accent-strong); background: var(--accent-soft); }
.main-nav a.nav-live { display: inline-flex; align-items: center; gap: 6px; color: var(--live); }
.main-nav a.nav-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 3px rgba(229,72,77,0.16); animation: pulse 1.5s ease-in-out infinite; }
.main-nav a.nav-live:hover, .main-nav a.nav-live.active { color: #fff; background: var(--live); }
.btn-login { margin-left: auto; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--accent); background: transparent; color: var(--accent-strong); font-size: 13px; font-weight: 800; white-space: nowrap; flex-shrink: 0; transition: 0.15s; }
.btn-login:hover { background: var(--accent-soft); }
.btn-apply { padding: 9px 18px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), var(--gold)); color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; flex-shrink: 0; box-shadow: 0 6px 16px -6px rgba(138,92,208,0.5); transition: 0.15s; }
.btn-apply:hover { transform: translateY(-1px); filter: brightness(1.04); }

/* 드롭다운 (JS가 fixed 좌표 지정) */
.nav-drop { position: relative; flex-shrink: 0; }
.nav-drop-btn { display: inline-flex; align-items: center; gap: 5px; padding: 8px 13px; border-radius: 999px; font-size: 14.5px; font-weight: 700; color: var(--muted); white-space: nowrap; transition: 0.15s; }
.nav-drop-btn i { font-style: normal; font-size: 10px; transition: 0.15s; }
.nav-drop-btn:hover { color: var(--fg); background: rgba(57,52,77,0.05); }
.nav-drop-btn.active { color: var(--accent-strong); background: var(--accent-soft); }
.nav-drop.open .nav-drop-btn i { transform: rotate(180deg); }
.nav-drop-menu { position: fixed; min-width: 190px; padding: 6px; border: 1px solid var(--line-strong); border-radius: 14px; background: #fff; box-shadow: var(--shadow); display: none; z-index: 200; }
.nav-drop.open .nav-drop-menu { display: block; }
.nav-drop-menu a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 13px; font-weight: 700; color: var(--muted); }
.nav-drop-menu a:hover { color: var(--accent-strong); background: var(--accent-soft); }

/* ---------- 운영 상태 바 ---------- */
.runtime-bar { min-height: 34px; border-bottom: 1px solid var(--line); background: rgba(138,92,208,0.05); }
.runtime-inner { min-height: 34px; display: flex; align-items: center; gap: 12px; font-size: 11.5px; }
.runtime-state { display: inline-flex; align-items: center; gap: 7px; color: #2f9e5f; font-weight: 800; }
.runtime-state i { width: 7px; height: 7px; border-radius: 50%; background: #34c77b; box-shadow: 0 0 0 4px rgba(52,199,123,0.14); }
.runtime-state.warning { color: #b7791f; }
.runtime-state.warning i { background: #e6a817; box-shadow: 0 0 0 4px rgba(230,168,23,0.16); }
.runtime-state.preview { color: var(--muted); }
.runtime-state.preview i { background: var(--faint); box-shadow: 0 0 0 4px rgba(154,148,172,0.18); }
.runtime-bar.is-loading .runtime-state i { animation: pulse 0.8s ease-in-out infinite; }
.runtime-bar.has-error { background: #fdf3e7; }
.runtime-meta { color: var(--muted); }
.runtime-meta b { color: var(--live); }
.runtime-refresh { margin-left: auto; padding: 4px 11px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--muted); background: #fff; font-size: 11px; font-weight: 700; }
.runtime-refresh:hover { color: var(--fg); border-color: var(--accent); }

/* ---------- 히어로 배너 ---------- */
.hero-banner {
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 80% at 18% 20%, rgba(138,92,208,0.30), transparent 60%),
    radial-gradient(55% 75% at 82% 25%, rgba(200,145,47,0.26), transparent 62%),
    radial-gradient(80% 90% at 50% 120%, rgba(255,255,255,0.85), transparent 60%),
    linear-gradient(160deg, #efe7fb 0%, #f7f1ea 45%, #f8efe0 100%);
}
.hero-banner::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.6) 1px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: radial-gradient(80% 80% at 50% 40%, #000 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 40%, #000 20%, transparent 80%);
  opacity: 0.5;
}
.hero-banner-inner { position: relative; z-index: 1; text-align: center; padding: 96px 20px 120px; }
.hero-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.34em; color: var(--accent-strong); margin-bottom: 18px; }
.hero-wordmark {
  font-family: var(--serif); font-weight: 900;
  font-size: clamp(52px, 11vw, 128px); line-height: 1; letter-spacing: 0.01em;
  background: linear-gradient(100deg, #7a4bc0 0%, #9a6ad6 40%, #c8912f 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 6px 18px rgba(122,75,192,0.22));
}
.hero-script { margin-top: 18px; font-family: var(--serif); font-style: italic; font-size: clamp(17px, 2.6vw, 24px); font-weight: 600; color: var(--muted); }

/* ---------- 통계 바 ---------- */
.stat-wrap { position: relative; z-index: 3; margin-top: -46px; padding: 0 20px; }
.stat-bar {
  max-width: 620px; margin: 0 auto; padding: 20px 18px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
}
.stat-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; }
.stat-k { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--muted); display: inline-flex; align-items: center; gap: 5px; }
.stat-v { font-size: 30px; font-weight: 900; color: var(--fg); font-variant-numeric: tabular-nums; }
.stat-item.live .stat-v { color: var(--live); }
.stat-div { width: 1px; align-self: stretch; margin: 4px 0; background: var(--line-strong); }
.live-dot-sm { width: 7px; height: 7px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 3px rgba(229,72,77,0.15); animation: pulse 1.5s ease-in-out infinite; display: inline-block; }

/* ---------- 공통 섹션 ---------- */
.section { padding: 64px 0 0; }
.section:last-of-type { padding-bottom: 76px; }
.soft-section { background: var(--bg-soft); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.section-head.center { justify-content: center; text-align: center; }
.section-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 0.22em; color: var(--accent); margin-bottom: 8px; }
.section-title { font-family: var(--serif); font-size: clamp(26px, 4vw, 36px); font-weight: 800; letter-spacing: 0; line-height: 1.15; color: var(--fg); display: inline-flex; align-items: center; gap: 12px; }
.section-desc { margin-top: 10px; color: var(--muted); font-size: 14.5px; }
.section-tools { display: flex; gap: 8px; flex-shrink: 0; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); background: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; color: var(--muted); transition: 0.15s; }
.icon-btn:hover { border-color: var(--accent); color: var(--accent-strong); }
.link-more { font-size: 13.5px; font-weight: 800; color: var(--accent-strong); white-space: nowrap; }
.link-more:hover { text-decoration: underline; }
.empty-box { border: 1px dashed var(--line-strong); border-radius: var(--radius); padding: 44px 20px; text-align: center; color: var(--muted); font-size: 14px; background: rgba(255,255,255,0.5); }

/* ---------- LIVE NOW ---------- */
.live-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 4px rgba(229,72,77,0.16); animation: pulse 1.5s ease-in-out infinite; }
.live-now-section .section-title { color: var(--live); }
.livenow-group { margin-bottom: 26px; }
.livenow-group-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 13px; color: var(--muted); font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; }
.livenow-group-head b { color: var(--fg); font-weight: 800; }
.livenow-group-count { font-size: 11px; font-weight: 800; color: #fff; background: var(--accent); border-radius: 999px; padding: 1px 9px; }
.label-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; background: hsl(var(--label-hue, 275) 55% 55%); }
.livenow-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 18px; }
.livenow-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); transition: 0.18s; display: flex; flex-direction: column; }
.livenow-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.livenow-card.primary { border-color: rgba(138,92,208,0.28); }
.livenow-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.livenow-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.live-thumb-avatar { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 30% 24%, rgba(255,255,255,0.35), transparent 42%), linear-gradient(150deg, hsl(var(--avatar-hue,275) 58% 62%), hsl(calc(var(--avatar-hue,275) + 40) 55% 46%)); }
.live-thumb-avatar span { font-family: var(--serif); font-size: 46px; font-weight: 800; color: #fff; }
.live-badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 4px; background: var(--live); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: 0.06em; padding: 4px 9px; border-radius: 999px; box-shadow: 0 4px 12px rgba(229,72,77,0.4); }
.pulse, .live-badge .pulse { width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: pulse 1.4s ease-in-out infinite; display: inline-block; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
.livenow-viewers { position: absolute; top: 10px; right: 10px; font-size: 11.5px; font-weight: 800; color: #fff; background: rgba(45,40,60,0.6); border-radius: 999px; padding: 3px 9px; }
.livenow-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.livenow-name { font-size: 16px; font-weight: 800; }
.livenow-label { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--muted); }
.livenow-title { font-size: 12.5px; color: var(--faint); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.livenow-go { margin-top: auto; padding-top: 6px; font-size: 12.5px; font-weight: 800; color: var(--accent-strong); }
a.livenow-card:hover .livenow-go { text-decoration: underline; }
.live-empty-card { text-align: center; border: 1px dashed var(--line-strong); border-radius: 20px; padding: 48px 24px; background: rgba(255,255,255,0.6); }
.live-empty-badge { display: inline-block; margin-bottom: 14px; font-size: 11px; font-weight: 900; letter-spacing: 0.16em; color: var(--faint); border: 1px solid var(--line-strong); border-radius: 999px; padding: 5px 14px; }
.live-empty-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 800; }
.live-empty-card p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.live-empty-card p b { color: var(--accent-strong); font-size: 16px; }
.live-empty-link { display: inline-block; margin-top: 18px; font-size: 13.5px; font-weight: 800; color: var(--accent-strong); }
.live-empty-link:hover { text-decoration: underline; }

/* ---------- 라벨 대형 섹션 ---------- */
.label-section { position: relative; overflow: hidden; padding: 76px 0; background: var(--bg); }
.label-section.alt { background: var(--bg-soft); }
.label-watermark { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; font-family: var(--serif); font-weight: 900; font-size: clamp(90px, 20vw, 260px); line-height: 1; color: color-mix(in srgb, var(--accent) 10%, transparent); white-space: nowrap; pointer-events: none; letter-spacing: -0.02em; }
.label-section-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.label-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.22em; color: var(--accent-strong); margin-bottom: 12px; }
.label-name { font-family: var(--serif); font-size: clamp(38px, 6vw, 60px); font-weight: 800; line-height: 1.05; color: var(--fg); }
.label-tagline { margin-top: 14px; font-size: 16px; color: var(--muted); }
.label-divider { height: 1px; background: var(--line-strong); margin: 26px 0; }
.label-mini-stats { display: flex; gap: 34px; }
.label-mini-stats > div { display: flex; flex-direction: column; gap: 4px; }
.label-mini-stats span { font-size: 12px; font-weight: 700; color: var(--muted); display: inline-flex; align-items: center; gap: 5px; }
.label-mini-stats b { font-size: 26px; font-weight: 900; color: var(--fg); font-variant-numeric: tabular-nums; }
.label-mini-stats .live b { color: var(--live); }
.label-actions { display: flex; gap: 10px; margin-top: 28px; }
.btn-filled { padding: 11px 22px; border-radius: 10px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 800; transition: 0.15s; }
.btn-filled:hover { background: var(--accent-strong); transform: translateY(-1px); }
.btn-outline { padding: 11px 22px; border-radius: 10px; border: 1px solid var(--line-strong); color: var(--muted); font-size: 14px; font-weight: 800; transition: 0.15s; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent-strong); }
.label-visual { position: relative; aspect-ratio: 16 / 11; border-radius: 22px; overflow: hidden; display: grid; place-items: center; box-shadow: var(--shadow); background: radial-gradient(120% 120% at 20% 15%, color-mix(in srgb, var(--accent) 55%, white), transparent 60%), linear-gradient(150deg, var(--accent), color-mix(in srgb, var(--accent) 55%, #2b2440)); }
.label-visual::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.4) 1px, transparent 1.4px); background-size: 22px 22px; opacity: 0.35; }
.label-visual-mono { position: relative; font-family: var(--serif); font-size: clamp(44px, 8vw, 82px); font-weight: 900; color: rgba(255,255,255,0.95); letter-spacing: 0.02em; text-shadow: 0 8px 30px rgba(0,0,0,0.25); }
.label-visual-live { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 5px; background: var(--live); color: #fff; font-size: 11px; font-weight: 900; padding: 5px 11px; border-radius: 999px; }

/* ---------- 공지 피드 ---------- */
.feed-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.feed-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.18s; display: flex; flex-direction: column; gap: 10px; }
.feed-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.feed-head { display: flex; align-items: center; gap: 11px; }
.feed-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 1px solid var(--line-strong); }
.feed-avatar img, .feed-avatar .initial { width: 100%; height: 100%; object-fit: cover; }
.feed-logo { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--gold)); color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 800; }
.feed-who { min-width: 0; display: flex; flex-direction: column; }
.feed-author { font-size: 14px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feed-official { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-left: 5px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 9px; font-style: normal; font-weight: 900; vertical-align: 1px; }
.feed-time { font-size: 11.5px; color: var(--faint); }
.feed-new { margin-left: 6px; color: var(--live); font-size: 10px; font-weight: 900; letter-spacing: 0.04em; }
.feed-head .notice-tag { margin-left: auto; }
.notice-tag { font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); flex-shrink: 0; }
.feed-title { font-size: 15px; font-weight: 800; }
.feed-body { font-size: 13.5px; color: var(--muted); line-height: 1.62; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.feed-foot { display: flex; gap: 12px; margin-top: auto; padding-top: 2px; font-size: 12px; font-weight: 700; color: var(--faint); }

/* ---------- 이번 주 방송 ---------- */
.week-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.week-pill { border: 1px solid var(--line); border-radius: 14px; padding: 14px 8px; text-align: center; background: #fff; box-shadow: var(--shadow-soft); transition: 0.15s; }
.week-pill:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.week-pill .d { font-size: 12px; font-weight: 800; color: var(--faint); letter-spacing: 0.1em; }
.week-pill .t { margin-top: 6px; font-size: 12.5px; font-weight: 800; }
.week-pill .time { font-size: 11px; color: var(--muted); margin-top: 2px; }
.week-pill.today { border-color: rgba(138,92,208,0.4); background: var(--accent-soft); }
.week-pill.today .d { color: var(--accent-strong); }
.week-pill.off { background: var(--bg-soft); }
.week-pill.off .t { color: var(--faint); font-weight: 600; }
.team-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; vertical-align: 1px; }
.team-dot.mwf { background: var(--accent); }
.team-dot.tts { background: var(--gold); }

/* ---------- Shorts / VOD / YouTube ---------- */
.shorts-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.short-card { flex: 0 0 172px; scroll-snap-align: start; }
.short-thumb { position: relative; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: radial-gradient(circle at 25% 18%, color-mix(in srgb, var(--accent) 35%, white), transparent 45%), linear-gradient(150deg, hsl(var(--media-hue,275) 55% 66%), hsl(calc(var(--media-hue,275) + 40) 50% 44%)); transition: 0.18s; }
.short-card:hover .short-thumb { transform: translateY(-3px); box-shadow: var(--shadow); }
.short-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.short-thumb .play, .vod-thumb .play { position: absolute; z-index: 2; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.95); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.short-thumb .play::after, .vod-thumb .play::after { content: ""; margin-left: 3px; border-left: 13px solid var(--accent-strong); border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.soon-tag { position: absolute; z-index: 2; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; color: #fff; background: rgba(45,40,60,0.5); padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.short-title { margin-top: 10px; font-size: 13px; font-weight: 700; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vod-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.vod-card { min-width: 0; }
.vod-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 16px; border: 1px solid var(--line); background: radial-gradient(circle at 25% 20%, color-mix(in srgb, var(--accent) 30%, white), transparent 40%), linear-gradient(150deg, hsl(var(--media-hue,275) 52% 62%), hsl(calc(var(--media-hue,275) + 40) 48% 42%)); transition: 0.18s; }
.vod-card:hover .vod-thumb { transform: translateY(-3px); box-shadow: var(--shadow); }
.vod-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vod-thumb::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(45,40,60,0.4)); pointer-events: none; }
.vod-title { margin-top: 10px; font-size: 14px; font-weight: 800; line-height: 1.45; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.content-empty { width: 100%; grid-column: 1 / -1; }
.youtube-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.youtube-card { display: flex; align-items: center; gap: 14px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.16s; }
.youtube-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.youtube-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--live-soft); color: var(--live); font-size: 14px; }
.youtube-card > span:nth-child(2) { min-width: 0; }
.youtube-card b, .youtube-card small { display: block; }
.youtube-card b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.youtube-card small { margin-top: 2px; color: var(--muted); font-size: 11.5px; }
.youtube-card > i { margin-left: auto; color: var(--faint); font-style: normal; }

/* ---------- 페이지 헤드 ---------- */
.page-head { padding: 54px 0 0; }
.page-head .section-title { font-size: clamp(30px, 5vw, 44px); }
.page-head .total { display: inline-flex; align-items: baseline; gap: 10px; margin-top: 14px; padding: 10px 18px; border-radius: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.page-head .total .k { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; color: var(--muted); }
.page-head .total .v { font-size: 22px; font-weight: 900; color: var(--accent-strong); }
.board-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.write-btn { padding: 10px 20px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 13.5px; font-weight: 800; flex-shrink: 0; transition: 0.15s; }
.write-btn:hover { background: var(--accent-strong); transform: translateY(-1px); }

/* ---------- 멤버 ---------- */
.team-tabs { display: flex; gap: 8px; margin: 28px 0 20px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.team-tabs::-webkit-scrollbar { display: none; }
.team-tab { padding: 12px 16px; font-size: 14.5px; font-weight: 800; color: var(--muted); border-bottom: 2.5px solid transparent; margin-bottom: -1px; white-space: nowrap; transition: 0.15s; }
.team-tab:hover { color: var(--fg); }
.team-tab.active { color: var(--accent-strong); border-bottom-color: var(--accent); }
.team-tab .cnt { font-size: 12px; font-weight: 700; color: var(--faint); margin-left: 4px; }
.team-meta { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }
.team-meta b { color: var(--fg); }
.team-meta strong { color: var(--live); }
.member-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 18px; }
.member-search { flex: 1; max-width: 420px; }
.member-search input { width: 100%; height: 42px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; color: var(--fg); font: inherit; font-size: 13.5px; outline: none; transition: 0.15s; }
.member-search input::placeholder { color: var(--faint); }
.member-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(138,92,208,0.12); }
.status-filters { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.status-filters button { padding: 6px 11px; border-radius: 8px; color: var(--muted); font-size: 12px; font-weight: 700; transition: 0.15s; }
.status-filters button.active { color: #fff; background: var(--accent); }
.member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(252px, 1fr)); gap: 16px; padding-bottom: 76px; }
.member-card { border: 1px solid var(--line); border-radius: 20px; padding: 26px 20px 20px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.18s; display: flex; flex-direction: column; gap: 14px; }
.member-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.member-card.is-live { border-color: rgba(229,72,77,0.35); }
.member-top { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.member-avatar { position: relative; width: 104px; height: 104px; border-radius: 50%; border: 2px solid var(--line-strong); margin-bottom: 6px; }
.member-avatar img, .member-avatar .initial { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.member-card.is-live .member-avatar { border-color: var(--live); box-shadow: 0 0 0 3px rgba(229,72,77,0.16); }
.member-avatar .initial { font-family: var(--serif); font-size: 40px; }
.member-avatar .live-badge { top: auto; bottom: -6px; left: 50%; transform: translateX(-50%); }
.role-badge { font-size: 10.5px; font-weight: 900; letter-spacing: 0.06em; padding: 4px 12px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.role-badge.leader { background: var(--gold-soft); color: var(--gold); }
.member-name { font-size: 20px; font-weight: 900; }
.member-ch { font-size: 12px; font-weight: 600; color: var(--faint); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.channel-link { margin-top: 4px; padding: 7px 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: #fff; color: var(--muted); font-size: 12px; font-weight: 800; transition: 0.15s; }
a.channel-link:hover { border-color: var(--accent); color: var(--accent-strong); }
.member-card.is-live a.channel-link { border-color: transparent; background: var(--live); color: #fff; }
.channel-link.disabled { color: var(--faint); cursor: default; }
.member-live-title { display: flex; gap: 7px; padding: 10px 12px; border-radius: 10px; background: var(--live-soft); color: #b53a3f; font-size: 12.5px; line-height: 1.45; }
.member-live-title b { flex: 0 0 auto; color: var(--live); font-size: 10px; letter-spacing: 0.06em; }
.member-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.member-facts span { font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg-soft); color: var(--muted); }
.member-sigs .sig-label { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--faint); margin-bottom: 8px; text-align: center; }
.sig-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.sig-chip { font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.sig-chip b { font-weight: 900; margin-right: 4px; }
.member-intro { margin-top: auto; font-size: 13px; color: var(--muted); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; text-align: center; line-height: 1.55; }
.member-intro::before { content: "“"; color: var(--accent); font-weight: 900; margin-right: 2px; }
.member-intro::after { content: "”"; color: var(--accent); font-weight: 900; margin-left: 2px; }
.member-empty { grid-column: 1 / -1; }
.viewer-badge { position: absolute; top: 10px; left: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; background: var(--live); color: #fff; font-size: 10.5px; font-weight: 900; }

/* ---------- LIVE 전용 페이지 ---------- */
.live-title { color: var(--live); }
.live-filter { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0 20px; }
.live-filter-chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: #fff; color: var(--muted); font-size: 13.5px; font-weight: 700; transition: 0.15s; }
.live-filter-chip span { font-size: 11.5px; font-weight: 800; color: var(--faint); }
.live-filter-chip:hover { border-color: var(--accent); color: var(--accent-strong); }
.live-filter-chip.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.live-filter-chip.active span { color: rgba(255,255,255,0.85); }
.live-page-grid { padding-bottom: 76px; }

/* ---------- 일정 ---------- */
.week-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; }
.day-card { border: 1px solid var(--line); border-radius: 16px; padding: 18px 12px; text-align: center; background: #fff; box-shadow: var(--shadow-soft); min-height: 128px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.day-card .day-name { font-size: 13px; font-weight: 900; letter-spacing: 0.14em; color: var(--faint); }
.day-card.today { border-color: rgba(138,92,208,0.4); background: var(--accent-soft); }
.day-card.today .day-name { color: var(--accent-strong); }
.today-tag { font-size: 9.5px; font-weight: 900; letter-spacing: 0.1em; color: #fff; background: var(--accent); padding: 2px 8px; border-radius: 999px; }
.day-team { font-size: 14px; font-weight: 800; }
.day-time { font-size: 12px; color: var(--muted); }
.day-off { font-size: 12.5px; color: var(--faint); margin: auto 0; line-height: 1.45; }
.legend { display: flex; gap: 16px; margin-top: 16px; font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }
.event-list { display: flex; flex-direction: column; gap: 12px; padding-bottom: 8px; }
.event-card { display: flex; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.15s; }
.event-card:hover { box-shadow: var(--shadow); }
.event-card.past { opacity: 0.5; }
.event-date { flex-shrink: 0; text-align: center; width: 64px; }
.event-date .m { font-size: 11px; font-weight: 800; color: var(--accent-strong); letter-spacing: 0.1em; }
.event-date .d { font-family: var(--serif); font-size: 28px; font-weight: 800; line-height: 1.1; }
.event-date .w { font-size: 11.5px; color: var(--faint); }
.event-main { flex: 1; min-width: 0; }
.event-title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.event-title { font-size: 16px; font-weight: 800; }
.event-tag { font-size: 10.5px; font-weight: 800; padding: 3px 9px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.event-desc { font-size: 13.5px; color: var(--muted); margin-top: 4px; }
.event-side { flex-shrink: 0; text-align: right; }
.event-time { font-size: 13px; font-weight: 700; color: var(--fg); }
.event-dday { display: inline-block; margin-top: 5px; font-size: 11.5px; font-weight: 900; padding: 3px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.event-dday.soon { background: var(--live); color: #fff; }
.event-dday.done { background: var(--bg-soft); color: var(--faint); }

/* ---------- 시그니처 ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.filter-chip { padding: 8px 16px; border-radius: 999px; font-size: 12.5px; font-weight: 700; background: #fff; border: 1px solid var(--line-strong); color: var(--muted); transition: 0.15s; }
.filter-chip:hover { color: var(--accent-strong); border-color: var(--accent); }
.filter-chip.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.sig-count { font-size: 13px; color: var(--muted); margin: 14px 2px 18px; }
.sig-count b { color: var(--accent-strong); }
.sig-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding-bottom: 76px; }
.sig-card { border: 1px solid var(--line); border-radius: 14px; padding: 16px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.15s; }
.sig-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.sig-amount { font-size: 17px; font-weight: 900; color: var(--accent-strong); }
.sig-name { font-size: 13.5px; font-weight: 700; margin-top: 4px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.sig-badge { font-size: 9.5px; font-weight: 900; padding: 2px 7px; border-radius: 999px; letter-spacing: 0.04em; }
.sig-badge.new { background: var(--live-soft); color: var(--live); }
.sig-badge.group { background: var(--gold-soft); color: var(--gold); }
.sig-member { display: block; margin-top: 8px; color: var(--faint); font-size: 11px; }

/* ---------- 데이터 페이지 ---------- */
.data-toolbar { display: flex; align-items: center; gap: 14px; margin: 4px 0 18px; flex-wrap: wrap; }
.round-select { height: 40px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 11px; background: #fff; color: var(--fg); font: inherit; font-size: 13px; font-weight: 700; outline: none; }
.round-select:focus { border-color: var(--accent); }
.data-count, .data-sum { font-size: 13px; color: var(--muted); }
.data-count b, .data-sum b { color: var(--accent-strong); font-weight: 900; }
.rank-list { display: flex; flex-direction: column; gap: 9px; padding-bottom: 76px; }
.rank-row { display: flex; align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); transition: 0.14s; }
.rank-row:hover { box-shadow: var(--shadow); }
.rank-no { width: 30px; flex-shrink: 0; text-align: center; font-family: var(--serif); font-size: 16px; font-weight: 800; color: var(--faint); }
.rank-row.top1 .rank-no { color: var(--gold); }
.rank-row.top2 .rank-no { color: #a9a2bb; }
.rank-row.top3 .rank-no { color: #c08a5a; }
.rank-row.top1 { border-color: rgba(200,145,47,0.35); }
.rank-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 1px solid var(--line-strong); }
.rank-avatar img, .rank-avatar .initial { width: 100%; height: 100%; object-fit: cover; font-size: 16px; }
.rank-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.rank-main b { font-size: 14.5px; font-weight: 800; }
.rank-main small { font-size: 11px; color: var(--faint); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-bar { height: 5px; border-radius: 999px; background: var(--bg-soft); overflow: hidden; margin-top: 3px; }
.rank-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--gold)); }
.rank-amount { flex-shrink: 0; font-size: 15.5px; font-weight: 900; color: var(--accent-strong); font-variant-numeric: tabular-nums; }
.raw-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); margin-bottom: 76px; }
.raw-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.raw-table th { padding: 12px 14px; font-size: 12px; font-weight: 800; color: var(--muted); text-align: left; border-bottom: 1px solid var(--line-strong); white-space: nowrap; background: var(--bg-soft); }
.raw-table td { padding: 11px 14px; font-size: 13px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.raw-table tbody tr:last-child td { border-bottom: 0; }
.raw-table tbody tr:hover td { background: rgba(138,92,208,0.04); }
.raw-chat { max-width: 320px; overflow: hidden; text-overflow: ellipsis; color: var(--muted); }
.raw-amount { font-weight: 900; color: var(--accent-strong); font-variant-numeric: tabular-nums; }
.raw-time { color: var(--faint); }
.raw-type { font-size: 10.5px; font-weight: 800; padding: 3px 8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-strong); }
.raw-type.bank { background: var(--gold-soft); color: var(--gold); }
.raw-empty { text-align: center; color: var(--muted); padding: 34px 0; }

/* ---------- 게시판 ---------- */
.board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 24px; }
.board-col-title { font-family: var(--serif); font-size: 18px; font-weight: 800; padding-left: 12px; border-left: 3px solid var(--accent); margin-bottom: 12px; line-height: 1.2; }
.post-list { display: flex; flex-direction: column; }
.post-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; padding: 13px 6px; border-bottom: 1px solid var(--line); text-align: left; transition: 0.13s; }
.post-row:hover { background: rgba(138,92,208,0.04); }
.post-main { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.post-title { font-size: 14px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.post-meta { font-size: 11.5px; color: var(--faint); display: flex; align-items: center; gap: 4px; }
.post-check { display: inline-grid; place-items: center; width: 13px; height: 13px; border-radius: 50%; background: var(--line-strong); color: #fff; font-size: 8px; font-style: normal; font-weight: 900; }
.post-check.official { background: var(--accent); }
.post-counts { display: flex; gap: 10px; flex-shrink: 0; font-size: 11.5px; font-weight: 700; color: var(--faint); }

/* ---------- 아바타 이니셜 ---------- */
.initial { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; background: radial-gradient(circle at 32% 24%, rgba(255,255,255,0.35), transparent 36%), linear-gradient(145deg, hsl(var(--avatar-hue,275) 58% 64%), hsl(calc(var(--avatar-hue,275) + 48) 52% 46%)); }
.avatar .initial { width: 100%; height: 100%; font-size: 25px; }
.feed-avatar .initial { width: 100%; height: 100%; font-size: 16px; }

/* ---------- 모달 ---------- */
.modal-overlay { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(45,40,60,0.4); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.modal-card { width: 100%; max-width: 420px; max-height: 80vh; overflow-y: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); padding: 22px 24px 24px; }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.modal-head h3 { font-family: var(--serif); font-size: 20px; font-weight: 800; }
.modal-close { width: 32px; height: 32px; border-radius: 50%; font-size: 19px; color: var(--muted); display: grid; place-items: center; transition: 0.15s; }
.modal-close:hover { color: var(--fg); background: var(--bg-soft); }
.modal-note { font-size: 13.5px; color: var(--muted); line-height: 1.65; }
.modal-ok { display: block; width: 100%; margin-top: 18px; padding: 11px 0; border-radius: 11px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 800; transition: 0.15s; }
.modal-ok:hover { background: var(--accent-strong); }
.login-form { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.login-form input { height: 42px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 11px; background: var(--bg-soft); color: var(--faint); font: inherit; font-size: 13.5px; }
.changelog-list { display: flex; flex-direction: column; gap: 13px; }
.changelog-list li { display: flex; flex-direction: column; gap: 2px; }
.changelog-list b { font-size: 12.5px; color: var(--accent-strong); }
.changelog-list span { font-size: 13.5px; color: var(--muted); }
.footer-link { padding: 0; font-size: 12.5px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.footer-link:hover { color: var(--accent-strong); }

/* ---------- 관리자 ---------- */
.admin-tag { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; color: var(--muted); }
.admin-wrap { padding-bottom: 76px; }
.admin-login { display: flex; justify-content: center; padding: 60px 0; }
.admin-login-card { width: 100%; max-width: 360px; text-align: center; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); padding: 32px 28px; }
.admin-login-card h1 { font-family: var(--serif); font-size: 22px; font-weight: 800; }
.admin-login-card p { margin-top: 8px; color: var(--muted); font-size: 13.5px; }
.admin-login-card form { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.admin-login-card input { height: 46px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 12px; background: #fff; color: var(--fg); font: inherit; font-size: 14px; outline: none; }
.admin-login-card input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(138,92,208,0.12); }
.admin-error { color: var(--live); font-size: 13px; font-weight: 700; margin-top: 12px; }
.admin-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 6px 0 18px; }
.admin-summary { font-size: 13.5px; color: var(--muted); }
.admin-summary b { color: var(--accent-strong); font-weight: 900; }
.admin-group { margin-bottom: 22px; }
.admin-group h3 { font-size: 14px; font-weight: 900; color: var(--muted); margin-bottom: 10px; letter-spacing: 0.04em; }
.admin-row { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-soft); margin-bottom: 9px; flex-wrap: wrap; }
.admin-row.is-live { border-color: rgba(229,72,77,0.35); }
.admin-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 1px solid var(--line-strong); }
.admin-avatar .initial { width: 100%; height: 100%; font-size: 17px; }
.admin-main { flex: 1; min-width: 130px; display: flex; flex-direction: column; gap: 6px; }
.admin-name { font-size: 15px; font-weight: 800; }
.admin-name small { display: block; font-size: 11.5px; font-weight: 600; color: var(--faint); margin-top: 2px; }
.admin-pill { align-self: flex-start; font-size: 11px; font-weight: 800; padding: 3px 9px; border-radius: 999px; }
.admin-pill.live { background: var(--live-soft); color: var(--live); }
.admin-pill.off { background: var(--bg-soft); color: var(--faint); }
.admin-pill.warn { background: var(--gold-soft); color: var(--gold); }
.admin-effective { font-size: 12.5px; color: var(--muted); flex-shrink: 0; }
.admin-effective b.on { color: var(--live); }
.admin-effective b.off { color: var(--faint); }
.ovr-group { display: inline-flex; border: 1px solid var(--line-strong); border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.ovr-btn { padding: 8px 12px; font-size: 12px; font-weight: 800; color: var(--muted); border-right: 1px solid var(--line); }
.ovr-btn:last-child { border-right: 0; }
.ovr-btn:hover { color: var(--fg); background: var(--bg-soft); }
.ovr-btn.active { color: #fff; }
.ovr-btn.active.auto { background: var(--accent); }
.ovr-btn.active.on { background: var(--live); }
.ovr-btn.active.off { background: var(--faint); }

/* ---------- 푸터 ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); margin-top: 76px; }
.footer-inner { padding: 40px 20px 48px; display: flex; flex-direction: column; gap: 10px; }
.footer-logo { font-family: var(--serif); font-size: 18px; font-weight: 800; letter-spacing: 0.04em; }
.footer-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); align-items: center; }
.footer-meta a:hover { color: var(--accent-strong); text-decoration: underline; }
.dummy-note { align-self: flex-start; margin-top: 6px; font-size: 11.5px; font-weight: 700; color: var(--gold); background: var(--gold-soft); padding: 5px 12px; border-radius: 999px; }
.fatal-error { margin-top: 76px; padding: 38px 24px; border: 1px dashed var(--line-strong); border-radius: 16px; text-align: center; color: var(--muted); }
.fatal-error b { color: var(--fg); }
.fatal-error button { display: block; margin: 14px auto 0; padding: 8px 13px; border-radius: 10px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; }

/* ---------- 반응형 ---------- */
@media (min-width: 720px) { .sig-grid { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 1000px) { .sig-grid { grid-template-columns: repeat(5,1fr); } }
@media (max-width: 899px) {
  .label-section-inner { grid-template-columns: 1fr; gap: 26px; }
  .label-visual { order: -1; aspect-ratio: 16/9; }
}
@media (max-width: 719px) {
  .header-inner { gap: 10px; height: 60px; }
  .logo-text { display: none; }
  .main-nav a, .nav-drop-btn { padding: 8px 11px; font-size: 13.5px; }
  .section { padding-top: 52px; }
  .hero-banner-inner { padding: 68px 20px 96px; }
  .stat-bar { gap: 4px; padding: 16px 12px; }
  .stat-v { font-size: 24px; }
  .livenow-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .label-mini-stats { gap: 22px; }
  .vod-grid, .youtube-grid, .board-grid { grid-template-columns: 1fr; }
  .board-grid { gap: 30px; }
  .week-strip { grid-template-columns: repeat(4,1fr); }
  .week-grid { grid-template-columns: repeat(2,1fr); }
  .day-card { min-height: 108px; }
  .sig-grid { grid-template-columns: repeat(2,1fr); }
  .event-card { flex-wrap: wrap; gap: 12px 20px; }
  .event-side { text-align: left; width: 100%; display: flex; align-items: center; gap: 10px; }
  .event-dday { margin-top: 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .section-head.center { align-items: center; }
  .section-tools { align-self: flex-end; margin-top: -34px; }
  .runtime-inner { flex-wrap: wrap; gap: 3px 9px; padding-top: 7px; padding-bottom: 7px; }
  .runtime-meta { order: 3; width: 100%; }
  .member-toolbar { align-items: stretch; flex-direction: column; }
  .member-search { max-width: none; }
  .admin-effective { width: 100%; order: 5; }
  .ovr-group { width: 100%; }
  .ovr-btn { flex: 1; text-align: center; }
}
