/* 핸즈업 v4 — "리볼트(revolt)" 라이트 모노크롬 (DESIGN-v4-revolut.md §2~§5 · §11, 2026-09-09)
   흰 바탕 · 검정 CTA · 회색 표면 2단(#f8f8f8 / #f4f4f4) · 오렌지 #fe4800 는 숫자·도트·진행 중 1점.
   그림자 0 · 블러 0 · 그라데이션 0 · 다크 모드 없음(color-scheme light). 계층은 배경색 차이와 굵기(400/700)로만.
   Pretendard Variable(index.html 이 로드) · 숫자는 tabular-nums. 클래스 이름은 §11.2 계약 — 바꾸지 말 것. */

/* ── 토큰 (§2.7) ─────────────────────────────────────────── */
:root {
  color-scheme: light;
  --bg-0: #ffffff;            /* 루트 배경 */
  --bg-1: #f8f8f8;            /* 회색 카드(.panel) · 아코디언 답변 */
  --surface-2: #f4f4f4;       /* 칩·태그·필 버튼·밴드·구분선 */
  --surface-3: #f1f1f1;       /* 입력창 */
  --surface-dark: #0e0e0e;    /* 다크 카드(국소) */
  --text-1: #0d0d0d;
  --text-2: #87888c;
  --text-3: #c7c8ca;
  --text-disabled: #dfdfdf;
  --accent: #fe4800;          /* 아이콘·도트·큰 숫자 */
  --accent-text: #e63f00;     /* 16px 이하 텍스트용 */
  --accent-soft: #fff1eb;     /* 오렌지 배경 칩 — 꼭 필요할 때만 */
  --success: #00c462;
  --warn: #f5b800;
  --danger: #ef3b3b;
  --line-1: #f4f4f4;
  --line-2: #d2d2d4;
  --line-strong: #0d0d0d;
  --dim: rgba(0, 0, 0, 0.57);
  --r-s: 8px; --r-m: 10px; --r-l: 14px; --r-sheet: 12px; --r-pill: 999px;
  --pad-x: 24px; --gap-section: 32px; --band: 8px;
  --h-cta: 54px; --h-row: 56px; --h-search: 56px; --h-tabbar: 56px;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ── 베이스 ──────────────────────────────────────────────── */
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg-0); }
body {
  color: var(--text-1);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
button, input { font: inherit; letter-spacing: inherit; font-variant-numeric: inherit; color: inherit; -webkit-appearance: none; appearance: none; }
p, h1, h2, h3 { margin: 0; }                              /* 여백은 화면이 inline 으로 준다 */
img { max-width: 100%; }
[hidden] { display: none !important; }
b, strong { font-weight: 700; }

/* ── 레이아웃 (§4.1) — 좌우 24, 탭 페이지는 앱바 없이 첫 요소가 헤더 ── */
.app {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100dvh;
  padding: calc(env(safe-area-inset-top) + 8px) var(--pad-x) calc(env(safe-area-inset-bottom) + 24px);
  display: flex;
  flex-direction: column;
  background: var(--bg-0);
}
.spacer { flex: 1 1 auto; min-height: 16px; }
.empty + .spacer, .center-col + .spacer { flex-grow: 1.5; }                                  /* 빈 상태·안내는 세로 중앙보다 약간 위 (§5.10 상단 40%) */
.section { margin-top: var(--gap-section); }
.between { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.center-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.center-col .orb { margin-bottom: 16px; }
.center-col .notice, .center-col .panel { align-self: stretch; margin-top: 16px; }
.band { height: var(--band); background: var(--surface-2); margin: 28px calc(-1 * var(--pad-x)); flex: none; }   /* 8px 풀블리드 밴드 */
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cols2 > .card + .card { margin-top: 0; }

/* ── 타이포 (§3.2) — 굵기는 400 / 700 두 단계 ───────────── */
.display { font-size: 56px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; color: var(--text-1); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.display.now, .display.accent { color: var(--accent); }        /* 진행 중 = 오렌지 */
.display.warn { color: var(--warn); }                          /* 5분 이하 */
.hero-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }   /* 히어로 머리: 라벨 좌 · 태그 우 (dayNav 도 공용) */
.hero-head + .display { margin-top: 14px; }
.display + .t3 { margin-top: 6px; }
.prog { display: flex; justify-content: space-between; align-items: center; gap: 12px; }        /* 참여: 태그 좌 · 진행 도트 우 */
.h1, .big { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; color: var(--text-1); overflow-wrap: anywhere; }
.h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.35; color: var(--text-1); overflow-wrap: anywhere; }
.h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.4; color: var(--text-1); }
.big.hero { font-size: 28px; }
.t2 { font-size: 16px; font-weight: 400; line-height: 1.6; color: var(--text-1); }
.t3 { font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--text-2); }
.t4 { font-size: 13px; font-weight: 400; line-height: 1.4; color: var(--text-2); }
.t2 b, .t3 b, .t4 b { font-weight: 700; color: var(--text-1); }
.kicker, .eyebrow { font-size: 13px; font-weight: 400; line-height: 1.4; letter-spacing: 0; text-transform: none; color: var(--text-2); }
.hello { font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--text-2); }
.mono, .tabular, .num { font-variant-numeric: tabular-nums; }   /* .num = 숫자 폭 고정 수식어 — 크기는 .h2/.h3/.tag/.t3 가 정한다 */
.num.danger { color: var(--danger); }
.row b.num, .mname b.num { font-size: 18px; }                   /* 행의 시각 = 18 700 (이름 16 400) */
.count { font-size: 18px; font-weight: 400; color: var(--accent-text); font-variant-numeric: tabular-nums; white-space: nowrap; }   /* 12의 그린 카운트 자리 */
.accent { color: var(--accent-text); }
.ok-text { color: var(--success); }
.strike { color: var(--text-3); text-decoration: line-through; }
.clamp2, #task-big { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.clamp1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }                     /* 한 줄까지만, 넘치면 … (QNA 탭 상품명, 사장님 09-14) */
.link { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; background: none; font-size: 16px; font-weight: 700; color: var(--text-1); text-decoration: none; cursor: pointer; }   /* "전체 보기 ›" */
.link.dim { color: var(--text-2); font-weight: 400; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); vertical-align: middle; flex: none; }

/* 카드 안 레거시 텍스트 (홈 일정 카드) */
.card-title { font-size: 18px; font-weight: 700; line-height: 1.4; color: var(--text-1); }
.card-sub { font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--text-2); margin-top: 2px; }
.card-line { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; color: var(--text-1); margin-top: 10px; font-variant-numeric: tabular-nums; }

/* 홈 작업 카드 (2026-09-09 저녁) — 종류(13 회색) · 시간(34 700, 가장 큼) · 버튼. 셋뿐. 진행 중 = 검정 테두리, 끝난 것 = 흐리게 */
.panel.task { padding: 20px 24px 24px; }
.panel.task + .panel.task { margin-top: 10px; }
.task-kind { font-size: 13px; font-weight: 400; line-height: 1.4; color: var(--text-2); }
.task-time { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; color: var(--text-1); margin-top: 6px; overflow-wrap: anywhere; }
.task-time + .t3 { margin-top: 2px; }
.panel.task > .btn { margin-top: 18px; }
.panel.task.active .task-kind { color: var(--accent-text); }
.panel.task.past .task-time { color: var(--text-2); }
.panel.task.hist { cursor: pointer; }                                                        /* 참여 완료 + 올린 글 있음 → 누르면 참여 이력 */
.panel.task.hist:active { background: var(--surface-2); }
.panel.task .task-kind { display: flex; justify-content: space-between; align-items: center; }
.panel.task .chev { font-size: 24px; line-height: 1; font-weight: 500; color: var(--text-1); margin-right: -4px; }
.btn.done { color: var(--success); background: var(--surface-2); }
.btn.done:disabled { color: var(--success); }
.btn .chk { font-size: 16px; }
.nav2 { display: inline-flex; gap: 6px; }
.share-ic { display: inline-block; width: 24px; height: 24px; margin: 0 2px; vertical-align: -6px; color: #0a7aff; }   /* iOS 설치 안내 — Safari 공유 버튼 모양·색 */

/* ── 상단 (§4.2·§11.2) — 로고 이미지만. 부제·☰ 없음 ────── */
.topbar { display: flex; justify-content: space-between; align-items: center; height: 56px; flex: none; }
.brand { display: inline-flex; align-items: center; gap: 8px; padding: 0; margin: 0; border: 0; background: none; color: var(--text-1); cursor: pointer; }
.brand:active { opacity: 0.6; }
.brand.still { cursor: default; }
.brand.still:active { opacity: 1; }
.logo { height: 28px; width: auto; display: block; flex: none; }
svg.logo { width: 28px; }
.wordmark { font-size: 20px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--text-1); text-transform: lowercase; }   /* 과도기 — 로고 이미지로 대체되면 사라진다 */
.ham { width: 40px; height: 40px; padding: 0; display: flex; align-items: center; justify-content: center; border: 0; border-radius: var(--r-s); background: var(--surface-2); color: var(--text-1); font-size: 18px; line-height: 1; cursor: pointer; }

