/**
 * EIBE Workspace 모듈 공통 토큰
 * workspace / food-share / meeting-rooms / Sales Hub / Offline Orders / Sales Hub v0.0.2
 * #1e2640 · #2eac39 · Pretendard
 */
:root {
  --font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui,
    "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  --bg: #f4f6fa;
  --bg-deep: #eef1f7;
  --bg-elevated: #f8fafc;
  --surface: #ffffff;
  --card: #ffffff;

  --text: #1b2438;
  --ink: #1b2438;
  --muted: #545c6a;
  --muted-2: #8a93a3;

  --line: #e5e8f0;
  --line-soft: #eef1f6;

  --dark: #1e2640;
  --dark-2: #151b2e;
  --dark-lift: #2a334f;

  --primary: #2eac39;
  --primary-hover: #239832;
  --primary-soft: #e8f7ea;
  --accent: #2eac39;
  --accent-ink: #239832;
  --accent-soft: #e8f7ea;

  --danger: #cc406d;
  --signal: #cc406d;
  --warning: #d97706;
  --warning-soft: #fdf1e2;
  --warn: #d97706;
  --warn-bg: #fffbeb;
  --warn-line: #fcd34d;
  --ok: #2eac39;

  --up: #cc406d;
  --down: #2eac39;
  --alert-up-bg: #faf0f3;
  --alert-down-bg: #e8f7ea;

  --sidebar: #1e2640;
  --sidebar-ink: #e8ecf4;
  --sidebar-muted: #8a93a3;
  --sidebar-line: #2a334f;
  --sidebar-active: #2a334f;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius: 12px;

  --shadow-sm: 0 2px 8px rgba(15, 27, 51, 0.06);
  --shadow-md: 0 4px 16px rgba(15, 27, 51, 0.08);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --space-launcher-accent: #3cb34a;

  --chart-1: #2eac39;
  --chart-2: #1e2640;
  --chart-3: #cc406d;
  --chart-4: #d97706;
  --chart-5: #3b5fc0;
  --chart-6: #0d9488;
  --chart-7: #ca8a04;
  --chart-8: #64748b;
  --chart-9: #151b2e;
  --chart-10: #59c463;
}

.operator-access-gate {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(165deg, #f5f7fb 0%, #eef1f7 55%, #e8ecf4 100%);
}
.operator-access-gate[hidden] {
  display: none !important;
}
.operator-access-gate__card {
  width: min(420px, 100%);
  padding: 28px 26px;
  border: 1px solid rgba(30, 38, 64, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(21, 27, 46, 0.08);
  text-align: center;
}
.operator-access-gate__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a93a3;
}
.operator-access-gate__title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: #1e2640;
}
.operator-access-gate__msg {
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #545c6a;
}
.operator-access-gate__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background: #1e2640;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.operator-access-gate__link:hover {
  background: #2a334f;
}

html.eibe-operator-denied #shell,
html.eibe-operator-denied #adminView {
  visibility: hidden !important;
  pointer-events: none !important;
}
