/* =========================================================
   Shif-Match マニュアル モックアップ用スタイル
   実画面の色味・レイアウトを再現
   ========================================================= */
:root {
  --m-mint: #ACDBD1;
  --m-mint-dark: #80c8b8;
  --m-dark-gray: #333;
  --m-blue: #007bff;
  --m-red: #dc3545;
  --m-green: #28a745;
  --m-purple: #8e44ad;
  --m-sidebar-bg: linear-gradient(180deg, #1e3a35 0%, #2c5550 100%);
  --m-orange: #d97706;
  --m-shop-bg: #e0f7fa;
  --m-shop-fg: #006064;
}

/* ============== 共通：モックアップ枠 ============== */
.mockup {
  background: #fff;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  overflow: hidden;
  font-family: -apple-system, "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 13px;
  color: var(--m-dark-gray);
  line-height: 1.4;
}
.mockup * { box-sizing: border-box; }

/* ブラウザ風のタイトルバー */
.mockup-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f1f3f5;
  border-bottom: 1px solid #cbd5e0;
  font-size: 11px;
  color: #6b7280;
}
.mockup-chrome .dots { display: flex; gap: 4px; }
.mockup-chrome .dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-chrome .dot:nth-child(1) { background: #ff5f57; }
.mockup-chrome .dot:nth-child(2) { background: #ffbd2e; }
.mockup-chrome .dot:nth-child(3) { background: #28c940; }
.mockup-chrome .url { flex: 1; background: #fff; padding: 2px 10px; border-radius: 10px; border: 1px solid #d1d5db; text-align: center; font-size: 10.5px; }

/* スマホ風フレーム */
.mockup-phone {
  max-width: 360px;
  margin: 0 auto;
  border: 6px solid #1f2937;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.mockup-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 14px;
  background: #1f2937;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

/* ============== ログインモーダル系 ============== */
.mockup-modal {
  background: #fff;
  max-width: 380px;
  margin: 30px auto;
  padding: 24px 28px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.mockup-modal h2 { margin: 0 0 18px; color: var(--m-dark-gray); font-size: 1.1em; text-align: center; }
.mockup-modal .form-group { margin-bottom: 14px; }
.mockup-modal label { display: block; margin-bottom: 4px; font-size: 12px; font-weight: bold; color: var(--m-dark-gray); }
.mockup-modal input, .mockup-modal select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  font-size: 13px;
  background: #fff;
}
.mockup-modal .check-row { font-size: 11px; color: #6b7280; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
.mockup-modal .check-row input { width: auto; }
.mockup-modal .primary-btn {
  width: 100%;
  padding: 10px;
  background: var(--m-mint);
  color: var(--m-dark-gray);
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  margin-top: 6px;
}
.mockup-modal .modal-switch {
  text-align: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  font-size: 11.5px;
  color: #6b7280;
}
.mockup-modal .modal-switch a {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 14px;
  background: #f3f4f6;
  border-radius: 4px;
  color: var(--m-dark-gray);
  text-decoration: none;
  font-weight: bold;
}

/* ============== ヘッダー：氏名チップ・店舗バッジ ============== */
.mockup-header-bar {
  background: #fafafa;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mockup-header-bar .badges { display: flex; gap: 6px; align-items: center; }
.mockup-shop-badge {
  background: var(--m-mint);
  color: var(--m-dark-gray);
  padding: 4px 11px;
  border-radius: 14px;
  font-weight: bold;
  font-size: 11.5px;
}
.mockup-summary-badge {
  background: #f1fbfb;
  color: var(--m-shop-fg);
  padding: 4px 11px;
  border-radius: 14px;
  font-size: 11px;
  border: 1px solid #b2dfdb;
}
.mockup-name-chip {
  background: var(--m-shop-bg);
  color: var(--m-shop-fg);
  padding: 4px 13px;
  border-radius: 16px;
  font-size: 11.5px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

/* ============== ボトムナビ（スマホ） ============== */
.mockup-bottom-nav {
  display: flex;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}
.mockup-bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  padding: 10px 4px;
  cursor: pointer;
  color: #9ca3af;
  font-size: 11px;
  font-weight: bold;
  border-top: 3px solid transparent;
}
.mockup-bottom-nav .nav-item .icon { font-size: 1.5em; display: block; margin-bottom: 2px; }
.mockup-bottom-nav .nav-item.active {
  color: var(--m-mint-dark);
  background: #f4fcfa;
  border-top-color: var(--m-mint-dark);
}
.mockup-bottom-nav .nav-item.active.blue {
  color: var(--m-blue);
  background: #f0f8ff;
  border-top-color: var(--m-blue);
}

/* ============== カレンダー ============== */
.mockup-calendar {
  padding: 14px;
  background: #fff;
}
.mockup-calendar .cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.mockup-calendar .cal-header h3 { margin: 0; font-size: 1.1em; }
.mockup-calendar .nav-btn {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  margin-left: 4px;
}
.mockup-calendar .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.mockup-calendar .day-head {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  padding: 4px 0;
  background: #f8f9fa;
  border-radius: 3px;
}
.mockup-calendar .day-head.sat { color: var(--m-blue); }
.mockup-calendar .day-head.sun { color: var(--m-red); }
.mockup-calendar .day {
  position: relative;
  min-height: 50px;
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}
.mockup-calendar .day .num { font-weight: bold; font-size: 11px; }
.mockup-calendar .day .checkbox {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  border: 1.5px solid #9ca3af;
  border-radius: 2px;
  background: #fff;
}
.mockup-calendar .day .checkbox.checked { background: var(--m-mint); border-color: var(--m-mint-dark); }
.mockup-calendar .day .checkbox.checked::after { content: "✓"; position: absolute; top: -3px; left: 1px; font-size: 11px; color: var(--m-dark-gray); }
.mockup-calendar .day .shift-info {
  display: inline-block;
  background: #eaf5f3;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  color: var(--m-dark-gray);
}
.mockup-calendar .day.other { background: #fafafa; color: #c5c5c5; }
.mockup-calendar .day.locked {
  background: #f0f3f5;
  border-style: dashed;
  color: #8a96a3;
}
.mockup-calendar .day.locked .shift-info { background: #d6dee5; color: #555; }
.mockup-calendar .day.locked::before {
  content: "🔒";
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
}
.mockup-calendar.confirmed-mode { border-top: 4px solid var(--m-blue); border-radius: 6px; }
.mockup-calendar.confirmed-mode .day .shift-info { background: var(--m-blue); color: #fff; }

/* ============== シフトモーダル（時間入力） ============== */
.mockup-shift-modal {
  background: #fff;
  max-width: 400px;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.mockup-shift-modal .header {
  background: var(--m-mint);
  color: var(--m-dark-gray);
  padding: 12px 20px;
  font-weight: bold;
}
.mockup-shift-modal .body { padding: 20px; }
.mockup-shift-modal .body .form-group { margin-bottom: 14px; }
.mockup-shift-modal .body label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: bold; }
.mockup-shift-modal .time-row { display: flex; gap: 8px; align-items: center; }
.mockup-shift-modal .time-row select {
  padding: 5px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
}
.mockup-shift-modal .time-row .unit { font-size: 11px; color: #6b7280; }
.mockup-shift-modal .notes {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
}
.mockup-shift-modal .footer {
  padding: 14px 20px;
  background: #f9fafb;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #e5e7eb;
}
.mockup-shift-modal .footer button {
  padding: 7px 16px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}
.mockup-shift-modal .footer .delete-btn { background: var(--m-red); color: #fff; }
.mockup-shift-modal .footer .cancel-btn { background: #e5e7eb; color: var(--m-dark-gray); }
.mockup-shift-modal .footer .register-btn { background: var(--m-mint); color: var(--m-dark-gray); }

/* ============== コピー/ペースト/提出ボタン ============== */
.mockup-copy-paste {
  display: flex;
  gap: 10px;
  padding: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.mockup-copy-paste button {
  flex: 1;
  padding: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  color: var(--m-dark-gray);
}
.mockup-copy-paste button:disabled { opacity: 0.5; }

.mockup-submit-area {
  padding: 16px;
  text-align: center;
  background: #fff;
}
.mockup-submit-area .note { color: #6b7280; font-size: 11px; margin-bottom: 10px; line-height: 1.5; }
.mockup-submit-area .btns { display: flex; gap: 8px; justify-content: center; }
.mockup-submit-area .delete-all-btn {
  background: #fff;
  color: var(--m-red);
  border: 1px solid var(--m-red);
  padding: 10px 18px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}
.mockup-submit-area .submit-btn {
  background: var(--m-green);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
}

/* ============== 管理者サイドバー ============== */
.mockup-admin-sidebar {
  background: var(--m-sidebar-bg);
  color: #e5e7eb;
  width: 240px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.mockup-admin-sidebar .menu { flex: 1; padding: 8px 0; }
.mockup-admin-sidebar .menu-item {
  padding: 10px 18px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mockup-admin-sidebar .menu-item.active {
  background: var(--m-mint);
  color: var(--m-dark-gray);
  font-weight: bold;
  border-left: 3px solid #fff;
}
.mockup-admin-sidebar .menu-divider {
  border-top: 1px solid #455a64;
  margin: 4px 0;
}
.mockup-admin-sidebar .logout-area {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mockup-admin-sidebar .logout-btn {
  width: 100%;
  padding: 8px;
  background: #c0392b;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

/* ============== スプレッドシート風 ============== */
.mockup-sheet {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  font-family: "Calibri", "Hiragino Sans", sans-serif;
}
.mockup-sheet th, .mockup-sheet td {
  border: 1px solid #d1d5db;
  padding: 6px 10px;
}
.mockup-sheet thead th {
  background: #f1f3f5;
  font-weight: bold;
  text-align: center;
  color: #4b5563;
}
.mockup-sheet .row-label {
  background: #f1f3f5;
  font-weight: bold;
  text-align: center;
  color: #4b5563;
  width: 32px;
}
.mockup-sheet .item-label { background: #fafafa; font-weight: bold; width: 200px; }

/* ============== シフト作成画面 ============== */
.mockup-shift-creation {
  padding: 10px;
  background: #fff;
}
.mockup-section {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-bottom: 6px;
  overflow: hidden;
}
.mockup-section-header {
  display: flex;
  background: #f8f9fa;
  align-items: stretch;
  border-bottom: 1px solid #e5e7eb;
}
.mockup-section-header .title {
  width: 150px;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 12px;
  border-right: 1px solid #e5e7eb;
}
.mockup-section-header .timeline-axis {
  flex: 1;
  display: flex;
  font-size: 10px;
  color: #6b7280;
}
.mockup-section-header .timeline-axis .hour {
  flex: 1;
  text-align: center;
  border-left: 1px solid #eee;
  padding: 8px 0;
}
.mockup-section-body {
  display: flex;
  min-height: 64px;
}
.mockup-section-body .staff-col {
  width: 150px;
  border-right: 1px solid #e5e7eb;
  padding: 6px 10px;
  font-size: 11px;
}
.mockup-section-body .staff-name-block { padding: 4px 0; border-bottom: 1px dashed #f0f0f0; }
.mockup-section-body .staff-name-block:last-child { border-bottom: none; }
.mockup-section-body .staff-name-block .name { font-weight: bold; }
.mockup-section-body .staff-name-block .skills { color: #6b7280; font-size: 10px; }
.mockup-section-body .staff-name-block .stats { font-size: 9.5px; color: #777; margin-top: 2px; }
.mockup-section-body .staff-name-block .stats .req { color: var(--m-shop-fg); }
.mockup-section-body .staff-name-block .stats .conf { color: var(--m-orange); }
.mockup-section-body .timeline-area {
  flex: 1;
  position: relative;
  background: #fafafa;
}
.mockup-section-body .row {
  height: 32px;
  border-bottom: 1px dashed #f0f0f0;
  position: relative;
}
.mockup-section-body .row:last-child { border-bottom: none; }
.mockup-shift-bar {
  position: absolute;
  top: 5px;
  height: 22px;
  background: var(--m-mint);
  color: var(--m-dark-gray);
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #94cabd;
}
.mockup-shift-bar.request {
  background: rgba(255, 255, 255, 0.8);
  border: 2px dashed #d1787c;
  color: #d1787c;
}

/* ============== ステータスバッジ・テーブル ============== */
.mockup-status-badge { display: inline-block; padding: 2px 9px; border-radius: 10px; font-size: 10.5px; font-weight: bold; }
.mockup-status-badge.provisional { background: #fff3cd; color: #856404; }
.mockup-status-badge.registered { background: #d4edda; color: #155724; }

/* ============== マトリクス（希望一覧）テーブル ============== */
.mockup-matrix {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}
.mockup-matrix th, .mockup-matrix td {
  border: 1px solid #777;
  padding: 4px 5px;
  text-align: center;
  vertical-align: middle;
}
.mockup-matrix th { background: #f0f0f0; font-weight: normal; }
.mockup-matrix .name-cell { background: #e2e8f0; font-weight: bold; text-align: left; padding-left: 8px; }
.mockup-matrix .filled { background: #eef7fa; }
.mockup-matrix .total-cell { background: #fff8e1; font-weight: bold; }
.mockup-matrix .sun { color: var(--m-red); }
.mockup-matrix .sat { color: var(--m-blue); }
.mockup-matrix .note { display: block; font-size: 9px; color: #555; margin-top: 1px; }

/* ============== 月希望サマリモーダル ============== */
.mockup-summary-modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  max-width: 480px;
  margin: 30px auto;
  overflow: hidden;
}
.mockup-summary-modal .header {
  background: var(--m-mint);
  color: var(--m-dark-gray);
  padding: 12px 20px;
  font-weight: bold;
}
.mockup-summary-modal .body { padding: 16px 20px; }
.mockup-summary-modal .badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.mockup-summary-modal .badges .pill {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}
.mockup-summary-modal .badges .pill.req { background: var(--m-shop-bg); color: var(--m-shop-fg); }
.mockup-summary-modal .badges .pill.conf { background: #fff3e0; color: #a04000; }
.mockup-summary-modal .badges .pill.ot { background: #ffebee; color: #b71c1c; }
.mockup-summary-modal table { width: 100%; border-collapse: collapse; font-size: 11px; }
.mockup-summary-modal table th { background: #f5f5f5; text-align: left; padding: 5px 7px; border-bottom: 1px solid #e5e7eb; }
.mockup-summary-modal table td { padding: 5px 7px; border-bottom: 1px solid #f3f4f6; }
.mockup-summary-modal .footer {
  padding: 12px 20px;
  background: #f9fafb;
  text-align: right;
}
.mockup-summary-modal .close-btn {
  padding: 6px 16px;
  background: #e5e7eb;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

/* ============== 印刷コントロールバー ============== */
.mockup-print-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 12px;
  align-items: center;
}
.mockup-print-controls label { font-weight: bold; }
.mockup-print-controls select, .mockup-print-controls input {
  padding: 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
}
.mockup-print-controls .show-btn { background: #6b7280; color: #fff; padding: 5px 14px; border: none; border-radius: 4px; cursor: pointer; }
.mockup-print-controls .print-btn { background: var(--m-mint); color: var(--m-dark-gray); padding: 5px 14px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
.mockup-print-controls .csv-btn { background: #17a2b8; color: #fff; padding: 5px 14px; border: none; border-radius: 4px; cursor: pointer; }

/* ============== スタッフ管理テーブル ============== */
.mockup-staff-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.mockup-staff-table thead th {
  background: #2c5550;
  color: #fff;
  padding: 8px;
  text-align: left;
}
.mockup-staff-table td {
  padding: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.mockup-staff-table .action-btn {
  background: #17a2b8;
  color: #fff;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}
.mockup-staff-table .action-btn.edit { background: var(--m-mint); color: var(--m-dark-gray); }

/* ============== 予算入力テーブル ============== */
.mockup-budget-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.mockup-budget-table th { background: #f8f9fa; padding: 8px; border: 1px solid #e5e7eb; font-weight: bold; text-align: center; }
.mockup-budget-table td { border: 1px solid #e5e7eb; padding: 4px 8px; text-align: right; }
.mockup-budget-table td:first-child { text-align: center; background: #fafafa; font-weight: bold; }
.mockup-budget-table .input-style { background: #fff; padding: 4px 8px; min-width: 100px; display: inline-block; border: 1px solid transparent; }

/* ============== ポジション設定 ============== */
.mockup-position-settings { padding: 18px; background: #fff; }
.mockup-position-settings h3 { color: var(--m-mint-dark); border-bottom: 2px solid #eee; padding-bottom: 8px; margin: 0 0 12px; font-size: 1em; }
.mockup-position-settings .row { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; }
.mockup-position-settings .row label { width: 100px; font-weight: bold; font-size: 12px; }
.mockup-position-settings .row input { flex: 1; padding: 6px 10px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 12px; }
.mockup-position-settings .row .small { width: 80px; }
.mockup-position-settings .actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 14px; }
.mockup-position-settings .reload-btn { background: #6b7280; color: #fff; padding: 6px 14px; border: none; border-radius: 4px; font-size: 12px; }
.mockup-position-settings .save-btn { background: var(--m-green); color: #fff; padding: 6px 18px; border: none; border-radius: 4px; font-size: 12px; font-weight: bold; }
.mockup-position-settings .hint { font-size: 11px; color: #6b7280; line-height: 1.5; margin-bottom: 10px; }
.mockup-position-settings .divider { margin: 16px 0; border: none; border-top: 1px solid #eee; }

/* ============== マルチポジション グリッド（5店舗） ============== */
.mockup-grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 8px;
  background: #fff;
}
.mockup-grid-5 .cell {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  min-height: 70px;
  overflow: hidden;
}
.mockup-grid-5 .cell .header {
  background: #f8f9fa;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #e5e7eb;
}
.mockup-grid-5 .cell .body {
  display: flex;
  height: 50px;
}
.mockup-grid-5 .cell .staff-col {
  width: 70px;
  border-right: 1px solid #f0f0f0;
  font-size: 9.5px;
  padding: 4px 6px;
}
.mockup-grid-5 .cell .timeline-col {
  flex: 1;
  background: #fafafa;
  position: relative;
}
.mockup-grid-5 .cell .bar {
  position: absolute;
  top: 14px;
  height: 18px;
  background: var(--m-mint);
  border-radius: 3px;
  border: 1px solid #94cabd;
}
.mockup-grid-5 .cell .bar.req { background: rgba(255,255,255,0.8); border: 2px dashed #d1787c; }

/* ============== スタッフ行（拡大） ============== */
.mockup-staff-row-big {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 14px;
  max-width: 320px;
}
.mockup-staff-row-big .name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.mockup-staff-row-big .detail-btn {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
}
.mockup-staff-row-big .skills { font-size: 11px; color: #888; margin-top: 2px; }
.mockup-staff-row-big .stats { font-size: 11px; color: #555; margin-top: 4px; }
.mockup-staff-row-big .stats .req-tag { color: var(--m-shop-fg); margin-right: 6px; }
.mockup-staff-row-big .stats .conf-tag { color: var(--m-orange); }

/* ============== シフト編集モーダル（休憩） ============== */
.mockup-edit-modal {
  background: #fff;
  max-width: 480px;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  overflow: hidden;
}
.mockup-edit-modal .header { background: var(--m-mint); padding: 12px 18px; font-weight: bold; }
.mockup-edit-modal .body { padding: 18px; }
.mockup-edit-modal .field-block {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #f9fafb;
  border-radius: 4px;
}
.mockup-edit-modal .field-block label { font-size: 11px; font-weight: bold; color: var(--m-mint-dark); display: block; margin-bottom: 5px; }
.mockup-edit-modal .field-block .time-line { display: flex; gap: 6px; align-items: center; font-size: 12px; }
.mockup-edit-modal .field-block select { padding: 4px 6px; border: 1px solid #d1d5db; border-radius: 3px; font-size: 11px; }
.mockup-edit-modal .footer { padding: 12px 18px; background: #f9fafb; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid #e5e7eb; }
.mockup-edit-modal .footer button { padding: 6px 14px; border: none; border-radius: 4px; font-size: 12px; cursor: pointer; font-weight: bold; }
.mockup-edit-modal .footer .cancel { background: #e5e7eb; color: var(--m-dark-gray); }
.mockup-edit-modal .footer .save { background: var(--m-mint); color: var(--m-dark-gray); }

/* ============== 代理登録セレクター ============== */
.mockup-proxy-selector {
  background: #fff;
  max-width: 500px;
  margin: 12px auto;
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  text-align: center;
}
.mockup-proxy-selector label { display: block; font-size: 12px; color: #6b7280; margin-bottom: 6px; }
.mockup-proxy-selector select { width: 100%; padding: 8px 10px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 13px; }

/* ============== 確定モード メッセージエリア ============== */
.mockup-confirmed-msg {
  background: #e6f2ff;
  color: #0056b3;
  padding: 10px 14px;
  border-radius: 5px;
  border: 1px solid #b8daff;
  font-size: 11.5px;
  line-height: 1.5;
  margin-bottom: 10px;
}