/* 서브 페이지 헤더 56 — 좌 ‹ + 중앙 제목 20 700 */
.sub-head { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; height: 56px; margin: 0 -8px; flex: none; }
.sub-head > :nth-child(2), .sub-head .title { text-align: center; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; color: var(--text-1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.back { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; padding: 0 0 4px; border: 0; background: none; color: var(--text-1); font-size: 34px; font-weight: 500; line-height: 1; cursor: pointer; }
.back:active { opacity: 0.5; }

/* ── 버튼 (§5.1·§11.2) — 높이 54 · radius 10 · 18 700 · 검정 = 주, 나머지 흰/회색 ── */
.btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; height: var(--h-cta); padding: 0 20px;
  border: 1.5px solid transparent; border-radius: var(--r-m);
  font-size: 18px; font-weight: 700; letter-spacing: -0.01em; line-height: 1; white-space: nowrap;
  color: var(--text-1); background: var(--surface-2);
  cursor: pointer; text-decoration: none; -webkit-appearance: none; appearance: none;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), transform 0.12s var(--ease);
}
.btn:active { transform: scale(0.985); background: #ebebeb; }
.btn.primary { color: #fff; background: #000; }
.btn.primary:active { background: #232323; }
.btn.outline { background: var(--bg-0); border-color: var(--line-strong); }
.btn.outline:active { background: var(--bg-1); }
.btn.outline-soft { background: var(--bg-0); border-color: var(--line-2); font-weight: 400; font-size: 17px; }
.btn.outline-soft:active { background: var(--bg-1); }
.btn.gray, .btn.dark { color: var(--text-1); background: var(--surface-2); }
.btn.quiet { color: var(--text-2); background: var(--surface-2); font-weight: 400; }
.btn.ghost { height: 44px; background: transparent; color: var(--text-1); font-weight: 700; font-size: 16px; }
.btn.ghost:active { background: var(--bg-1); transform: none; }
.btn.sm { height: 48px; font-size: 16px; border-radius: var(--r-s); }
.btn:disabled { color: var(--text-3); background: var(--surface-2); border-color: transparent; pointer-events: none; transform: none; }
.btn + .btn { margin-top: 10px; }
.btn.ghost + .btn, .btn + .btn.ghost { margin-top: 4px; }
.card-line + .btn, .panel > .btn:last-child { margin-top: 16px; }
.btn .dot { margin-left: 2px; }

/* 2버튼 — 시트/필터 = 26 : 74 (스킵·초기화 짧게), .even = 50 : 50 (상세) */
.row2 { display: flex; gap: 12px; align-items: stretch; }
.row2 > .btn { flex: 1 1 0; min-width: 0; margin-top: 0; }
.row2 > .btn:first-child { flex: 0 0 26%; padding: 0 12px; }
.row2.even > .btn:first-child { flex: 1 1 0; padding: 0 20px; }
.row2 > .btn + .btn { margin-top: 0; }

/* 작은 버튼 (명부 행 · 날짜 이동) */
.mini { display: inline-flex; align-items: center; justify-content: center; height: 32px; padding: 0 12px; border: 0; border-radius: var(--r-s); background: var(--surface-2); color: var(--text-1); font-size: 13px; font-weight: 700; line-height: 1; white-space: nowrap; cursor: pointer; }
.mini:active { background: #ebebeb; }

/* 토글 (§5.7) — ON 검정, OFF #c7c8ca, 노브 흰 26 */
.toggle { position: relative; width: 52px; height: 32px; padding: 0; border: 0; border-radius: 16px; background: var(--text-3); cursor: pointer; flex: none; transition: background 0.15s var(--ease); }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 26px; height: 26px; border-radius: 50%; background: #fff; transition: transform 0.15s var(--ease); }
.toggle.on { background: var(--text-1); }
.toggle.on::after { transform: translateX(20px); }

/* ── 태그 · 칩 · 배지 · 도트 (§5.2·§5.8·§5.9) ─────────────── */
.tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 6px; background: var(--surface-2); color: var(--text-1); font-size: 13px; font-weight: 400; line-height: 1.4; white-space: nowrap; vertical-align: middle; }
.tag.dim { color: var(--text-2); }
.tag.secret { background: var(--text-1); color: var(--bg-0); font-weight: 700; }   /* 비밀글 = 검정 채움 (공개글은 회색 기본 태그) */
.badge { display: inline-flex; align-items: center; vertical-align: middle; padding: 2px 7px; border-radius: 6px; background: var(--surface-2); color: var(--text-1); font-size: 12px; font-weight: 700; line-height: 1.3; white-space: nowrap; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 34px; padding: 0 14px;
  border: 1.5px solid transparent; border-radius: var(--r-s);
  background: var(--surface-2); color: var(--text-1);
  font-size: 16px; font-weight: 400; line-height: 1; white-space: nowrap; vertical-align: middle; cursor: pointer;
}
.chip.on { background: var(--bg-0); border-color: var(--line-strong); font-weight: 700; }   /* 선택 = 흰 + 1.5px 검정 + 700 (색 채움 금지) */
.chip.quiet { color: var(--text-2); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips.scroll { flex-wrap: nowrap; overflow-x: auto; margin: 0 calc(-1 * var(--pad-x)); padding: 0 var(--pad-x); scrollbar-width: none; }
.chips.scroll::-webkit-scrollbar { display: none; }
.dots { display: inline-flex; align-items: center; gap: 6px; vertical-align: middle; }
.dots > i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--text-3); }
.dots > i.done { background: var(--text-1); }
.dots > i.cur { background: var(--accent); }
.bar { height: 4px; border-radius: 2px; background: var(--surface-2); overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--text-1); }

/* 세그먼트 탭 (§5.11) — 활성 = 검정 700 + 2px 검정 밑줄, 비활성 #878787 400. 하단 1px 전폭선 */
.seg { display: flex; gap: 24px; border-bottom: 1px solid var(--line-1); }
.seg > * { flex: none; padding: 10px 0 12px; margin-bottom: -1px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: none; font-size: 20px; font-weight: 400; line-height: 1.3; color: #878787; cursor: pointer; white-space: nowrap; }
.seg > .on { color: var(--text-1); font-weight: 700; border-bottom-color: var(--text-1); }
.seg.even > * { flex: 1 1 0; text-align: center; }

/* ── 카드 (§4.5·§4.6·§11.2) — 전부 플랫. 흰 페이지에선 회색이 카드 ── */
.panel { background: var(--bg-1); border: 0; border-radius: 12px; padding: 24px; box-shadow: none; }
.panel + .panel { margin-top: 8px; }
.panel.white { background: var(--bg-0); border: 1px solid var(--line-1); }
.panel.active { background: var(--bg-0); border: 1.5px solid var(--line-strong); }        /* 진행 중 히어로 · 선택 카드 */
.panel.dark { background: var(--surface-dark); color: #fff; }
.panel.dark .t3, .panel.dark .kicker { color: rgba(255, 255, 255, 0.6); }
.panel.dark .h2, .panel.dark .h3, .panel.dark .display { color: #fff; }
button.panel { display: block; width: 100%; text-align: left; color: inherit; cursor: pointer; }
.panel.tap, .card.tap { position: relative; padding-right: 48px; cursor: pointer; transition: background 0.15s var(--ease); }
.panel.tap::after, .card.tap::after { content: "›"; position: absolute; right: 20px; top: 50%; transform: translateY(-54%); font-size: 26px; line-height: 1; font-weight: 500; color: var(--text-1); }
.panel.tap:active { background: var(--surface-2); }
.card.tap:active { background: var(--bg-1); }

/* 독립 카드 행 — 흰 · radius 8 · 1px #f4f4f4 · 높이 ≥64 · 카드 간 8 */
.card { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; padding: 14px 20px; background: var(--bg-0); border: 1px solid var(--line-1); border-radius: var(--r-s); color: var(--text-1); box-shadow: none; }
.card + .card { margin-top: 8px; }
.card.stack { display: block; }                                                              /* 세로 콘텐츠 카드(리뷰) */
.card.stack > img { display: block; width: calc(100% + 40px); margin: -14px -20px 14px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-s) var(--r-s) 0 0; }
.card.active { border: 1.5px solid var(--line-strong); }
.card.dim { color: var(--text-3); }
.card.dim b { color: var(--text-3); text-decoration: line-through; }
button.card { width: 100%; text-align: left; cursor: pointer; }
.card .thumb, .thumb { width: 56px; height: 56px; border-radius: var(--r-s); object-fit: cover; flex: none; background: var(--surface-2); }
.card .initial, .initial { width: 36px; height: 36px; border-radius: 50%; background: var(--surface-2); color: var(--text-1); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex: none; }
.card .main { flex: 1 1 auto; min-width: 0; display: flex; align-items: center; gap: 12px; }
.card .main b { font-size: 18px; font-weight: 700; }
.card .grow { flex: 1 1 auto; min-width: 0; }
.card > span { min-width: 0; }                                                                /* 텍스트 칸은 줄어들고 */
.card > .btn { width: auto; flex: none; margin-top: 0; padding: 0 18px; }                     /* 카드 안 버튼은 내용 폭만 (홈 체험단 행 "작성하기") */

/* 그룹 리스트 — 둥글기는 컨테이너에. 안의 .row 는 1px #f4f4f4, 마지막 없음 */
.group { background: var(--bg-0); border: 1px solid var(--line-1); border-radius: var(--r-m); overflow: hidden; padding: 0; }
.group > .row, .group .row { padding: 0 20px; min-height: var(--h-row); }
.group .row.now { padding-left: 20px; }

/* ── 행 (§5.3·§11.2) ─────────────────────────────────────── */
.row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-1);
  font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--text-1);
}
.row:last-child { border-bottom: 0; }
.row b { font-weight: 700; color: var(--text-1); }
.row .mono { font-weight: 700; }
.row.now, .row.rail { position: relative; padding-left: 12px; font-weight: 700; }             /* 진행 중 = 좌측 3px 오렌지 바 + 700 */
.row.now::before, .row.rail::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 2px; background: var(--accent); }
.row.now .val { color: var(--accent-text); }
.row.mine .badge { background: var(--surface-2); color: var(--text-1); }                     /* 내 구간 = '나' 배지만 */
.row.dim, .row.dim b, .row.dim .mono, .row.dim .val, .row.dim .badge { color: var(--text-3); }
.row.dim .badge { background: var(--bg-1); }
.row.head { min-height: 0; padding: 8px 0; font-size: 13px; color: var(--text-2); }          /* 열 라벨(유일하게 허용) */
.row .kv { color: var(--text-2); }                                                            /* key-value: 라벨 회색 좌 · 값 검정 우 */
.val { font-size: 14px; font-weight: 700; text-align: right; flex: none; transition: color 0.15s var(--ease); }
.val.ok { color: var(--success); }
.val.wait { color: var(--text-2); }
.val.no { color: var(--danger); }
.val.now { color: var(--accent-text); }                                                        /* 진행 중 = 오렌지 */
.val s { color: var(--text-3); text-decoration: line-through; }                              /* 제외·무응답 = 취소선 */
.past-sec { opacity: 0.5; }
.mrow { gap: 8px; }
.mname { display: flex; align-items: center; gap: 6px; min-width: 0; }
.mname b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mname.off b { color: var(--text-3); font-weight: 400; text-decoration: line-through; }    /* 명부에서 뺀 사람 = 취소선 */
.mrow .macts { display: flex; align-items: center; justify-content: flex-end; gap: 6px; flex: none; flex-wrap: wrap; }

