
/* V25.4 系統管理中心 */
.system-admin-shell{padding-bottom:30px}
.system-admin-head{align-items:center}
.system-admin-version-pill{background:#eaf2f7;border:1px solid #c9d9e4;color:#254e69;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}
.system-admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px;align-items:start}
.system-admin-panel{background:#fff;border:1px solid #d6e1e8;border-radius:14px;padding:14px;box-shadow:0 2px 8px rgba(11,42,66,.05)}
.system-admin-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}
.system-admin-panel-title h3{margin:2px 0 0;color:#173b57;font-size:16px}
.system-admin-kicker{font-size:9px;letter-spacing:.13em;color:#6f8796;font-weight:900}
.system-admin-account .cloud-sync-card{margin:0}
.system-update-card{border:1px solid #d5e1e8;border-radius:11px;background:#f8fbfc;padding:15px;display:flex;justify-content:space-between;gap:16px;align-items:center}
.system-update-copy{display:flex;flex-direction:column;gap:4px}
.system-update-label{font-size:11px;color:#6c8290;font-weight:800}
.system-update-copy strong{font-size:15px;color:#173b57}
.system-update-copy small{font-size:11px;color:#6b7f8d}
.system-update-actions{display:flex;gap:8px}
.system-admin-note{margin-top:10px;padding:10px 11px;border-radius:9px;background:#f5f8fa;color:#607886;font-size:11px;line-height:1.6}
#page-progress>.cloud-sync-card{display:none!important}
@media(max-width:1180px){
  .system-admin-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .system-update-card{display:block}.system-update-actions{margin-top:12px}.system-update-actions button{width:100%}
}

/* V26.6｜系統管理欄寬統一：所有管理卡片以「工序進度權重設定」全寬為標準 */
.system-admin-grid{grid-template-columns:minmax(0,1fr)}
.system-admin-grid>.system-admin-panel{grid-column:1/-1;width:100%;min-width:0;box-sizing:border-box}
