/* ============================================================
   員工平衡計分卡 — 增補樣式（疊加於 W2 / dalton 之上）
   一律引用 W2 token，不寫死色值。
   ============================================================ */

.hidden { display: none !important; }
.clickable { cursor: pointer; }
.drill-hint { color: var(--text-3); margin-left: 6px; font-weight: 700; opacity: 0; transition: 0.14s var(--ease); }
tr.clickable:hover .drill-hint { opacity: 1; }

/* ---------- SF 入口頁 ---------- */
.launch { max-width: 860px; margin: 0 auto; padding: 26px 24px 60px; }
.launch-top { display: flex; justify-content: flex-end; }
.launch-hero { text-align: center; margin: 8px 0 26px; }
.launch-hero h1 { font-size: 24px; }
.launch .bd { display: flex; align-items: center; }
.launch .logo { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--accent), #3fa0ff); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; box-shadow: 0 4px 12px rgba(8, 117, 225, 0.3); }

.sf-frame { overflow: hidden; }
.sf-chrome { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--shell-2); border-bottom: 1px solid var(--hairline); }
.sf-chrome > span { width: 10px; height: 10px; border-radius: 99px; background: var(--hairline); }
.sf-url { flex: 1; margin-left: 10px; height: 24px; border-radius: 99px; background: var(--surface); border: 1px solid var(--hairline); font: 500 11px/22px var(--font-mono); color: var(--text-3); padding: 0 12px; }
.sf-bar { padding: 12px 18px; background: var(--accent); color: #fff; font-weight: 700; font-size: 13.5px; letter-spacing: 0.01em; }
[data-theme='dark'] .sf-bar { color: var(--bg-app); }
.sf-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px; background: var(--bg-app); }
.sf-tile { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 16px 14px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--hairline); font-size: 13px; font-weight: 600; color: var(--text-2); min-height: 86px; }
.sf-tile .ic { font-size: 20px; }
.sf-tile.pbs { border: 1.6px solid var(--btn-primary); color: var(--text); cursor: pointer; box-shadow: 0 4px 14px rgba(225, 126, 0, 0.16); }
.sf-tile.pbs:hover { background: var(--shell); }
.sf-tile.pbs .open { position: absolute; bottom: 10px; right: 12px; color: var(--btn-primary); font-weight: 800; }
.how-grid .card { height: 100%; }

#sso-overlay { position: fixed; inset: 0; background: rgba(20, 40, 80, 0.32); z-index: 80; display: grid; place-items: center; }
.sso-box { padding: 26px 40px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.spin { width: 26px; height: 26px; border-radius: 99px; border: 3px solid var(--accent-soft); border-top-color: var(--accent); animation: pbs-spin 0.8s linear infinite; }
@keyframes pbs-spin { to { transform: rotate(360deg); } }

/* ---------- 總覽 ---------- */
.ov-fields { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 12.5px; color: var(--text); }
.ov-fields b { color: var(--text-3); font-weight: 600; margin-right: 6px; font-size: 11.5px; }
.ov-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 16px; align-items: start; }
@media (max-width: 1000px) { .ov-grid { grid-template-columns: 1fr; } }

.sumtbl tbody td { height: 42px; }
.sumtbl tr.sec td { height: 34px; background: var(--shell); color: var(--text-2); font-weight: 700; font-size: 12px; letter-spacing: 0.02em; }
.sumtbl tr.net td { height: 52px; font-weight: 800; font-size: 15px; border-top: 2px solid var(--text); }
.sumtbl td.pos { color: var(--ok); font-weight: 600; }