/* ── 안내 띠 · 로그 · 빈 상태 ────────────────────────────── */
.notice { padding: 14px 16px; border-radius: var(--r-m); background: var(--surface-2); font-size: 14px; line-height: 1.5; color: var(--text-1); }
.notice b { font-weight: 700; }
.notice .warn { color: var(--danger); }
.notice .warn b { color: inherit; }
.log { margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line-1); font-size: 12px; line-height: 1.6; color: var(--text-2); white-space: pre-wrap; word-break: break-all; }
.empty { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 0 24px; }
.empty img { display: block; width: 128px; height: 128px; object-fit: contain; margin: 0 auto 12px; }
.empty.lg img { width: 160px; height: 160px; }                                              /* 온보딩(이름 확인·알림 켜기) = 160 (§9.6) */
.empty.mark img { width: 112px; height: 120px; }                                            /* 브랜드 심볼 v6(흔드는 손)을 오브젝트로 — 온보딩 이름 확인·일정 없음 (사장님 09-14) */
.empty.lg.mark img { width: 140px; height: 150px; }
.empty p, .empty .msg, .empty > div { font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.01em; color: var(--text-1); }
.empty .t3 { margin-top: 8px; font-size: 14px; font-weight: 400; line-height: 1.5; }
.empty .btn { margin-top: 20px; }
.empty > .orb { margin-bottom: 20px; }                                                      /* ✓ 오브와 "등록 완료" 사이 — 행간 정리(사장님 지시) */

/* 완료 체크 오브 — 이모지는 원 없이, 완료 ✓ 만 검정 원 + 흰 */
.orb { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; font-size: 48px; line-height: 1; }
.orb.ok { border-radius: 50%; background: var(--text-1); color: #fff; font-size: 34px; font-weight: 700; }

/* ── 입력 (§5.12) — #f1f1f1 필, radius 8, 높이 52, 포커스 1.5px 검정 ── */
.input { width: 100%; height: 52px; padding: 0 16px; border: 1.5px solid transparent; border-radius: var(--r-s); background: var(--surface-3); color: var(--text-1); font-size: 16px; outline: none; caret-color: var(--text-1); transition: border-color 0.15s var(--ease), background 0.15s var(--ease); }
.input:focus { border-color: var(--line-strong); background: var(--bg-0); }
.input::placeholder { color: var(--text-2); }
.search { height: var(--h-search); padding-left: 48px; border-radius: var(--r-m); background: var(--surface-2); font-size: 17px; }

/* 키보드 포커스만 — 터치에는 안 보임 */
.btn:focus-visible, .mini:focus-visible, .ham:focus-visible, .brand:focus-visible, .back:focus-visible, .chip:focus-visible, .seg > :focus-visible, .toggle:focus-visible,
.cal-cell:focus-visible, .ex-cell:focus-visible, button.panel:focus-visible, button.card:focus-visible, .tab:focus-visible { outline: 2px solid var(--text-1); outline-offset: 2px; }

/* ── 바텀시트 (§5.6) — 딤 57%, 흰, 상단 radius 12, 핸들 없음 ── */
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: flex; align-items: flex-end; justify-content: center; background: var(--dim); animation: fadein 0.2s var(--ease) both; }
.modal { position: relative; width: 100%; max-width: 480px; padding: 24px var(--pad-x) calc(env(safe-area-inset-bottom) + 24px); border-radius: var(--r-sheet) var(--r-sheet) 0 0; background: var(--bg-0); animation: sheet 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.modal .big, .modal .h2 { font-size: 20px; letter-spacing: -0.01em; }
.modal-head, .modal .sub-head { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; height: 56px; margin: -24px calc(-1 * var(--pad-x)) 16px; padding: 0 12px; border-bottom: 1px solid var(--line-1); }
.modal-head > :nth-child(2) { text-align: center; font-size: 20px; font-weight: 700; }
.modal-x, .x { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; background: none; color: var(--text-1); font-size: 26px; line-height: 1; cursor: pointer; }
.modal .btn + .btn { margin-top: 8px; }
.modal .row2 { margin-top: 16px; }
.modal .row2 > .btn + .btn { margin-top: 0; }                                               /* 시트 안 2버튼(취소·확인) 높이 맞춤 — 위 규칙이 우선순위가 높아 확인 버튼만 8px 밀리던 문제 */
.opt { display: flex; align-items: center; min-height: 48px; padding: 0; border: 0; background: none; width: 100%; text-align: left; font-size: 16px; font-weight: 400; color: var(--text-2); cursor: pointer; }   /* 시트 옵션 행 — 선택 = 검정 700, 체크 없음 */
.opt.on { color: var(--text-1); font-weight: 700; }

/* ── 토스트 — 탭 바 위 검정 알약, 2초 뒤 사라짐 (이스터에그 "푸시 테스트 · 5초 후 발송") ── */
.toast { position: fixed; left: 0; right: 0; margin: 0 auto; width: max-content; bottom: calc(var(--h-tabbar) + env(safe-area-inset-bottom) + 16px); z-index: 85; max-width: calc(100% - 48px); padding: 12px 18px; border-radius: var(--r-pill); background: var(--text-1); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.3; white-space: nowrap; animation: appear 0.2s var(--ease) both; pointer-events: none; }   /* 가운데 정렬은 margin auto — appear 의 transform 과 안 겹치게 */
.toast.out { animation: fadeout 0.26s var(--ease) both; }
.spin.lg { width: 36px; height: 36px; border-width: 3px; margin-bottom: 16px; }                 /* 설치 중 */

/* ── 완료 플래시 — 네이버에서 돌아와 자동 완료된 순간 ✓ 0.9초 (흰 94%) ── */
.flash { position: fixed; inset: 0; z-index: 80; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: rgba(255, 255, 255, 0.94); animation: fadein 0.15s var(--ease) both; pointer-events: none; }
.flash.out { animation: fadeout 0.26s var(--ease) both; }

/* ── 처리 중 오버레이 — 흰 70% + 검정 스피너 (블러 없음) ── */
.busy { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.7); animation: fadein 0.15s var(--ease) both; }
.busy-box { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 0; background: none; box-shadow: none; font-size: 14px; font-weight: 700; color: var(--text-1); }
.spin { width: 24px; height: 24px; border-radius: 50%; border: 2.5px solid var(--surface-2); border-top-color: var(--text-1); animation: spin 0.8s linear infinite; }

