/*
 * 더미 메인 — 참고 이미지 테마 (카드·아이콘·선)
 * 텍스트 내용·글자크기·글자체: quarter-board.css
 * 카드 내 글자 간격: --2slots 블록 (하단) 유지
 * 상단바: 오버라이드 없음
 */

.dummy-board-page {
  background: linear-gradient(165deg, #f6f8fb 0%, #f0f4f8 48%, #eef3f7 100%);
  --hub-schedule-pad-x: 14px;
  --hub-schedule-pad-y: 10px;
  --hub-nav-w: 18px;
  --hub-nav-chevron-w: 16px;
  --hub-nav-chevron-stroke: 2.5;
  --hub-nav-chevron-base-h: 38px;
  --hub-nav-chevron-scale-y: 3;
  --hub-nav-disabled: #9ebce0;
  --ref-hrm: #4a90d9;
  --ref-hrm-soft: #f3f8fe;
  --ref-hrm-border: #6ba3dc;
  --ref-hrm-head: #1a558c;
  --ref-hrd: #37a184;
  --ref-hrd-soft: #f2faf7;
  --ref-hrd-border: #52b89a;
  --ref-hrd-head: #18634d;
  --ref-ex: #9168b8;
  --ref-ex-soft: #f8f5fc;
  --ref-ex-border: #a894c8;
  --ref-ex-head: #5a3d78;
  --ref-ga: #2563ab;
  --ref-ga-soft: #f2f7fc;
  --ref-ga-border: #4d8ec8;
  --ref-ga-head: #123d6e;
  --ref-hub: #4a90d9;
  --ref-hub-border: #3578c4;
  --ref-hub-routine: #5a6b7d;
  --ref-hub-routine-hover: #3d6a9e;
  --ref-hub-routine-active: #2563ab;
  --ref-hub-diamond-radius: clamp(18px, 11%, 32px);
  --ref-card-shadow: 0 2px 8px rgba(15, 35, 52, 0.05);
  --ref-inner-shadow: 0 4px 8px -3px rgba(15, 35, 52, 0.1);
  --ref-inner-shadow-hover: 0 6px 14px -4px rgba(15, 35, 52, 0.14);
  --ref-board-row-gap: 18px;
  --ref-quadrant-side-inset: 30px;
  --ref-board-col-gap: 22px;
  --ref-hub-dept-gap: 30px; /* 중점과제·주요일정 ↔ 4부서 (다이아는 col-gap만) */
  --dept-icon-size: 54px;
  --dept-icon-protrude: 10px; /* 상단선 위로 살짝만 튀어나옴 (정중앙 걸침 X) */
  --page-pad-x: 16px;
  --page-pad-top: 18px;
  --page-pad-bottom: 12px;
}

.dummy-board-page .page-content,
.dummy-board-main.board-main .page-content {
  position: relative;
  background: transparent;
}

.dummy-board-main .page-content {
  padding: var(--page-pad-top) var(--page-pad-x) var(--page-pad-bottom);
}

/* 1행 아이콘 protrude가 padding 영역에 그려지도록 상단만 확보 */
.dummy-board-page--2slots .dummy-board-main .page-content {
  --page-pad-top: calc(18px + var(--dept-icon-protrude));
  padding-top: var(--page-pad-top);
}

.dummy-board-main .board-layout {
  gap: 16px var(--ref-board-col-gap, 22px);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 660px) minmax(0, 1fr);
  overflow: visible;
}

/* ─── 4분할 사분면 배경 (board-layout 50% 기준 · 바깥 패딩만 확장) ─── */

.dummy-board-page .board-quadrants {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.dummy-board-page .board-quadrant {
  position: absolute;
  pointer-events: none;
  opacity: 0.72;
  filter: blur(0.5px);
}

.dummy-board-page .board-quadrant--hrm {
  top: calc(-1 * var(--page-pad-top));
  left: calc(-1 * var(--page-pad-x));
  right: 50%;
  bottom: 50%;
  background: var(--ref-hrm-soft);
  border-radius: 14px 0 0 0;
}

.dummy-board-page .board-quadrant--hrd {
  top: calc(-1 * var(--page-pad-top));
  left: 50%;
  right: calc(-1 * var(--page-pad-x));
  bottom: 50%;
  background: var(--ref-hrd-soft);
  border-radius: 0 14px 0 0;
}

.dummy-board-page .board-quadrant--ex {
  top: 50%;
  left: calc(-1 * var(--page-pad-x));
  right: 50%;
  bottom: calc(-1 * var(--page-pad-bottom));
  background: var(--ref-ex-soft);
  border-radius: 0 0 0 14px;
}

.dummy-board-page .board-quadrant--ga {
  top: 50%;
  left: 50%;
  right: calc(-1 * var(--page-pad-x));
  bottom: calc(-1 * var(--page-pad-bottom));
  background: var(--ref-ga-soft);
  border-radius: 0 0 14px 0;
}

.dummy-board-page .board-surface {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.dummy-board-page .dept-card--hrm,
.dummy-board-page .dept-card--ex {
  margin-left: var(--ref-quadrant-side-inset);
}

.dummy-board-page .dept-card--hrd,
.dummy-board-page .dept-card--ga {
  margin-right: var(--ref-quadrant-side-inset);
}

/* 더미(/dummy) 미리보기 전용 — 메인 대시보드는 DnD·클릭 유지 */
.dummy-board-main.dummy-board-main--preview .board-layout {
  pointer-events: none;
  user-select: none;
}

/* ─── 부서 카드 (흰 박스 · 부문 테마 테두리) ─── */

.dummy-board-page .dept-card {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1.5px solid var(--ref-border, #d0dae4);
  background: #fff;
  box-shadow: none;
  overflow: visible;
}

.dummy-board-page .dept-card::before {
  display: none;
}

.dummy-board-page .dept-card--hrm { --ref-main: var(--ref-hrm); --ref-soft: var(--ref-hrm-soft); --ref-border: var(--ref-hrm-border); --ref-head: var(--ref-hrm-head); }
.dummy-board-page .dept-card--hrd { --ref-main: var(--ref-hrd); --ref-soft: var(--ref-hrd-soft); --ref-border: var(--ref-hrd-border); --ref-head: var(--ref-hrd-head); }
.dummy-board-page .dept-card--ex  { --ref-main: var(--ref-ex);  --ref-soft: var(--ref-ex-soft);  --ref-border: var(--ref-ex-border);  --ref-head: var(--ref-ex-head); }
.dummy-board-page .dept-card--ga  { --ref-main: var(--ref-ga);  --ref-soft: var(--ref-ga-soft);  --ref-border: var(--ref-ga-border);  --ref-head: var(--ref-ga-head); }

.dummy-board-page .dept-head {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    180deg,
    var(--ref-soft) 0%,
    color-mix(in srgb, var(--ref-soft) 42%, #ffffff) 52%,
    #ffffff 100%
  );
  border-bottom: none;
  box-shadow: none;
  padding: 8px 16px 6px;
  align-items: center;
  flex-shrink: 0;
  overflow: visible;
  border-radius: 11px 11px 0 0;
}

.dummy-board-page .dept-head-main {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: calc(var(--dept-icon-size) + 10px);
}

.dummy-board-page .dept-head::after {
  display: none;
}

.dummy-board-page .dept-head .dept-icon {
  position: absolute;
  left: 16px;
  top: calc(-1 * var(--dept-icon-protrude));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--dept-icon-size);
  height: var(--dept-icon-size);
  margin-right: 0;
  border-radius: 50%;
  border: 2.5px solid var(--ref-main);
  color: var(--ref-main);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 35, 52, 0.1);
  z-index: 4;
}

.dummy-board-page .dept-icon svg {
  display: block;
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dummy-board-page .dept-icon--hrd svg {
  width: 28px;
  height: 28px;
}

.dummy-board-page .dept-icon--ga svg {
  width: 26px;
  height: 26px;
}

.dummy-board-page .dept-icon--ex svg path {
  fill: currentColor;
  stroke: none;
}

.dummy-board-page .dept-card .board-dept-title,
.dummy-board-page .dept-card .dept-head-count .poly-stat-val {
  color: var(--ref-head, var(--ref-main));
  line-height: 1;
}

.dummy-board-page .dept-card .board-dept-title-en,
.dummy-board-page .dept-card .dept-head-count .poly-stat-unit {
  color: var(--ref-main);
  opacity: 1;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1;
}

/* 헤더 한 줄 — 제목(KR) baseline 기준, EN·숫자는 라틴 metrics 보정 */
.dummy-board-page {
  --dept-head-latin-offset: 2px;
}

.dummy-board-page .board-dept-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  line-height: 1;
}

.dummy-board-page .board-dept-title {
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}

.dummy-board-page .board-dept-title-en {
  flex: 0 0 auto;
  position: relative;
  top: var(--dept-head-latin-offset);
}

.dummy-board-page .dept-head-count {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  margin-left: auto;
  line-height: 1;
}

.dummy-board-page .dept-head-count .poly-stat-val {
  position: relative;
  top: var(--dept-head-latin-offset);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}

.dummy-board-page .dept-head-count .poly-stat-unit {
  margin-left: 0.08em;
}

.dummy-board-page .board-project-list {
  background: transparent;
}

.dummy-board-page .board-project-list::before {
  display: none;
}

/* 프로젝트 서브카드 — 참고: 흰 박스 · 아래쪽 그림자만 */
.dummy-board-page .project-sub-card {
  border-radius: 10px;
  border: none;
  background: #fff;
  cursor: default;
  box-shadow: var(--ref-inner-shadow);
}

.dummy-board-page .project-sub-card:hover {
  background: #fff;
  box-shadow: var(--ref-inner-shadow-hover);
}

.dummy-board-page .project-sub-title {
  color: #1a2b3c;
}

.dummy-board-page .project-field-label {
  color: var(--ref-main);
  font-weight: 700;
}

.dummy-board-page .project-field .project-field-value {
  color: #475569;
}

.dummy-board-page .project-sub-divider {
  background: linear-gradient(
    180deg,
    transparent 0%,
    #d4dee8 20%,
    #d4dee8 80%,
    transparent 100%
  );
}

.dummy-board-page .dept-card .donut {
  background: conic-gradient(var(--color, var(--ref-main)) calc(var(--pct) * 1%), #e2e8f0 0);
}

.dummy-board-page .donut::after {
  background: #fff;
}

.dummy-board-page .project-sub-card:hover .donut::after {
  background: #fff;
}

/* ─── 허브 (참고: 원형 상시업무 휠 + 하단 중점 프로젝트) ─── */

.dummy-board-page .hub-column {
  --hub-diamond-scale: 1.05;
  --hub-body-inset: 10px;
  --hub-card-pad-x: 6px;
  --ref-hub-wheel-size: clamp(600px, 68vmin, 820px);
  --ref-hub-wheel-slice: 72deg;
  --ref-hub-wheel-gap: 9deg;
  --ref-hub-wheel-start: -126deg;
  --ref-hub-wheel-label-offset: -90deg;
  --hub-orbit: clamp(118px, 17.5vmin, 178px);
  background: transparent;
}

.dummy-board-page .hub-column--wheel {
  --hub-diamond-scale: 1;
  --hub-quote-font-size: 28px;
  --hub-quote-line-height: 1.1;
  --hub-quote-line-gap: 2px;
  --hub-quote-beam-gap: 2px;
  --hub-beam-width: min(400px, 72%);
  --hub-beam-max-height: 68px;
  --hub-beam-aspect-ratio: 448 / 118;
  --hub-quote-block-height: calc(
    var(--hub-quote-font-size) * var(--hub-quote-line-height) * 1
  );
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  overflow: visible;
  height: 100%;
  min-height: 0;
}

.dummy-board-page .hub-column--wheel .hub-quote {
  position: absolute !important;
  top: 38px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 7;
  width: min(100%, 420px);
  margin: 0;
  color: #6f3f3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  flex-shrink: 0;
}

.dummy-board-page .hub-column--wheel .hub-quote-text {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hub-quote-line-gap);
  font-family: inherit;
  font-size: var(--hub-quote-font-size);
  font-weight: 800;
  line-height: var(--hub-quote-line-height);
  letter-spacing: -0.6px;
}

.dummy-board-page .hub-column--wheel .hub-quote-line {
  display: block;
}

.dummy-board-page .hub-column--wheel .hub-quote-beam,
.dummy-board-page .hub-focus-project-beam {
  width: var(--hub-beam-width);
  aspect-ratio: auto !important; /* allow height to stretch dynamically */
}

.dummy-board-page .hub-column--wheel .hub-quote-beam {
  position: absolute !important;
  top: 78px !important; /* starts just below the lowered quote text (38px + line-height gap) */
  bottom: calc(50% + var(--ref-hub-wheel-size) / 2 - 12px) !important; /* ends at the wheel top edge */
  left: 50% !important;
  transform: translateX(-50%) !important;
  pointer-events: none;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.dummy-board-page .hub-quote-beam-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%);
}