.mixrow { display: grid; grid-template-columns: minmax(90px, auto) 1fr auto; gap: 10px; align-items: center; padding: 4px 0; font-size: 12.5px; }
.mixrow .mk { color: var(--text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mixrow .mb { height: 10px; border-radius: 99px; background: var(--shell-2); overflow: hidden; display: block; }
.mixrow .mb > span { display: block; height: 100%; border-radius: 99px; }
.mixrow .mv { white-space: nowrap; font-size: 12px; }

/* ---------- 損益表 ---------- */
.statement-card { overflow: hidden; }
.st-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 18px 22px 14px; border-bottom: 2px solid var(--text); flex-wrap: wrap; }
.st-table { font-variant-numeric: tabular-nums; }
.st-table thead th { height: 48px; vertical-align: middle; }
.st-table thead th.num, .st-table td.num { text-align: right; font-family: var(--font-mono); }
.st-table tbody td { height: 40px; font-size: 13.5px; }
.st-table tr.st-sec td { height: 36px; background: var(--shell); font-weight: 700; font-size: 12px; color: var(--text-2); letter-spacing: 0.02em; }
.st-table tr.st-sub td { font-weight: 700; border-top: 1px solid var(--text-2); background: color-mix(in srgb, var(--shell) 55%, transparent); }
.st-table tr.st-net td { height: 56px; font-weight: 800; font-size: 16px; border-top: 3px double var(--text); }
.st-table tr.st-supp td { height: 34px; color: var(--text-2); font-size: 12.5px; border-bottom: 0; }
.st-less { display: inline-block; font-size: 11px; color: var(--text-3); border: 1px solid var(--hairline); border-radius: 4px; padding: 0 4px; margin-right: 8px; vertical-align: 1px; }
.st-up { color: var(--ok); font-weight: 600; }
.st-down { color: var(--bad); font-weight: 600; }
.yoy { font-size: 12px; }
tr.faintrow td { color: var(--text-3); }
tr.mutedrow td { color: var(--text-2); }
.st-foot { padding: 12px 22px 16px; font-size: 11.5px; border-top: 1px solid var(--hairline-2); }

/* ---------- 來源 chip ---------- */
.src-chip { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 6px; background: var(--shell-2); border: 1px solid var(--hairline); font: 600 10.5px var(--font-mono); color: var(--text-2); white-space: nowrap; }

/* ---------- 下鑽抽屜 ---------- */
.drawer.wide { width: 470px; max-width: 92vw; display: flex; flex-direction: column; }
.dr-h { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--hairline); }
.dr-h h3 { font-size: 14.5px; }
.dr-b { padding: 16px 18px; overflow-y: auto; flex: 1; }
.dr-item { border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 12px 14px; margin-bottom: 10px; background: var(--surface); }
.dr-item.slim { padding: 9px 14px; font-size: 12.5px; }
.split { margin-top: 10px; padding: 10px 12px; border-radius: 8px; background: var(--shell); font-size: 11.5px; color: var(--text-3); }
.split-row { display: flex; justify-content: space-between; padding: 3px 0; font-size: 12.5px; color: var(--text-2); }
.split-row:first-of-type { margin-top: 6px; }

/* ---------- 團隊 ---------- */
.insight { display: flex; flex-direction: column; gap: 3px; font-size: 13px; padding: 10px 12px; border-radius: var(--r-md); background: var(--shell); }
.insight .muted { font-size: 12.5px; line-height: 1.6; }
th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { color: var(--accent-700); }

/* ---------- 資料整合 ---------- */
.conn-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; font-size: 12.5px; color: var(--text); }
.conn-meta b { display: block; color: var(--text-3); font-weight: 600; font-size: 11px; margin-bottom: 1px; }
@media (max-width: 700px) { .conn-meta { grid-template-columns: 1fr; } }

/* ---------- 計算規則 ---------- */
.formula { display: flex; gap: 12px; align-items: flex-start; }
.fno { width: 22px; height: 22px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-700); display: grid; place-items: center; font: 700 11.5px var(--font-sans); flex: none; margin-top: 1px; }

