.status-page{min-height:100vh;background:#f5f5f7;max-width:600px;margin:0 auto;padding-bottom:20px}.status-loading,.status-empty{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f7}.status-header{background:#fff;padding:16px;position:sticky;top:0;z-index:10;box-shadow:0 1px 3px #0000000a}.status-header-row{display:flex;justify-content:space-between;align-items:center}.status-title{margin:0!important}.status-summary{display:flex;gap:12px;margin-top:12px}.summary-badge{flex:1;text-align:center;padding:12px 8px;border-radius:10px;background:#fafafa}.summary-badge.status-up{background:#f6ffed}.summary-badge.status-down{background:#fff2f0}.summary-badge.status-empty{background:#fafafa}.summary-count{font-size:28px;font-weight:600;line-height:1.2}.summary-badge.status-up .summary-count{color:var(--status-up)}.summary-badge.status-down .summary-count{color:var(--status-down)}.summary-badge.status-empty .summary-count{color:var(--status-empty)}.summary-label{font-size:12px;color:#666;margin-top:4px}.status-ts{display:block;margin-top:12px;font-size:12px}.status-systems{padding:8px 12px}.status-systems .ant-collapse{background:transparent}.status-systems .ant-collapse-item{background:#fff;border-radius:12px!important;margin-bottom:8px;overflow:hidden;border-left:4px solid transparent}.status-systems .ant-collapse-item.status-up{border-left-color:var(--status-up)}.status-systems .ant-collapse-item.status-down{border-left-color:var(--status-down)}.status-systems .ant-collapse-item.status-empty{border-left-color:var(--status-empty)}.status-systems .ant-collapse-header{border-bottom:none!important;padding:14px 16px!important;align-items:center!important}.status-systems .ant-collapse-content-box{padding:0 12px 12px!important;background:#fafafa!important}.system-card-flat{display:flex;align-items:center;width:100%}.status-dot{width:12px;height:12px;border-radius:50%;margin-right:12px;flex-shrink:0}.status-dot.status-up{background:var(--status-up);box-shadow:0 0 0 4px #52c41a26}.status-dot.status-down{background:var(--status-down);box-shadow:0 0 0 4px #ff4d4f26;animation:pulse 1.5s infinite}.status-dot.status-empty{background:var(--status-empty)}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #ff4d4f26}50%{box-shadow:0 0 0 8px #ff4d4f0d}}.status-dot-sm{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot-sm.status-up{background:var(--status-up)}.status-dot-sm.status-down{background:var(--status-down)}.status-dot-sm.status-empty{background:var(--status-empty)}.system-info{flex:1;min-width:0}.system-name{font-size:16px;font-weight:500;margin-bottom:2px}.system-meta{font-size:12px;color:#999}.status-tag-text{font-size:13px;font-weight:500;margin-left:8px}.status-tag-text.status-up{color:var(--status-up)}.status-tag-text.status-down{color:var(--status-down)}.status-tag-text.status-empty{color:var(--status-empty)}.detail-loading{display:flex;align-items:center;justify-content:center;padding:24px 0}.system-detail{padding:8px 0}.component-block{margin-bottom:12px;background:#fff;border-radius:8px;overflow:hidden}.component-block:last-child{margin-bottom:0}.component-header{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f0f5ff;border-bottom:1px solid #f0f0f0}.component-name{flex:1;font-size:14px}.component-tag{margin:0!important;font-size:11px}.component-count{font-size:11px}.task-list{display:flex;flex-direction:column}.task-row{border-bottom:1px solid #f5f5f5}.task-row:last-child{border-bottom:none}.task-row-main{display:flex;align-items:center;gap:10px;padding:10px 12px}.task-row.task-error .task-row-main{background:#fff7f7}.task-info{flex:1;min-width:0}.task-name{font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-meta{font-size:11px;color:#999;margin-top:2px}.task-status-tag{font-size:12px;font-weight:500;padding:2px 8px;border-radius:10px;flex-shrink:0}.task-status-tag.status-up{color:var(--status-up);background:#f6ffed}.task-status-tag.status-down{color:var(--status-down);background:#fff2f0}.task-status-tag.status-empty{color:var(--status-empty);background:#fafafa}.task-error-detail{margin:0 12px 10px;padding:8px 10px;background:#fff1f0;border-radius:4px;font-size:12px;color:#cf1322;word-break:break-all;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}:root{--status-up: #52c41a;--status-down: #ff4d4f;--status-empty: #d9d9d9}
