
/* V13-006 第一階段：一般修繕公開進度、刪除與總覽 */
.general-progress-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.general-progress-summary small{font-weight:800;color:#0b5cab}.general-progress-summary .status-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e8f1ff;color:#164f8a;font-size:12px;font-weight:800}.public-progress-head{display:flex;justify-content:space-between;align-items:center;margin:22px 0 8px}.public-progress-bar{height:10px;border-radius:999px;background:#e7edf4;overflow:hidden}.public-progress-bar i{display:block;height:100%;border-radius:inherit;background:#1769aa}.public-step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:12px 0 22px}.public-step{padding:10px 6px;border:1px solid #dce5ef;border-radius:12px;text-align:center;color:#788596;background:#fff}.public-step span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#edf2f7;margin-bottom:5px}.public-step b{display:block;font-size:12px}.public-step.done{color:#156a45;border-color:#b8e2ce;background:#effaf4}.public-step.current{outline:2px solid #8fb9e7;color:#155a98;background:#eef6ff}.metric-general-report{border-top:4px solid #8b5cf6}.general-metric-grid{margin-top:-8px}.metric-card[href]{text-decoration:none;color:inherit}.danger-solid{background:#b91c1c!important;color:#fff!important;border-color:#b91c1c!important}.row-actions form{display:inline-flex;margin:0}.row-actions{gap:6px!important;flex-wrap:wrap}@media(max-width:720px){.public-step-grid{grid-template-columns:1fr}.general-progress-summary{justify-content:flex-start}}