/* ---------- 列印（匯出 PDF） ---------- */
@media print {
  .no-print, .subnav, .tbar, .toast-stack, #drawer-root { display: none !important; }
  body { background: #fff; }
  .page { padding: 0; max-width: none; }
  .card, .statement-card { box-shadow: none; border-color: #999; }
  .st-table tbody td, .st-table thead th { height: 34px; }
}

/* ---------- v2：圖標 / 英雄區 / KPI / 環形圖 ---------- */
.ic-svg { display: inline-block; vertical-align: -3px; flex: none; }
.btn .ic-svg, .iconbtn .ic-svg { vertical-align: middle; }
.badge .ic-svg { vertical-align: -2px; }

.tile-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.tile-ic .ic-svg { vertical-align: 0; }

.launch-title { font-size: 19px; margin-top: 24px; }

.hero {
  display: flex; gap: 28px; align-items: stretch; justify-content: space-between;
  padding: 22px 26px; margin-bottom: 16px; border-radius: var(--r-xl);
  background: linear-gradient(120deg, color-mix(in srgb, var(--accent) 7%, var(--surface)), var(--surface) 58%);
  border: 1px solid var(--hairline); box-shadow: var(--e1); flex-wrap: wrap;
}
.hero-l { display: flex; flex-direction: column; gap: 13px; min-width: 300px; flex: 1; }
.hero-r { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px; min-width: 240px; }
.hero-lab { font-size: 12.5px; font-weight: 600; color: var(--text-2); letter-spacing: 0.02em; }
.hero-num { font-size: 38px; font-weight: 700; letter-spacing: -0.02em; color: var(--text); line-height: 1.1; }
.pill { display: inline-flex; align-items: center; gap: 5px; height: 24px; padding: 0 10px; border-radius: var(--r-pill); font: 600 12px var(--font-sans); background: var(--shell-2); color: var(--text-2); border: 1px solid var(--hairline); }
.pill.ok { background: var(--ok-bg); color: var(--ok); border-color: transparent; }
.pill.bad { background: var(--bad-bg); color: var(--bad); border-color: transparent; }
.hero-kpis { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.hero-kpi { display: flex; gap: 12px; align-items: baseline; font-size: 12.5px; color: var(--text-2); }
.hero-kpi b { font-size: 14px; color: var(--text); }

.kpi { min-height: 128px; }
.kpi .lab { align-items: center; }
.kpi-ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex: none; }
.kpi-spark { position: absolute; right: 12px; bottom: 10px; opacity: 0.9; }
.kpi .delta { position: relative; z-index: 1; }

.donut-wrap { display: flex; gap: 16px; align-items: center; }
.donut-legend { display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 0; }
.dl-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-2); }
.dl-k { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dl-v { color: var(--text); font-weight: 600; }

.st-strip { display: flex; gap: 26px; padding: 14px 22px; border-bottom: 1px solid var(--hairline-2); background: color-mix(in srgb, var(--shell) 60%, transparent); flex-wrap: wrap; }
.st-stat { display: flex; gap: 10px; align-items: center; }
.st-stat span { display: block; font-size: 11.5px; color: var(--text-3); }
.st-stat b { font-size: 15.5px; color: var(--text); }

.emp-menu { max-height: 420px; overflow-y: auto; min-width: 250px; }
.mi.mi-on { background: var(--accent-soft); color: var(--accent-700); }

/* 窄螢幕 */
@media (max-width: 900px) {
  .grid4 { grid-template-columns: 1fr 1fr; }
  .sf-tiles { grid-template-columns: 1fr 1fr; }
  .st-head { flex-direction: column; }
  .hero { flex-direction: column; }
  .hero-r { align-items: flex-start; }
}


/* ============================================================
   平衡計分卡元件
   ============================================================ */
.badge.st-ahead { background: color-mix(in srgb, var(--t-green) 22%, transparent); color: var(--t-green-text); }
.badge.st-met { background: var(--ok-bg); color: var(--ok); }
.badge.st-near { background: var(--t-amber-bg); color: var(--t-amber-text); }
.badge.st-behind, .badge.st-support { background: var(--t-rose-bg); color: var(--t-rose-text); }

/* 英雄區：得分環 */
.hero-sc { display: flex; align-items: center; gap: 18px; min-width: 320px; }
.p-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.p-chip { display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 9px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--hairline); font-size: 11.5px; color: var(--text-2); }
.p-chip i { width: 7px; height: 7px; border-radius: 99px; background: var(--pc); }
.p-chip b { color: var(--text); font-size: 12px; }