.dummy-board-page .hub-column--wheel .hub-wheel-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 0;
  overflow: visible;
  z-index: 6;
  pointer-events: auto;
}

.dummy-board-page .hub-column--wheel .hub-wheel {
  pointer-events: auto;
}

/* 휠 외곽 글로우 */
.dummy-board-page .hub-column--wheel .hub-wheel::before {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 236, 244, 0.55) 0%, rgba(210, 236, 244, 0.12) 52%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.dummy-board-page .hub-column--wheel .hub-wheel::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(170, 215, 230, 0.38);
  pointer-events: none;
  z-index: 1;
}

/* 허브 휠을 이미지로 깔 때 (텍스트 없는 PNG/WebP) */
.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg {
  background: transparent !important;
  box-shadow: none !important;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: var(--hub-wheel-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg::after {
  display: none;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg .hub-wheel-arrow-ring {
  display: none;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg .hub-wheel-center {
  background: transparent;
  box-shadow: none;
  width: 38%;
  height: 38%;
  z-index: 5;
  pointer-events: none;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg .hub-wheel-center-label {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #0f172a;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg .hub-wheel-slice {
  z-index: 4;
}

.dummy-board-page .hub-column--wheel .hub-diamond.hub-wheel--bg .hub-wheel-slice::before {
  width: 108px;
  height: 100px;
}

/* 상시업무 휠 — 참고: 부채꼴 5분할 + 두꺼운 흰 분리선 */
.dummy-board-page .hub-column--wheel .hub-diamond {
  transform: none;
  border-radius: 50%;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  height: auto;
  position: relative;
  z-index: 6;
  background:
    /* 흰 분리선 (부채꼴 사이) */
    repeating-conic-gradient(
      from var(--ref-hub-wheel-start),
      rgba(255, 255, 255, 0.98) 0deg var(--ref-hub-wheel-gap),
      transparent var(--ref-hub-wheel-gap) var(--ref-hub-wheel-slice)
    ),
    /* 색상 5분할 — 상단부터 시계방향: 채용·학습·운영·자산·문서 */
    conic-gradient(
      from var(--ref-hub-wheel-start),
      #2a5a9e 0deg 72deg,
      #167fbb 72deg 144deg,
      #2eb8a8 144deg 216deg,
      #5ec9d4 216deg 288deg,
      #1aa3d8 288deg 360deg
    );
  box-shadow:
    0 18px 44px rgba(8, 52, 72, 0.22),
    inset 0 0 0 20px rgba(255, 255, 255, 0.98),
    0 0 0 2px rgba(160, 210, 225, 0.45);
  overflow: visible;
}

.dummy-board-page .hub-column--wheel .hub-wheel-arrow-ring {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  pointer-events: none;
  z-index: 2;
}

.dummy-board-page .hub-wheel-arrow-ring .hub-wheel-arrow-pointer path {
  filter: drop-shadow(0 1px 2px rgba(22, 127, 187, 0.35));
}

.dummy-board-page .hub-column--wheel .hub-diamond::before {
  display: none;
  content: none;
}

.dummy-board-page .hub-column--wheel .hub-wheel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 참고: 흰 중앙 원 + 진한 파란 "상시업무" + 하단 점 */
.dummy-board-page .hub-column--wheel .hub-wheel-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38%;
  height: 38%;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(212, 222, 232, 0.95),
    0 10px 24px rgba(15, 35, 52, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.dummy-board-page .hub-column--wheel .hub-wheel-center-label {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #0f172a;
}

.dummy-board-page .hub-column--wheel .hub-wheel-center-dot {
  display: none;
}

/* 부채꼴 라벨/아이콘 오버레이 */
.dummy-board-page .hub-column--wheel .hub-wheel-slice {
  --angle: calc(var(--i) * var(--ref-hub-wheel-slice) + var(--ref-hub-wheel-label-offset));
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform-origin: 0 0;
  transform:
    rotate(var(--angle))
    translateX(calc(var(--hub-orbit) + var(--slice-orbit-shift, 0px)))
    rotate(calc(-1 * var(--angle)));
  z-index: 4;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 88px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: max-content;
  transform: translate(-50%, calc(-50% + var(--slice-content-y, 0px)));
  color: rgba(255, 255, 255, 0.98);
  pointer-events: none;
  text-align: center;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.98);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-icon svg {
  display: block;
  width: 32px;
  height: 32px;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-label,
.dummy-board-page .hub-column--wheel .hub-wheel-slice-count {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.12;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  transform: translateY(var(--slice-label-y, 0px));
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-label {
  white-space: nowrap;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-count {
  white-space: nowrap;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice.is-active .hub-wheel-slice-label {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* 하단 중점 프로젝트 — 참고 이미지 */
.dummy-board-page .hub-column--wheel .hub-focus-project.hub-box--focus {
  flex-shrink: 0;
  width: min(720px, calc(100vw - 440px));
  max-width: none;
  margin-inline: auto;
  align-self: center;
  z-index: 5;
  border-color: #b8e0dc;
  box-shadow:
    0 6px 20px rgba(15, 122, 114, 0.12),
    0 0 0 1px rgba(184, 224, 220, 0.9);
  overflow: visible;
}

.dummy-board-page .hub-focus-project-beam {
  position: absolute;
  left: 50%;
  top: -78px;
  transform: translateX(-50%);
  width: min(240px, 52%);
  height: 78px;
  background: linear-gradient(
    180deg,
    rgba(45, 180, 168, 0.55) 0%,
    rgba(45, 180, 168, 0.22) 42%,
    rgba(45, 180, 168, 0.06) 72%,
    transparent 100%
  );
  clip-path: polygon(50% 0%, 4% 100%, 96% 100%);
  filter: blur(0.2px);
  pointer-events: none;
  z-index: 0;
}

.dummy-board-page .hub-focus-project {
  margin-inline: auto;
  width: min(520px, 100%);
}

.dummy-board-page .hub-focus-project-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px 10px;
  border-bottom: none;
  background: transparent;
}

.dummy-board-page .hub-focus-project-head-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px 5px 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(232, 250, 247, 0.95) 0%, rgba(210, 244, 238, 0.88) 100%);
  border: 1px solid rgba(46, 184, 168, 0.28);
  box-shadow: 0 1px 6px rgba(15, 122, 114, 0.08);
}

.dummy-board-page .hub-focus-project-head-line {
  flex: 1;
  height: 1px;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, rgba(46, 184, 168, 0.55), transparent);
}

.dummy-board-page .hub-focus-project-star-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(165deg, #34c4b0 0%, #1a9fd4 100%);
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(26, 159, 212, 0.32);
}

.dummy-board-page .hub-column--wheel .hub-focus-project-head-title {
  color: #0d9488;
  white-space: nowrap;
}

.dummy-board-page .hub-focus-project-body {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 20px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.dummy-board-page .hub-focus-project-title-wrap {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.dummy-board-page .hub-column--wheel .hub-focus-project-title {
  display: block;
  max-width: 100%;
  text-align: left;
}

.dummy-board-page .hub-focus-project-date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  color: #64748b;
}

.dummy-board-page .hub-focus-project-date-icon {
  width: 16px;
  height: 16px;
  color: #94a3b8;
  flex-shrink: 0;
}

.dummy-board-page .hub-focus-project-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dummy-board-page .hub-focus-project-footer-divider {
  width: 1px;
  height: 28px;
  background: #d4dee8;
  flex-shrink: 0;
}

.dummy-board-page .hub-focus-project-alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px 4px 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff5f5 0%, #fee2e2 100%);
  border: 1px solid rgba(248, 113, 113, 0.45);
  box-shadow: 0 1px 4px rgba(239, 68, 68, 0.1);
}

.dummy-board-page .hub-focus-project-alert-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
}

.dummy-board-page .hub-column--wheel .hub-focus-project-alert .project-field-value--issue {
  color: #b91c1c;
  font-weight: 700;
  font-size: 18px;
}

.dummy-board-page .hub-focus-project-star {
  color: #0d9488;
  font-size: 18px;
  line-height: 1;
}

.dummy-board-page .hub-focus-project-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px 12px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
}

.dummy-board-page .hub-column--wheel .hub-focus-project-card .project-field {
  margin-top: 2px;
}

.dummy-board-page .hub-column--wheel .hub-focus-project-card .project-field--issue {
  margin-top: 6px;
}

.dummy-board-page .hub-focus-project-card:hover {
  background: #fbfdff;
}

.dummy-board-page .hub-focus-project-card-copy {
  min-width: 0;
}

.dummy-board-page .hub-focus-project-card-gauge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dummy-board-page .hub-focus-project-empty {
  padding: 14px 12px;
  text-align: center;
  color: #94a3b8;
}

.dummy-board-page .hub-column--diamond-only {
  justify-content: stretch;
  align-self: stretch;
  height: 100%;
}

.dummy-board-page .hub-column--diamond-only .hub-diamond-wrap {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.dummy-board-page .hub-box--message,
.dummy-board-page .hub-box--focus {
  position: relative;
  z-index: 3;
  margin-inline: calc(var(--ref-hub-dept-gap) - var(--ref-board-col-gap));
  width: auto;
  max-width: calc(100% - (var(--ref-hub-dept-gap) - var(--ref-board-col-gap)) * 2);
}

.dummy-board-page .hub-box--message {
  background: #fff;
  border: 1px solid #d4dee8;
  border-radius: 12px;
  box-shadow: var(--ref-card-shadow);
  padding: 10px 12px;
  overflow: hidden;
}

.dummy-board-page .hub-postit-sheet--back,
.dummy-board-page .hub-postit-fold {
  display: none;
}

.dummy-board-page .hub-postit-stack {
  height: 100%;
}

.dummy-board-page .hub-postit-sheet--front {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.dummy-board-page .hub-box--message .hub-postit-header {
  border-bottom: 1px solid #e8edf2;
  padding-bottom: 8px;
}

.dummy-board-page .hub-message-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef5fc;
  border: 1px solid #c5ddf5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dummy-board-page .hub-message-icon svg .hub-pin-head {
  fill: var(--ref-hub);
}

.dummy-board-page .hub-message-icon svg .hub-pin-needle {
  stroke: var(--ref-hub);
}

.dummy-board-page .hub-box--message .board-project-title {
  color: #1e3a5f;
}

.dummy-board-page .hub-goal-item::before {
  background: var(--ref-hub);
}

.dummy-board-page .hub-diamond-wrap {
  overflow: visible;
  position: relative;
  z-index: 5;
}

/* ── 1. 상시업무 다이아: 이중선 데코 테두리 · 원형 순환 아이콘 ── */

.dummy-board-page .hub-diamond {
  position: relative;
  z-index: 1;
  background: #fff;
  border: none;
  border-radius: var(--ref-hub-diamond-radius);
  box-shadow:
    0 2px 10px rgba(46, 109, 180, 0.08),
    0 0 0 1px rgba(184, 217, 248, 0.9);
  overflow: visible;
}

/* quarter-board 녹색 내부 채움 제거 */
.dummy-board-page .hub-diamond::before {
  display: none;
}

/* 바깥쪽 gradient 링 */
.dummy-board-page .hub-diamond::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2.5px;
  background: linear-gradient(
    155deg,
    #a8cff5 0%,
    #5a9ee8 22%,
    var(--ref-hub) 48%,
    var(--ref-hub-border) 72%,
    #8eb8e8 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

/* 안쪽 얇은 연한 라인 (참고: double frame) */
.dummy-board-page .hub-diamond-inner {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  padding-top: 2%;
  padding-bottom: 10%;
  gap: 0;
  overflow: visible;
  max-height: none;
}

.dummy-board-page .hub-diamond-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  flex-shrink: 0;
}

.dummy-board-page .hub-diamond-icon {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -10px;
  margin-bottom: 0;
  color: var(--ref-hub);
  pointer-events: none;
  transform: scale(1);
  transform-origin: center;
  filter: none;
  transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.dummy-board-page .hub-diamond-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: none;
}

.dummy-board-page .hub-diamond-icon svg path {
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none !important;
  transition: stroke 0.2s ease;
}

.dummy-board-page .hub-diamond-icon:hover svg path,
.dummy-board-page .hub-diamond-inner:has(.hub-routine-item:hover) .hub-diamond-icon svg path {
  filter: none !important;
}

/* 선택(is-active) · hover — 색 진하게만, 그림자 없음 */
.dummy-board-page .hub-diamond-inner:has(.hub-routine-item.is-active) .hub-diamond-icon,
.dummy-board-page .hub-diamond-inner:has(.hub-routine-item:hover) .hub-diamond-icon {
  filter: none;
  transform: none;
}

.dummy-board-page .hub-diamond-inner:has(.hub-routine-item.is-active) .hub-diamond-icon {
  color: var(--ref-hub-routine-active);
}

.dummy-board-page .hub-diamond-inner:has(.hub-routine-item.is-active) .hub-diamond-icon svg path {
  stroke: var(--ref-hub-routine-active) !important;
  filter: none !important;
}

.dummy-board-page .hub-diamond-inner:has(.hub-routine-item:hover:not(.is-active)) .hub-diamond-icon {
  color: var(--ref-hub-routine-hover);
}

.dummy-board-page .hub-diamond-inner:has(.hub-routine-item:hover:not(.is-active)) .hub-diamond-icon svg path {
  stroke: var(--ref-hub-routine-hover) !important;
  filter: none !important;
}

.dummy-board-page .hub-diamond-head .board-project-title {
  color: #1e3a5f;
  text-align: center;
  margin: 0;
}

.dummy-board-page .hub-diamond-divider {
  width: 72%;
  margin: 2px 0 8px;
  opacity: 0;
  background: transparent;
  /* 선만 숨김 — margin 유지로 불릿 목록 위치·여백 그대로 */
}

.dummy-board-page .hub-routine-grid {
  gap: 6px;
  padding: 2px 2px 0;
  margin-top: 0;
}

.dummy-board-page .hub-routine-item {
  color: var(--ref-hub-routine);
  padding: 2px 2px;
  font-weight: 500;
  transition: color 0.2s ease, font-weight 0.2s ease;
  text-shadow: none !important;
}

.dummy-board-page .hub-routine-item::before {
  background: currentColor;
  transition: background 0.2s ease;
  box-shadow: none !important;
}

.dummy-board-page .hub-routine-item:hover {
  color: var(--ref-hub-routine-hover);
  font-weight: 700;
  text-shadow: none !important;
}

.dummy-board-page .hub-routine-item.is-active {
  color: var(--ref-hub-routine-active);
  font-weight: 700;
  text-shadow: none !important;
}

.dummy-board-page .hub-routine-item:hover::before,
.dummy-board-page .hub-routine-item.is-active::before {
  box-shadow: none !important;
  transform: none;
}

.dummy-board-page .hub-box--focus {
  background: #fff;
  border: 1px solid #d4dee8;
  border-radius: 12px;
  box-shadow: var(--ref-card-shadow);
  padding: 0;
  overflow: visible;
}

.dummy-board-page .hub-box--message.hub-box--routine-focus {
  overflow: visible;
}

.dummy-board-page .hub-schedule-planner {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.dummy-board-page .hub-schedule-planner::before {
  display: none;
}

.dummy-board-page .hub-schedule-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: var(--hub-schedule-pad-y) var(--hub-schedule-pad-x);
  border-bottom: 1px solid #e8edf2;
  background: #fff;
  flex-shrink: 0;
}

.dummy-board-page .hub-schedule-head .board-project-title {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  color: #1e3a5f;
}

.dummy-board-page .hub-schedule-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef5fc;
  border: 1px solid #c5ddf5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dummy-board-page .hub-schedule-icon svg {
  stroke: var(--ref-hub);
  width: 18px;
  height: 18px;
}

/* ─── 허브 하단 — 상시업무 업무명 (대분류 연동) ─── */

.dummy-board-page .hub-box--routine-focus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px 6px 10px;
  min-height: 0;
}

.dummy-board-page .hub-routine-focus {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  flex: 1;
}

.dummy-board-page .hub-focus-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 4px 0 10px;
}

.dummy-board-page .hub-focus-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dummy-board-page .hub-focus-dot:hover {
  background: #94a3b8;
}

.dummy-board-page .hub-focus-dot.is-active {
  background: var(--ref-hub);
  box-shadow: 0 0 8px rgba(74, 144, 217, 0.55);
  transform: scale(1.15);
}

.dummy-board-page .hub-routine-focus-body {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 0;
  flex: 1;
  overflow: visible;
}

/* 허브 좌우 탐색 — 아래 상시업무 카테고리: 항상 표시 */
.dummy-board-page .hub-routine-focus-nav {
  position: static;
  flex: 0 0 var(--hub-nav-w);
  width: var(--hub-nav-w);
  min-width: var(--hub-nav-w);
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--ref-hub);
  cursor: pointer;
  overflow: visible;
}

/* 위 일정: 호버 시에만 chevron — carousel 전체 높이 기준 중앙 (아래 카테고리 nav와 동일) */
.dummy-board-page .hub-schedule-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--hub-nav-w);
  padding: 0;
  border: none;
  background: transparent;
  color: var(--ref-hub);
  cursor: pointer;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.15s ease, color 0.15s ease;
}

