/**
 * @copyright Copyright (c) 2026 WBPC-GLOBAL. All Rights Reserved. Proprietary.
 * 일반·기업회원 — AI 스타일 셸 (Cursor형). 해외근로자·회사소개 사이트 크롬과 분리.
 */
body.lounge-member-shell,
body.member-ai-shell {
  min-height: 100vh;
  margin: 0;
  font-family: var(--exord-font-body, "Malgun Gothic", system-ui, sans-serif);
  color: rgba(246, 244, 238, 0.95);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201, 162, 39, 0.14), transparent 55%),
    linear-gradient(165deg, #12141c 0%, #1a1610 45%, #0e1016 100%);
}

body.lounge-member-shell[data-mcc-tier="corporate"],
body.member-ai-shell[data-mcc-tier="corporate"] {
  background:
    radial-gradient(ellipse 70% 45% at 50% -8%, rgba(140, 160, 190, 0.12), transparent 50%),
    linear-gradient(165deg, #0a0c12 0%, #10141c 50%, #080a10 100%);
}

#lounge-topbar,
.member-ai-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
  background: rgba(12, 14, 20, 0.72);
  backdrop-filter: blur(14px);
  color: rgba(246, 244, 238, 0.95);
}

body.member-ai-shell[data-mcc-tier="corporate"] .member-ai-topbar,
body.lounge-member-shell[data-mcc-tier="corporate"] #lounge-topbar {
  border-bottom-color: rgba(160, 175, 195, 0.28);
}

#lounge-topbar .lt-brand,
.member-ai-topbar .lt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

#lounge-topbar .lt-brand .lt-emblem,
.member-ai-topbar .lt-brand .lt-emblem {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}
#lounge-topbar .lt-tier-chip,
.member-ai-topbar .lt-tier-chip {
  font-size: 11px;
  letter-spacing: 0.04em;
  opacity: 0.7;
  margin-left: 6px;
  font-weight: 500;
}
#lounge-topbar .exord-wordmark-img--bar,
.member-ai-topbar .exord-wordmark-img--bar {
  height: 20px;
  width: auto;
  max-width: 120px;
}

#lounge-topbar .lt-actions,
.member-ai-topbar .lt-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#lounge-topbar .lt-actions a,
#lounge-topbar .lt-actions button,
.member-ai-topbar .lt-actions a,
.member-ai-topbar .lt-actions button {
  font: 12px/1 "Segoe UI", "Malgun Gothic", system-ui, sans-serif;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

#lounge-topbar .lt-actions a.lt-active,
.member-ai-topbar .lt-actions a.lt-active {
  background: rgba(201, 162, 39, 0.18);
  border-color: rgba(201, 162, 39, 0.45);
  font-weight: 700;
}

body.lounge-member-shell #lounge-chat-panel,
body.lounge-member-shell .ai-launcher,
body.lounge-member-shell #ai-panel,
body.member-ai-shell .ai-launcher,
body.member-ai-shell #ai-panel {
  display: none !important;
}

/* AI 셸 안 사이트형 헤더·탑바 숨김 */
body.member-ai-shell .topbar,
body.member-ai-shell .site-header,
body.lounge-member-shell .topbar,
body.lounge-member-shell .site-header {
  display: none !important;
}

/* products / member-ai 본문 — AI 셸 위 가독 패널 */
body.member-ai-shell .member-ai-main {
  padding: 72px 20px 48px;
  max-width: 980px;
  margin: 0 auto;
}

body.member-ai-shell .member-ai-main .section-inner,
body.member-ai-shell .member-ai-panel {
  background: rgba(18, 20, 28, 0.55);
  border: 1px solid rgba(201, 162, 39, 0.18);
  border-radius: 14px;
  padding: 22px 20px;
  color: rgba(246, 244, 238, 0.95);
}

body.member-ai-shell .member-ai-main h1,
body.member-ai-shell .member-ai-main h2,
body.member-ai-shell .member-ai-main h3,
body.member-ai-shell .member-ai-main .section-eyebrow {
  color: rgba(252, 248, 240, 0.96);
}

body.member-ai-shell .member-ai-main .lead,
body.member-ai-shell .member-ai-main .hint,
body.member-ai-shell .member-ai-main p {
  color: rgba(200, 190, 170, 0.88);
}

body.member-ai-shell .member-ai-main a:not(.btn) {
  color: rgba(232, 200, 110, 0.95);
}

body.member-ai-shell .filter-chip {
  border-color: rgba(201, 162, 39, 0.3);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
}

body.member-ai-shell .filter-chip.active {
  background: rgba(201, 162, 39, 0.22);
  border-color: rgba(201, 162, 39, 0.5);
}

body.member-ai-shell .audience-card,
body.member-ai-shell .member-ai-card {
  background: rgba(24, 26, 34, 0.72);
  border: 1px solid rgba(201, 162, 39, 0.2);
  color: inherit;
}

body.member-ai-shell footer {
  border-top: 1px solid rgba(201, 162, 39, 0.15);
  background: transparent;
  color: rgba(190, 180, 155, 0.8);
  margin-top: 32px;
  padding: 24px 20px;
}

body.member-ai-shell footer a {
  color: rgba(232, 200, 110, 0.9);
}