/* 構面卡 */
.pcards .pcard { gap: 8px; padding-bottom: 14px; }
.pcard .lab { flex-wrap: wrap; font-weight: 600; }
.pcard .pw { margin-left: auto; font-size: 11px; color: var(--text-3); font-weight: 600; }
.pcard .kpi-val { font-size: 30px; }
.pcard .pq { font-size: 12px; color: var(--text-2); line-height: 1.55; min-height: 37px; }
.pk-list { display: flex; flex-direction: column; gap: 6px; margin-top: 2px; padding-top: 10px; border-top: 1px solid var(--hairline-2); }
.pk { cursor: pointer; border-radius: 8px; padding: 5px 7px; margin: 0 -7px; transition: background 0.14s var(--ease); }
.pk:hover { background: var(--shell-2); }
.pk-top { display: flex; justify-content: space-between; gap: 8px; font-size: 12.5px; margin-bottom: 5px; }
.pk-n { color: var(--text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pk-v { color: var(--text); font-weight: 700; white-space: nowrap; font-size: 12px; }
.kbar { position: relative; height: 6px; border-radius: 99px; background: var(--shell-2); }
.kbar > span { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 99px; }
.kbar > i { position: absolute; left: 83.333%; top: -2px; bottom: -2px; width: 1.5px; background: var(--text-3); border-radius: 1px; }

/* 雷達與圖例 */
.radar-wrap { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.radar-side { flex: 1; min-width: 210px; display: flex; flex-direction: column; gap: 10px; }
.rs-row { display: grid; grid-template-columns: 80px 1fr; gap: 8px; font-size: 12.5px; align-items: baseline; }
.rs-k { color: var(--text-3); font-size: 11.5px; }
.rs-legend, .chart-lg, .wlegend { display: flex; gap: 12px; flex-wrap: wrap; font-size: 11px; color: var(--text-2); }
.rs-legend { margin-top: 4px; }
.chart-lg { margin-top: 6px; }
.rs-legend i, .chart-lg i, .wlegend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 5px; vertical-align: -1px; }
.rs-legend i.dash, .chart-lg i.dash { width: 14px; height: 0; border-top: 1.5px dashed var(--text-3); border-radius: 0; vertical-align: 3px; }
.chart-lg i.dot { width: 14px; height: 0; border-top: 1.5px dotted var(--text-3); border-radius: 0; vertical-align: 3px; }

/* 亮點與待加強 */
.hl { display: flex; gap: 10px; align-items: flex-start; padding: 9px 11px; border-radius: var(--r-md); background: var(--shell); cursor: pointer; font-size: 12.5px; transition: background 0.14s var(--ease); }
.hl:hover { background: var(--shell-2); }
.hl-ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex: none; }
.hl.up .hl-ic { background: var(--t-green-bg); color: var(--t-green-text); }
.hl.down .hl-ic { background: var(--t-rose-bg); color: var(--t-rose-text); }
.hl-sc { font-weight: 800; font-size: 14px; }
.hl.up .hl-sc { color: var(--t-green-text); }
.hl.down .hl-sc { color: var(--t-rose-text); }
.hl-idp { font-size: 11.5px; color: var(--accent-700); margin-top: 4px; }
.hl-sep { font-size: 11px; font-weight: 700; color: var(--text-3); letter-spacing: 0.04em; margin-top: 4px; }

/* 策略對齊 */
.al-row { display: flex; gap: 10px; align-items: flex-start; padding: 9px 11px; border-radius: var(--r-md); border: 1px solid var(--hairline-2); cursor: pointer; transition: background 0.14s var(--ease); }
.al-row:hover { background: var(--shell); }
.al-id { display: inline-grid; place-items: center; min-width: 30px; height: 24px; padding: 0 6px; border-radius: 7px; font: 700 11px var(--font-mono); flex: none; }
.al-id.sm { min-width: 26px; height: 20px; font-size: 10.5px; }
.kchip { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 8px; border-radius: 6px; background: var(--shell-2); border: 1px solid var(--hairline); font-size: 11.5px; color: var(--text-2); white-space: nowrap; }
.kchip b { color: var(--text); font-size: 11px; }
.kchip i { width: 7px; height: 7px; border-radius: 99px; flex: none; }
.sdot { display: inline-block; width: 8px; height: 8px; border-radius: 99px; }

/* 發展計畫與績效對話 */
.idp-row { display: flex; gap: 10px; align-items: flex-start; }
.talk { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: var(--r-md); background: var(--shell); border-left: 3px solid var(--accent); color: var(--text); }
.talk > svg { color: var(--accent); margin-top: 3px; }

/* 計分卡表 */
.sc-strip { display: flex; gap: 22px; padding: 14px 22px; border-bottom: 1px solid var(--hairline-2); background: color-mix(in srgb, var(--shell) 60%, transparent); flex-wrap: wrap; align-items: center; }
.sc-total { display: flex; gap: 10px; align-items: center; }
.sc-p { display: flex; flex-direction: column; gap: 3px; min-width: 120px; flex: 1; padding-left: 12px; border-left: 3px solid var(--pc); }
.sc-p > span { font-size: 11.5px; }
.sc-p b { font-size: 20px; color: var(--text); }
.sc-p .kbar { margin-top: 4px; }
.sc-table thead th { height: 44px; white-space: nowrap; }
.sc-table td { height: 50px; font-size: 13px; }
.sc-table td.num, .sc-table th.num { text-align: right; }
.sc-table tr.sc-sec td { height: 44px; background: color-mix(in srgb, var(--pc) 7%, var(--shell)); box-shadow: inset 3px 0 0 var(--pc); font-size: 12.5px; }
.sc-table tr.sc-sec .sp { flex: 1; }
.sc-table tr.sc-total-row td { height: 56px; border-top: 3px double var(--text); font-weight: 700; }
tr.row-on td { background: var(--accent-soft); }

/* 指標抽屜 */
.dr-kpi { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; margin-bottom: 6px; }
.dr-sec { font-size: 12px; font-weight: 700; color: var(--text-2); letter-spacing: 0.03em; margin: 18px 0 8px; padding-bottom: 6px; border-bottom: 1px solid var(--hairline-2); }
.dr-b .fieldrow { grid-template-columns: 90px 1fr; font-size: 12.5px; }
.scale { position: relative; margin: 6px 36px 2px; padding: 30px 0 36px; }
.scale-track { display: flex; height: 8px; border-radius: 99px; overflow: hidden; }
.scale-track .z0 { flex: 60; background: color-mix(in srgb, var(--t-rose) 26%, transparent); }
.scale-track .z1 { flex: 40; background: color-mix(in srgb, var(--t-amber) 30%, transparent); }
.scale-track .z2 { flex: 20; background: color-mix(in srgb, var(--t-green) 34%, transparent); }
.scale-ticks span { position: absolute; top: 46px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; font-size: 10.5px; color: var(--text-3); white-space: nowrap; line-height: 1.3; }
.scale-ticks span i { position: absolute; top: -12px; width: 1.5px; height: 10px; background: var(--text-3); }
.scale-ticks b { color: var(--text-2); font-size: 11px; }
.scale-mark { position: absolute; top: 0; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.scale-mark b { font-size: 11.5px; background: var(--mc); color: #fff; padding: 2px 7px; border-radius: 6px; white-space: nowrap; }
.scale-mark::after { content: ''; width: 3px; height: 14px; background: var(--mc); border-radius: 2px; margin-top: 2px; }
[data-theme='dark'] .scale-mark b { color: var(--bg-app); }

/* 個人損益（抽屜） */
table.pnl td { height: 36px; font-size: 13px; }
table.pnl td.num, table.pnl th.num { text-align: right; font-family: var(--font-mono); }
table.pnl tr.sec td { background: var(--shell); font-weight: 700; font-size: 12px; color: var(--text-2); height: 32px; }
table.pnl tr.sub td { border-top: 1px solid var(--text-2); }
table.pnl tr.net td { border-top: 3px double var(--text); font-size: 15px; height: 46px; }
table.pnl tr.supp td { color: var(--text-2); font-size: 12.5px; }

/* 策略地圖 */
.obj rect { transition: stroke 0.14s var(--ease); }
.obj:hover rect { stroke: var(--accent); }
.casc-top { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.casc { display: flex; flex-direction: column; gap: 12px; }
.casc-dept { border: 1px solid var(--hairline); border-radius: var(--r-md); overflow: hidden; }
.casc-dh { display: flex; gap: 8px; align-items: center; padding: 9px 12px; background: var(--shell); font-size: 12.5px; flex-wrap: wrap; color: var(--text-2); }
.casc-dh b { color: var(--text); }
.casc-p { display: flex; gap: 10px; align-items: center; padding: 9px 12px; border-top: 1px solid var(--hairline-2); cursor: pointer; flex-wrap: wrap; transition: background 0.14s var(--ease); }
.casc-p:hover { background: var(--shell); }
.casc-p.on { background: var(--accent-soft); }

/* 團隊 */
.heat-table td.heat { font-weight: 700; text-align: center; font-family: var(--font-mono); }
.heat-table th.num { text-align: center; }
.heat-table tr.heat-fam td { height: 32px; background: var(--shell); font-size: 12px; font-weight: 700; color: var(--text-2); }
.insight.clickable { cursor: pointer; transition: background 0.14s var(--ease); }
.insight.clickable:hover { background: var(--shell-2); }

/* 範本 */
.wbar { display: flex; height: 12px; border-radius: 99px; overflow: hidden; gap: 2px; }
.flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.flow-step { display: flex; flex-direction: column; gap: 4px; padding: 12px 12px 14px; border-radius: var(--r-md); background: var(--shell); border: 1px solid var(--hairline-2); font-size: 12.5px; }
.flow-step b { font-size: 13px; }
.flow-step .muted { font-size: 12px; line-height: 1.6; }
.flow-no { width: 22px; height: 22px; border-radius: 99px; background: var(--accent); color: #fff; display: grid; place-items: center; font: 700 11.5px var(--font-sans); }
[data-theme='dark'] .flow-no { color: var(--bg-app); }
@media (max-width: 1100px) { .flow { grid-template-columns: 1fr 1fr; } }

/* 入口頁：四構面 */
.launch-p { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 22px auto 0; max-width: 820px; text-align: left; }
.lp { display: flex; flex-direction: column; gap: 6px; padding: 12px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--hairline); box-shadow: inset 0 3px 0 var(--pc); font-size: 12px; line-height: 1.55; }
.lp b { font-size: 13px; }
@media (max-width: 900px) { .launch-p { grid-template-columns: 1fr 1fr; } }

.phase2 { border-color: color-mix(in srgb, var(--t-amber) 40%, transparent); background: color-mix(in srgb, var(--t-amber) 5%, var(--surface)); }
.emp-menu { min-width: 300px; }
.emp-menu .mi { gap: 8px; }

@media (max-width: 900px) {
  .hero-sc { min-width: 0; flex-wrap: wrap; }
  .sc-strip { gap: 14px; }
}
@media print {
  .sc-table td { height: 38px; }
}

.ev-table td:nth-child(1), .ev-table td:nth-child(2), .ev-table td:nth-child(3), .ev-table td:nth-child(5), .ev-table td:nth-child(8) { white-space: nowrap; }
.ev-table .badge { white-space: nowrap; }
.align-table td { vertical-align: top; padding-top: 12px; padding-bottom: 12px; height: auto; }
.gov-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
@media (max-width: 900px) { .gov-grid { grid-template-columns: 1fr; } }