.dummy-board-page .hub-schedule-carousel:hover .hub-schedule-nav {
  opacity: 1;
  pointer-events: auto;
}

.dummy-board-page .hub-schedule-nav--prev {
  left: 4px;
}

.dummy-board-page .hub-schedule-nav--next {
  right: 4px;
}

.dummy-board-page .hub-routine-focus-nav:hover:not(:disabled) {
  color: #2563ab;
}

.dummy-board-page .hub-schedule-nav:hover:not(:disabled) {
  color: var(--ref-hub-routine-active);
}

.dummy-board-page .hub-routine-focus-nav:disabled {
  cursor: default;
  color: var(--hub-nav-disabled);
}

.dummy-board-page .hub-nav-chevron {
  display: block;
  width: var(--hub-nav-chevron-w);
  height: var(--hub-nav-chevron-base-h);
  flex-shrink: 0;
  transform: scaleY(var(--hub-nav-chevron-scale-y));
  transform-origin: center center;
  color: var(--ref-hub);
  opacity: 0.88;
  filter: none;
  transition: opacity 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.dummy-board-page .hub-nav-chevron path {
  stroke: currentColor;
  stroke-width: var(--hub-nav-chevron-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.dummy-board-page .hub-routine-focus-nav:hover:not(:disabled) .hub-nav-chevron {
  color: var(--ref-hub-routine-active);
  opacity: 1;
}

.dummy-board-page .hub-schedule-nav:hover .hub-nav-chevron {
  color: var(--ref-hub-routine-active);
  opacity: 1;
}

.dummy-board-page .hub-routine-focus-nav:disabled .hub-nav-chevron {
  color: var(--hub-nav-disabled);
  opacity: 0.55;
}

.dummy-board-page .hub-focus-task-list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 132px;
  margin: 0;
  padding: 0 4px;
  overflow: hidden;
}

.dummy-board-page .hub-focus-task-viewport {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.dummy-board-page .hub-focus-task-page {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dummy-board-page .hub-focus-task-slot {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8edf2;
}

.dummy-board-page .hub-focus-task-slot:nth-child(3) {
  border-bottom: none;
}

.dummy-board-page .hub-focus-task-slot--empty {
  visibility: hidden;
  pointer-events: none;
}

.dummy-board-page .hub-focus-task-slot--message {
  grid-row: 1 / -1;
  border-bottom: none;
}

.dummy-board-page .hub-focus-task-item {
  display: block;
  width: 100%;
  padding: 7px 6px;
  border: none;
  background: none;
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.dummy-board-page .hub-focus-task-item:hover {
  color: var(--ref-hub);
  background: #f0f7ff;
}

.dummy-board-page .hub-focus-task-empty {
  padding: 12px 8px;
  color: #94a3b8;
  font-size: 12px;
  text-align: center;
}

/* ─── 허브 중점과제·주요일정 — 가로 표현 확대 (legacy postit) ─── */

.dummy-board-page .hub-box--message .hub-postit-content {
  align-items: stretch;
}

.dummy-board-page .hub-box--message .hub-postit-message {
  align-items: stretch;
  padding: 8px 0 6px;
}

.dummy-board-page .hub-goal-list {
  padding: 0;
  align-items: stretch;
}

.dummy-board-page .hub-goal-item {
  width: 100%;
  max-width: 100%;
}

/* 일정 캐러셀 — 본문 전체 높이 · 휠·호버 chevron */
.dummy-board-page .hub-schedule-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.dummy-board-page .hub-schedule-viewport {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: var(--hub-schedule-pad-y) 4px;
  overflow: hidden;
}

.dummy-board-page .hub-schedule-viewport.hub-schedule-viewport--empty {
  padding: var(--hub-schedule-pad-y) 4px;
  overflow: visible;
}

.dummy-board-page .hub-schedule-viewport .hub-schedule-list {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 var(--hub-nav-w);
  padding: 0;
  gap: 0;
}

.dummy-board-page .hub-schedule-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border-bottom: 1px dashed #e8edf2;
}

.dummy-board-page .hub-schedule-item:last-child {
  border-bottom: none;
}

.dummy-board-page .hub-schedule-item .hub-schedule-date {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
  flex: 0 0 auto;
  min-width: 4.5em;
  color: #64748b;
}

.dummy-board-page .hub-schedule-date-month,
.dummy-board-page .hub-schedule-date-day {
  text-align: left;
  color: inherit;
}

.dummy-board-page .hub-schedule-item .board-project-desc:not(.hub-schedule-date) {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  color: #334155;
}

.dummy-board-page .hub-schedule-item--past .hub-schedule-date,
.dummy-board-page .hub-schedule-item--past .board-project-desc {
  opacity: 0.55;
}

.dummy-board-page .hub-schedule-item--today .hub-schedule-date,
.dummy-board-page .hub-schedule-item--today .hub-schedule-date-month,
.dummy-board-page .hub-schedule-item--today .hub-schedule-date-day,
.dummy-board-page .hub-schedule-item--today .board-project-desc {
  color: var(--ref-hub);
  opacity: 1;
}

/* 연결선 — 선(z:1, 허브·다이아 뒤) · dot(z:4) · 부서/허브박스(z:3) */
.dummy-board-page .connectors:not(.connectors--dots) {
  z-index: 1;
}

.dummy-board-page .connectors.connectors--dots {
  z-index: 4;
}

.dummy-board-page .connectors path,
.dummy-board-page .connectors line {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.dummy-board-page .connectors line.connector-guide {
  stroke-width: 2;
}

.dummy-board-page .connectors path.connector-branch {
  stroke-width: 1.85;
}

/* ── 2. 4부문 카드: 2슬롯 표시 · 스크롤 · 컴팩트 여백 ── */

.dummy-board-page--2slots {
  --dept-card-radius: 12px;
  --dept-card-inner-radius: calc(var(--dept-card-radius) - 1.5px);
  --dept-icon-size-2slots: 32px;
  --dept-list-edge-y: 12px;
  --dept-head-list-gap: var(--dept-list-edge-y);
  --dept-list-inner-bottom: var(--dept-list-edge-y);
  --dept-card-bottom-inset: 0;
  --dept-slot-pad-x: 30px;
  --dept-card-pad-left: 25px;
  --dept-card-pad-right: 30px;
  --dept-text-divider-gap: 8px;
  --dept-gauge-pad-x: 30px;
  --project-title-bullet-size: 10px;
  --project-title-bullet-gap: 15px;
  --dept-slot-gap: 10px;
  --dept-donut-size: 96px;
  --project-field-line-gap: 0px; /* tightened line gap */
  --project-field-edge-pad: 0px; /* tightened padding */
  --project-week-row-font-size: 20px;
}

.dummy-board-page--2slots .dept-card {
  padding-bottom: var(--dept-card-bottom-inset);
  height: 314px !important; /* adjusted height for expanded header gap and 50px header title */
}

.dummy-board-page--2slots .dept-card--hrm,
.dummy-board-page--2slots .dept-card--hrd {
  align-self: end !important; /* align top quadrants to cell bottom */
}

.dummy-board-page--2slots .dept-card--ex,
.dummy-board-page--2slots .dept-card--ga {
  align-self: start !important; /* align bottom quadrants to cell top */
}

.dummy-board-page--2slots .dept-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: calc(var(--dept-icon-size-2slots) - var(--dept-icon-protrude) + 6px);
  padding: 8px var(--dept-slot-pad-x) 12px; /* further expanded bottom padding for header gap */
}

.dummy-board-page--2slots .dept-head .dept-icon {
  left: var(--dept-slot-pad-x);
  top: calc(-0.9 * var(--dept-icon-protrude));
  width: var(--dept-icon-size-2slots);
  height: var(--dept-icon-size-2slots);
}

.dummy-board-page--2slots .dept-head-main {
  min-width: 0;
  flex: 1 1 auto;
  padding-left: calc(var(--dept-icon-size-2slots) + 8px);
}

.dummy-board-page--2slots .dept-head .dept-icon svg {
  width: 16px;
  height: 16px;
}

.dummy-board-page--2slots .dept-head .dept-icon--hrd svg {
  width: 17px;
  height: 17px;
}

.dummy-board-page--2slots .dept-head .dept-icon--ga svg {
  width: 15px;
  height: 15px;
}

.dummy-board-page--2slots .board-dept-title-wrap {
  width: 100%;
}

.dummy-board-page--2slots .dept-head-count {
  white-space: nowrap;
}

.dummy-board-page--2slots .board-project-list--2slots {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0;
  padding: 4px var(--dept-slot-pad-x) var(--dept-list-inner-bottom);
  overflow: hidden;
  border-radius: 0 0 var(--dept-card-inner-radius) var(--dept-card-inner-radius);
  background: transparent;
}

.dummy-board-page--2slots .board-project-list-viewport-wrap {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.dummy-board-page--2slots .board-project-list-viewport {
  flex: 1 1 0;
  min-height: 0;
  max-height: 232px !important; /* mathematically capped to prevent scroll leaks of other cards with 1.5x gap */
  overflow: hidden;
  box-sizing: border-box;
  container-type: size;
  position: relative;
}

.dummy-board-page--2slots .board-project-list--2slots.is-paged .board-project-list-viewport {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dummy-board-page--2slots .board-project-list--2slots.is-paged .board-project-list-viewport::-webkit-scrollbar {
  display: none;
}

.dummy-board-page--2slots .board-project-list-track {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dummy-board-page--2slots .board-project-list-track--scroll {
  gap: 0;
}

.dummy-board-page--2slots .board-project-list--2slots.is-paged .board-project-list-slot {
  flex-shrink: 0;
  height: 116px !important; /* fixed slot height to prevent stretch clipping with 1.5x gap */
  min-height: 116px !important;
  box-sizing: border-box;
}

.dummy-board-page--2slots .board-project-list--2slots:not(.is-paged) .board-project-list-track {
  height: 100%;
}

.dummy-board-page--2slots .board-project-list-page {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--dept-slot-gap);
  min-height: 0;
  box-sizing: border-box;
}

.dummy-board-page--2slots .board-project-list--2slots:not(.is-paged) .board-project-list-page {
  height: 100%;
}

.dummy-board-page--2slots .board-project-list-slot {
  min-height: 0;
  min-width: 0;
  overflow: visible;
  padding: 6px 0; /* slot padding to prevent cards from touching */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.dummy-board-page--2slots .board-project-list-slot--empty {
  visibility: hidden;
  pointer-events: none;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card {
  box-sizing: border-box;
  height: 104px !important; /* fixed height for snug fit */
  max-height: 104px !important;
  min-height: 0;
  min-width: 0;
  padding: 8px 10px 8px 30px; /* asymmetric padding for concentric capsule wrapping */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 9999px; /* full capsule shape */
  border: none;
  background: #fff;
  box-shadow: var(--ref-inner-shadow);
  overflow: hidden;
  --dept-donut-size: 88px !important; /* fixed original donut size */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card:hover {
  background: #fff;
  box-shadow: var(--ref-inner-shadow-hover);
  transform: translateY(-1px); /* premium hover lift */
}

.dummy-board-page--2slots .board-project-list-pagination {
  display: none;
}

.dummy-board-page--2slots .board-project-list--2slots.is-paged .board-project-list-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(var(--board-scroll-rail-offset, 14px));
  z-index: 10;
}

.dummy-board-page--2slots .board-project-list-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--ref-border, #c8d4e0);
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: none;
}

.dummy-board-page--2slots .board-project-list-bullet:hover {
  transform: scale(1.22);
  border-color: var(--ref-main, #4a90d9);
}

.dummy-board-page--2slots .board-project-list-bullet.is-active {
  background: var(--ref-main, #4a90d9);
  border-color: var(--ref-main, #4a90d9);
  box-shadow: 0 0 6px var(--ref-main, #4a90d9);
  transform: scale(1.15);
}


.dummy-board-page--2slots .project-sub-body {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px calc(var(--dept-gauge-pad-x) + var(--dept-donut-size));
  column-gap: var(--dept-text-divider-gap) 0;
  align-items: center;
  overflow: hidden;
}

.dummy-board-page--2slots .project-fields {
  grid-column: 1;
  justify-self: stretch;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--project-field-line-gap);
  padding-block: var(--project-field-edge-pad);
  height: 100%;
  min-height: 0;
  align-self: stretch;
  --project-title-indent: 0;
}

.dummy-board-page--2slots .project-field--issue,
.dummy-board-page--2slots .project-field--issue-reserved {
  display: none;
}

.dummy-board-page--2slots .project-sub-title,
.dummy-board-page--2slots .project-field {
  flex-shrink: 0;
}

/* 수행 기간 · 개요 — 라벨 글씨만 숨김. 주차 보기(--week-*)는 라벨 표시 */
.dummy-board-page--2slots .project-field:not(.project-field--issue):not(.project-field--week-focus):not(.project-field--week-period):not(.project-field--week-empty) {
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: var(--project-title-indent);
}

.dummy-board-page--2slots .project-field:not(.project-field--issue):not(.project-field--week-focus):not(.project-field--week-period):not(.project-field--week-empty) .project-field-label {
  display: none;
}

.dummy-board-page--2slots .project-field {
  line-height: 1.28;
}

.dummy-board-page--2slots .project-sub-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1.28;
  min-width: 0;
}

.dummy-board-page--2slots .project-title-issue-badge {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--status-issue, #ff5252);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  box-shadow: 0 1px 2px rgba(183, 28, 28, 0.25);
  cursor: help;
}

.dummy-board-page--2slots .project-title-issue-badge > span[aria-hidden="true"] {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.dummy-board-page--2slots .project-sub-title-text {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.28;
}

.dummy-board-page--2slots .project-schedule-badge {
  margin-left: auto;
  font-size: 13px;
}

.dummy-board-page--2slots .project-sub-card:has(.project-title-issue-badge:hover),
.dummy-board-page--2slots .project-sub-card:has(.project-title-issue-badge:focus-visible) {
  overflow: visible;
  z-index: 30;
}

.dummy-board-page--2slots .project-sub-title::before {
  display: none;
  content: none;
}

.dummy-board-page--2slots .project-field:not(.project-field--overview) .project-field-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.32;
}

.dummy-board-page--2slots .project-field--overview .project-field-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.32;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card:has(.project-field-overview-wrap.is-truncated:hover),
.dummy-board-page--2slots .board-project-list-slot .project-sub-card:has(.project-field-overview-wrap.is-truncated:focus-within) {
  overflow: visible;
  z-index: 4;
}

.dummy-board-page--2slots .project-sub-card:has(.project-field-overview-wrap.is-truncated:hover) .project-sub-body,
.dummy-board-page--2slots .project-sub-card:has(.project-field-overview-wrap.is-truncated:focus-within) .project-sub-body {
  overflow: visible;
}

.dummy-board-page--2slots .project-field .project-field-value--issue {
  color: #c62828;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dummy-board-page--2slots .project-field--week-focus,
.dummy-board-page--2slots .project-field--week-period {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 2px 10px;
  align-items: baseline;
  padding-left: var(--project-title-indent);
}

.dummy-board-page--2slots .project-field--week-focus .project-field-label,
.dummy-board-page--2slots .project-field--week-period .project-field-label,
.dummy-board-page--2slots .project-field--week-focus .project-field-value,
.dummy-board-page--2slots .project-field--week-period .project-field-value {
  font-family: inherit;
  font-size: var(--project-week-row-font-size);
  line-height: 1.28;
  letter-spacing: -0.2px;
}

.dummy-board-page--2slots .project-field--week-focus .project-field-label,
.dummy-board-page--2slots .project-field--week-period .project-field-label {
  display: block !important;
  color: #94a3b8;
  font-weight: 600;
  white-space: nowrap;
}

.dummy-board-page--2slots .project-field--week-focus .project-field-value,
.dummy-board-page--2slots .project-field--week-period .project-field-value {
  color: #5a6b62;
  font-weight: 500;
  min-width: 0;
}

.dummy-board-page--2slots .project-field--week-empty .project-field-value {
  color: #94a3b8;
  font-weight: 500;
}

.dummy-board-page {
  --page-pad-x: 56px;
  --page-pad-top: 34px;
  --page-pad-bottom: 56px; /* increased to give breathing space at the bottom */
  --ref-board-col-gap: 30px;
  --ref-board-row-gap: 54px; /* row gap for snug vertical centering alignment (1.5x gap) */
  --dept-head-row-top-pad: 12px; /* tightened top padding */
  --dept-list-pad-y: 10px; /* tightened list vertical padding */
  --board-scroll-rail-offset: 14px;
  --ref-quadrant-side-inset: 0px;
  --dept-icon-protrude: 0px;
  --dept-slot-pad-x: 0px;
  --dept-card-pad-left: 14px;
  --dept-card-pad-right: 0px;
  --dept-content-pad-right: 8px;
  --dept-slot-gap: 0px;
  --dept-donut-size: 88px;
  --project-title-bullet-gap: 18px;
  --project-field-line-gap: 2px; /* tightened line gap */
  --project-field-edge-pad: 1px; /* tightened padding */
  --dept-donut-size: 88px;
  --dept-text-divider-gap: 18px;
  --dept-gauge-track-width: 108px;
  --ref-card-lift-shadow: none;
  --ref-card-lift-shadow-hover: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(185, 226, 222, 0.18) 0 22%, transparent 43%),
    linear-gradient(165deg, #f8fbfe 0%, #f4f8fc 48%, #f7fafc 100%);
}

.dummy-board-page--2slots .project-sub-divider {
  grid-column: 2;
  margin: 0;
  align-self: center;
  width: 1px;
  height: var(--dept-donut-size);
  min-height: 0;
  background: #d4dee8;
  background-image: none;
}

.dummy-board-page--2slots .donut {
  width: var(--dept-donut-size);
  height: var(--dept-donut-size);
  aspect-ratio: 1;
  flex-shrink: 0;
}

.dummy-board-page--2slots .donut::after {
  inset: 13px;
}

.dummy-board-page--2slots .donut span {
  font-size: 24px;
}

/* Reference rebuild: top bar stays global, below it matches the supplied board layout. */
.dummy-board-page.reference-board-page,
.dummy-board-page {
  --page-pad-x: 56px;
  --page-pad-top: 34px;
  --page-pad-bottom: 20px;
  --ref-board-col-gap: 30px;
  --ref-board-row-gap: 54px; /* row gap for snug vertical centering alignment (1.5x gap) */
  --dept-head-row-top-pad: 12px; /* tightened top padding */
  --dept-list-pad-y: 10px; /* tightened list vertical padding */
  --board-scroll-rail-offset: 14px;
  --ref-quadrant-side-inset: 0px;
  --dept-icon-protrude: 0px;
  --dept-slot-pad-x: 0px;
  --dept-card-pad-left: 14px;
  --dept-card-pad-right: 0px;
  --dept-content-pad-right: 8px;
  --dept-slot-gap: 0px;
  --dept-donut-size: 96px;
  --project-title-bullet-gap: 18px;
  --project-field-line-gap: 0px; /* tightened line gap */
  --project-field-edge-pad: 0px; /* tightened padding */
  --dept-donut-size: 88px;
  --dept-text-divider-gap: 8px; /* tightened gap for concentric capsule layout */
  --dept-gauge-track-width: 108px;
  --ref-card-lift-shadow: none;
  --ref-card-lift-shadow-hover: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(185, 226, 222, 0.18) 0 22%, transparent 43%),
    linear-gradient(165deg, #f8fbfe 0%, #f4f8fc 48%, #f7fafc 100%);
}

.dummy-board-page--2slots .dummy-board-main .page-content {
  padding: var(--page-pad-top) var(--page-pad-x) var(--page-pad-bottom);
}

.dummy-board-main .board-layout {
  grid-template-columns: minmax(470px, 0.96fr) minmax(460px, 0.92fr) minmax(470px, 0.96fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--ref-board-row-gap) var(--ref-board-col-gap);
  align-items: stretch;
}

.dummy-board-page .dept-card--hrm {
  grid-column: 1;
  grid-row: 1;
}

.dummy-board-page .dept-card--hrd {
  grid-column: 3;
  grid-row: 1;
}

.dummy-board-page .dept-card--ex {
  grid-column: 1;
  grid-row: 2;
}

.dummy-board-page .dept-card--ga {
  grid-column: 3;
  grid-row: 2;
}

.dummy-board-page .hub-column {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.dummy-board-page .board-quadrants {
  inset: calc(-1 * var(--page-pad-top)) calc(-1 * var(--page-pad-x)) calc(-1 * var(--page-pad-bottom));
}

.dummy-board-page .board-quadrant {
  opacity: 0.74; /* increased opacity to make the background colors stand out beautifully */
  filter: none;
  border-radius: 0;
}

.dummy-board-page .board-quadrant--hrm,
.dummy-board-page .board-quadrant--hrd,
.dummy-board-page .board-quadrant--ex,
.dummy-board-page .board-quadrant--ga {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.dummy-board-page .board-quadrant--hrm {
  inset: 0 50% 50% 0;
  background: linear-gradient(135deg, rgba(230, 242, 255, 0.96) 0%, rgba(243, 248, 254, 0.5) 70%, transparent 100%);
}

.dummy-board-page .board-quadrant--hrd {
  inset: 0 0 50% 50%;
  background: linear-gradient(225deg, rgba(228, 248, 240, 0.98) 0%, rgba(242, 250, 247, 0.55) 70%, transparent 100%);
}

.dummy-board-page .board-quadrant--ex {
  inset: 50% 50% 0 0;
  background: linear-gradient(45deg, rgba(246, 240, 252, 0.95) 0%, rgba(248, 245, 252, 0.5) 70%, transparent 100%);
}

.dummy-board-page .board-quadrant--ga {
  inset: 50% 0 0 50%;
  background: linear-gradient(315deg, rgba(232, 244, 252, 0.96) 0%, rgba(242, 247, 252, 0.5) 70%, transparent 100%);
}

.dummy-board-page .dept-card {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.dummy-board-page .dept-card--hrm,
.dummy-board-page .dept-card--ex,
.dummy-board-page .dept-card--hrd,
.dummy-board-page .dept-card--ga {
  margin: 0;
}

.dummy-board-page--2slots .dept-card {
  padding: 0 0 0 0;
}

.dummy-board-page--2slots .dept-card--hrm {
  transform: translateY(-54px) !important;
}

.dummy-board-page--2slots .dept-card--hrd {
  transform: translateY(-54px) !important;
}

.dummy-board-page--2slots .dept-card--ex,
.dummy-board-page--2slots .dept-card--ga {
  padding-top: var(--dept-head-row-top-pad);
}

/* Diagnostic styles removed */

.dummy-board-page .dept-head,
.dummy-board-page--2slots .dept-head {
  min-height: 0;
  padding: 0 var(--dept-content-pad-right, 8px) 10px 0;
  background: transparent;
  border-radius: 0;
}

.dummy-board-page .dept-head-main,
.dummy-board-page--2slots .dept-head-main {
  padding-left: 64px !important; /* increased padding from 32px to 64px to clear the enlarged icon (50px) */
}

.dummy-board-page .dept-head .dept-icon,
.dummy-board-page--2slots .dept-head .dept-icon {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(15, 35, 52, 0.12);
}

.dummy-board-page .dept-head .dept-icon svg {
  width: 24px;
  height: 24px;
}

.dummy-board-page .dept-head .dept-icon--hrd svg {
  width: 25px;
  height: 25px;
}

.dummy-board-page .dept-head .dept-icon--ga svg {
  width: 23px;
  height: 23px;
}

.dummy-board-page .board-dept-title {
  font-size: 50px; /* scaled up for strong header presence */
  font-weight: 800;
  letter-spacing: -0.4px;
}

.dummy-board-page .board-dept-title-en,
.dummy-board-page .dept-head-count .poly-stat-unit {
  font-size: 19px;
  font-weight: 800;
}

.dummy-board-page .dept-head-count .poly-stat-val {
  font-size: 28px;
  font-weight: 800;
}

.dummy-board-page--2slots .board-project-list--2slots {
  padding: 0; /* removed padding to draw elements closer */
  border-radius: 0;
  overflow: visible;
}

.dummy-board-page--2slots .board-project-list-viewport {
  padding: 0;
}

.dummy-board-page--2slots .board-project-list-viewport-wrap {
  flex: 1 1 0;
  min-height: 0;
}

.dummy-board-page--2slots .board-project-list-track--scroll,
.dummy-board-page--2slots .board-project-list-page {
  gap: 0;
}

.dummy-board-page--2slots .board-project-list-slot {
  position: relative;
  padding: 6px 0 !important; /* slot padding to prevent cards from touching (1.5x gap) */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 116px !important; /* fixed slot height to prevent stretch clipping (1.5x gap) */
  min-height: 116px !important;
}

.dummy-board-page--2slots .board-project-list--2slots:not(.is-paged) .board-project-list-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
}

.dummy-board-page--2slots .board-project-list--2slots:not(.is-paged) .board-project-list-slot {
  flex: 0 0 116px !important;
  height: 116px !important;
  min-height: 116px !important;
}

/* 보이는 2칸 사이 점선 1개 — 스크롤 영역 밖 고정 */
.dummy-board-page--2slots .board-project-list-midline {
  display: none !important; /* removed project slot dotted midline */
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card {
  position: relative;
  z-index: 0;
  padding: 8px 10px 8px 30px; /* asymmetric padding for concentric capsule wrapping */
  border-radius: 9999px; /* full capsule shape */
  background: #fff;
  overflow: hidden;
  box-shadow: var(--ref-inner-shadow);
  height: 104px !important; /* fixed height for snug fit */
  max-height: 104px !important;
  --dept-donut-size: 88px !important; /* restored donut size */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card::after {
  display: none; /* remove default flat shadow */
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card:hover {
  box-shadow: var(--ref-inner-shadow-hover);
  transform: translateY(-1px);
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card .project-sub-body {
  position: relative;
  z-index: 1;
}

.dummy-board-page--2slots .project-sub-body {
  grid-template-columns: minmax(0, 1fr) 1px var(--dept-gauge-track-width, 108px);
  column-gap: var(--dept-text-divider-gap, 18px);
}

.dummy-board-page--2slots .progress-col {
  grid-column: 3;
  justify-self: center;
  translate: calc(var(--dept-text-divider-gap, 18px) / -2) 0;
}

.dummy-board-page--2slots .project-sub-divider {
  grid-column: 2;
  justify-self: stretch;
}

.dummy-board-page--2slots .project-sub-title {
  font-size: 24px; /* restored fixed title size */
  font-weight: 800;
  color: #1a2b3c !important; /* restored color */
}

.dummy-board-page--2slots .project-field {
  font-size: 19px; /* restored fixed field size */
  line-height: 1.15; /* tighter line height */
}

.dummy-board-page--2slots .project-field--date .project-field-value,
.dummy-board-page--2slots .project-field--week-period .project-field-value {
  color: var(--ref-main) !important; /* Department main color for date */
  font-weight: 800 !important; /* Bold date range */
}

.dummy-board-page--2slots .project-field:not(.project-field--issue):not(.project-field--week-focus):not(.project-field--week-period):not(.project-field--week-empty) {
  padding-left: var(--project-title-indent);
}

.dummy-board-page--2slots .project-sub-divider {
  height: 80px;
  background: rgba(197, 210, 222, 0.95);
}

.dummy-board-page .hub-column {
  --ref-hub-wheel-size: clamp(360px, 25vw, 460px);
  --hub-orbit: clamp(102px, 6.8vw, 130px);
  align-self: stretch;
}

.dummy-board-page .hub-column--wheel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important; /* restored centering to align the wheel horizontally with departments */
  gap: 0;
  padding-top: 0 !important; /* removed vertical paddings to allow perfect centering */
  padding-bottom: 0 !important;
  height: 100%;
  box-sizing: border-box;
}

.dummy-board-page .hub-column--wheel .hub-wheel-wrap {
  flex: 0 0 auto;
  max-height: none;
  height: var(--ref-hub-wheel-size) !important;
  width: var(--ref-hub-wheel-size) !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-24px) !important; /* raised slightly to center perfectly between top (raised) and bottom cards */
}

.dummy-board-page .hub-column--wheel .hub-diamond {
  max-width: var(--ref-hub-wheel-size);
  width: var(--ref-hub-wheel-size) !important;
  height: var(--ref-hub-wheel-size) !important;
  background: transparent;
  box-shadow: none;
}

.dummy-board-page .hub-column--wheel .hub-wheel::before {
  display: none;
}

.dummy-board-page .hub-column--wheel .hub-wheel::after {
  display: none;
}

.dummy-board-page .hub-column--wheel .hub-wheel-face {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  filter: none;
}

.dummy-board-page .hub-wheel-face-glow {
  display: none;
}

.dummy-board-page .hub-wheel-face-outer {
  display: none;
}

.dummy-board-page .hub-wheel-face-slice {
  stroke: none;
  stroke-width: 0;
  filter: none;
}

.dummy-board-page .hub-wheel-face-separators {
  pointer-events: none;
}

.dummy-board-page .hub-wheel-face-separator {
  stroke: none;
}

.dummy-board-page .hub-wheel-face-inner {
  fill: #fff;
  stroke: rgba(226, 232, 240, 0.92);
  stroke-width: 1;
}

@keyframes hub-wheel-ring-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hub-wheel-ring-glow {
  0%,
  100% {
    opacity: 0.88;
  }

  50% {
    opacity: 0.94;
  }
}

.dummy-board-page .hub-column--wheel .hub-wheel-arrow-ring {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: visible;
  pointer-events: none;
  transform-origin: center;
  filter: drop-shadow(0 0 2px rgba(21, 157, 149, 0.1));
  animation:
    hub-wheel-ring-spin 90s linear infinite,
    hub-wheel-ring-glow 10s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .dummy-board-page .hub-column--wheel .hub-wheel-arrow-ring {
    animation: none;
    opacity: 0.88;
  }
}

.dummy-board-page .hub-wheel-ring-track {
  display: none;
}

.dummy-board-page .hub-wheel-ring-arc {
  fill: none;
  stroke-width: 1.15;
  stroke-linecap: round;
}

.dummy-board-page .hub-wheel-ring-arrow {
  filter: none;
}

.dummy-board-page .hub-column--wheel .hub-wheel-center {
  width: 31%;
  height: 31%;
  background: transparent;
  box-shadow: none;
  z-index: 6;
}

.dummy-board-page .hub-column--wheel .hub-wheel-center-label {
  font-size: 28px;
  color: #0f4c81;
  letter-spacing: -0.4px;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-content {
  color: #fff;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-icon svg {
  width: 36px;
  height: 36px;
}

.dummy-board-page .hub-column--wheel .hub-wheel-slice-label,
.dummy-board-page .hub-column--wheel .hub-wheel-slice-count {
  font-size: 19px;
  line-height: 1.1;
}

.dummy-board-page .hub-column--wheel .hub-focus-project.hub-box--focus {
  flex: 0 0 auto;
  width: min(540px, 100%);
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: absolute !important;
  bottom: 22px !important; /* lowered from 74px to give perfect margins on F11 full screen */
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 7;
  --ref-main: #159d95; /* matches the theme color of focus project (teal green) */
}

.dummy-board-page .hub-focus-project-content {
  position: relative;
  z-index: 1;
  transform: none;
  flex-shrink: 0;
  width: 100%;
}

.dummy-board-page .hub-focus-project-beam {
  display: none !important; /* completely removed the green beam */
}



.dummy-board-page .hub-focus-project-beam::before,
.dummy-board-page .hub-focus-project-beam::after {
  display: none;
}

.dummy-board-page .hub-focus-project-beam-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 9%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 9%,
    #000 94%,
    transparent 100%
  );
}

.dummy-board-page .hub-focus-project-head {
  padding: 4px 48px 4px;
  gap: 12px;
}

.dummy-board-page .hub-focus-project-head-badge {
  padding: 0;
  gap: 10px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.dummy-board-page .hub-focus-project-head-line {
  flex: 1 1 84px;
  min-width: 58px;
  max-width: 92px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(46, 184, 168, 0.18) 16%,
    rgba(46, 184, 168, 0.58) 48%,
    rgba(46, 184, 168, 0.18) 84%,
    transparent 100%
  );
}

.dummy-board-page .hub-focus-project-star-badge {
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}

.dummy-board-page .hub-column--wheel .hub-focus-project-head-title {
  font-size: 40px; /* modified from 28px to 40px */
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1;
}

.dummy-board-page .hub-focus-project-body {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
  padding: 8px 10px 8px 30px !important; /* matches standard card padding */
  background: #ffffff !important;
  border: none !important; /* matches standard cards which have no border, only shadow */
  border-radius: 9999px !important; /* capsule shape */
  box-shadow: 0 6px 20px -3px rgba(21, 157, 149, 0.22), 0 4px 10px -2px rgba(21, 157, 149, 0.12) !important; /* highlighted soft teal shadow to match project theme */
  height: 104px !important;
  max-height: 104px !important;
  box-sizing: border-box;
}

.dummy-board-page .hub-focus-project-title-wrap {
  flex: 0 1 auto;
  gap: var(--project-field-line-gap, 11px);
}

.dummy-board-page .hub-column--wheel .hub-focus-project-title {
  font-size: 24px;
  font-weight: 800;
}

.dummy-board-page .hub-focus-project-date {
  font-size: 19px;
  line-height: 1.32;
  gap: 5px;
  font-weight: 800 !important; /* Extra bold text to match normal card date styles */
}

.dummy-board-page .hub-focus-project-date-icon {
  display: none !important; /* hidden to match normal cards which have no calendar icon */
}

.dummy-board-page .hub-focus-project-progress .donut {
  width: var(--dept-donut-size) !important;
  height: var(--dept-donut-size) !important;
}

.dummy-board-page .hub-focus-project-progress .donut::after {
  inset: 13px !important;
}

.dummy-board-page .hub-focus-project-progress .donut span {
  font-size: 24px !important;
  font-weight: 800 !important;
}

.dummy-board-page .hub-focus-project-footer-divider,
.dummy-board-page .hub-focus-project-alert {
  display: none;
}

.dummy-board-page .connectors:not(.connectors--dots) {
  z-index: 2;
}

.dummy-board-page .connectors path,
.dummy-board-page .connectors line {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.dummy-board-page .connectors line.connector-guide {
  stroke-width: 2;
}

@media (max-width: 1500px), (max-height: 940px) {
  .dummy-board-page {
    --page-pad-x: 32px;
    --page-pad-top: 26px;
    --ref-board-col-gap: 22px;
    --ref-board-row-gap: 24px;
    --dept-donut-size: 82px;
  }

  .dummy-board-main .board-layout {
    grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.86fr) minmax(360px, 1fr);
  }

  .dummy-board-page .dept-head-count .poly-stat-val {
    font-size: 24px;
  }

  .dummy-board-page--2slots .project-sub-title {
    font-size: 20px;
  }

  .dummy-board-page--2slots .project-field {
    font-size: 16px;
  }

  .dummy-board-page--2slots .dept-card--hrm,
  .dummy-board-page--2slots .dept-card--hrd {
    transform: translateY(0px) !important;
  }

  .dummy-board-page .hub-column--wheel .hub-focus-project.hub-box--focus {
    bottom: -2px !important; /* raised from -32px to -2px to ensure bottom margin/padding is preserved and card doesn't overflow the viewport */
  }
}

/* 통합시스템Div 메인 카드 문법을 인재성장팀 4개 영역에 적용 */
.dummy-board-page--2slots .dept-card {
  --dept-box-accent: #2f9973;
  --dept-box-accent-soft: rgba(47, 153, 115, 0.14);
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 14px 14px 14px !important;
  border: 1px solid color-mix(in srgb, var(--dept-box-accent) 34%, #dbe8f5);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 252, 255, 0.9) 100%);
  box-shadow:
    0 16px 34px rgba(25, 62, 108, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  overflow: hidden;
  transform: none !important;
}

.dummy-board-page--2slots .dept-card--hrm {
  --dept-box-accent: #2f78c6;
  --dept-box-accent-soft: rgba(47, 120, 198, 0.14);
}

.dummy-board-page--2slots .dept-card--hrd {
  --dept-box-accent: #2f9973;
  --dept-box-accent-soft: rgba(47, 153, 115, 0.14);
}

.dummy-board-page--2slots .dept-card--ex {
  --dept-box-accent: #7d5aa6;
  --dept-box-accent-soft: rgba(125, 90, 166, 0.14);
}

.dummy-board-page--2slots .dept-card--ga {
  --dept-box-accent: #276faa;
  --dept-box-accent-soft: rgba(39, 111, 170, 0.14);
}

.dummy-board-page--2slots .dept-head {
  flex: 0 0 auto;
  min-height: 44px;
  margin: 0 0 10px;
  padding: 0 !important;
}

.dummy-board-page--2slots .dept-head-main {
  display: block;
  width: 100%;
  min-width: 0;
  padding-left: 0 !important;
}

.dummy-board-page--2slots .dept-head .dept-icon {
  display: none !important;
}

.dummy-board-page--2slots .board-dept-header-main {
  display: block;
  width: 100%;
  min-width: 0;
}

.dummy-board-page--2slots .board-dept-title-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px 0 18px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--dept-box-accent) 92%, #12344c), var(--dept-box-accent));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--dept-box-accent) 20%, transparent);
  color: #fff;
}

.dummy-board-page--2slots .board-dept-title {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dummy-board-page--2slots .board-dept-title-en,
.dummy-board-page--2slots .board-dept-subtitle {
  display: none !important;
}

.dummy-board-page--2slots .dept-head-count {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  min-width: 58px;
  padding: 5px 10px 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  line-height: 1;
}

.dummy-board-page--2slots .dept-head-count .poly-stat-val {
  color: inherit;
  font-size: 22px;
  font-weight: 900;
}

.dummy-board-page--2slots .dept-head-count .poly-stat-unit {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 850;
}

.dummy-board-page--2slots .board-project-list--2slots {
  flex: 1 1 0;
  min-height: 0;
  padding: 0 !important;
  background: transparent;
  overflow: visible;
}

.dummy-board-page--2slots .board-project-list-viewport-wrap {
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
}

.dummy-board-page--2slots .board-project-list-viewport {
  height: 100%;
  min-height: 0;
  overflow: hidden auto;
  padding: 0 !important;
  background: transparent;
}

.dummy-board-page--2slots .board-project-list-track--scroll,
.dummy-board-page--2slots .board-project-list-page {
  gap: 8px;
}

.dummy-board-page--2slots .board-project-list-slot,
.dummy-board-page--2slots .board-project-list--2slots:not(.is-paged) .board-project-list-slot {
  height: 112px !important;
  min-height: 112px !important;
  flex-basis: 112px !important;
  padding: 0 !important;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card {
  height: 112px !important;
  max-height: 112px !important;
  padding: 12px 12px 12px 20px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow:
    0 7px 14px rgba(16, 38, 84, 0.055),
    0 2px 4px rgba(16, 38, 84, 0.035) !important;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card:hover {
  box-shadow:
    0 9px 18px rgba(16, 38, 84, 0.07),
    0 3px 6px rgba(16, 38, 84, 0.045) !important;
  transform: translateY(-1px);
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--dept-box-accent);
  opacity: 0;
  transition: opacity 160ms ease;
}

.dummy-board-page--2slots .board-project-list-slot .project-sub-card:hover::before {
  opacity: 1;
}

.dummy-board-page--2slots .project-sub-body {
  grid-template-columns: minmax(0, 1fr) 1px 96px;
  column-gap: 14px;
}

.dummy-board-page--2slots .project-sub-title {
  color: #071a55 !important;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.14;
}

.dummy-board-page--2slots .project-field {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: baseline;
  gap: 8px;
  padding-left: 0 !important;
  font-size: 15px;
  line-height: 1.18;
}

.dummy-board-page--2slots .project-field-label {
  color: #7a8aa3 !important;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.dummy-board-page--2slots .project-field-value,
.dummy-board-page--2slots .project-field-overview-wrap {
  min-width: 0;
  color: #475a76 !important;
  font-size: 15px;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dummy-board-page--2slots .project-field--date .project-field-value,
.dummy-board-page--2slots .project-field--week-period .project-field-value {
  color: color-mix(in srgb, var(--dept-box-accent) 86%, #0f2b63) !important;
  font-weight: 850 !important;
}

.dummy-board-page--2slots .project-sub-divider {
  width: 1px;
  height: 72px;
  background: #d4dee8;
}

.dummy-board-page--2slots .progress-col {
  translate: 0 0;
}

.dummy-board-page--2slots .donut {
  width: 76px !important;
  height: 76px !important;
}

.dummy-board-page--2slots .donut::after {
  inset: 11px !important;
}

.dummy-board-page--2slots .donut span {
  font-size: 20px !important;
  font-weight: 850 !important;
}

.dummy-board-page--2slots .board-empty {
  height: 100%;
  border: 1px dashed color-mix(in srgb, var(--dept-box-accent) 26%, #cbd5e1);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.62);
  color: #7a8aa3;
}

@media (max-width: 1500px), (max-height: 940px) {
  .dummy-board-page--2slots .board-dept-title {
    font-size: 21px;
  }

  .dummy-board-page--2slots .project-sub-title {
    font-size: 18px;
  }

  .dummy-board-page--2slots .project-field {
    grid-template-columns: 74px minmax(0, 1fr);
    font-size: 13px;
  }

  .dummy-board-page--2slots .project-field-label,
  .dummy-board-page--2slots .project-field-value,
  .dummy-board-page--2slots .project-field-overview-wrap {
    font-size: 13px;
  }
}
