.mobilox-wrap { max-width: 1200px; }
.mobilox-stats { display: flex; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.mobilox-stat-card { background: #fff; border: 1px solid #c3c4c7; border-radius: 4px; padding: 20px; flex: 1; min-width: 150px; text-align: center; }
.mobilox-stat-card h3 { margin: 0 0 8px; font-size: 14px; color: #50575e; font-weight: 400; }
.mobilox-stat-card .number { font-size: 32px; font-weight: 600; line-height: 1; }
.mobilox-stat-card .number.ok { color: #00a32a; }
.mobilox-stat-card .number.errors { color: #d63638; }
.mobilox-endpoint-url { background: #f0f0f1; padding: 12px 16px; border-radius: 4px; font-family: monospace; font-size: 13px; word-break: break-all; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.mobilox-endpoint-url code { flex: 1; }
.mobilox-log-table .status-ok { color: #00a32a; font-weight: 600; }
.mobilox-log-table .status-error { color: #d63638; font-weight: 600; }
.mobilox-log-table .status-partial { color: #dba617; font-weight: 600; }