/* ── 하단 탭 (§11.1) — 3개 붙박이, 흰, 상단선 없음, 아이콘 26 + 라벨 11. 활성 = 검정 필 + 검정 라벨 ── */
.tab-space { flex: none; height: calc(var(--h-tabbar) + env(safe-area-inset-bottom) + 12px); }
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  width: 100%; max-width: 480px; margin: 0 auto;
  display: flex; align-items: stretch;
  height: calc(var(--h-tabbar) + env(safe-area-inset-bottom));
  padding: 0 0 env(safe-area-inset-bottom);
  background: var(--bg-0); border: 0; box-shadow: none;
}
.tab {
  position: relative; flex: 1 1 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 0; border: 0; border-radius: 0; background: none; cursor: pointer;
  color: var(--text-3); font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: 0;
  transition: color 0.15s var(--ease);
}
.tab svg { width: 26px; height: 26px; display: block; }
.tab.on { color: var(--text-1); font-weight: 700; }
.tab.on svg { fill: currentColor; }                                                          /* 활성 = JS 가 주는 필 아이콘 그대로 (안쪽 흰 디테일은 SVG 속성) — svg 전체에 흰 stroke 를 얹으면 선물상자 필이 4토막으로 갈라진다 */
.tab .dot { position: absolute; top: 8px; left: calc(50% + 8px); }                           /* 알림 있으면 우상단 오렌지 도트 */

/* ── 배정 제외 그리드 (§9.5) — 셀 = 흰 + 1px #d2d2d4, 제외 = #f4f4f4 + #c7c8ca + 취소선 ── */
.ex-head { display: grid; grid-template-columns: 32px repeat(3, 1fr); gap: 8px; margin-bottom: 8px; font-size: 13px; color: var(--text-2); text-align: center; }
.ex-day { display: grid; grid-template-columns: 32px repeat(3, 1fr); gap: 8px; align-items: center; margin-bottom: 8px; }
.ex-day:last-child { margin-bottom: 0; }
.group > .ex-day { padding: 0 16px; }                                                         /* 그룹 카드 안 그리드 — 셀이 테두리에 닿지 않게 */
.group > .ex-day:first-child { padding-top: 14px; }
.group > .ex-day:last-child { padding-bottom: 14px; }
.ex-wd { font-size: 13px; font-weight: 400; color: var(--text-2); text-align: center; }
.ex-cell { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0; border: 1px solid var(--line-2); border-radius: var(--r-s); background: var(--bg-0); color: var(--text-1); font-size: 14px; font-weight: 400; line-height: 1; cursor: pointer; transition: background 0.15s var(--ease), color 0.15s var(--ease); }
.ex-cell.off { background: var(--surface-2); border-color: transparent; color: var(--text-3); text-decoration: line-through; }
.ex-cell.hd { height: auto; border: 0; background: none; color: var(--text-2); font-size: 13px; cursor: default; pointer-events: none; }   /* 열 라벨(오전·오후·저녁) — 유일하게 허용되는 열 헤더 */
.ex-cell:active { transform: scale(0.96); }

