:root{--app-bg: #f5f5f7;--content-bg: #ffffff;--border-color: #f0f0f0;--sider-bg: #f7f8fa;--menu-selected-bg: #e6f4ff;--menu-selected-color: #1677ff;--text-primary: rgba(0,0,0,.88);--text-secondary: rgba(0,0,0,.55);--text-tertiary: rgba(0,0,0,.45)}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--app-bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}.app-logo{height:56px;padding:0 16px;display:flex;align-items:center;gap:10px;color:var(--text-primary);font-weight:600;font-size:15px;letter-spacing:.2px;background:var(--sider-bg);border-bottom:1px solid #eef0f2}.app-logo .logo-dot{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#1890ff,#0050b3);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;letter-spacing:0;flex-shrink:0}.menu-new-badge{display:inline-block;background:#1677ff;color:#fff;font-size:10px;line-height:1;padding:2px 5px;border-radius:3px;margin-left:8px;font-weight:500;letter-spacing:.3px}.menu-p1-badge{display:inline-block;background:#ff7a45;color:#fff;font-size:10px;line-height:1;padding:2px 5px;border-radius:3px;margin-left:8px;font-weight:500}.app-header{background:#fff;border-bottom:1px solid var(--border-color);padding:0 20px 0 16px;display:flex;align-items:center;justify-content:space-between;height:56px}.header-instance{display:flex;align-items:center;gap:10px}.header-instance .back-arrow{color:var(--text-secondary);cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px}.header-instance .back-arrow:hover{background:#f5f5f7}.header-instance .inst-name{font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.2}.header-instance .inst-id{font-size:12px;color:var(--text-tertiary);line-height:1.2;margin-top:2px}.header-right{display:flex;align-items:center;gap:14px;color:var(--text-secondary)}.header-right .guide-link{color:var(--menu-selected-color);cursor:pointer;font-size:13px;display:flex;align-items:center;gap:4px}.header-right .icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--text-secondary)}.header-right .icon-btn:hover{background:#f5f5f7}.page-wrap{padding:16px 24px;min-height:calc(100vh - 56px)}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.page-title{font-size:20px;font-weight:600;color:var(--text-primary);line-height:1.4}.page-subtitle{font-size:13px;color:var(--text-tertiary);margin-top:4px}.op-link{color:#1677ff;cursor:pointer;font-size:13px;padding:0 4px}.op-link:hover{opacity:.8}.op-link.danger{color:#ff4d4f}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.status-dot.online{background:#52c41a}.status-dot.offline{background:#d9d9d9}.status-dot.error{background:#ff4d4f}.status-dot.warn{background:#faad14}.status-cell .status-line{display:flex;align-items:center;gap:6px;font-size:13px}.status-cell .hc-line{font-size:11px;color:var(--text-tertiary);margin-top:2px;padding-left:14px}.status-cell .hc-line.ok{color:#52c41a}.status-cell .hc-line.err{color:#ff4d4f}.code-tag{font-family:SF Mono,Menlo,Consolas,monospace;font-size:12px;padding:1px 6px;background:#f5f5f5;border-radius:3px;color:#595959}.method-tag{font-family:SF Mono,Menlo,Consolas,monospace;font-weight:600;font-size:11px;padding:1px 6px;border-radius:3px;display:inline-block;min-width:42px;text-align:center}.method-tag.GET{background:#e6f7ff;color:#1677ff}.method-tag.POST{background:#f6ffed;color:#52c41a}.method-tag.PUT{background:#fff7e6;color:#fa8c16}.method-tag.DELETE{background:#fff1f0;color:#ff4d4f}.method-tag.PATCH{background:#f9f0ff;color:#722ed1}.content-scroll{height:calc(100vh - 56px);overflow-y:auto}.tab-new{display:inline-block;background:#1677ff;color:#fff;font-size:10px;line-height:1;padding:2px 4px;border-radius:3px;margin-left:4px;vertical-align:top}.tab-p1{display:inline-block;background:#ff7a45;color:#fff;font-size:10px;line-height:1;padding:2px 4px;border-radius:3px;margin-left:4px;vertical-align:top}.info-card .info-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f5f5f7;font-size:14px}.info-card .info-row:last-child{border-bottom:none}.info-card .info-label{color:var(--text-secondary)}.info-card .info-value{color:var(--text-primary);font-weight:500}.info-card .info-value.mono{font-family:SF Mono,Menlo,Consolas,monospace;font-weight:400}.protocol-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;background:#f0f5ff;color:#1677ff;margin-right:4px}.empty-plugin{text-align:center;padding:80px 0}.simple-table{width:100%;border-collapse:collapse;font-size:13px}.simple-table th{font-weight:500;color:#0000008c;background:#fafafa;padding:10px 12px;border-bottom:1px solid #f0f0f0}.simple-table td{padding:12px;border-bottom:1px solid #f5f5f7;vertical-align:top}.simple-table tbody tr:hover{background:#fafbfc}.simple-table tbody tr:last-child td{border-bottom:none}
