/* ============================================================
   analytics.css — 日報提出率分析（確定モック準拠）
   design_mockups/日報提出率分析 standalone.html のインラインスタイルを
   クラスに移植したもの。数値・配色はモックに合わせている。
   ============================================================ */

/* ===== トップバー（admin レイアウトの content-wrapper 先頭に入る） ===== */
.sr-topbar{ min-height:56px; background:#fff; border-bottom:1px solid #e9ecef; display:flex;
  align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; padding:8px 24px; }
.sr-crumb{ display:flex; align-items:center; gap:8px; font-size:13px; color:#6c757d; }
.sr-crumb-sep{ color:#ced4da; }
.sr-crumb-here{ color:#212529; font-weight:700; }
.sr-topbar-right{ display:flex; align-items:center; gap:16px; color:#6c757d; flex-wrap:wrap; }
/* 権限スコープの内訳（全社何拠点のうち何拠点を見ているか） */
.sr-topbadge-sub{ font-size:11px; font-weight:700; color:#6c9c7d; }
.sr-topbadge{ display:flex; align-items:center; gap:7px; border-radius:8px; padding:5px 11px; }
.sr-topbadge.green{ background:#eafaf1; border:1px solid #c3ecd4; }
.sr-topbadge.green .sr-topbadge-lbl{ color:#1b8a4b; }
.sr-topbadge.green .sr-topbadge-val{ color:#0f6b39; }
.sr-topbadge.gray{ background:#f4f6f8; border:1px solid #e3e7ea; }
.sr-topbadge.gray .sr-topbadge-lbl{ color:#6c757d; }
.sr-topbadge.gray .sr-topbadge-val{ color:#343a40; }
.sr-topbadge.blue{ background:#eef4ff; border:1px solid #cfe0ff; }
.sr-topbadge.blue .sr-topbadge-lbl{ color:#1664d8; }
.sr-topbadge.blue .sr-topbadge-val{ color:#0a3a8b; }
.sr-topbadge-lbl{ font-size:11px; font-weight:700; }
.sr-topbadge-val{ font-size:12px; font-weight:700; }
.sr-asof{ font-size:12px; }

.sr-content{ padding:24px; display:flex; flex-direction:column; gap:18px;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif; color:#212529; }
.sr-footer{ display:flex; justify-content:space-between; align-items:center; padding:6px 4px 0;
  font-size:11px; color:#adb5bd; }

.sr-flash{ border-radius:9px; padding:11px 16px; font-size:13px; font-weight:500; }
.sr-flash.notice{ background:#eafaf1; border:1px solid #c3ecd4; color:#0f6b39; }
.sr-flash.alert{ background:#fdecee; border:1px solid #f5c2c7; color:#842029; }

/* ===== 画面ヘッダ・共通部品 ===== */
.sr-screenhead{ display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.sr-screenhead h1{ font-size:21px; font-weight:900; margin:0; }
.sr-screenhead .sr-desc{ font-size:13px; color:#868e96; margin-top:3px; }
.sr-csvbtn{ display:flex; align-items:center; gap:7px; background:#fff; border:1px solid #dfe3e8;
  border-radius:8px; padding:9px 14px; font-family:inherit; font-size:12.5px; font-weight:700;
  color:#495057; cursor:pointer; flex:none; text-decoration:none; }
.sr-csvbtn:hover{ background:#f8f9fa; color:#495057; text-decoration:none; }

.sr-permnote{ display:flex; align-items:center; gap:8px; font-size:12px; color:#6c757d;
  background:#f3f6fb; border:1px solid #e3ebf5; border-radius:8px; padding:8px 13px; }
.sr-purplenote{ display:flex; align-items:flex-start; gap:9px; padding:12px 16px; background:#f3e9fb;
  border:1px solid #e6d3f5; border-radius:10px; font-size:12px; color:#7b3fb3; line-height:1.6; }
.sr-purplenote svg{ flex:none; margin-top:2px; }

.sr-card{ background:#fff; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,.07),0 0 0 1px rgba(0,0,0,.04);
  overflow:hidden; }
.sr-cardhead{ display:flex; align-items:center; gap:11px; padding:14px 20px; border-bottom:1px solid #eef0f2;
  flex-wrap:wrap; }
.sr-cardhead.indigo{ border-left:4px solid #5a4fcf; }
.sr-cardhead.red{ border-left:4px solid #dc3545; }
.sr-cardhead.blue{ border-left:4px solid #007bff; }
.sr-cardhead.yellow{ border-left:4px solid #e0a800; }
.sr-cardhead-body{ flex:1; min-width:160px; }
.sr-cardhead-title{ font-size:15px; font-weight:700; }
.sr-cardhead-sub{ font-size:12px; color:#868e96; margin-top:1px; }
.sr-cardhead-btn{ border:1px solid #dfe3e8; background:#fff; border-radius:7px; padding:5px 11px;
  font-family:inherit; font-size:12px; font-weight:700; color:#1664d8; cursor:pointer; text-decoration:none; }
.sr-cardhead-btn:hover{ background:#eef4ff; color:#1664d8; text-decoration:none; }

/* ===== 概要：スコープチップ・KPI ===== */
.sr-chips{ display:flex; flex-wrap:wrap; gap:10px; }
.sr-chip{ display:flex; align-items:center; gap:9px; background:#fff; border-radius:9px; padding:10px 16px;
  box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04); }
.sr-chip.dark{ background:#343a40; color:#fff; box-shadow:none; }
.sr-chip-lbl{ font-size:12.5px; color:#6c757d; }
.sr-chip.dark .sr-chip-lbl{ color:#adb5bd; }
.sr-chip-val{ font-size:16px; font-weight:900; }
.sr-chip-sub{ font-size:12px; color:#868e96; }

.sr-kpis{ display:grid; grid-template-columns:repeat(auto-fit, minmax(210px,1fr)); gap:16px; }
.sr-kpi{ background:#fff; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,.07),0 0 0 1px rgba(0,0,0,.04);
  padding:18px 20px; }
.sr-kpi-lbl{ display:flex; align-items:center; gap:8px; font-size:12px; color:#6c757d; font-weight:500; }
.sr-kpi-value{ display:flex; align-items:baseline; gap:4px; margin-top:10px; }
.sr-kpi-num{ font-size:38px; font-weight:900; line-height:1; font-variant-numeric:tabular-nums; }
.sr-kpi-num.red{ color:#dc3545; }
.sr-kpi-num.yellow{ color:#e0a800; }
.sr-kpi-num.purple{ color:#9b51e0; }
.sr-kpi-unit{ font-size:18px; font-weight:700; color:#868e96; }
.sr-kpi-unit.small{ font-size:14px; white-space:nowrap; }
.sr-kpi-foot{ margin-top:10px; font-size:12px; color:#adb5bd; display:flex; align-items:center; gap:6px; }
.sr-kpi-delta{ display:inline-flex; align-items:center; gap:3px; font-weight:700; }

/* ===== 概要：ワーストリスト ===== */
.sr-rank-row{ display:flex; align-items:center; gap:12px; padding:10px 20px; border-bottom:1px solid #f4f6f8; }
.sr-rank-no{ width:22px; height:22px; flex:none; border-radius:6px; background:#f1f3f5; color:#868e96;
  font-size:11px; font-weight:700; display:flex; align-items:center; justify-content:center; }
.sr-rank-name{ flex:1; min-width:0; }
.sr-rank-name b{ font-size:13.5px; font-weight:700; white-space:nowrap; }
.sr-rank-name small{ font-size:11px; color:#adb5bd; }
.sr-minibar{ width:90px; height:6px; border-radius:999px; background:#eef0f2; overflow:hidden; flex:none; }
.sr-minibar i{ display:block; height:100%; border-radius:999px; }
.sr-rank-pct{ width:42px; text-align:right; font-size:14px; font-weight:900; font-variant-numeric:tabular-nums; }

/* ===== フィルタバー ===== */
.sr-filterbar{ background:#fff; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04);
  padding:13px 16px; display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
.sr-searchbox{ position:relative; flex:1; min-width:200px; }
.sr-searchicon{ position:absolute; left:11px; top:50%; transform:translateY(-50%); line-height:0; }
/* 検索の実行ボタン。押しても Enter でも送信でき、スマホでもタップできる */
.sr-searchgo{ border:1px solid #dfe3e8; background:#fff; border-radius:8px; padding:9px 18px;
  font-family:inherit; font-size:13.5px; font-weight:700; color:#495057; cursor:pointer;
  white-space:nowrap; }
.sr-searchgo:hover{ background:#fafbfc; }
.sr-searchbox input{ width:100%; border:1px solid #dfe3e8; border-radius:8px; padding:9px 12px 9px 34px;
  font-family:inherit; font-size:13.5px; color:#212529; outline:none; box-sizing:border-box; }
.sr-searchbox input:focus{ border-color:#86b7fe; box-shadow:0 0 0 3px rgba(13,110,253,.15); }
.sr-sel{ border:1px solid #dfe3e8; border-radius:8px; padding:9px 12px; font-family:inherit; font-size:13.5px;
  color:#212529; background:#fff; cursor:pointer; min-width:150px; }
.sr-lowtoggle{ display:flex; align-items:center; gap:7px; border:1px solid #dfe3e8; background:#fff;
  border-radius:8px; padding:9px 13px; font-size:13px; font-weight:700; color:#868e96; cursor:pointer;
  white-space:nowrap; text-decoration:none; }
.sr-lowtoggle:hover{ text-decoration:none; color:#868e96; }
.sr-lowtoggle .sr-lowbox{ width:14px; height:14px; border-radius:4px; border:2px solid #868e96;
  background:transparent; display:flex; align-items:center; justify-content:center; }
.sr-lowtoggle .sr-lowbox svg{ opacity:0; }
.sr-lowtoggle.on{ background:#fff3cd; border-color:#e6c200; color:#9a6a00; }
.sr-lowtoggle.on .sr-lowbox{ border-color:#9a6a00; background:#e0a800; }
.sr-lowtoggle.on .sr-lowbox svg{ opacity:1; }

.sr-countline{ display:flex; align-items:center; justify-content:space-between; font-size:12.5px; color:#868e96; }
.sr-countline strong{ color:#212529; }
.sr-countline .muted{ color:#c4cad0; }
.sr-clearlink{ font-size:12px; font-weight:700; color:#1664d8; background:none; border:none; cursor:pointer;
  font-family:inherit; text-decoration:none; }
.sr-legend{ display:flex; gap:8px; }
.sr-legend span{ font-size:11px; color:#868e96; display:flex; align-items:center; gap:5px; }
.sr-legend i{ width:8px; height:8px; border-radius:50%; display:inline-block; }

/* ===== 複数選択ピッカー ===== */
.sr-picker{ position:relative; }
.sr-picker-btn{ display:flex; align-items:center; gap:8px; border:1px solid #dfe3e8; background:#fff;
  border-radius:8px; padding:9px 12px; font-family:inherit; font-size:13.5px; cursor:pointer; min-width:140px; }
.sr-picker-btn .lbl{ color:#868e96; font-size:12px; }
.sr-picker-btn .sum{ font-weight:700; flex:1; text-align:left; }
.sr-picker-btn.selected{ background:#eef4ff; border-color:#cfe0ff; }
.sr-picker-btn.selected .sum{ color:#0a3a8b; }
.sr-picker-panel{ position:absolute; top:calc(100% + 6px); left:0; z-index:40; background:#fff;
  border:1px solid #e2e6ea; border-radius:10px; box-shadow:0 12px 32px rgba(0,0,0,.16); width:280px;
  max-height:380px; display:none; flex-direction:column; overflow:hidden; }
.sr-picker.open .sr-picker-panel{ display:flex; }
.sr-picker-search{ padding:9px 10px; border-bottom:1px solid #f0f2f4; }
.sr-picker-search input{ width:100%; border:1px solid #dfe3e8; border-radius:7px; padding:7px 10px;
  font-family:inherit; font-size:12.5px; outline:none; box-sizing:border-box; }
.sr-picker-list{ overflow-y:auto; padding:6px; }
.sr-picker-group{ font-size:10.5px; font-weight:700; color:#adb5bd; letter-spacing:.03em; padding:8px 8px 3px; }
.sr-picker-item{ display:flex; align-items:center; gap:9px; padding:7px 8px; border-radius:7px;
  cursor:pointer; font-size:13px; }
.sr-picker-item:hover{ background:#f4f6f9; }
.sr-picker-item.disabled{ color:#adb5bd; cursor:not-allowed; }
.sr-picker-item input{ display:none; }
.sr-picker-box{ width:15px; height:15px; border-radius:4px; border:1.5px solid #c4cad0; background:transparent;
  display:flex; align-items:center; justify-content:center; flex:none; }
.sr-picker-item input:checked + .sr-picker-box{ border-color:#007bff; background:#007bff; }
.sr-picker-box svg{ opacity:0; }
.sr-picker-item input:checked + .sr-picker-box svg{ opacity:1; }
.sr-picker-count{ margin-left:auto; font-size:11px; color:#adb5bd; }
.sr-picker-foot{ display:flex; align-items:center; justify-content:space-between; padding:8px 12px;
  border-top:1px solid #f0f2f4; font-size:11px; color:#868e96; }
.sr-picker-foot button{ font-size:11.5px; font-weight:700; color:#1664d8; background:none; border:none;
  cursor:pointer; font-family:inherit; }

/* ===== 一覧テーブル（CSSグリッド） ===== */
.sr-thead{ display:grid; gap:10px; padding:10px 20px; font-size:11px; font-weight:700; color:#adb5bd;
  letter-spacing:.03em; background:#fafbfc; border-bottom:1px solid #f0f2f4; }
.sr-trow{ display:grid; gap:10px; align-items:center; padding:11px 20px; border-bottom:1px solid #f4f6f8; }
.sr-grid-org{ grid-template-columns:minmax(150px,1.4fr) minmax(90px,1fr) 60px minmax(78px,150px) 50px 36px; }
.sr-grid-mem{ grid-template-columns:44px minmax(130px,1.3fr) minmax(100px,1fr) 80px 90px 70px 84px; }
.sr-grid-drill{ grid-template-columns:1fr 80px 90px 60px; }
.sr-trow.clickable{ cursor:pointer; text-decoration:none; color:inherit; }
.sr-trow.clickable:hover{ background:#fafbfc; text-decoration:none; color:inherit; }
.sr-right{ text-align:right; }
.sr-cell-name{ display:flex; align-items:center; gap:9px; min-width:0; }
.sr-cell-name b{ font-size:13.5px; font-weight:700; white-space:nowrap; }
.sr-lowpill{ font-size:10px; font-weight:700; color:#9a6a00; background:#fff3cd; border-radius:4px; padding:1px 6px; }
.sr-cell-branch{ font-size:12.5px; color:#6c757d; }
.sr-cell-rate{ font-size:14px; font-weight:900; font-variant-numeric:tabular-nums; }
.sr-cell-bar{ display:flex; align-items:center; gap:8px; }
.sr-cell-bar .sr-track{ flex:1; height:6px; border-radius:999px; background:#eef0f2; overflow:hidden; }
.sr-cell-bar .sr-track i{ display:block; height:100%; border-radius:999px; }
.sr-cell-frac{ font-size:11px; color:#868e96; font-variant-numeric:tabular-nums; white-space:nowrap; }
.sr-cell-streak{ font-size:12px; font-weight:700; color:#495057; }
.sr-chevron{ transition:transform .12s; }
.sr-chevron.open{ transform:rotate(90deg); }

/* ドリルダウン（組織別の個人展開） */
.sr-drill{ background:#fcfcfd; border-bottom:1px solid #f0f2f4; }
.sr-drill .sr-thead{ background:transparent; border-bottom:0; padding:8px 20px 3px 36px;
  font-size:10.5px; color:#c0c5cb; }
.sr-drill .sr-trow{ padding:7px 20px 7px 36px; border-bottom:0; border-top:1px solid #f4f6f8; }
.sr-dot{ width:6px; height:6px; border-radius:50%; flex:none; display:inline-block; }
.sr-pill{ font-size:10px; font-weight:700; border-radius:4px; padding:1px 6px; white-space:nowrap; }

/* メンバー一覧 */
.sr-cell-rank{ font-size:12px; font-weight:700; color:#adb5bd; font-variant-numeric:tabular-nums; }
.sr-cell-office{ font-size:12.5px; color:#6c757d; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.sr-cell-office .b{ color:#adb5bd; }
.sr-cell-r7{ font-size:13px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-cell-last{ font-size:12px; color:#868e96; }
.sr-cell-streak-num{ font-size:13px; font-weight:900; font-variant-numeric:tabular-nums; }
.sr-contact{ display:flex; gap:5px; justify-content:flex-end; }
.sr-contact a, .sr-contact span{ display:flex; align-items:center; justify-content:center; width:30px; height:30px;
  border:1px solid #dfe3e8; background:#fff; border-radius:7px; color:#28a745; }
.sr-contact a:hover{ background:#e9f7ef; }
.sr-contact span{ color:#ced4da; }

/* ===== ページャ ===== */
.sr-pager{ display:flex; align-items:center; justify-content:space-between; padding:12px 20px; background:#fafbfc; }
.sr-pager-label{ font-size:12px; color:#868e96; }
.sr-pager-nav{ display:flex; align-items:center; gap:5px; }
.sr-pager-nav a, .sr-pager-nav span{ display:flex; align-items:center; justify-content:center; min-width:32px;
  border:1px solid #dfe3e8; background:#fff; color:#495057; border-radius:7px; padding:6px 8px;
  font-size:12.5px; font-weight:700; text-decoration:none; }
.sr-pager-nav a:hover{ background:#f4f6f9; text-decoration:none; }
.sr-pager-nav a.current{ background:#007bff; color:#fff; border-color:#007bff; }
.sr-pager-nav span.off{ opacity:.4; }
.sr-empty{ padding:40px; text-align:center; color:#adb5bd; font-size:13px; }

/* ===== チャート ===== */
.sr-chart-pad{ padding:16px 16px 8px; }
.sr-chart-pad.lg{ padding:18px 18px 8px; }
.sr-chart-legend{ display:flex; align-items:center; gap:18px; padding:6px 4px 4px; font-size:11.5px; color:#868e96; }
.sr-chart-legend span{ display:flex; align-items:center; gap:6px; }
.sr-legend-line{ width:14px; height:3px; border-radius:2px; background:#5a4fcf; display:inline-block; }
.sr-legend-dash{ width:14px; height:0; border-top:2px dashed #e0a800; display:inline-block; }
.sr-gseg{ display:flex; background:#f1f3f5; border-radius:8px; padding:3px; gap:2px; }
.sr-gseg a{ border:none; font-size:12px; font-weight:700; padding:5px 13px; border-radius:6px;
  color:#868e96; text-decoration:none; }
.sr-gseg a:hover{ color:#495057; text-decoration:none; }
.sr-gseg a.active{ background:#007bff; color:#fff; }

/* 支店別ランキング */
.sr-branchbars{ padding:14px 20px 18px; display:flex; flex-direction:column; gap:9px; }
.sr-branchbar{ display:grid; grid-template-columns:96px 1fr 48px; gap:12px; align-items:center; }
.sr-branchbar .name{ font-size:13px; font-weight:700; white-space:nowrap; }
.sr-branchbar .track{ height:18px; border-radius:5px; background:#f1f3f5; overflow:hidden; }
.sr-branchbar .track i{ display:block; height:100%; border-radius:5px; }
.sr-branchbar .pct{ text-align:right; font-size:13px; font-weight:900; font-variant-numeric:tabular-nums; }

/* ===== 異常検出 ===== */
.sr-anorow{ display:flex; align-items:center; gap:14px; padding:12px 20px; border-bottom:1px solid #f4f6f8; }
.sr-anodate{ width:50px; flex:none; text-align:center; }
.sr-anodate b{ font-size:14px; font-weight:900; font-variant-numeric:tabular-nums; }
.sr-anodate small{ display:block; font-size:9px; color:#adb5bd; }
.sr-anobody{ flex:1; min-width:0; }
.sr-anoname{ display:flex; align-items:center; gap:8px; }
.sr-anoname b{ font-size:14px; font-weight:700; white-space:nowrap; }
.sr-anoplace{ font-size:10.5px; color:#868e96; background:#f1f3f5; border-radius:4px; padding:1px 7px; }
.sr-anodetail{ font-size:11.5px; color:#868e96; margin-top:2px; }
.sr-anotype{ font-size:11px; font-weight:700; color:#7b3fb3; background:#f3e9fb; border-radius:999px;
  padding:4px 12px; flex:none; white-space:nowrap; }

/* ===== アラート設定 ===== */
.sr-2col{ display:grid; grid-template-columns:repeat(auto-fit, minmax(320px,1fr)); gap:18px; align-items:start; }
.sr-rulecard{ padding:20px; }
.sr-rulecard h2{ font-size:15px; font-weight:700; margin:0 0 16px; }
.sr-rule-row{ display:flex; align-items:baseline; justify-content:space-between; margin-bottom:10px; }
.sr-rule-lbl{ font-size:13px; font-weight:700; color:#495057; }
.sr-rule-val{ font-size:26px; font-weight:900; color:#e0a800; font-variant-numeric:tabular-nums; }
.sr-rule-val small{ font-size:14px; color:#868e96; font-weight:700; }
.sr-range{ width:100%; accent-color:#e0a800; cursor:pointer; }
.sr-range:disabled{ cursor:default; }
.sr-range-notes{ display:flex; justify-content:space-between; font-size:11px; color:#adb5bd; margin-top:4px; }
.sr-firing{ margin-top:16px; padding:13px; background:#fff8e8; border:1px solid #f0e3c4; border-radius:9px;
  display:flex; align-items:center; gap:10px; }
.sr-firing b{ font-size:22px; font-weight:900; color:#212529; font-variant-numeric:tabular-nums; }
.sr-firing span{ font-size:13px; color:#868e96; }
.sr-rule-checks{ margin-top:14px; font-size:12px; color:#6c757d; line-height:1.7; }
.sr-rule-checks div{ display:flex; align-items:center; gap:8px; margin-bottom:6px; }
.sr-details{ margin-top:16px; border-top:1px solid #f0f2f4; padding-top:12px; }
.sr-details summary{ font-size:12px; font-weight:700; color:#868e96; cursor:pointer; }
.sr-details-body{ display:flex; flex-direction:column; gap:10px; margin-top:12px; }
.sr-details-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:12.5px;
  color:#495057; }
.sr-details-row .sr-sel, .sr-details-row input[type="number"]{ min-width:0; width:130px; border:1px solid #dfe3e8;
  border-radius:7px; padding:6px 9px; font-family:inherit; font-size:12.5px; }
.sr-savebtn{ align-self:flex-end; background:#007bff; color:#fff; border:none; border-radius:7px;
  padding:7px 16px; font-family:inherit; font-size:12.5px; font-weight:700; cursor:pointer; }

.sr-alertsearch{ padding:11px 16px 6px; position:relative; }
.sr-alertsearch{ display:flex; align-items:center; gap:8px; }
.sr-alertsearch .sr-searchicon{ left:27px; }
.sr-alertsearch input{ flex:1; }
.sr-alertsearch .sr-searchgo{ padding:8px 14px; font-size:12.5px; }
.sr-alertsearch input{ width:100%; border:1px solid #dfe3e8; border-radius:8px; padding:8px 12px 8px 34px;
  font-family:inherit; font-size:13px; color:#212529; outline:none; box-sizing:border-box; }
.sr-alertsearch input:focus{ border-color:#86b7fe; box-shadow:0 0 0 3px rgba(13,110,253,.15); }
.sr-alertrow{ display:flex; align-items:center; gap:13px; padding:11px 20px; border-bottom:1px solid #f4f6f8; }
.sr-alertrate{ width:40px; text-align:center; flex:none; }
.sr-alertrate b{ font-size:17px; font-weight:900; line-height:1; font-variant-numeric:tabular-nums; }
.sr-alertrate small{ display:block; font-size:9px; color:#adb5bd; }
.sr-alertbody{ flex:1; min-width:0; }
.sr-alertbody .t{ font-size:13.5px; font-weight:700; white-space:nowrap; }
.sr-alertbody .t small{ font-size:11px; font-weight:500; color:#adb5bd; }
.sr-alertbody .m{ font-size:11.5px; color:#868e96; margin-top:1px; }
.sr-notify{ font-size:11px; font-weight:700; border-radius:999px; padding:4px 11px; flex:none; white-space:nowrap; }
.sr-notify.sent{ color:#155724; background:#d4edda; }
.sr-notify.pending{ color:#9a6a00; background:#fff3cd; }

/* ===== レスポンシブ（最小限） ===== */
@media (max-width: 991px){
  .sr-topbar{ padding:10px 16px; }
  /* 狭い画面ではバッジを折り返す（横スクロールを出さない） */
  .sr-topbar-right{ gap:8px; }
  .sr-topbadge{ padding:4px 9px; }
  .sr-content{ padding:16px; }
  /* 画面が狭いときは表を横スワイプで見られるようにする
     （提出率・最終提出・連続などの右側の列が隠れたままにならないように） */
  .sr-card{ overflow-x:auto; }
  .sr-thead, .sr-trow{ min-width:560px; }
}