/* ── 달력 (휴가) — 오늘 = 검정 원, 휴가 = #f4f4f4 사각 + 취소선 ── */
.cal-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 0 12px; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; color: var(--text-1); }
.group > .cal-title { padding: 16px 16px 0; }                                                 /* 달력이 그룹 카드 안에 바로 들어올 때 — 테두리에 닿지 않게 */
.group > .cal-dow { padding: 0 16px; }
.group > .cal-grid { padding: 0 16px 16px; }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 6px; }
.cal-dow span { text-align: center; font-size: 13px; font-weight: 400; color: var(--text-2); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-cell { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line-2); border-radius: 6px; background: var(--bg-0); color: var(--text-1); font-size: 15px; font-weight: 400; line-height: 1; cursor: pointer; font-variant-numeric: tabular-nums; transition: background 0.15s var(--ease), color 0.15s var(--ease); }
.cal-cell.empty { background: transparent; border-color: transparent; pointer-events: none; }
.cal-cell.past { color: var(--text-disabled); border-color: var(--line-1); pointer-events: none; }
.cal-cell.today { background: var(--text-1); border-color: var(--text-1); color: #fff; font-weight: 700; border-radius: 50%; }
.cal-cell.sel { background: var(--surface-2); border-color: transparent; color: var(--text-3); text-decoration: line-through; border-radius: 6px; }
.cal-cell:active { transform: scale(0.94); }

/* ── 질문 바꾸기 시트 (사장님 09-11·09-14) — 제목 "질문 바꾸기" · 지금 질문(내 카드 그대로) · 다른 질문 N(회색 선택 카드, 각각 "이 질문으로 ›") · [그대로 둘게요]. 설명문 없음 ── */
.modal.sw { display: flex; flex-direction: column; max-height: 92vh; }                       /* 여유분 5개 + 긴 질문이어도 시트가 화면을 넘지 않게 — 목록만 스크롤 */
.modal.sw .modal-head, .modal.sw .sw-label, .modal.sw .qitem.cur, .modal.sw > .btn { flex: none; }
.modal.sw .qlist { flex: 1 1 auto; min-height: 0; overflow-y: auto; margin: 0 calc(-1 * var(--pad-x)); padding: 2px var(--pad-x); }   /* 좌우 여백까지 스크롤 영역 — 눌림 확대가 잘리지 않게 */
.modal.sw > .btn { margin-top: 16px; }
.sw-label { margin-bottom: 8px; font-size: 13px; font-weight: 400; line-height: 1.4; color: var(--text-2); }
.sw-label b { color: var(--text-1); font-weight: 700; }
.qitem.cur, .qitem.cur:active { cursor: default; filter: none; }                            /* 시트 안 "지금 질문" 은 누르는 게 아님 */
.qitem.pick { padding: 14px 16px; background: var(--bg-1); cursor: pointer; transition: background 0.15s var(--ease), transform 0.12s var(--ease); }   /* 선택 카드 = 회색 표면, 흰 시트 위에서 눌리는 카드로 읽힘 */
.qitem.pick .qtext { margin-top: 0; }
.qitem.pick .qgo { display: flex; align-items: center; justify-content: flex-end; margin-top: 10px; font-size: 14px; font-weight: 700; line-height: 1; color: var(--text-1); }
.qitem.pick:active { background: var(--surface-2); transform: scale(0.985); filter: none; }
.qitem.pick:focus-visible, .qitem.mine[role="button"]:focus-visible { outline: 2px solid var(--text-1); outline-offset: 2px; }
.chev { display: inline-block; margin-left: 4px; font-size: 20px; font-weight: 500; line-height: 1; transform: translateY(-1px); }   /* › 화살 — .row.tap 의 › 와 같은 톤 */
/* ── 참여 화면 · 요청 정보 + 예시 질문 목록 (사장님 09-10 밤 — 앞뒤 사정 보면서 쓰게) ── */
.qlist { display: flex; flex-direction: column; gap: 8px; }
.qitem { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 1.5px solid transparent; border-radius: var(--r-s); background: var(--bg-0); color: var(--text-1); text-align: left; font: inherit; width: 100%; box-sizing: border-box; }
.qitem.pub { background: var(--accent-soft); }                                              /* 공개글 = 오렌지 배경 (사장님 09-14) */
.qitem.sec { background: var(--bg-1); }                                                     /* 비밀글 = 회색 배경 */
.qitem .qnum { flex: none; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--bg-0); color: var(--text-1); font-size: 14px; font-weight: 700; }
.qitem .qbody { min-width: 0; flex: 1 1 auto; }
.qitem .qtext { margin-top: 4px; font-size: 15px; line-height: 1.55; color: var(--text-1); white-space: pre-wrap; overflow-wrap: anywhere; }
.qitem.done { opacity: 0.55; }                                                              /* 올라간 것 = 흐리게 + ✓ */
.qitem .qmark { flex: none; align-self: center; font-size: 16px; font-weight: 700; color: var(--success); }
.qitem.mine { border-color: var(--line-strong); cursor: pointer; }                          /* 내 것 = 검정 테두리, 누르면 질문 바꾸기 */
.qitem.mine:active { filter: brightness(0.97); }
.qitem.mine .qnum { background: var(--text-1); color: #fff; }
.qitem.mine .qtext { font-weight: 700; }
/* 내 카드 안 [질문 바꾸기 …… N개 ›] — 카드 폭 그대로인 outline 버튼 행(주 CTA 복사&열기 가 검정이라 여기는 흰+검정 테두리). 카드 전체가 탭 대상이고 이 행이 그 뜻을 말해 준다 */
.qlist.focus .qitem:not(.mine) { opacity: 0.55; }                                          /* 참여 화면: 내 질문 아닌 것은 반투명 (사장님 09-14) */
.qlist.focus .qitem.done { opacity: 0.38; }
.qitem .qswap { display: flex; align-items: center; justify-content: space-between; gap: 8px; height: 44px; margin-top: 12px; padding: 0 12px 0 14px; border: 1.5px solid var(--line-strong); border-radius: var(--r-s); background: var(--bg-0); font-size: 15px; font-weight: 700; line-height: 1; color: var(--text-1); transition: background 0.15s var(--ease); }
.qitem .qswap-r { display: inline-flex; align-items: center; }
.qitem.mine:active .qswap { background: var(--bg-1); }
.legend { display: inline-flex; align-items: center; gap: 6px; color: var(--text-2); white-space: nowrap; }
.lgd { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 2px; vertical-align: -1px; }   /* 범례 점 (.lg 는 .empty.lg 큰 그림 수식어와 겹쳐서 이름 바꿈) */
.lgd.pub { background: var(--accent-soft); border: 1px solid #ffcdb8; }
.lgd.sec { background: var(--bg-1); border: 1px solid var(--line-2); }
.row.tap { position: relative; padding-right: 44px; cursor: pointer; }                     /* 눌러서 고치는 행(요청사항) — 카드와 같은 › */
.row.tap::after { content: "›"; position: absolute; right: 16px; top: 50%; transform: translateY(-54%); font-size: 24px; line-height: 1; font-weight: 500; color: var(--text-1); }
.row.tap:active { background: var(--surface-2); }
.row .nv { min-width: 0; text-align: right; white-space: pre-wrap; overflow-wrap: anywhere; }
.ta { display: block; width: 100%; min-height: 120px; padding: 14px 16px; border: 1.5px solid transparent; border-radius: var(--r-s); background: var(--surface-3); color: var(--text-1); font: inherit; font-size: 16px; line-height: 1.5; outline: none; resize: vertical; box-sizing: border-box; }
.ta:focus { border-color: var(--line-strong); background: var(--bg-0); }
.ta::placeholder { color: var(--text-2); }
/* 내 정보 — 핸즈업 지수 카드 + 손바닥 러너 (사장님 09-14: 지수가 높을수록 손이 손가락으로 빨리 달린다). 트랙 = 바닥선 하나, 러너 = 브랜드 심볼 뒤집기(손가락이 다리) */
.panel.idx .display { font-size: 56px; margin-top: 4px; }
.panel.idx .display.dim { font-size: 40px; color: var(--text-3); }                        /* 기록 없음 = 작은 회색 대시 */
.panel.idx .tier { margin-top: 10px; }
.track { position: relative; height: 64px; margin-top: 8px; border-bottom: 1.5px solid var(--line-2); overflow: hidden; }
.track .runner { position: absolute; left: -70px; bottom: 4px; width: 56px; height: 40px; transform-origin: 50% 95%; animation: run var(--dur, 4s) linear infinite, step calc(var(--dur, 4s) / 7) ease-in-out infinite alternate; }
.track .runner img { display: block; width: 56px; height: 38px; transform: scaleY(-1); }
.track .lines { position: absolute; right: calc(100% + 6px); top: 10px; width: 22px; display: none; }
.track .lines i { display: block; height: 2px; margin: 4px 0; border-radius: 1px; background: var(--text-3); }
.track .lines i:nth-child(2) { width: 70%; }
.track .lines i:nth-child(3) { width: 45%; }
.track.fast .lines { display: block; }
.track.idle .runner { animation: none; left: 12px; opacity: 0.35; }                        /* 기록 없음 = 출발선에서 대기 */
@keyframes run  { from { left: -70px; } to { left: 100%; } }
@keyframes step { from { transform: rotate(-9deg) translateY(0); } to { transform: rotate(9deg) translateY(-5px); } }
@media (prefers-reduced-motion: reduce) { .track .runner { animation: none; left: 40%; } }
.why { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin-left: 4px; padding: 0; border: 0; border-radius: 50%; background: var(--surface-2); color: var(--text-2); font-size: 12px; font-weight: 700; line-height: 1; vertical-align: middle; cursor: pointer; }
.why:active { background: #ebebeb; }
.nv-row { display: flex; gap: 8px; align-items: center; }                                   /* 네이버 아이디 입력칸 + × (사장님 09-14) */
.nv-row + .nv-row { margin-top: 8px; }
.nv-row .input { flex: 1 1 auto; min-width: 0; }
.nv-row .mini { height: 52px; width: 48px; flex: none; padding: 0; font-size: 22px; font-weight: 400; }
.mname .nvids { display: block; margin-top: 2px; font-size: 12px; color: var(--text-2); overflow-wrap: anywhere; }
.tag.sm { padding: 1px 6px; font-size: 12px; }
.clamp3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.panel.target { padding: 14px 16px; cursor: pointer; }
.panel.target .tgt { color: var(--text-1); }
.actions { position: sticky; bottom: 0; z-index: 30; margin: 16px calc(-1 * var(--pad-x)) calc(-1 * (env(safe-area-inset-bottom) + 24px)); padding: 12px var(--pad-x) calc(env(safe-area-inset-bottom) + 16px); background: var(--bg-0); }   /* 아래 붙박이 — 목록이 길어도 버튼은 늘 보인다 */
.actbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 calc(-1 * var(--pad-x)); padding: 8px var(--pad-x); background: var(--surface-dark); color: #fff; font-size: 13px; }   /* 계정 전환 띠 */
.actbar b { color: #fff; }
.actbar .mini { background: rgba(255, 255, 255, 0.16); color: #fff; }

/* ── 모션 (§7) — 짧게. .app 은 opacity 만(transform 금지 — fixed 탭 바 기준 문제) ── */
@keyframes fade   { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes appear { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes pop    { 0% { opacity: 0; transform: scale(0.6); } 60% { transform: scale(1.06); } 100% { opacity: 1; transform: none; } }
@keyframes sheet  { from { transform: translateY(100%); } to { transform: none; } }
@keyframes spin   { to { transform: rotate(360deg); } }
@keyframes fadeout { from { opacity: 1; } to { opacity: 0; } }
@keyframes slidein { from { opacity: 0; transform: translateX(32px); } to { opacity: 1; transform: none; } }

.app { animation: fade 0.2s var(--ease) both; }
.app.slide { animation: slidein 0.38s var(--ease) both; }                                   /* 다음 질문 전환 — 참여 화면(탭 바 없음)에서만 transform 허용 */
.stagger > * { animation: appear 0.25s var(--ease) both; }
.stagger > *:nth-child(1) { animation-delay: 0.03s; }
.stagger > *:nth-child(2) { animation-delay: 0.06s; }
.stagger > *:nth-child(3) { animation-delay: 0.09s; }
.stagger > *:nth-child(4) { animation-delay: 0.12s; }
.stagger > *:nth-child(5) { animation-delay: 0.15s; }
.stagger > *:nth-child(n+6) { animation-delay: 0.18s; }
.pop { animation: pop 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.swap { animation: fadein 0.2s var(--ease) both; }

@media (prefers-reduced-motion: reduce) {
  .app, .app.slide, .stagger > *, .pop, .swap, .modal-backdrop, .modal, .busy, .spin, .flash { animation: none; }
}

/* ── 공개/비밀 안내 띠 (사장님 09-16: 복사 버튼 바로 위에만 — 위쪽 큰 표지·항목 라벨은 뺌) ── */
.prog-l { display: inline-flex; align-items: center; gap: 8px; }
.visbar { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; padding: 12px 14px; border-radius: var(--r-s); font-size: 15px; line-height: 1.3; }   /* 복사 버튼 바로 위 — 나가기 직전에 한 번 더 */
.visbar svg { width: 20px; height: 20px; flex: none; }
.visbar b { font-weight: 700; color: inherit; }
.visbar.pub { background: var(--accent-soft); color: var(--accent-text); border: 1px solid #ffcdb8; }
.visbar.sec { background: var(--text-1); color: #fff; }
/* ── 요청 정보 (사장님 09-16): 담당자·진행 한 줄 + 접이식 요청사항 ── */
.meta { display: flex; align-items: center; gap: 10px; margin-top: 8px; color: var(--text-2); white-space: nowrap; overflow: hidden; }
.meta > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.meta b { font-weight: 700; color: var(--text-1); }
.meta .sep { flex: none; width: 1px; height: 12px; background: var(--line-2); }
.disc { margin-top: 8px; padding: 12px 16px; border: 1px solid var(--line-1); border-radius: 12px; background: var(--bg-0); cursor: pointer; }
.disc:active { background: var(--bg-1); }
.disc-head { display: flex; align-items: center; gap: 8px; }
.disc-head .t4 { flex: none; }
.disc-head .disc-edit { margin-left: auto; color: var(--accent-text); font-weight: 700; }
.disc-chev { margin-left: auto; color: var(--text-2); transform: rotate(90deg); transition: transform 0.2s var(--ease); }
.disc.open .disc-chev { transform: rotate(-90deg); }
.disc-body { margin-top: 4px; white-space: pre-wrap; overflow-wrap: anywhere; }
.disc:not(.open):not(.edit) .disc-body { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; white-space: normal; }   /* 접힌 상태 = 첫 줄만 */
.btn.outline.danger { color: var(--danger); border-color: var(--danger); background: var(--bg-0); }   /* 아래 .btn.danger 의 빨간 배경을 덮어 글자가 안 보이던 것 (사장님 09-17) — 외곽선형 danger 는 배경 흰색 */
.btn.danger { background: var(--danger); color: #fff; }
.btn.danger:active { background: #d32f2f; }
/* ── 본사 체험단 (사장님 09-16) — 모집 폼 필드 · 초안 목록(회색 카드, 공개/비밀 색 없음) ── */
.fld .t4 { margin-bottom: 6px; }
.row2 > .fld { flex: 1 1 0; min-width: 0; }
.input[type="date"] { -webkit-appearance: none; appearance: none; }
.qitem.rv { background: var(--bg-1); }                                                       /* 초안 = 회색 카드 (공개/비밀 구분 없음) */
.qitem.rv .qtext { font-weight: 400; }
.qitem.rv.mine .qtext { font-weight: 400; }
.qitem.rv.cur { background: var(--bg-0); border: 1px solid var(--line-1); }
.qitem.rv.cur .qtext { display: block; -webkit-line-clamp: unset; }
.qitem.rv .qmark { align-self: flex-start; margin-top: 4px; }
.row.crow { flex-direction: column; align-items: stretch; gap: 6px; }                         /* 체험단 참여자 행 — 이름·단계 / (담당자) 주문번호·확인 버튼 두 줄 */
.crow-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.crow-top b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crow-sub { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.crow-sub .t4 { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crow-sub .macts { flex: none; }
/* ── 제품 검색 (모집 만들기, 사장님 09-16: 제품명으로 찾기 + 썸네일) — 결과 행 = 썸네일 48 + 이름 2줄 + 가격·상태, 선택 = 검정 테두리 카드 ── */
.plist { display: flex; flex-direction: column; gap: 6px; }
.card.prow { padding: 10px 12px; min-height: 60px; gap: 10px; }
.card.prow.tap { padding-right: 40px; }
.card.prow.tap::after { right: 14px; }
.card.prow .pname { font-size: 15px; font-weight: 400; line-height: 1.35; color: var(--text-1); }
.card.prow.active .pname { font-weight: 700; }
.pthumb { flex: none; width: 48px; height: 48px; border-radius: var(--r-s); background: var(--surface-2); overflow: hidden; display: inline-flex; align-items: center; justify-content: center; }
.pthumb .thumb { width: 48px; height: 48px; }
.pfoot { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 4px 0; }
.thumb.sm { width: 44px; height: 44px; }
.thumb.lg { width: 72px; height: 72px; }
.phead { display: flex; align-items: center; gap: 14px; }
.phead .h2 { min-width: 0; flex: 1 1 auto; }

/* 모집 만들기 — 추가옵션(추가상품) 여러 개 고르기 (사장님 09-16) */
.suplist{border:1px solid var(--line);border-radius:12px;overflow:hidden}
.supitem{display:flex;align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid var(--line);cursor:pointer}
.supitem:last-child{border-bottom:0}
.supitem .ck{width:22px;height:22px;flex:none;border:1.5px solid var(--line-2, #d6d8dd);border-radius:7px;display:grid;place-items:center;transition:background .12s,border-color .12s}
.supitem .ck::after{content:'✓';font-size:14px;font-weight:800;line-height:1;color:#fff;opacity:0;transform:scale(.6);transition:opacity .12s,transform .12s}
.supitem.on .ck{background:var(--accent);border-color:var(--accent)}
.supitem.on .ck::after{opacity:1;transform:scale(1)}
.supitem.on{background:color-mix(in srgb, var(--accent) 7%, transparent)}
/* 필요 시 펼치는 줄 */
.addmore{display:flex;align-items:center;gap:8px;width:100%;padding:13px 14px;background:none;border:1px dashed var(--line-1);border-radius:12px;color:var(--text-2);font:inherit;text-align:left;cursor:pointer}
.addmore .plus{font-size:17px;font-weight:700;color:var(--accent);line-height:1}
.addmore .grow{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.addmore .chev{color:var(--text-3);transition:transform .15s}
.addmore.open{border-style:solid}
.addmore.open .chev{transform:rotate(90deg)}
.supitem .grow{flex:1;min-width:0}
.supitem.off{opacity:.45;cursor:default}

/* 구매 전 와이파이 끄기 안내 (사장님 09-16) — 안드로이드는 실제 연결을 확인해 .bad 로 강조 */
.wifi{margin-top:14px;padding:11px 13px;border-radius:12px;background:var(--surface-2,#f4f4f4);color:var(--text-2);font-size:13.5px;line-height:1.5}
.wifi b{color:var(--text-1)}
.wifi.bad{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent)}
.wifi.bad b{color:var(--accent)}

/* ── 체험단 카드·참여자 줄 (사장님 2026-09-16 밤: "참여 현황·단계가 보기 어렵다") ──────────────
   카드 = 위(썸네일·제품명·기한) / 아래(단계 ←→ 다음 할 일) 두 줄. 단계는 왼쪽 한 곳, 할 일은 오른쪽 한 곳.
   정산(입금)은 단계가 아니라 별개 상태값이라 늘 아랫줄에 작은 회색으로 따로 그린다. */
.card.cmcard { display: block; padding: 14px 16px; cursor: pointer; transition: background 0.15s var(--ease); }
.card.cmcard:active { background: var(--bg-1); }
.cmtop { display: flex; align-items: center; gap: 12px; }
.cmline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.cmline > .t4 { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cmline > .t4 b { font-weight: 700; color: var(--text-1); }
.card.cmcard.on { border: 1.5px solid var(--accent); padding: 13.5px 15.5px; }                       /* 지금 참여할 수 있는 모집만 (사장님 09-16) — 테두리 두께만큼 안쪽을 줄여 줄이 안 흔들린다 */
.cmtop > .chev { flex: none; margin-left: 0; font-size: 22px; color: var(--text-2); }
.pill { flex: none; display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--accent-text); font-size: 12px; font-weight: 700; white-space: nowrap; }
.cmline .ph { flex: none; font-size: 13px; font-weight: 700; color: var(--text-1); white-space: nowrap; }
.cmline .ph.recruiting { color: var(--text-2); }                                               /* 모집 중이지만 참여할 수 없음(인원 마감·이미 참여) */
.cmline .ph.first_done, .cmline .ph.month_done { color: var(--success); }                      /* 모두 썼다 */
.cmline .ph.ended { color: var(--text-3); }
.mrow3 .mamt { line-height: 1.3; }
.mrow3 .mamt b { font-size: 13px; font-weight: 700; color: var(--text-1); }                   /* 주문번호와 같은 크기 — 줄의 주인공은 이름·네 칸 */
.cmdo { flex: none; display: inline-flex; align-items: center; font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--text-1); white-space: nowrap; }
.cmdo .chev { margin-left: 2px; font-size: 18px; }
.cmdo.off { font-size: 13px; font-weight: 400; color: var(--text-2); }
.cmpay { margin-top: 6px; }
.cmpay b { color: var(--text-1); }

/* 모집 중 빈 자리 줄 — 점 세 개 + '모집 중' 한 줄 */
.row.mrow2 { flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; min-height: 56px; padding: 13px 20px; }
.mrow2 .mtop { display: flex; align-items: center; gap: 8px; }

/* 참여자 줄 (사장님 09-16) — 왼쪽 이름 · 주문번호(내 것은 연필 = 눌러서 수정) ←→ 오른쪽 네 칸(결제·구매리뷰·한달리뷰·정산 완료/대기) */
.row.mrow3 { align-items: flex-start; gap: 16px; padding: 16px 20px; }
.row.mrow3.mine { background: var(--bg-1); }                                                /* 내 줄 = 회색 바탕 + '나' 배지 (색은 안 늘린다) */
.mrow3 .mmain { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.mrow3 .mname { display: flex; align-items: center; gap: 6px; max-width: 100%; }
.mrow3 .mname b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mrow3 .mmain > .t4 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mrow3 .macts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.oedit { display: inline-flex; align-items: center; gap: 5px; max-width: 100%; min-height: 32px; padding: 0; border: 0; background: none; color: var(--text-2); font: inherit; font-size: 13px; line-height: 1.3; text-align: left; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.oedit svg { flex: none; color: var(--text-1); }
.oedit:active { opacity: .55; }
.oedit .warn, .mrow3 .warn { color: var(--accent-text); font-weight: 700; }
.mchk { flex: none; display: grid; grid-template-columns: auto auto; column-gap: 12px; row-gap: 6px; margin: 1px 0 0; padding: 0; list-style: none; font-size: 13px; line-height: 18px; }
.mchk li { display: contents; }
.mchk .k { color: var(--text-2); }
.mchk .v { display: inline-flex; align-items: center; gap: 5px; color: var(--text-2); }
.mchk .v i { flex: none; box-sizing: border-box; width: 14px; height: 14px; border: 1.5px solid var(--text-3); border-radius: 50%; }
.mchk li.on .k { color: var(--text-1); }
.mchk li.on .v { color: var(--success); font-weight: 700; }
.mchk .v.tap { margin: -5px -6px; padding: 5px 6px; border: 0; border-radius: 8px; background: none; font: inherit; line-height: 18px; cursor: pointer; -webkit-tap-highlight-color: transparent; }   /* 대기 동그라미 = 눌러서 수기 완료 (사장님 09-16) — 누를 수 있는 것만 테두리를 진하게 */
.mchk .v.tap i { border-color: var(--text-2); }
.mchk .v.tap:active { background: var(--surface-2); }
.mini.xs { height: 24px; padding: 0 8px; border-radius: 6px; font-size: 12px; background: var(--bg-0); border: 1px solid var(--line-2); color: var(--text-1); }   /* 이름 옆 [취소] — '나' 배지 자리 */
.mchk li.on .v i { border: 0; background: var(--success) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 10px no-repeat; }

/* 탭 바가 있는 화면의 붙박이 버튼 — 탭 바 높이만큼 띄워 그 위에 붙는다 */
.actions.tabbed { bottom: calc(var(--h-tabbar) + env(safe-area-inset-bottom)); margin-bottom: 0; padding-bottom: 12px; }

/* 모집 중 빈 자리 — 한 명 찰 때마다 채워진다 (사장님 09-16) */
.mrow2.slot { opacity: .72; }
.dots { display: inline-flex; gap: 4px; align-items: center; margin-right: 8px; }
.dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); display: block; animation: dotpulse 1.25s ease-in-out infinite; }
.dots i:nth-child(2) { animation-delay: .18s; }
.dots i:nth-child(3) { animation-delay: .36s; }
@keyframes dotpulse { 0%, 70%, 100% { opacity: .28; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@media (prefers-reduced-motion: reduce) { .dots i { animation: none; opacity: .6; } }

/* 시작일 날짜 입력이 잘리던 것 (사장님 09-16) — 한국어 날짜 표기는 폭이 더 필요하다 */
.row2 input[type="date"] { min-width: 0; width: 100%; padding-left: 10px; padding-right: 6px; font-size: 15px; }

/* 공고 표 라벨이 두 줄로 접히던 것 (요청사항) — 라벨은 한 줄로 고정하고 값이 접힌다 */
.group.white .row .kv { white-space: nowrap; flex: none; }
.group.white .row .nv { text-align: right; }

/* ── 순위표 (사장님 09-16) — 한 줄 = 등수 · 이름 · 트랙(지수만큼 앞으로 간 손) · 점수. 막대는 얇게(4px), 끝은 둥글게, 바닥선에 붙인다 ── */
.hh-r { display: inline-flex; align-items: center; gap: 6px; }
.rk-open { display: inline-flex; align-items: center; height: 28px; padding: 0 4px 0 8px; border: 0; background: none; color: var(--text-1); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.rk-open .chev { font-size: 18px; margin-left: 2px; }
.rk-list { border-top: 1px solid var(--line-1); }
.rk { display: grid; grid-template-columns: 22px 64px 1fr 30px; align-items: center; gap: 8px; min-height: 48px; border-bottom: 1px solid var(--line-1); }
.rk-no { font-size: 13px; font-weight: 700; color: var(--text-2); text-align: center; }
.rk-name { display: flex; align-items: center; gap: 4px; min-width: 0; font-size: 14px; color: var(--text-1); white-space: nowrap; overflow: hidden; }
.rk-name .badge { padding: 1px 5px; font-size: 11px; }
.rk-score { font-size: 15px; text-align: right; color: var(--text-1); }
.lane { position: relative; height: 24px; }
.lane::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: var(--line-2); }   /* 트랙 바닥선 */
.lane .rk-bar { position: absolute; left: 0; bottom: 2px; height: 4px; width: var(--w); border-radius: 0 4px 4px 0; background: var(--text-1); z-index: 1;
  animation: rk-grow .9s var(--ease) both; animation-delay: calc(var(--i, 0) * 45ms); }
.lane .rk-bar img { position: absolute; right: -11px; bottom: 3px; width: 22px; height: 15px; transform: scaleY(-1); }   /* 내 정보 러너와 같은 자세 */
.rk.mine .rk-bar { background: var(--accent); }
.rk.mine .rk-name { font-weight: 700; }
.rk.mine { background: var(--bg-1); margin: 0 calc(-1 * var(--pad-x)); padding: 0 var(--pad-x); }
.rk.idle .rk-name, .rk.idle .rk-score { color: var(--text-3); }
@keyframes rk-grow { from { width: 0; } to { width: var(--w); } }
@media (prefers-reduced-motion: reduce) { .lane .rk-bar { animation: none; } }

/* 체험단 탭 진행 상황 묶음 (사장님 09-16) — 구분선 + 이름 · 개수. 첫 묶음은 제목 밑이라 선 없이 */
.cmgrp { display: flex; align-items: center; gap: 6px; margin: 28px 0 10px; padding-top: 16px; border-top: 1px solid var(--line-1); font-size: 14px; font-weight: 700; color: var(--text-1); }
.cmgrp .num { color: var(--text-2); font-weight: 600; }
.between + .cmgrp { margin-top: 20px; padding-top: 0; border-top: 0; }

/* Participation roster: keep names readable on narrow phones. */
.row.mrow{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px}.mrow .mname{flex:1 0 100px}.mrow .mname b{overflow:visible;text-overflow:clip}.mrow .macts{margin-left:auto}.mrow .macts .val{font-size:12px}.mrow .macts .mini{padding:8px 10px}

/* QR participation actions and QNA heading */
.personal-actions > .btn + .btn { margin-top:0; }
.personal-actions { display:flex; flex-direction:column; gap:12px; margin-top:16px; }
.personal-download.btn { display:flex; flex-direction:column; gap:4px; height:auto; min-height:72px; padding:12px 8px; }
.personal-download > span { font-size:17px; font-weight:700; }
.personal-download > small { color:#62666d; font-size:12px; font-weight:400; line-height:1.45; }
.qna-heading { gap:12px; flex-wrap:wrap; }
.qna-heading .mini { flex-shrink:0; }

/* Participation: a quiet reference list above an anchored personal question card. */
body.work-open { overflow:hidden; }
.app.work-root { height:var(--work-height,100dvh); min-height:0; padding-bottom:0; }
.work-page { display:flex; flex-direction:column; flex:1; min-height:0; gap:0; }
.work-heading { flex:none; display:flex; justify-content:space-between; align-items:flex-start; gap:12px; padding:4px 0 16px; }
.work-heading h1 { font-size:20px; font-weight:700; line-height:1.4; letter-spacing:-.02em; }
.work-progress { flex:none; padding-top:4px; font-size:12px; color:var(--text-2); }
.work-reference-area { flex:1 1 auto; min-height:0; display:flex; flex-direction:column; }
.work-scroll-cue { flex:none; height:32px; display:flex; align-items:center; justify-content:center; }
.work-scroll-cue button { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; height:32px; border:0; background:var(--bg-0); color:var(--text-2); font:inherit; font-size:12px; cursor:pointer; }
.work-scroll-cue button[hidden] { display:none; }
.work-scroll-cue button:focus-visible { outline:2px solid var(--text-1); outline-offset:-2px; }
.work-dock { flex:none; position:relative; z-index:1; margin:0 calc(-1 * var(--pad-x)); padding:12px var(--pad-x) calc(12px + env(safe-area-inset-bottom)); border-top:1px solid var(--line-2); background:var(--bg-0); box-shadow:0 -6px 18px rgba(0,0,0,.055); }
.work-reference { flex:1 1 auto; min-height:0; overflow-y:auto; overscroll-behavior:contain; padding-right:4px; padding-bottom:4px; scrollbar-width:thin; scrollbar-color:var(--line-2) transparent; }
.work-reference section + section { margin-top:16px; }
.work-reference h2 { font-size:13px; font-weight:400; color:var(--text-2); margin-bottom:8px; }
.work-reference p { font-size:14px; line-height:1.65; color:var(--text-2); white-space:pre-wrap; overflow-wrap:anywhere; }
.work-reference p + p { margin-top:8px; }
.work-question-list { margin:0; padding:0; list-style:none; }
.work-question-list li { display:flex; gap:10px; align-items:flex-start; padding:11px 0; border-bottom:1px solid var(--line-1); font-size:13px; line-height:1.65; color:var(--text-2); }
.work-question-list li.is-mine { border:1.5px solid var(--text-1); border-radius:12px; padding:11px 10px; margin:4px 0; color:var(--text-1); }
.work-question-list li.is-mine .seq { color:var(--text-1); font-weight:700; }
.work-question-list .seq { flex:none; min-width:16px; color:var(--text-2); }
.work-question-list .item-copy { flex:1; min-width:0; white-space:pre-wrap; overflow-wrap:anywhere; }
.work-question-list .item-status { flex:none; font-size:11px; color:var(--text-2); }
.work-focus { flex:none; min-height:0; max-height:calc(var(--work-height,100dvh) - 230px); display:flex; flex-direction:column; padding:16px; border:0; border-radius:12px; background:var(--bg-1); box-shadow:none; }
.work-focus-top { flex:none; display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:12px; }
.work-visibility { display:inline-flex; align-items:center; gap:7px; padding:7px 10px; background:var(--bg-0); color:var(--text-1); border-radius:var(--r-s); font-size:13px; font-weight:700; }
.work-visibility svg { width:17px; height:17px; }
.work-own-label { font-size:12px; color:var(--text-2); }
.work-own-question { min-height:0; flex:0 1 auto; font-size:20px; line-height:1.5; font-weight:700; letter-spacing:-.01em; color:var(--text-1); white-space:pre-wrap; overflow-wrap:anywhere; max-height:min(24dvh,180px); overflow-y:auto; overscroll-behavior:contain; }
.work-swap { flex:none; display:flex; align-items:center; justify-content:flex-end; gap:6px; background:none; border:0; color:var(--text-1); font-size:14px; font-weight:700; min-height:44px; padding:8px 0; margin:4px 0 8px auto; cursor:pointer; }
.work-swap svg { width:15px; height:15px; }
.work-swap:disabled { color:var(--text-3); cursor:default; }
.work-actions { flex:none; display:grid; grid-template-columns:1fr 2fr; gap:12px; }
.work-actions .btn { margin-top:0; height:var(--h-cta); border-radius:var(--r-m); font-size:18px; }
.work-actions #skip { background:var(--bg-0); color:var(--text-1); border:1.5px solid var(--line-strong); }
.work-focus .log { max-height:60px; overflow:auto; margin:8px 0; font-size:12px; }
.work-swap:focus-visible,.work-actions .btn:focus-visible { outline:2px solid var(--text-1); outline-offset:3px; }
.modal.sw .qitem.cur { background:var(--bg-1); border:1.5px solid var(--line-strong); border-radius:var(--r-s); }
.modal.sw .qitem.cur .qnum { background:var(--text-1); }
@media(max-height:650px) {
 .work-heading { padding-bottom:12px; }
 .work-dock { padding-top:10px; padding-bottom:calc(10px + env(safe-area-inset-bottom)); }
 .work-focus { padding:16px; border-radius:12px; }
 .work-focus-top { margin-bottom:10px; }
 .work-own-question { font-size:18px; max-height:22dvh; }
 .work-swap { margin:0 0 4px auto; }
 .work-actions .btn { height:48px; font-size:16px; }
}
/* 리뷰 작성 화면 (사장님 09-22) — 요청사항 대신 강조 포인트 #해시태그 · 내 예시 초안 하나를 펼쳐서 */
.hashtags { display: flex; flex-wrap: wrap; gap: 6px 10px; }
.hashtag { font-size: 15px; font-weight: 700; line-height: 1.4; color: var(--accent-text); }
.rvdraft { padding: 16px; border-radius: var(--r-m); background: var(--bg-1); font-size: 15px; line-height: 1.65; color: var(--text-1); white-space: pre-wrap; word-break: keep-all; overflow-wrap: anywhere; }

/* ── 참여 화면 움직임 (09-22 사용자 요청: 튜토리얼처럼 부드럽게 — [복사&열기] 반짝임 · 다음 질문 전환) ──
   반짝임 = 검정 버튼 위를 지나가는 흰 빛 + 오렌지 한 점(지금 누를 곳) 테두리 숨쉬기. 전환 = 제목 → 참고 목록 → 작성 카드 순으로 살짝 밀려 들어옴 */
.work-actions #copy { position: relative; overflow: hidden; isolation: isolate; animation: hu-copy-ring 2.4s var(--ease) infinite; }
.work-actions #copy::after { content: ""; position: absolute; top: 0; bottom: 0; left: -60%; width: 42%; background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 50%, rgba(255,255,255,0) 100%); transform: skewX(-18deg); animation: hu-copy-sheen 2.4s var(--ease) infinite; pointer-events: none; }
.work-actions #copy:disabled, .work-actions #copy:disabled::after { animation: none; }
@keyframes hu-copy-sheen { 0%, 40% { left: -60%; } 85%, 100% { left: 130%; } }
@keyframes hu-copy-ring { 0%, 100% { box-shadow: 0 0 0 0 rgba(254, 72, 0, 0); } 50% { box-shadow: 0 0 0 5px rgba(254, 72, 0, .2); } }
.app.work-root.slide { animation: none; }
.app.work-root.slide .work-heading,
.app.work-root.slide .work-reference-area,
.app.work-root.slide .work-dock { animation: hu-next-in .5s cubic-bezier(.22, 1, .36, 1) both; }
.app.work-root.slide .work-reference-area { animation-delay: .06s; }
.app.work-root.slide .work-dock { animation-delay: .12s; }
@keyframes hu-next-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .work-actions #copy, .work-actions #copy::after,
  .app.work-root.slide .work-heading, .app.work-root.slide .work-reference-area, .app.work-root.slide .work-dock { animation: none; }
}
